freebsd-dev/usr.bin/make
Hartmut Brandt 0ce37001aa Now that there are no users of Lst_ForEach and Lst_ForEachFrom are left
delete these two macros and all the associated stuff.
2005-03-16 16:11:11 +00:00
..
PSD.doc Remove another unused Makefile. 2003-02-03 04:15:53 +00:00
arch.c Ups. Revert the last commits. These have been committed by accident. 2005-03-15 15:10:51 +00:00
arch.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
buf.c Create a new function Buf_Peel that returns the string from inside 2005-03-08 13:15:18 +00:00
buf.h Create a new function Buf_Peel that returns the string from inside 2005-03-08 13:15:18 +00:00
compat.c Replace Lst_ForEach by LST_FOREACH. 2005-03-16 16:02:09 +00:00
compat.h Replace the calls to Lst_ForEach with the new LST_FOREACH macro and 2005-02-24 10:23:31 +00:00
cond.c Make sure the length variable is initialized to 0 before passing 2005-03-01 17:52:18 +00:00
cond.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
config.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
dir.c Fix a comment. 2005-03-16 08:06:28 +00:00
dir.h Fix the prototypes by addings some constness. This should have been 2005-02-22 08:17:05 +00:00
for.c Use the new Buf_Peel function to simplify things. 2005-03-08 13:15:51 +00:00
for.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
globals.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
GNode.h Remove the leading underscore from structure tags. All identifiers 2005-03-11 12:57:25 +00:00
hash.c Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
hash.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
job.c Replace Lst_ForEach by LST_FOREACH. 2005-03-16 16:02:09 +00:00
job.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
lst.c Now that there are no users of Lst_ForEach and Lst_ForEachFrom are left 2005-03-16 16:11:11 +00:00
lst.h Now that there are no users of Lst_ForEach and Lst_ForEachFrom are left 2005-03-16 16:11:11 +00:00
main.c Remove leading underscores from the pathname defines. All identifiers 2005-03-11 13:02:38 +00:00
make.1 Expand *n't contractions. 2005-02-13 22:25:33 +00:00
make.c Replace another bunch of Lst_ForEachs by LST_FOREACHs and simplify code. 2005-03-16 12:22:15 +00:00
make.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
Makefile Ups. Revert the last commits. These have been committed by accident. 2005-03-15 15:10:51 +00:00
Makefile.dist Move all the remaining list functions into one C-file and remove 2005-02-01 15:28:41 +00:00
nonints.h Introduce Buf_StripNewLines() and use it where appropriate. 2005-02-07 11:27:47 +00:00
parse.c Get rid of another bunch of Lst_ForEach in favour of LST_FOREACH and 2005-03-16 08:04:45 +00:00
parse.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
pathnames.h Remove leading underscores from the pathname defines. All identifiers 2005-03-11 13:02:38 +00:00
sprite.h Clean up include files and file including. Split nonints.h into pieces 2005-02-01 10:50:37 +00:00
str.c Constify the input argument to brk_string. 2005-03-07 16:10:39 +00:00
str.h Constify the input argument to brk_string. 2005-03-07 16:10:39 +00:00
suff.c Get rid of another Lst_ForEach in favour of LST_FOREACH. Get rid 2005-03-14 17:04:58 +00:00
suff.h Reorganize Suff_EndTransform to be called only for nodes for 2005-03-10 14:54:47 +00:00
targ.c Get rid of a number of Lst_ForEach calls in favour of LST_FOREACH 2005-03-15 14:28:39 +00:00
targ.h Some more easy constification. 2005-02-04 07:51:00 +00:00
util.c Simplify the print routines by using LST_FOREACH instead of Lst_ForEach 2005-03-11 13:24:08 +00:00
util.h Simplify the print routines by using LST_FOREACH instead of Lst_ForEach 2005-03-11 13:24:08 +00:00
var_modify.c Invent a Buf_AppendRange function that appends a non-NUL-terminated string 2005-02-07 07:54:23 +00:00
var.c modifier_M: instead of going through the string twice to compute the 2005-03-15 15:05:14 +00:00
var.h Constify Var_Dump and simplify it by inlining VarPrintVar. 2005-03-10 15:38:01 +00:00