summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dike out unwarranted si_udev fondling.phk2005-03-151-1/+2
* 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
* A handful of minor portability and style improvements.kientzle2005-03-143-15/+16
* Style correction: one tab after #define.kientzle2005-03-141-46/+47
* Re-unbreak the distfile target.kientzle2005-03-131-3/+4
* Fix a compile warning, fix the build.kientzle2005-03-131-1/+1
* "make depend" with .y files is trickier than it looks. <sigh>kientzle2005-03-131-3/+2
* Brain-o. Missing quote.kientzle2005-03-131-1/+1
* Add --newer-ctime, --newer-mtime, --newer-ctime-than, and --newer-mtime-thankientzle2005-03-139-39/+1067
* Remove an unused #define. md5's with and without this commit match.ceri2005-03-131-1/+0
* Add --strip-components option, per bin/77666.kientzle2005-03-135-2/+72
* Use socklen_t where appropriate.stefanf2005-03-111-1/+2
* 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
* Add limits on the number of elements in the sack scoreboard bothps2005-03-091-0/+1
* Add myself.novel2005-03-091-0/+1
* 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
* Fix dubious C code construct.stefanf2005-03-091-1/+1
* 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
* Use 12 columns for (int) values, 20 columns for (long) and alignkeramida2005-03-081-47/+50
* Sync with upstream:fanf2005-03-082-52/+96
* 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
OpenPOWER on IntegriCloud