Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: othersrc/usr.bin/dholland-make2



Module Name:    othersrc
Committed By:   dholland
Date:           Mon Feb 25 03:39:28 UTC 2013

Modified Files:
        othersrc/usr.bin/dholland-make2: arch.c buf.c compat.c cond.c dir.c
            for.c hash.c job.c main.c make.c meta.c parse.c portable.c
            portable.h str.c strlist.c suff.c targ.c trace.c util.c var.c
        othersrc/usr.bin/dholland-make2/lst.lib: lstAppend.c lstAtEnd.c
            lstAtFront.c lstClose.c lstConcat.c lstDatum.c lstDeQueue.c
            lstDestroy.c lstDupl.c lstEnQueue.c lstFind.c lstFindFrom.c
            lstFirst.c lstForEach.c lstForEachFrom.c lstInit.c lstInsert.c
            lstIsAtEnd.c lstIsEmpty.c lstLast.c lstMember.c lstNext.c lstOpen.c
            lstPrev.c lstRemove.c lstReplace.c lstSucc.c

Log Message:
Use MAKE_RCSID; clean up the glop surrounding the rcsids.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/usr.bin/dholland-make2/arch.c \
    othersrc/usr.bin/dholland-make2/compat.c \
    othersrc/usr.bin/dholland-make2/cond.c \
    othersrc/usr.bin/dholland-make2/dir.c \
    othersrc/usr.bin/dholland-make2/for.c \
    othersrc/usr.bin/dholland-make2/hash.c \
    othersrc/usr.bin/dholland-make2/job.c \
    othersrc/usr.bin/dholland-make2/make.c \
    othersrc/usr.bin/dholland-make2/meta.c \
    othersrc/usr.bin/dholland-make2/parse.c \
    othersrc/usr.bin/dholland-make2/str.c \
    othersrc/usr.bin/dholland-make2/suff.c \
    othersrc/usr.bin/dholland-make2/targ.c \
    othersrc/usr.bin/dholland-make2/trace.c \
    othersrc/usr.bin/dholland-make2/var.c
cvs rdiff -u -r1.2 -r1.3 othersrc/usr.bin/dholland-make2/buf.c \
    othersrc/usr.bin/dholland-make2/main.c \
    othersrc/usr.bin/dholland-make2/strlist.c \
    othersrc/usr.bin/dholland-make2/util.c
cvs rdiff -u -r1.3 -r1.4 othersrc/usr.bin/dholland-make2/portable.c
cvs rdiff -u -r1.4 -r1.5 othersrc/usr.bin/dholland-make2/portable.h
cvs rdiff -u -r1.1.1.1 -r1.2 \
    othersrc/usr.bin/dholland-make2/lst.lib/lstAppend.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstAtEnd.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstAtFront.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstClose.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstConcat.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstDatum.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstDeQueue.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstDestroy.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstDupl.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstEnQueue.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstFind.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstFindFrom.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstFirst.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstForEach.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstForEachFrom.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstInit.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstInsert.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstIsAtEnd.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstIsEmpty.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstLast.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstMember.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstNext.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstOpen.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstPrev.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstRemove.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstReplace.c \
    othersrc/usr.bin/dholland-make2/lst.lib/lstSucc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index