summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* Cleanup handling of colons in variable substitutions.harti2005-03-181-50/+41
* Unfold parsing of single letter modifiers from multi-letter ones.harti2005-03-181-196/+258
* Style: fix indentation and <space><tab>.harti2005-03-181-584/+596
* Split out the 'S' modifier into its own function.harti2005-03-181-80/+83
* Convert Var_Parse to a wrapper function.harti2005-03-181-60/+82
* Replace Lst_Find calls with LST_FOREACH loops. This helps inharti2005-03-182-48/+15
* Replace a bogus use of Lst_Find with explicite LST_FOREACH callsharti2005-03-181-8/+14
* Fix a bug in matching suffixes. Under certain circumstances the codeharti2005-03-181-44/+25
* Now that there are no users of Lst_ForEach and Lst_ForEachFrom are leftharti2005-03-162-89/+3
* Replace Lst_ForEach by LST_FOREACH.harti2005-03-162-43/+12
* Replace another bunch of Lst_ForEachs by LST_FOREACHs and simplify code.harti2005-03-161-145/+99
* Fix a comment.harti2005-03-161-3/+1
* Get rid of another bunch of Lst_ForEach in favour of LST_FOREACH andharti2005-03-161-204/+109
* Ups. Revert the last commits. These have been committed by accident.harti2005-03-154-462/+431
* modifier_M: instead of going through the string twice to compute theharti2005-03-155-452/+472
* Style: Move a variable from a local scope up to the begin of the function.harti2005-03-151-41/+38
* Get rid of a number of Lst_ForEach calls in favour of LST_FOREACHharti2005-03-151-69/+26
* VarParseLong: move the detection of the modifier separator ':' intoharti2005-03-151-19/+23
* Yet another version of passing the last line to ParseFinishLine().harti2005-03-151-2/+2
* Get rid of another Lst_ForEach in favour of LST_FOREACH. Get ridharti2005-03-141-70/+38
* ParseModifier(): rename rw_str to value and reindent cleanup section.harti2005-03-141-70/+72
* Move the creation of a Src structure into its own function.harti2005-03-141-43/+33
* Split off two function from VarParseLong to handle modifiers and theharti2005-03-141-172/+221
* Convert a couple of other uses of Lst_ForEach to LST_FOREACH andharti2005-03-141-48/+40
* Simplify the print routines by using LST_FOREACH instead of Lst_ForEachharti2005-03-113-64/+66
* Remove leading underscores from the pathname defines. All identifiersharti2005-03-113-25/+29
* Remove the leading underscore from structure tags. All identifiersharti2005-03-112-5/+5
* Style: Fix indentation.harti2005-03-111-1117/+1129
* Call ParseFinishLine() also for the last line in a file. Thisharti2005-03-111-0/+3
* Back out the last commit. It turns out that this breaks more thanharti2005-03-111-3/+0
* Constify Var_Dump and simplify it by inlining VarPrintVar.harti2005-03-102-15/+9
* Call ParseFinishLine() for the last line of a file too.harti2005-03-101-0/+3
* Reorganize Suff_EndTransform to be called only for nodes forharti2005-03-103-44/+40
* Style: fix function style before working on it (mainly intendation).harti2005-03-101-30/+30
* Implement a new macro LST_NEXT which is like Lst_Succ but doesn't checkharti2005-03-091-0/+1
* Split SuffExpandChildren into three functions: one that skipsharti2005-03-091-179/+190
* Var_Subst() cannot return NULL so there is no reason to checkharti2005-03-091-105/+92
* Style: fix indentation of SuffExpandChildren before working on it.harti2005-03-081-178/+194
* Use Buf_Peel to get rid of a local variable.harti2005-03-081-4/+3
* Use the Buf_Peel function to get to the string contained into aharti2005-03-081-5/+1
* Remove useless local prototypes.harti2005-03-081-4/+0
* Style: fix indentation.harti2005-03-081-506/+516
* Use the new Buf_Peel function to simplify things.harti2005-03-081-30/+9
* Create a new function Buf_Peel that returns the string from insideharti2005-03-082-0/+20
* Add a debugging function that prints a message and appends theharti2005-03-082-0/+24
* Mark functions that don't return as dead.harti2005-03-081-4/+4
* Finish constification of Var_Parse() and Var_Subst().harti2005-03-082-41/+32
* Constify the callers of brk_string in this file.harti2005-03-071-18/+24
* Style: fix indendation of VarModify().harti2005-03-071-15/+15
* Constify the input argument to brk_string.harti2005-03-072-3/+5
OpenPOWER on IntegriCloud