1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/usr.bin/make
Hartmut Brandt 0354c3e056 If a path element directory was never opened it is not on the list of
open directories so there is no need to remove it from there. This fixes
a core dump introduced by removing the run-time check from Lst_Remove.
2004-12-09 10:00:55 +00:00
..
lst.lib Now that circular lists are gone remove stuff for them. Simplify 2004-12-08 17:48:15 +00:00
PSD.doc
arch.c Get rid of the sequential access feature of the lists. This was used 2004-12-08 16:22:01 +00:00
buf.c Remove an extra space. 2004-12-03 13:03:16 +00:00
buf.h Put macro arguments in paranthesis. 2004-12-03 12:02:14 +00:00
compat.c Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of 2004-12-07 13:49:13 +00:00
cond.c Constify the arguments to the list compare function. This temporarily 2004-12-08 12:59:27 +00:00
config.h Eliminate the define for POSIX and build with Posix behaviour. 2004-11-17 11:32:46 +00:00
dir.c If a path element directory was never opened it is not on the list of 2004-12-09 10:00:55 +00:00
dir.h Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of 2004-12-07 13:49:13 +00:00
for.c Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of 2004-12-07 13:49:13 +00:00
hash.c Some constification which doesn't require code rewrites. 2004-12-06 15:20:12 +00:00
hash.h Some constification which doesn't require code rewrites. 2004-12-06 15:20:12 +00:00
job.c Get rid of the sequential access feature of the lists. This was used 2004-12-08 16:22:01 +00:00
job.h Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of 2004-12-07 13:49:13 +00:00
lst.h No caller checks the return code from Lst_Remove, so don't return one. 2004-12-08 17:43:43 +00:00
main.c Constify the arguments to the list compare function. This temporarily 2004-12-08 12:59:27 +00:00
make.1 Describe the .SHELL target. 2004-12-03 08:03:11 +00:00
make.c Get rid of the sequential access feature of the lists. This was used 2004-12-08 16:22:01 +00:00
make.h Get rid of the sequential access feature of the lists. This was used 2004-12-08 16:22:01 +00:00
Makefile Get rid of the sequential access feature of the lists. This was used 2004-12-08 16:22:01 +00:00
Makefile.dist
nonints.h Consify the arguments to str_concat. Remove the STR_DOFREE flag for that 2004-12-08 08:11:59 +00:00
parse.c Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of 2004-12-07 13:49:13 +00:00
pathnames.h
sprite.h
str.c Constify some calls of Buf_AddBytes. 2004-12-08 08:18:13 +00:00
suff.c Don't free the second list in Lst_Concat for LST_CONCLINK; free it 2004-12-08 16:28:53 +00:00
targ.c Get rid of the sequential access feature of the lists. This was used 2004-12-08 16:22:01 +00:00
util.c Stylification: missing spaces, extra space after function names, casts 2004-11-30 17:46:29 +00:00
var_modify.c Constification of arguments passed to functions; no change on the 2004-12-07 12:23:45 +00:00
var.c Constify the arguments to the list compare function. This temporarily 2004-12-08 12:59:27 +00:00
var.h Fix breakage introduced on 64-bit platforms with my last commit. Need 2004-12-03 12:55:57 +00:00