cvs commit: src/usr.bin/make compat.c dir.c job.c lst.c lst.h make.c parse.c
Max Okumoto
okumoto at crater.dragonflybsd.org
Wed Mar 16 12:03:45 PST 2005
okumoto 2005/03/16 12:03:00 PST
DragonFly src repository
Modified files:
usr.bin/make compat.c dir.c job.c lst.c lst.h make.c
parse.c
Log:
FreeBSD-Date: 2005/03/16 08:04:45
FreeBSD-Date: 2005/03/16 08:06:28
FreeBSD-Date: 2005/03/16 12:22:15
FreeBSD-Date: 2005/03/16 16:02:09
FreeBSD-Date: 2005/03/16 16:11:11
Author: harti
o Get rid of another bunch of Lst_ForEach in favour of LST_FOREACH
and simplify code accordingly.
o Fix a comment.
o Replace another bunch of Lst_ForEachs by LST_FOREACHs and simplify
code.
o Replace Lst_ForEach by LST_FOREACH.
o Now that there are no users of Lst_ForEach and Lst_ForEachFrom are
left delete these two macros and all the associated stuff.
Revision Changes Path
1.35 +3 -7 src/usr.bin/make/compat.c
1.33 +1 -3 src/usr.bin/make/dir.c
1.47 +9 -36 src/usr.bin/make/job.c
1.3 +1 -64 src/usr.bin/make/lst.c
1.25 +2 -25 src/usr.bin/make/lst.h
1.22 +98 -144 src/usr.bin/make/make.c
1.54 +119 -214 src/usr.bin/make/parse.c
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/compat.c.diff?r1=1.34&r2=1.35&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/dir.c.diff?r1=1.32&r2=1.33&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/job.c.diff?r1=1.46&r2=1.47&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/lst.c.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/lst.h.diff?r1=1.24&r2=1.25&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/make.c.diff?r1=1.21&r2=1.22&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/parse.c.diff?r1=1.53&r2=1.54&f=u
More information about the Commits
mailing list