freebsd-dev/usr.bin/make
Hartmut Brandt 77f4b22417 Style: Move a variable from a local scope up to the begin of the function.
Rename result variable so common code becomes more visible.
Rename freePtr to freeResult to make clear what pointer must be freed.

Patch:		7.116, 7.116a

Submitted by:	Max Okumoto <okumoto@ucsd.edu>
2005-03-15 14:52:10 +00:00
..
PSD.doc Remove another unused Makefile. 2003-02-03 04:15:53 +00:00
arch.c Style: remove unneeded parantheses in conditionals. 2005-03-03 11:34:04 +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 Create a new function Buf_Peel that returns the string from inside 2005-03-08 13:15:18 +00:00
buf.h Create a new function Buf_Peel that returns the string from inside 2005-03-08 13:15:18 +00:00
compat.c Use the Buf_Peel function to get to the string contained into a 2005-03-08 14:33:58 +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 Use the new Buf_Peel function to simplify things. 2005-03-08 13:15:51 +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 Remove the leading underscore from structure tags. All identifiers 2005-03-11 12:57:25 +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 Remove leading underscores from the pathname defines. All identifiers 2005-03-11 13:02:38 +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 Implement a new macro LST_NEXT which is like Lst_Succ but doesn't check 2005-03-09 16:53:31 +00:00
main.c Remove leading underscores from the pathname defines. All identifiers 2005-03-11 13:02:38 +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 Yet another version of passing the last line to ParseFinishLine(). 2005-03-15 14:25:24 +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 Remove leading underscores from the pathname defines. All identifiers 2005-03-11 13:02:38 +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 Constify the input argument to brk_string. 2005-03-07 16:10:39 +00:00
str.h Constify the input argument to brk_string. 2005-03-07 16:10:39 +00:00
suff.c Get rid of another Lst_ForEach in favour of LST_FOREACH. Get rid 2005-03-14 17:04:58 +00:00
suff.h Reorganize Suff_EndTransform to be called only for nodes for 2005-03-10 14:54:47 +00:00
targ.c Get rid of a number of Lst_ForEach calls in favour of LST_FOREACH 2005-03-15 14:28:39 +00:00
targ.h Some more easy constification. 2005-02-04 07:51:00 +00:00
util.c Simplify the print routines by using LST_FOREACH instead of Lst_ForEach 2005-03-11 13:24:08 +00:00
util.h Simplify the print routines by using LST_FOREACH instead of Lst_ForEach 2005-03-11 13:24:08 +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 Style: Move a variable from a local scope up to the begin of the function. 2005-03-15 14:52:10 +00:00
var.h Constify Var_Dump and simplify it by inlining VarPrintVar. 2005-03-10 15:38:01 +00:00