.. |
lst.lib
|
Use NULL instead of -1 cast to the relavant type (usually via NIL).
|
2008-12-13 15:19:29 +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
|
Use NULL instead of -1 cast to the relavant type (usually via NIL).
|
2008-12-13 15:19:29 +00:00 |
buf.c
|
A lot of code assumes that the pointer returned by Buf_GetAll() is malloced.
|
2008-12-20 18:08:24 +00:00 |
buf.h
|
A lot of code assumes that the pointer returned by Buf_GetAll() is malloced.
|
2008-12-20 18:08:24 +00:00 |
compat.c
|
if brk_string failed, use the shell.
|
2008-12-19 22:01:19 +00:00 |
cond.c
|
Use NULL instead of -1 cast to the relavant type (usually via NIL).
|
2008-12-13 15:19:29 +00:00 |
config.h
|
|
|
dir.c
|
if mtime == 0, make it 1 because the code expects 0 time to mean that the
|
2008-12-28 18:32:54 +00:00 |
dir.h
|
|
|
for.c
|
Contrary to my previous thoughts, .for loop variable values do contain
|
2009-01-14 22:54:10 +00:00 |
hash.c
|
Use NULL instead of -1 cast to the relavant type (usually via NIL).
|
2008-12-13 15:19:29 +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
|
if brk_string fail, so do we.
|
2008-12-19 22:03:41 +00:00 |
job.h
|
Use NULL instead of -1 cast to the relavant type (usually via NIL).
|
2008-12-13 15:19:29 +00:00 |
lst.h
|
Use NULL instead of -1 cast to the relavant type (usually via NIL).
|
2008-12-13 15:19:29 +00:00 |
main.c
|
Send output of Error() to debug_file (unless stderr/stdout).
|
2009-01-16 21:13:13 +00:00 |
make.1
|
Fix blatantly wrong exposition of .WAIT example.
|
2009-01-12 09:28:10 +00:00 |
make.c
|
Use NULL instead of -1 cast to the relavant type (usually via NIL).
|
2008-12-13 15:19:29 +00:00 |
make.h
|
Use NULL instead of -1 cast to the relavant type (usually via NIL).
|
2008-12-13 15:19:29 +00:00 |
Makefile
|
Add functions for processing extendable arrays of pointers to strings.
|
2008-12-20 22:41:53 +00:00 |
Makefile.boot
|
Add functions for processing extendable arrays of pointers to strings.
|
2008-12-20 22:41:53 +00:00 |
nonints.h
|
Sprinkle a const. (arg of Main_ParseArgLine())
|
2009-01-13 18:22:34 +00:00 |
parse.c
|
Parse_Error() really doesn't need to cruft up a dummy structure for curFile.
|
2009-01-16 20:50:24 +00:00 |
pathnames.h
|
|
|
sprite.h
|
Remove the definitions of NIL (now unused) and NULL (defined elsewhere).
|
2008-12-20 17:42:01 +00:00 |
str.c
|
PR/32154: Roland Illig: brk_string fails to report errors in unquoted strings.
|
2008-12-19 22:04:36 +00:00 |
strlist.c
|
Allow the user to save an unsigned int (eg the length or flags) with
|
2009-01-10 16:55:39 +00:00 |
strlist.h
|
Allow the user to save an unsigned int (eg the length or flags) with
|
2009-01-10 16:55:39 +00:00 |
suff.c
|
Use NULL instead of -1 cast to the relavant type (usually via NIL).
|
2008-12-13 15:19:29 +00:00 |
targ.c
|
Use NULL instead of -1 cast to the relavant type (usually via NIL).
|
2008-12-13 15:19:29 +00:00 |
trace.c
|
prepare for time_t 64
|
2008-12-28 18:31:51 +00:00 |
trace.h
|
|
|
util.c
|
Use NULL instead of -1 cast to the relavant type (usually via NIL).
|
2008-12-13 15:19:29 +00:00 |
var.c
|
In the :M code, 'pattern' is always malloced memory - so unconditionally
|
2008-12-29 10:18:38 +00:00 |