1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/usr.bin/make
Juli Mallett fe36b03b4c Fix a memory leak from previous commit by freeing the possibly expanded
string at the first opportunity, being sure to now always allocate the
new string from VarPossiblyExpand.  Oops.
2002-06-19 17:39:36 +00:00
..
lst.lib
PSD.doc
arch.c String lengths and sizeof()s are size_t not int. Mark an unused parameter 2002-06-12 04:18:31 +00:00
buf.c Avoid classy use of a variable one time with a constant value. 2002-06-13 08:57:53 +00:00
buf.h
compat.c String lengths and sizeof()s are size_t not int. Mark an unused parameter 2002-06-12 04:18:31 +00:00
cond.c
config.h
dir.c
dir.h
for.c
hash.c
hash.h
job.c The error functions take constant pointers to strings for their format. 2002-06-12 04:11:01 +00:00
job.h The error functions take constant pointers to strings for their format. 2002-06-12 04:11:01 +00:00
list.h
lst.h
main.c Use %p to print a pointer, not %lx and a cast to (unsigned long). Yuck. 2002-06-13 08:55:29 +00:00
make.1 make(I) appeared in PWB UNIX. 2002-06-17 13:43:15 +00:00
make.c
make.h
Makefile
Makefile.dist
nonints.h The error functions take constant pointers to strings for their format. 2002-06-12 04:11:01 +00:00
parse.c The error functions take constant pointers to strings for their format. 2002-06-12 04:11:01 +00:00
pathnames.h
sprite.h
str.c
suff.c
targ.c
var.c Fix a memory leak from previous commit by freeing the possibly expanded 2002-06-19 17:39:36 +00:00