freebsd-skq/usr.bin/make
Hartmut Brandt 506e445a6c There is not much sense in having an else after Punt() and _exit() which
never return. Also use pid_t for variables holding PIDs.
2005-04-05 12:33:54 +00:00
..
PSD.doc
arch.c Almost complete rewrite of the archive code (except for the Makefile parsing 2005-03-31 11:35:56 +00:00
arch.h Almost complete rewrite of the archive code (except for the Makefile parsing 2005-03-31 11:35:56 +00:00
buf.c Move the MAX macro to a util.h so it becomes usable in other modules. 2005-03-31 11:12:45 +00:00
buf.h Two new functions: Buf_Data() returns a reference to the data in 2005-03-22 07:42:51 +00:00
compat.c Replace Lst_ForEach by LST_FOREACH. 2005-03-16 16:02:09 +00:00
compat.h
cond.c Style: fix indentation. 2005-04-01 12:31:15 +00:00
cond.h Make the structure for handling the input stack local to the parse 2005-03-30 15:18:58 +00:00
config.h
dir.c Make paths an explicite datatype instead of using the generic Lst. 2005-03-23 12:56:15 +00:00
dir.h Make paths an explicite datatype instead of using the generic Lst. 2005-03-23 12:56:15 +00:00
for.c Simplify buffer access by using Buf_Data() and Buf_Peel() where 2005-03-22 07:50:40 +00:00
for.h
globals.h Make the structure for handling the input stack local to the parse 2005-03-30 15:18:58 +00:00
GNode.h
hash.c
hash.h
job.c There is not much sense in having an else after Punt() and _exit() which 2005-04-05 12:33:54 +00:00
job.h Remove a forward declaration that isn't needed anymore. 2005-04-01 16:23:48 +00:00
lst.c Style: fix indentation. 2005-04-01 11:20:17 +00:00
lst.h Remove debugging code that crept in in the last commit. 2005-03-22 12:52:00 +00:00
main.c Style: Indentation. 2005-04-01 12:42:03 +00:00
make.1 Document the new -A flag for ignoring archive errors. 2005-03-31 11:40:53 +00:00
make.c Style: indentation. 2005-04-01 13:02:17 +00:00
make.h
Makefile
Makefile.dist
nonints.h
parse.c Make the structure for handling the input stack local to the parse 2005-03-30 15:18:58 +00:00
parse.h Make the structure for handling the input stack local to the parse 2005-03-30 15:18:58 +00:00
pathnames.h
sprite.h
str.c Style: fix indentation. 2005-04-01 13:06:05 +00:00
str.h
suff.c Make paths an explicite datatype instead of using the generic Lst. 2005-03-23 12:56:15 +00:00
suff.h Make paths an explicite datatype instead of using the generic Lst. 2005-03-23 12:56:15 +00:00
targ.c Style: fix indentation. 2005-04-01 11:12:29 +00:00
targ.h
util.c
util.h Move the MAX macro to a util.h so it becomes usable in other modules. 2005-03-31 11:12:45 +00:00
var_modify.c Style: fix indentation. 2005-04-01 13:25:45 +00:00
var.c Fix a bug introduced in a previous commit: ParseModifier() consumes 2005-03-30 15:14:22 +00:00
var.h Return a Buf object from VarGetPattern() instead of a char * and a size_t. 2005-03-22 08:09:43 +00:00