NetBSD/usr.bin/make
sjg 345311007d Handle more complex conditional expressions.
CondCvtArg now returns NULL if it consumed all input, or a pointer
to any left overs.
2004-01-06 01:18:52 +00:00
..
PSD.doc Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
lst.lib Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
unit-tests Implement :[] modifier to allow picking a range of words out of a variable. 2003-09-27 21:29:37 +00:00
Makefile Fix for TEST_MAKE from Alan Barrett 2003-08-01 03:55:59 +00:00
Makefile.boot err/errx/warn/warnx do not need \n at the end 2002-06-11 06:06:18 +00:00
arch.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
bit.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
buf.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
buf.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
compat.c Add the 'e' debug flag (i.e., '-d e'): when enabled, show the "target 2003-09-10 18:04:22 +00:00
cond.c Handle more complex conditional expressions. 2004-01-06 01:18:52 +00:00
config.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
dir.c Remove some code which makes file lookup rely on the fact that 2003-09-09 14:44:35 +00:00
dir.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
for.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
hash.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
hash.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
job.c Fixes for PR#18573 (make -j not stopping correctly on error). 2003-12-20 00:18:22 +00:00
job.h Fixes for PR#18573 (make -j not stopping correctly on error). 2003-12-20 00:18:22 +00:00
list.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
lst.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
main.c Homogenize usage messages: make the 'usage' word all lowercase, as this seems 2004-01-05 23:23:32 +00:00
make.1 Bump date for previous; use macros for marking up 2003-12-26 23:22:31 +00:00
make.c Don't create targets if dependant files marked .OPTIONAL are missing. 2003-11-14 22:32:44 +00:00
make.h Add a -Dg3 which outputs the 'input graph' only on error exit. 2003-12-07 20:30:28 +00:00
nonints.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
parse.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
pathnames.h Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
sprite.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
str.c Implement :[] modifier to allow picking a range of words out of a variable. 2003-09-27 21:29:37 +00:00
suff.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
targ.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:13:06 +00:00
trace.c Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register. 2002-06-15 18:24:55 +00:00
trace.h Quick and dirty trace mechanism to make it easier to look at how different 2000-12-29 23:11:08 +00:00
util.c we can't use snprintf here, as sizeof(pathname) is unknown 2003-07-16 07:11:29 +00:00
var.c Support variable expansions inside of SYSV style = substitutions. Better matches 2003-12-26 23:13:32 +00:00