summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* Reverse a condition so that the else clause can be changedharti2005-03-011-39/+38
* VarParseLong: Move the initialisation of dynamic up which savesharti2005-02-281-3/+7
* Buf_GetAll wants a pointer as its second argument, not a boolean -harti2005-02-281-1/+1
* Don't modify the input string in VarParseLong(). It is notharti2005-02-281-15/+6
* Major clean up and split the Var_Parse monster function into threeharti2005-02-261-676/+714
* Change the return value of Var_Subst to return a Buffer insteadharti2005-02-259-88/+182
* Var_Parse: Separate different error states by introducing an else blockharti2005-02-241-64/+54
* Push assignments to just before the returns from the function toharti2005-02-241-16/+18
* Fix wording of a comment.harti2005-02-241-1/+1
* Replace the calls to Lst_ForEach with the new LST_FOREACH macro andharti2005-02-242-9/+24
* Use the LST_FOREACH macro instead of the Lst_ForEach functionharti2005-02-231-40/+25
* Style: fix indent, use tabs instead of space+tab for aligning things.harti2005-02-231-147/+159
* Fix the indendation of some multi-line comments.harti2005-02-231-22/+22
* Fix the prototypes by addings some constness. This should have beenharti2005-02-221-2/+2
* Use the new LST_FOREACH macro throughout the file and replace calls toharti2005-02-221-70/+20
* Invent the LST_FOREACH macro for looping through a list. In contrastharti2005-02-221-0/+4
* Style: fix indendation to be 8 and use tabulators. Fix lines longer thanharti2005-02-211-693/+717
* Forgot to set *freePtr to FALSE in another place.harti2005-02-211-0/+1
* Fix a bug in handling archive members: when a member was not foundharti2005-02-211-15/+11
* Push the assignments of some variables down into the sub-blocks whereharti2005-02-181-4/+16
* Push down variables into local scope in Var_Parse to make theirharti2005-02-181-7/+6
* Whitespace cleanup: substitute mixed tabs and spaces by canonicalharti2005-02-171-16/+17
* Move error case to begin of if-else chain. Do not needless initializeharti2005-02-171-14/+19
* Fix two typos in comments.harti2005-02-171-2/+2
* Sort out the error case that a single '$' was passed a little bitharti2005-02-171-6/+11
* Mostly stylistic issues: move a variable into local scope, makeharti2005-02-161-36/+48
* Better version of the patch in 1.117: bring a variable into local scopeharti2005-02-161-10/+15
* Expand *n't contractions.ru2005-02-131-5/+5
* Back out the previous commit. There is an obvious bug in it.harti2005-02-131-12/+10
* Stylistic fixes: push variable into a local context (this part is goingharti2005-02-111-10/+12
* Convert several instances of negative logic to positive logic.harti2005-02-111-85/+84
* Buffers are already NUL-terminated so there is no need to explicitely addharti2005-02-101-1/+0
* Mostly stylistic nits in preparation for splitting up Var_Parse:harti2005-02-101-15/+19
* Let the buffer just use the default size by specifying 0 as the sizeharti2005-02-101-1/+1
* Mark the modification of the input string (which should really be const)harti2005-02-101-1/+1
* Style nits:harti2005-02-101-7/+13
* Describe a pre-condition of Var_Parse().harti2005-02-101-0/+3
* Remove a comment that's not actual anymore.harti2005-02-101-3/+0
* Fix spacing by converting mixes of space and tab to tab. Also add a numberharti2005-02-104-41/+46
* Initialise the status variable. W_SETTERMSIG uses its value.harti2005-02-101-0/+1
* Lst_Append returns void, so the other case of the ? statementharti2005-02-101-1/+1
* Use defines for character constants for open and closing braces andharti2005-02-091-11/+22
* While working on constification temporarily disable -Werror. Things are tooharti2005-02-091-0/+1
* Untangle VarFind and, while rewriting most of the function, fix theharti2005-02-091-45/+51
* Introduce VarCreate and VarDestroy functions and used them whereharti2005-02-091-58/+51
* Remove an unneeded check.harti2005-02-071-1/+4
* Introduce a typedef for variable value modifation functions and use itharti2005-02-072-14/+12
* Make the intention of a loop clearer.harti2005-02-071-4/+5
* Introduce Buf_StripNewLines() and use it where appropriate.harti2005-02-076-58/+70
* Invent a Buf_AppendRange function that appends a non-NUL-terminated stringharti2005-02-076-12/+22
OpenPOWER on IntegriCloud