Date: Fri, 24 Mar 2006 01:04:42 +0000 (UTC) From: Juli Mallett <jmallett@FreeBSD.org> To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/sccs/sccscmds/cmd cmt.c delta.c makefile prs.c snull.c val.c projects/sccs/sccscmds/hdr extern.h Message-ID: <200603240104.k2O14hgV033127@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2006-03-24 01:04:42 UTC FreeBSD projects repository Modified files: sccs/sccscmds/cmd cmt.c delta.c makefile prs.c snull.c val.c sccs/sccscmds/hdr extern.h Log: A bunch of really gross and hackish cleanup. The world would be a better place if this were properly split up into libraries for doing things to SCCS files and libraries for writing unix apps, and if the actual commands themselves were more cleanly implemented. It probably wouldn't be very difficult to do, but it'd be a big pain, given the sheer volume of code in SCCS. Revision Changes Path 1.23 +4 -3 projects/sccs/sccscmds/cmd/cmt.c 1.21 +3 -1 projects/sccs/sccscmds/cmd/delta.c 1.26 +1 -1 projects/sccs/sccscmds/cmd/makefile 1.36 +22 -7 projects/sccs/sccscmds/cmd/prs.c 1.17 +19 -9 projects/sccs/sccscmds/cmd/snull.c 1.20 +24 -10 projects/sccs/sccscmds/cmd/val.c 1.30 +0 -1 projects/sccs/sccscmds/hdr/extern.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603240104.k2O14hgV033127>