NetBSD/usr.bin/make
dsl 1e7b0ea1a2 Simplify somewhat the code that parses .for lines.
Use malloc to allocate space for teh strings (instead of a buf structure)
to make it mossible to not leak the associated memory (leak not fixed!).
No functional change intended.
2008-11-30 22:37:55 +00:00
..
lst.lib Don't use emalloc and friends directly, but call them consistently 2008-10-06 22:09:21 +00:00
PSD.doc
unit-tests If Parse_Error is called after curFile is invalid, set it to a dummy 2008-10-29 15:37:08 +00:00
arch.c Don't use emalloc and friends directly, but call them consistently 2008-10-06 22:09:21 +00:00
buf.c Don't use emalloc and friends directly, but call them consistently 2008-10-06 22:09:21 +00:00
buf.h Convert Buf_AddByte(0 to a more normal do { ... } while (0) form. 2008-11-22 17:33:57 +00:00
compat.c back all changes out until I fix it properly. 2008-02-15 21:29:50 +00:00
cond.c Before deciding to use the default function in a .if, check whether the 2008-11-29 14:42:21 +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 Don't use emalloc and friends directly, but call them consistently 2008-10-06 22:09:21 +00:00
dir.h back all changes out until I fix it properly. 2008-02-15 21:29:50 +00:00
for.c Simplify somewhat the code that parses .for lines. 2008-11-30 22:37:55 +00:00
hash.c Don't use emalloc and friends directly, but call them consistently 2008-10-06 22:09:21 +00:00
hash.h
job.c If Parse_Error is called after curFile is invalid, set it to a dummy 2008-10-29 15:37:08 +00:00
job.h back all changes out until I fix it properly. 2008-02-15 21:29:50 +00:00
lst.h Return the non-zero value that caused the Lst_ForEach[From] call to 2006-11-11 21:23:36 +00:00
main.c Send debugging output to stderr by default, not to stderr. 2008-10-22 15:04:49 +00:00
make.1 I think ':' is called "colon", not "column" :) 2008-11-26 19:08:05 +00:00
make.c back all changes out until I fix it properly. 2008-02-15 21:29:50 +00:00
make.h back all changes out until I fix it properly. 2008-02-15 21:29:50 +00:00
Makefile Don't use emalloc and friends directly, but call them consistently 2008-10-06 22:09:21 +00:00
Makefile.boot
nonints.h Split For_Eval() into two functions. 2008-11-29 17:50:11 +00:00
parse.c Split For_Eval() into two functions. 2008-11-29 17:50:11 +00:00
pathnames.h
sprite.h
str.c Don't use emalloc and friends directly, but call them consistently 2008-10-06 22:09:21 +00:00
suff.c Don't use emalloc and friends directly, but call them consistently 2008-10-06 22:09:21 +00:00
targ.c Don't use emalloc and friends directly, but call them consistently 2008-10-06 22:09:21 +00:00
trace.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
trace.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
util.c Don't use putenv() because it is not portable. 2008-10-31 17:42:14 +00:00
var.c Don't use emalloc and friends directly, but call them consistently 2008-10-06 22:09:21 +00:00