Fix incorrect comment.
[dragonfly.git] / usr.bin / make /
2005-03-14 Max OkumotoConvert a couple of other uses of Lst_ForEach to LST_FO...
2005-03-12 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-12 Max Okumotopatch-7.126
2005-03-12 Max Okumotopatch-7.125
2005-03-12 Max Okumotopatch-7.124
2005-03-12 Max Okumoto patch-7.123
2005-03-12 Max Okumotopatch-7.122
2005-03-12 Max Okumotopatch-7.121
2005-03-12 Max Okumotopatch-7.120
2005-03-12 Max Okumotopatch-7.117
2005-03-12 Max Okumotopatch-7.116
2005-03-12 Max Okumotopatch-7.115
2005-03-12 Max Okumotopatch-7.114
2005-03-12 Max Okumotopatch-7.113
2005-03-12 Max OkumotoVarParseLong()
2005-03-12 Max OkumotoVarParseLong(), ParseRest()
2005-03-12 Max OkumotoSimplify the print routines by using LST_FOREACH instea...
2005-03-12 Max OkumotoRemove leading underscores from the pathname defines...
2005-03-12 Max OkumotoRemove the leading underscore from structure tags....
2005-03-12 Max OkumotoStyle: Fix indentation.
2005-03-12 Max OkumotoCall ParseFinishLine() also for the last line in a...
2005-03-12 Max OkumotoConstify Var_Dump and simplify it by inlining VarPrintVar.
2005-03-12 Max OkumotoReorganize Suff_EndTransform to be called only for...
2005-03-12 Max OkumotoThe previous commit should have had the following comment.
2005-03-12 Max OkumotoImplement a new macro LST_NEXT which is like Lst_Succ...
2005-03-12 Max OkumotoVar_Subst() cannot return NULL so there is no reason...
2005-03-12 Max OkumotoStyle: fix indentation of SuffExpandChildren before...
2005-03-12 Max OkumotoStyle: fix indentation of SuffExpandChildren before...
2005-03-12 Max Okumotocompat.c:
2005-03-12 Max OkumotoRemove useless local prototypes.
2005-03-12 Max OkumotoStyle: fix indentation.
2005-03-12 Max OkumotoUse the new Buf_Peel function to simplify things.
2005-03-12 Max OkumotoCreate a new function Buf_Peel that returns the string...
2005-03-12 Max OkumotoAdd a debugging function that prints a message and...
2005-03-12 Max OkumotoMark functions that don't return as dead.
2005-03-09 Max OkumotoReduce diffs between FreeBSD
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-07 Max OkumotoWhitespace cleanup. Noted by harti
2005-03-07 Max OkumotoCorrected spelling of colon.
2005-03-04 Max Okumotopatch-7.110 var.c
2005-03-04 Max Okumotopatch-7.108
2005-03-04 Max Okumotopatch-7.107
2005-03-04 Max Okumotopatch-7.106
2005-03-04 Max Okumotopatch-7.105a
2005-03-04 Max Okumotopatch-7.105
2005-03-04 Max Okumotopatch-7.104
2005-03-04 Max OkumotoParseModifier()
2005-03-04 Max OkumotoParseModifier()
2005-03-04 Max OkumotoParseModifier() and modifier_M()
2005-03-03 Max OkumotoReduce diffs between FreeBSD
2005-03-03 Max OkumotoReduce diff between FreeBSD.
2005-03-03 Max OkumotoMy regression test had a bug in it. Quoting a value...
2005-03-03 Max Okumotoparse.c:
2005-03-02 Max OkumotoUse the LST_FOREACH macro instead of the Lst_ForEach...
2005-03-02 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-02 Max OkumotoFixed bad result file.
2005-03-02 Max OkumotoAdd another. This one check if the behavior of ths...
2005-03-02 Max OkumotoHack update code since we now have separate src and...
2005-03-02 Joerg SonnenbergerMerge from vendor branch GCC:
2005-03-01 Max Okumotopatch-7.100
2005-03-01 Max Okumotopatch-7.99
2005-03-01 Max Okumotopatch-7.98
2005-03-01 Max Okumotopatch-7.97
2005-03-01 Max Okumotopatch-7.96
2005-03-01 Max Okumotopatch-7.95
2005-03-01 Max Okumotopatch-7.94
2005-03-01 Max Okumotopatch-7.93
2005-03-01 Max Okumotopatch-7.92
2005-03-01 Max Okumotopatch-7.91
2005-03-01 Max OkumotoThis should have been part of the previous commit messs...
2005-03-01 Max OkumotoVar_Parse():
2005-03-01 Max OkumotoCleanup comment and add option so the working dir can...
2005-03-01 Max OkumotoChanged regression tests to write to /tmp instead of...
2005-03-01 Max OkumotoAdd better comment for hack_cmp(), and reduced number...
2005-03-01 Max OkumotoAdd comment harti made about outofdate comment.
2005-03-01 Max OkumotoCleanup FAIL message
2005-02-28 Max OkumotoThe rest of the modifications that Harti made to patch...
2005-02-28 Max OkumotoMerge in some changes that Harti made to patch 7.49
2005-02-26 Max OkumotoAdd better description.
2005-02-26 Max OkumotoImprove report output.
2005-02-26 Max OkumotoAdd better description.
2005-02-26 Max OkumotoChange test to check M modifier.
2005-02-26 Max OkumotoAdd comments and sort commands.
2005-02-26 Max OkumotoAdd description of tests.
2005-02-26 Max OkumotoAdd description of test.
2005-02-26 Max OkumotoAdded test for missing Makefile
2005-02-26 Max OkumotoChange some white space to match FreeBSD.
2005-02-25 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-02-25 Max OkumotoRenamed env.sh to common.sh
2005-02-25 Max OkumotoMove more code from test.sh scripts into common (env...
2005-02-25 Max OkumotoAdd some documentation about the regresion tests.
2005-02-25 Max OkumotoCleanup test infrastructure.
2005-02-25 Max OkumotoAdd variable expansion regression test.
2005-02-24 Max OkumotoReplace the calls to Lst_ForEach with the new LST_FOREA...
2005-02-23 Max OkumotoUse the LST_FOREACH macro instead of the Lst_ForEach...
2005-02-23 Max OkumotoStyle: fix indent, use tabs instead of space+tab for...
2005-02-23 Max OkumotoFix the indendation of some multi-line comments.
2005-02-23 Max OkumotoMerged in three patches to cleanup the code by Harti.
2005-02-23 Max OkumotoStyle: fix indendation to be 8 and use tabulators....
2005-02-23 Max OkumotoFix a bug in handling archive members: when a member...
next