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:           Sat Jan 24 11:59:39 UTC 2009

Modified Files:
        src/usr.bin/make: Makefile Makefile.boot main.c make.h nonints.h
            strlist.c
        src/usr.bin/make/lst.lib: lstInt.h
Added Files:
        src/usr.bin/make: make_malloc.c make_malloc.h

Log Message:
Move the bmake_malloc() functions into their own .c and .h files.
Include instead of make.h in a few places.


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 src/usr.bin/make/Makefile
cvs rdiff -r1.18 -r1.19 src/usr.bin/make/Makefile.boot
cvs rdiff -r1.165 -r1.166 src/usr.bin/make/main.c
cvs rdiff -r1.76 -r1.77 src/usr.bin/make/make.h
cvs rdiff -r0 -r1.1 src/usr.bin/make/make_malloc.c \
    src/usr.bin/make/make_malloc.h
cvs rdiff -r1.54 -r1.55 src/usr.bin/make/nonints.h
cvs rdiff -r1.3 -r1.4 src/usr.bin/make/strlist.c
cvs rdiff -r1.18 -r1.19 src/usr.bin/make/lst.lib/lstInt.h

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