Source-Changes archive

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

CVS commit: src/usr.bin/make



Module Name:    src
Committed By:   dsl
Date:           Fri Jan 23 21:58:28 UTC 2009

Modified Files:
        src/usr.bin/make: arch.c cond.c dir.c lst.h main.c suff.c
        src/usr.bin/make/lst.lib: lstFind.c lstFindFrom.c

Log Message:
Sprinkle some const.
In particular for Lst_Find() and Lst_FindFrom().
Remove some unneeded casts and some now-undeeded UNCONST().


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 src/usr.bin/make/arch.c
cvs rdiff -r1.54 -r1.55 src/usr.bin/make/cond.c
cvs rdiff -r1.59 -r1.60 src/usr.bin/make/dir.c
cvs rdiff -r1.17 -r1.18 src/usr.bin/make/lst.h
cvs rdiff -r1.164 -r1.165 src/usr.bin/make/main.c
cvs rdiff -r1.66 -r1.67 src/usr.bin/make/suff.c
cvs rdiff -r1.14 -r1.15 src/usr.bin/make/lst.lib/lstFind.c \
    src/usr.bin/make/lst.lib/lstFindFrom.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