cvs commit: projects/sccs/sccscmds/cmd cmt.c delta.c makefile prs.c snull.c val.c projects/sccs/sccscmds/hdr extern.h

Juli Mallett jmallett at FreeBSD.org
Fri Mar 24 01:04:43 UTC 2006


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


More information about the cvs-projects mailing list