freebsd-dev/usr.bin/make
Hartmut Brandt 157e401636 Stylistic fixes: push variable into a local context (this part is going
to be split out into a function soon). Also there is no need to write
back the colon that we have NUL-ed - the string is going to be freed
anyway.

Submitted by:	Max Okumoto <okumoto@ucsd.edu>
2005-02-11 17:03:18 +00:00
..
PSD.doc
arch.c Fix spacing by converting mixes of space and tab to tab. Also add a number 2005-02-10 14:39:05 +00:00
arch.h
buf.c Introduce Buf_StripNewLines() and use it where appropriate. 2005-02-07 11:27:47 +00:00
buf.h Introduce Buf_StripNewLines() and use it where appropriate. 2005-02-07 11:27:47 +00:00
compat.c Fix spacing by converting mixes of space and tab to tab. Also add a number 2005-02-10 14:39:05 +00:00
compat.h
cond.c Invent a Buf_Append function to append a NUL-terminated string 2005-02-07 07:49:16 +00:00
cond.h
config.h
dir.c Some more easy constification. 2005-02-04 07:51:00 +00:00
dir.h Some more easy constification. 2005-02-04 07:51:00 +00:00
for.c Fix spacing by converting mixes of space and tab to tab. Also add a number 2005-02-10 14:39:05 +00:00
for.h
globals.h
GNode.h
hash.c
hash.h
job.c Initialise the status variable. W_SETTERMSIG uses its value. 2005-02-10 14:32:14 +00:00
job.h
lst.c Move all the remaining list functions into one C-file and remove 2005-02-01 15:28:41 +00:00
lst.h Lst_Append returns void, so the other case of the ? statement 2005-02-10 14:25:12 +00:00
main.c Stylistic fixes: push variable into a local context (this part is going 2005-02-11 17:03:18 +00:00
make.1
make.c General whitespace cleanup: remove mixes of tabs and spaces, remove 2005-02-04 12:38:57 +00:00
make.h
Makefile While working on constification temporarily disable -Werror. Things are too 2005-02-09 13:22:02 +00:00
Makefile.dist Move all the remaining list functions into one C-file and remove 2005-02-01 15:28:41 +00:00
nonints.h Introduce Buf_StripNewLines() and use it where appropriate. 2005-02-07 11:27:47 +00:00
parse.c Introduce Buf_StripNewLines() and use it where appropriate. 2005-02-07 11:27:47 +00:00
parse.h
pathnames.h
sprite.h
str.c Invent a Buf_AppendRange function that appends a non-NUL-terminated string 2005-02-07 07:54:23 +00:00
str.h Convert several typedefs from beeing pointers to structs to be the structs 2005-02-02 07:36:18 +00:00
suff.c Move PrintAddr() from util.c into suff.c - the only file where it is 2005-02-04 13:23:39 +00:00
suff.h
targ.c General whitespace cleanup: remove mixes of tabs and spaces, remove 2005-02-04 12:38:57 +00:00
targ.h Some more easy constification. 2005-02-04 07:51:00 +00:00
util.c Move PrintAddr() from util.c into suff.c - the only file where it is 2005-02-04 13:23:39 +00:00
util.h Move PrintAddr() from util.c into suff.c - the only file where it is 2005-02-04 13:23:39 +00:00
var_modify.c Invent a Buf_AppendRange function that appends a non-NUL-terminated string 2005-02-07 07:54:23 +00:00
var.c Convert several instances of negative logic to positive logic. 2005-02-11 10:49:01 +00:00
var.h Introduce a typedef for variable value modifation functions and use it 2005-02-07 16:27:19 +00:00