..
PSD.doc
arch.c
- Partially revert r200417. config.h brings several definitions,
2009-12-17 12:42:45 +00:00
arch.h
Get rid of the ReturnStatus obscuration that was anyway used only
2005-05-18 06:50:39 +00:00
buf.c
Remove inlining of functions that are used mostly in different object files.
2009-01-20 17:15:12 +00:00
buf.h
Move the Boolean and ReturnStatus stuff from sprite.h to util.h and
2005-05-13 08:53:00 +00:00
cond.c
Under certain conditions the condition parser would go one past end of
2005-05-25 16:06:14 +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
Add ability to search up the directory hierarchy for the system directory.
2010-01-04 18:57:22 +00:00
dir.h
Add ability to search up the directory hierarchy for the system directory.
2010-01-04 18:57:22 +00:00
for.c
Remove unnecessary includes.
2009-12-11 23:20:02 +00:00
for.h
Move the Boolean and ReturnStatus stuff from sprite.h to util.h and
2005-05-13 08:53:00 +00:00
globals.h
Remove unnecessary includes.
2009-12-11 23:20:02 +00:00
GNode.h
Improve logging when -dm is specified: if the node is considered
2007-04-20 06:33:25 +00:00
hash_tables.c
If the special target .MAKEFILEDEPS exists, then enable the
2008-03-12 14:51:47 +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
Move the Boolean and ReturnStatus stuff from sprite.h to util.h and
2005-05-13 08:53:00 +00:00
hash.h
Move the Boolean and ReturnStatus stuff from sprite.h to util.h and
2005-05-13 08:53:00 +00:00
job.c
Add missing `void' keyword.
2009-12-29 22:33:07 +00:00
job.h
1. Add the ability to tweak the token output before targets in job mode.
2008-12-29 10:26:02 +00:00
lst.c
Remove unnecessary includes.
2009-12-11 23:20:02 +00:00
lst.h
Remove unnecessary includes.
2009-12-11 23:20:02 +00:00
main.c
Add ability to search up the directory hierarchy for the system directory.
2010-01-04 18:57:22 +00:00
make.1
Add ability to search up the directory hierarchy for the system directory.
2010-01-04 18:57:22 +00:00
make.c
- Partially revert r200417. config.h brings several definitions,
2009-12-17 12:42:45 +00:00
make.h
1. Add the ability to tweak the token output before targets in job mode.
2008-12-29 10:26:02 +00:00
Makefile
Build usr.bin/ with WARNS=6 by default.
2010-01-02 10:27:05 +00:00
Makefile.dist
Linux requires -D__dead2= and -D__unused= to get rid of the
2008-03-04 05:35:27 +00:00
parse.c
Report lines that ought to contain a ':' operator but start with a '.'
2010-01-04 00:49:04 +00:00
parse.h
Move the Boolean and ReturnStatus stuff from sprite.h to util.h and
2005-05-13 08:53:00 +00:00
pathnames.h
Remove leading underscores from the pathname defines. All identifiers
2005-03-11 13:02:38 +00:00
proc.c
Add a missing space to the error message when execvp() failed.
2009-12-05 13:12:04 +00:00
proc.h
Factor out ProcExec() into its own file and rename it to Proc_Exec() for
2005-05-24 15:41:34 +00:00
shell.c
Factor out all the .SHELL parsing related stuff into its own file and
2005-05-24 15:30:03 +00:00
shell.h
Factor out all the .SHELL parsing related stuff into its own file and
2005-05-24 15:30:03 +00:00
str.c
Remove unnecessary includes.
2009-12-11 23:20:02 +00:00
str.h
Make the ArgArray_Init() function visible to the rest of make.
2005-05-23 13:27:52 +00:00
suff.c
Remove inlining of functions that are used mostly in different object files.
2009-01-20 17:15:12 +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
Remove unnecessary includes.
2009-12-11 23:20:02 +00:00
targ.h
util.c
Use the print_flags function to print the OP_ flags of a target.
2005-05-13 13:47:41 +00:00
util.h
Get rid of the ReturnStatus obscuration that was anyway used only
2005-05-18 06:50:39 +00:00
var.c
Remove unnecessary includes.
2009-12-11 23:20:02 +00:00
var.h
The caller of Var_Value() should not change the variable value. Make
2005-05-24 16:05:51 +00:00