.. |
lst.lib
|
|
|
PSD.doc
|
|
|
unit-tests
|
Fix an off-by-one error in handing mal-formed modifiers.
|
2007-10-09 05:55:03 +00:00 |
arch.c
|
|
|
buf.c
|
|
|
buf.h
|
|
|
compat.c
|
Implement -dl (aka LOUD) to override '@' at the start of script lines.
|
2008-01-19 06:52:13 +00:00 |
cond.c
|
Add code to ensure that .if/.endif are correctly nested with .for/.endfor
|
2007-02-04 19:23:49 +00:00 |
config.h
|
Make it easier for the build environment (such as a configure script)
|
2007-10-14 20:22:53 +00:00 |
dir.c
|
Remove 'else' after 'return', and similar whitspace changes.
|
2007-01-01 21:31:51 +00:00 |
dir.h
|
|
|
for.c
|
Remove 'else' after 'return', and similar whitspace changes.
|
2007-01-01 21:31:51 +00:00 |
hash.c
|
|
|
hash.h
|
|
|
job.c
|
Implement -dl (aka LOUD) to override '@' at the start of script lines.
|
2008-01-19 06:52:13 +00:00 |
job.h
|
Add the ability to tweak the token output before targets in job mode.
|
2007-10-01 22:14:09 +00:00 |
lst.h
|
|
|
main.c
|
Implement -dl (aka LOUD) to override '@' at the start of script lines.
|
2008-01-19 06:52:13 +00:00 |
make.1
|
Implement -dl (aka LOUD) to override '@' at the start of script lines.
|
2008-01-19 06:52:13 +00:00 |
make.c
|
Request the 'verbose' node print when aborting and scheduling nodes.
|
2007-01-01 21:42:42 +00:00 |
make.h
|
Implement -dl (aka LOUD) to override '@' at the start of script lines.
|
2008-01-19 06:52:13 +00:00 |
Makefile
|
Revert 1.34 (CFLAGS+=-g) that have been commited by mistake (hi, xtos).
|
2007-09-25 21:28:26 +00:00 |
Makefile.boot
|
|
|
nonints.h
|
If we don't have emalloc, we won't have strndup either.
|
2007-10-15 01:07:34 +00:00 |
parse.c
|
When we extend the buffer used to read makefiles (in order to read lines
|
2008-01-03 22:14:53 +00:00 |
pathnames.h
|
|
|
sprite.h
|
|
|
str.c
|
Correctly handle '\' at the end of a variable in the non-expanding case.
|
2006-12-22 20:28:31 +00:00 |
suff.c
|
|
|
targ.c
|
If make can't find a rule to create a file it needs to satisfy a rule
|
2007-12-21 20:32:24 +00:00 |
trace.c
|
|
|
trace.h
|
|
|
util.c
|
If we don't have emalloc, we won't have strndup either.
|
2007-10-15 01:07:34 +00:00 |
var.c
|
Don't write into const strings; not even if we intend to
|
2007-10-13 19:59:52 +00:00 |