summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Document the '-i' option which allows the user to specify a ktr eventshmp2005-03-081-0/+5
* 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
* Factor out the 'S' modifier into its own function. Move a variableharti2005-03-071-174/+183
* Move the 'M' and 'N' modifiers into their own function.harti2005-03-071-49/+63
* Change fix a bug where the length of data written by snprintf wasalfred2005-03-031-1/+1
* Style: remove unneeded parantheses in conditionals.harti2005-03-031-8/+8
* Constify the code paths for the 'M' and 'N' modifiers.harti2005-03-031-52/+62
* Fix parsing of archives: in System V archive format the member namesharti2005-03-031-2/+4
* Fix parsing of archive specifications on the target side ofharti2005-03-031-0/+1
* Update the description comment of the function to reflect theharti2005-03-031-5/+2
* Transform VarParseLong() so that the lifetime and the constness ofharti2005-03-031-139/+143
* If a user or group is not known, report the problem user/group, rather thandelphij2005-03-031-3/+3
* Move the check for the error case (variable ends without a closingharti2005-03-021-18/+17
* Fix indentation on a block of code.harti2005-03-021-27/+27
* Push the length computation down into VarParseShort().harti2005-03-021-17/+27
* Convert a function call to Lst_ForEach with a macro call to LST_FOREACH.harti2005-03-021-16/+17
* Wrap BSD r* commands in NO_RCMDS.trhodes2005-03-021-2/+7
* Add an entry for myself.jcamou2005-03-021-0/+1
* Use the LST_FOREACH macro instead of the Lst_ForEach function. Thisharti2005-03-021-18/+24
* Make sure the length variable is initialized to 0 before passingharti2005-03-015-12/+18
* Split out ParseModifiers from VarParseLong.harti2005-03-011-590/+603
* VarParseLong: Create new else block for haveModifier. Move the callharti2005-03-011-37/+49
* Add myself to the calendar.flz2005-03-011-0/+1
* 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
OpenPOWER on IntegriCloud