freebsd-dev/usr.bin/make
Hartmut Brandt e35e595f1d Change a couple of the primitve list functions to be macros. This changes
the semantic of Lst_Datum which formerly returned NULL when the argument
node was NULL. There was only one place in the source that relied on this
so change that place.
2004-11-30 10:35:04 +00:00
..
lst.lib Change a couple of the primitve list functions to be macros. This changes 2004-11-30 10:35:04 +00:00
PSD.doc Remove another unused Makefile. 2003-02-03 04:15:53 +00:00
arch.c Fix a bug that would truncate the full name of an archive member if 2004-11-29 16:23:34 +00:00
buf.c Convert make(1) to use ANSI style function declarations. Variable 2002-10-09 03:42:10 +00:00
buf.h #define<space> -> #define<tab> 2002-09-17 21:29:06 +00:00
compat.c Fix a (very) long standing bug in make (this has been there probably 2004-11-12 07:57:17 +00:00
cond.c Improve make's diagnostic of mistmatched .if-.endif. This patch is 2004-07-20 07:42:06 +00:00
config.h Eliminate the define for POSIX and build with Posix behaviour. 2004-11-17 11:32:46 +00:00
dir.c Change a couple of the primitve list functions to be macros. This changes 2004-11-30 10:35:04 +00:00
dir.h - Cut out the code that caches the "." directory out of Dir_Init() 2003-09-14 12:31:33 +00:00
for.c Use typedefs for the types of the functions that are passed as arguments 2004-11-29 12:17:13 +00:00
hash.c Convert make(1) to use ANSI style function declarations. Variable 2002-10-09 03:42:10 +00:00
hash.h #define<space> -> #define<tab> 2002-09-17 21:29:06 +00:00
job.c Fix a very long-standing error in handling .SHELL targets: this target 2004-11-25 10:01:26 +00:00
job.h Add code to enforce the paralleism count (-j N) for the entire tree 2004-11-12 08:58:07 +00:00
lst.h Change a couple of the primitve list functions to be macros. This changes 2004-11-30 10:35:04 +00:00
main.c Use typedefs for the types of the functions that are passed as arguments 2004-11-29 12:17:13 +00:00
make.1 Document the effects of modifying the .MAKEFLAGS internal 2004-08-18 13:25:46 +00:00
make.c Add code to enforce the paralleism count (-j N) for the entire tree 2004-11-12 08:58:07 +00:00
make.h Improve make's diagnostic of mistmatched .if-.endif. This patch is 2004-07-20 07:42:06 +00:00
Makefile Change a couple of the primitve list functions to be macros. This changes 2004-11-30 10:35:04 +00:00
Makefile.dist
nonints.h Put variable assignments on .MAKEFLAGS and .MFLAGS targets into 2004-08-12 11:49:55 +00:00
parse.c Use typedefs for the types of the functions that are passed as arguments 2004-11-29 12:17:13 +00:00
pathnames.h Back out the ``run shell from $PATH'' change; this was an overkill 2002-05-24 15:51:27 +00:00
sprite.h #define<space> -> #define<tab> 2002-09-17 21:29:06 +00:00
str.c Fixed a bug that previous revision has introduced -- we missed 2004-01-25 12:28:36 +00:00
suff.c The .DEFAULT target with no commands caused a null pointer dereference. 2004-04-12 20:05:11 +00:00
targ.c Remove efree(), it isn't used consistently enough to even pretend that it 2002-10-23 23:16:43 +00:00
util.c Move utilitarian routines to util.c, which isn't the same as the old 2002-10-10 19:27:48 +00:00
var_modify.c In VarHead(), look into the correct (modified) string. 2002-10-29 12:11:56 +00:00
var.c Put variable assignments on .MAKEFLAGS and .MFLAGS targets into 2004-08-12 11:49:55 +00:00
var.h Split var.c into var.c and var_modify.c and move all the modification funcs 2002-10-28 23:33:57 +00:00