freebsd-dev/usr.bin/make
Hartmut Brandt be7a5506e8 Rename the directive_hash.[ch] files to hash_tables.[ch] now
that there are more than one hash table in them. There is no
history to preserve here, so go without a repo-copy.

Asked for by:	Max Okumoto <okumoto@ucsd.edu>
2005-04-29 15:15:28 +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
compat.c
compat.h
cond.c Implement a pseudo-target .WARN that allows toggeling the warning flags 2005-04-29 14:37:44 +00:00
cond.h Rework the directive parsing code. Instead of using a lot of strcmp()s 2005-04-11 07:20:10 +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 Rework the directive parsing code. Instead of using a lot of strcmp()s 2005-04-11 07:20:10 +00:00
for.h Rework the directive parsing code. Instead of using a lot of strcmp()s 2005-04-11 07:20:10 +00:00
globals.h Implement a pseudo-target .WARN that allows toggeling the warning flags 2005-04-29 14:37:44 +00:00
GNode.h
hash_tables.c Rename the directive_hash.[ch] files to hash_tables.[ch] now 2005-04-29 15:15:28 +00:00
hash_tables.h Rename the directive_hash.[ch] files to hash_tables.[ch] now 2005-04-29 15:15:28 +00:00
hash.c
hash.h
job.c Mostly stylistic changes: remove the noPLen field from the Shell 2005-04-07 11:26:15 +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
main.c Implement a pseudo-target .WARN that allows toggeling the warning flags 2005-04-29 14:37:44 +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 Introduce a flag to enable extended warnings (-x) and make them off 2005-04-28 15:37:25 +00:00
Makefile Rename the directive_hash.[ch] files to hash_tables.[ch] now 2005-04-29 15:15:28 +00:00
Makefile.dist
nonints.h Implement a pseudo-target .WARN that allows toggeling the warning flags 2005-04-29 14:37:44 +00:00
parse.c Rename the directive_hash.[ch] files to hash_tables.[ch] now 2005-04-29 15:15:28 +00:00
parse.h Rework the directive parsing code. Instead of using a lot of strcmp()s 2005-04-11 07:20:10 +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 Split VarFind() into a series of functions tailored for the different sets 2005-04-13 11:40:44 +00:00
var.h