summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* 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
* Invent a Buf_Append function to append a NUL-terminated stringharti2005-02-077-39/+43
* Where the returned line length from Buf_GetAll is not used just passharti2005-02-042-6/+3
* Rewrite of the buf code:harti2005-02-042-169/+95
* None of the users of Buf_Discard used it to get rid of only a part ofharti2005-02-044-28/+13
* Inline the ADDWORD() macro in the two places where it is used. It justharti2005-02-041-10/+11
* Use _exit() instead of exit() when the exec() after a vfork() fails.harti2005-02-041-1/+1
* Move PrintAddr() from util.c into suff.c - the only file where it isharti2005-02-043-12/+17
* General whitespace cleanup: remove mixes of tabs and spaces, removeharti2005-02-047-86/+85
* Minor cleanup: make brk_string to return argc only if the pointer to itharti2005-02-042-15/+6
* Further constification. Use a temporary hack (copying the input string)harti2005-02-042-42/+52
* Use an extra variable to assign to instead of missusing an inputharti2005-02-041-7/+7
* Replace space, tab mixes by tabs.harti2005-02-041-5/+5
* Use tabs to move to the comments instead of wild mixes of tabs and spaces.harti2005-02-041-14/+14
* Style: line up with tabulators.harti2005-02-041-6/+6
* Use a typedef for the conditional handler function so that declaringharti2005-02-041-7/+9
* Style: remove a space between a function name and the openingharti2005-02-041-1/+1
* Some more easy constification.harti2005-02-0414-56/+65
* Constify an argument to a function.harti2005-02-031-3/+3
* Get rid of a number of unneccessary memory allocations.harti2005-02-031-16/+10
* Make enomem static - it's referenced only in util.c.harti2005-02-022-2/+3
* Remove a couple of unused buffer functions.harti2005-02-022-158/+0
* Convert several typedefs from beeing pointers to structs to be the structsharti2005-02-0211-88/+95
* Move all the remaining list functions into one C-file and removeharti2005-02-0113-977/+482
* Remove debugging stuff that crept in in the previous commit.harti2005-02-011-5/+0
* Clean up include files and file including. Split nonints.h into piecesharti2005-02-0149-628/+1372
* Fix quoting of the MAKEFLAGS environment variable by only quoting spacesharti2005-01-265-11/+146
* Sort sections.ru2005-01-181-29/+29
* Scheduled mdoc(7) sweep.ru2005-01-111-3/+3
OpenPOWER on IntegriCloud