.. |
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
|
Add the ability to .export variables to the environment.
|
2007-10-05 15:27:45 +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
|
|
|
dir.h
|
|
|
for.c
|
|
|
hash.c
|
|
|
hash.h
|
|
|
job.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 |
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
|
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 |
make.1
|
Use .MAKE.MAKEFILES to track all the makefiles that have been read
|
2007-10-08 20:26:36 +00:00 |
make.c
|
|
|
make.h
|
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 |
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
|
Allow .PATH<suffix> to be used for .include "".
|
2007-10-22 15:36:13 +00:00 |
pathnames.h
|
|
|
sprite.h
|
|
|
str.c
|
|
|
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 |