NetBSD/usr.bin/make
perry a24e0ba1bb The Makefile and main.c arranged to put "netbsd-${DATE}" into the
executable. Remove this so that different compiles can be binary
compared. rcsid's for all files are already embedded in the executable
so versions can be easily distinguished. (I didn't catch this on
previous passes because I did my builds on the same day.)

Note: there's a special rule for main.o in Makefile with a purpose I
can't actually discern -- I think it isn't needed, and I've flagged it
with a comment.
2009-03-20 20:48:00 +00:00
..
lst.lib Fixes to includes of make_malloc.h to that it actually builds when 2009-01-24 14:43:28 +00:00
PSD.doc
unit-tests Update expected results to match recent changes! 2009-02-03 23:11:12 +00:00
arch.c Sprinkle some const. 2009-01-23 21:58:27 +00:00
buf.c Change 'Buffer' so that it is the actual struct, not a pointer to it. 2009-01-17 13:29:37 +00:00
buf.h __predict_false() isn't defined if we aren't netbsd, stub out. 2009-01-17 13:55:42 +00:00
compat.c Use pid_t for the result of fork and wait. PR 38031 from Ryan Stutsman. 2009-02-22 07:33:00 +00:00
cond.c Rename all the members of 'enum Token' to TOK_FOO. 2009-01-30 23:07:17 +00:00
config.h
dir.c Don't cast 'time_t' to 'void *' and back it will lose precision. 2009-01-24 10:59:09 +00:00
dir.h Change 'ClientData' to 'void *' so that relevant parameters can 2009-01-23 21:26:30 +00:00
for.c Change 'Buffer' so that it is the actual struct, not a pointer to it. 2009-01-17 13:29:37 +00:00
hash.c Don't cast 'time_t' to 'void *' and back it will lose precision. 2009-01-24 10:59:09 +00:00
hash.h Don't cast 'time_t' to 'void *' and back it will lose precision. 2009-01-24 10:59:09 +00:00
job.c Change 'ClientData' to 'void *' so that relevant parameters can 2009-01-23 21:26:30 +00:00
job.h Use NULL instead of -1 cast to the relavant type (usually via NIL). 2008-12-13 15:19:29 +00:00
lst.h Sprinkle some const. 2009-01-23 21:58:27 +00:00
main.c The Makefile and main.c arranged to put "netbsd-${DATE}" into the 2009-03-20 20:48:00 +00:00
make_malloc.c Fix sense of MAKE_NATICE test. 2009-01-24 23:19:50 +00:00
make_malloc.h Fixes to includes of make_malloc.h to that it actually builds when 2009-01-24 14:43:28 +00:00
make.1 Sort sections. Fix typo (last line). 2009-01-24 13:02:33 +00:00
make.c Change 'ClientData' to 'void *' so that relevant parameters can 2009-01-23 21:26:30 +00:00
make.h Fixes to includes of make_malloc.h to that it actually builds when 2009-01-24 14:43:28 +00:00
Makefile The Makefile and main.c arranged to put "netbsd-${DATE}" into the 2009-03-20 20:48:00 +00:00
Makefile.boot Move the bmake_malloc() functions into their own .c and .h files. 2009-01-24 11:59:39 +00:00
nonints.h Allow for () in the argument to .ifdef et al. 2009-01-28 21:38:12 +00:00
parse.c Change 'ClientData' to 'void *' so that relevant parameters can 2009-01-23 21:26:30 +00:00
pathnames.h
sprite.h Change 'ClientData' to 'void *' so that relevant parameters can 2009-01-23 21:26:30 +00:00
str.c replace c++ style comment by a c-style one 2009-02-25 21:17:21 +00:00
strlist.c Move the bmake_malloc() functions into their own .c and .h files. 2009-01-24 11:59:39 +00:00
strlist.h Allocate string vector in chunks, instead of calling realloc() 2009-01-16 21:15:34 +00:00
suff.c Sprinkle some const. 2009-01-23 21:58:27 +00:00
targ.c Change 'ClientData' to 'void *' so that relevant parameters can 2009-01-23 21:26:30 +00:00
trace.c prepare for time_t 64 2008-12-28 18:31:51 +00:00
trace.h
util.c Fix flagrantly wrong printf formats in compat strftime. 2009-01-29 09:03:04 +00:00
var.c adjust patch to current. 2009-02-18 21:06:47 +00:00