aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Now that there are no users of Lst_ForEach and Lst_ForEachFrom are leftHartmut Brandt2005-03-162-89/+3
* Replace Lst_ForEach by LST_FOREACH.Hartmut Brandt2005-03-162-43/+12
* Replace another bunch of Lst_ForEachs by LST_FOREACHs and simplify code.Hartmut Brandt2005-03-161-144/+98
* Dike out another kvm indiscretion.Poul-Henning Kamp2005-03-161-0/+2
* Fix a comment.Hartmut Brandt2005-03-161-3/+1
* Get rid of another bunch of Lst_ForEach in favour of LST_FOREACH andHartmut Brandt2005-03-161-204/+109
* Ups. Revert the last commits. These have been committed by accident.Hartmut Brandt2005-03-154-460/+429
* modifier_M: instead of going through the string twice to compute theHartmut Brandt2005-03-155-450/+470
* Style: Move a variable from a local scope up to the begin of the function.Hartmut Brandt2005-03-151-41/+38
* Dike out unwarranted si_udev fondling.Poul-Henning Kamp2005-03-151-1/+2
* Get rid of a number of Lst_ForEach calls in favour of LST_FOREACHHartmut Brandt2005-03-151-69/+26
* VarParseLong: move the detection of the modifier separator ':' intoHartmut Brandt2005-03-151-19/+23
* Yet another version of passing the last line to ParseFinishLine().Hartmut Brandt2005-03-151-2/+2
* Get rid of another Lst_ForEach in favour of LST_FOREACH. Get ridHartmut Brandt2005-03-141-70/+38
* ParseModifier(): rename rw_str to value and reindent cleanup section.Hartmut Brandt2005-03-141-70/+72
* Move the creation of a Src structure into its own function.Hartmut Brandt2005-03-141-43/+33
* Split off two function from VarParseLong to handle modifiers and theHartmut Brandt2005-03-141-172/+221
* Convert a couple of other uses of Lst_ForEach to LST_FOREACH andHartmut Brandt2005-03-141-48/+40
* A handful of minor portability and style improvements.Tim Kientzle2005-03-143-15/+16
* Style correction: one tab after #define.Tim Kientzle2005-03-141-46/+47
* Re-unbreak the distfile target.Tim Kientzle2005-03-131-3/+4
* Fix a compile warning, fix the build.Tim Kientzle2005-03-131-1/+1
* "make depend" with .y files is trickier than it looks. <sigh>Tim Kientzle2005-03-131-3/+2
* Brain-o. Missing quote.Tim Kientzle2005-03-131-1/+1
* Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-thanTim Kientzle2005-03-139-38/+1066
* Remove an unused #define. md5's with and without this commit match.Ceri Davies2005-03-131-1/+0
* Add --strip-components option, per bin/77666.Tim Kientzle2005-03-135-2/+72
* Use socklen_t where appropriate.Stefan Farfeleder2005-03-111-1/+2
* Simplify the print routines by using LST_FOREACH instead of Lst_ForEachHartmut Brandt2005-03-113-63/+65
* Remove leading underscores from the pathname defines. All identifiersHartmut Brandt2005-03-113-25/+29
* Remove the leading underscore from structure tags. All identifiersHartmut Brandt2005-03-112-5/+5
* Style: Fix indentation.Hartmut Brandt2005-03-111-1062/+1074
* Call ParseFinishLine() also for the last line in a file. ThisHartmut Brandt2005-03-111-0/+3
* Back out the last commit. It turns out that this breaks more thanHartmut Brandt2005-03-111-3/+0
* Constify Var_Dump and simplify it by inlining VarPrintVar.Hartmut Brandt2005-03-102-15/+9
* Call ParseFinishLine() for the last line of a file too.Hartmut Brandt2005-03-101-0/+3
* Reorganize Suff_EndTransform to be called only for nodes forHartmut Brandt2005-03-103-44/+40
* Style: fix function style before working on it (mainly intendation).Hartmut Brandt2005-03-101-30/+30
* Add limits on the number of elements in the sack scoreboard bothPaul Saab2005-03-091-0/+1
* Add myself.Roman Bogorodskiy2005-03-091-0/+1
* Implement a new macro LST_NEXT which is like Lst_Succ but doesn't checkHartmut Brandt2005-03-091-0/+1
* Split SuffExpandChildren into three functions: one that skipsHartmut Brandt2005-03-091-178/+189
* Fix dubious C code construct.Stefan Farfeleder2005-03-091-1/+1
* Var_Subst() cannot return NULL so there is no reason to checkHartmut Brandt2005-03-091-103/+90
* Style: fix indentation of SuffExpandChildren before working on it.Hartmut Brandt2005-03-081-172/+188
* Use Buf_Peel to get rid of a local variable.Hartmut Brandt2005-03-081-4/+3
* Use the Buf_Peel function to get to the string contained into aHartmut Brandt2005-03-081-5/+1
* Remove useless local prototypes.Hartmut Brandt2005-03-081-4/+0
* Style: fix indentation.Hartmut Brandt2005-03-081-479/+489
* Use the new Buf_Peel function to simplify things.Hartmut Brandt2005-03-081-30/+9