freebsd-dev/usr.bin/make
Hartmut Brandt b6bda8ea9d Constify the code paths for the 'M' and 'N' modifiers.
Patch:		7.100

Submitted by:	Max Okumoto <okumoto@ucsd.edu>
2005-03-03 11:26:28 +00:00
..
PSD.doc Remove another unused Makefile. 2003-02-03 04:15:53 +00:00
arch.c Fix parsing of archives: in System V archive format the member names 2005-03-03 10:46:23 +00:00
arch.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
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 Change the return value of Var_Subst to return a Buffer instead 2005-02-25 13:16:56 +00:00
compat.h Replace the calls to Lst_ForEach with the new LST_FOREACH macro and 2005-02-24 10:23:31 +00:00
cond.c Make sure the length variable is initialized to 0 before passing 2005-03-01 17:52:18 +00:00
cond.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
config.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
dir.c Use the new LST_FOREACH macro throughout the file and replace calls to 2005-02-22 08:00:06 +00:00
dir.h Fix the prototypes by addings some constness. This should have been 2005-02-22 08:17:05 +00:00
for.c Change the return value of Var_Subst to return a Buffer instead 2005-02-25 13:16:56 +00:00
for.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
globals.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
GNode.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
hash.c Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
hash.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
job.c Use the LST_FOREACH macro instead of the Lst_ForEach function. This 2005-03-02 08:30:49 +00:00
job.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
lst.c Move all the remaining list functions into one C-file and remove 2005-02-01 15:28:41 +00:00
lst.h Invent the LST_FOREACH macro for looping through a list. In contrast 2005-02-22 07:58:53 +00:00
main.c Buf_GetAll wants a pointer as its second argument, not a boolean - 2005-02-28 17:05:26 +00:00
make.1 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
make.c General whitespace cleanup: remove mixes of tabs and spaces, remove 2005-02-04 12:38:57 +00:00
make.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
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 Fix parsing of archive specifications on the target side of 2005-03-03 10:09:39 +00:00
parse.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
pathnames.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
sprite.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
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 Make sure the length variable is initialized to 0 before passing 2005-03-01 17:52:18 +00:00
suff.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
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 Constify the code paths for the 'M' and 'N' modifiers. 2005-03-03 11:26:28 +00:00
var.h Change the return value of Var_Subst to return a Buffer instead 2005-02-25 13:16:56 +00:00