freebsd-skq/usr.bin/make
harti 7bd6f53de6 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
arch.c Style: remove unneeded parantheses in conditionals. 2005-03-03 11:34:04 +00:00
arch.h
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
cond.c
cond.h
config.h
dir.c
dir.h
for.c Use the new Buf_Peel function to simplify things. 2005-03-08 13:15:51 +00:00
for.h
globals.h
GNode.h Remove the leading underscore from structure tags. All identifiers 2005-03-11 12:57:25 +00:00
hash.c
hash.h
job.c Remove leading underscores from the pathname defines. All identifiers 2005-03-11 13:02:38 +00:00
job.h
lst.c
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
make.c
make.h
Makefile
Makefile.dist
nonints.h
parse.c Yet another version of passing the last line to ParseFinishLine(). 2005-03-15 14:25:24 +00:00
parse.h
pathnames.h Remove leading underscores from the pathname defines. All identifiers 2005-03-11 13:02:38 +00:00
sprite.h
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
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
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