cvs commit: src/usr.bin/make src/usr.bin/make/lst.lib
Max Okumoto
okumoto at crater.dragonflybsd.org
Thu Dec 9 11:17:07 PST 2004
okumoto 2004/12/09 11:16:03 PST
DragonFly src repository
Modified files:
usr.bin/make Makefile dir.c lst.h
Removed files:
usr.bin/make/lst.lib lstAtEnd.c lstAtFront.c lstDatum.c
lstEnQueue.c lstFind.c lstFirst.c
lstForEach.c lstLast.c lstReplace.c
lstSucc.c
Log:
Change a couple of the primitve list functions to be macros. This changes
the semantic of Lst_Datum which formerly returned NULL when the argument
node was NULL. There was only one place in the source that relied on this
so change that place.
Taken-From: FreeBSD
Author: harti
Revision Changes Path
1.12 +3 -5 src/usr.bin/make/Makefile
1.16 +4 -2 src/usr.bin/make/dir.c
1.11 +16 -9 src/usr.bin/make/lst.h
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/Makefile.diff?r1=1.11&r2=1.12&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/dir.c.diff?r1=1.15&r2=1.16&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/lst.h.diff?r1=1.10&r2=1.11&f=u
More information about the Commits
mailing list