.. |
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
|
Fix formatting of Notes to work with groff.
|
2011-08-18 15:19:30 +00:00 |
unit-tests
|
Fix unit-tests to cope with recent change to progname
|
2013-07-16 19:59:28 +00:00 |
arch.c
|
Replace __dead, __unused and the various printf format attributes
|
2012-06-12 19:21:50 +00:00 |
buf.c
|
Var* are generally very liberal with memory, with the expectation
|
2012-04-24 20:26:58 +00:00 |
buf.h
|
Var* are generally very liberal with memory, with the expectation
|
2012-04-24 20:26:58 +00:00 |
compat.c
|
If commandShell hasErrCtl is true, set shellErrFlag for use by
|
2013-07-05 22:14:56 +00:00 |
cond.c
|
off-by-one
|
2012-11-03 13:59:27 +00:00 |
config.h
|
Add a gmake inspired export command
|
2012-03-31 00:12:24 +00:00 |
dir.c
|
Add a .STALE special target that gets invoked when dependency files contain
|
2013-03-05 22:01:43 +00:00 |
dir.h
|
Remove recheck hackery that caused extra stats, and explicitly ask for
|
2012-04-07 18:29:08 +00:00 |
for.c
|
Handle "quoted strings" as items in a .for list
|
2012-06-03 04:29:40 +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
|
If commandShell hasErrCtl is true, set shellErrFlag for use by
|
2013-07-05 22:14:56 +00:00 |
job.h
|
If commandShell hasErrCtl is true, set shellErrFlag for use by
|
2013-07-05 22:14:56 +00:00 |
lst.h
|
Sprinkle some const.
|
2009-01-23 21:58:27 +00:00 |
main.c
|
use bmake_foo instead of efoo()
|
2013-07-16 14:22:13 +00:00 |
make_malloc.c
|
Do not include make_malloc.h or declare progname,
|
2012-06-20 17:46:28 +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
|
More gmake compatibility:
|
2013-07-16 14:00:53 +00:00 |
make.c
|
Do not stop looking for children, just because one has a .ORDER dependency.
|
2012-11-09 18:53:05 +00:00 |
make.h
|
Use a #define for the variable name we put in environment to pass .MAKE.LEVEL
|
2013-06-18 20:06:09 +00:00 |
Makefile
|
Don't pass debug flags etc. to unit-tests
|
2012-05-30 21:54:23 +00:00 |
Makefile.boot
|
Catch up to Makefile rev 1.40 (from 2006): add lstPrev.o. Closes PR 43466.
|
2011-03-26 21:42:12 +00:00 |
meta.c
|
Add .MAKE.META.IGNORE_PATHS to facilitate local additions to the paths
|
2013-06-25 00:20:54 +00:00 |
meta.h
|
If built with filemon support, set .MAKE.PATH_FILEMON to _PATH_FILEMON
|
2013-03-23 05:31:29 +00:00 |
nonints.h
|
Add a knob to control whether -V fully expands a plain variable by default.
|
2012-08-30 21:17:05 +00:00 |
parse.c
|
Fix use after free bug.
|
2013-06-18 19:31:27 +00:00 |
pathnames.h
|
Honour the TMPDIR environment variable instead of always using /tmp
|
2009-04-11 09:41:18 +00:00 |
sprite.h
|
Change 'ClientData' to 'void *' so that relevant parameters can
|
2009-01-23 21:26:30 +00:00 |
str.c
|
Note in comment that Str_Match() does not detect or report invalid
|
2012-03-03 23:16:47 +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
|
We cannot skip all Suff processing for .PHONY targets,
|
2013-05-18 13:13:34 +00:00 |
targ.c
|
Replace __dead, __unused and the various printf format attributes
|
2012-06-12 19:21:50 +00:00 |
trace.c
|
prepare for time_t 64
|
2008-12-28 18:31:51 +00:00 |
trace.h
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
util.c
|
Fix findenv() to fully match name
|
2012-06-04 22:45:05 +00:00 |
var.c
|
More gmake compatibility:
|
2013-07-16 14:00:53 +00:00 |