| Commit message (Expand) | Author | Age | Files | Lines |
* | Change fix a bug where the length of data written by snprintf was | alfred | 2005-03-03 | 1 | -1/+1 |
* | Style: remove unneeded parantheses in conditionals. | harti | 2005-03-03 | 1 | -8/+8 |
* | Constify the code paths for the 'M' and 'N' modifiers. | harti | 2005-03-03 | 1 | -52/+62 |
* | Fix parsing of archives: in System V archive format the member names | harti | 2005-03-03 | 1 | -2/+4 |
* | Fix parsing of archive specifications on the target side of | harti | 2005-03-03 | 1 | -0/+1 |
* | Update the description comment of the function to reflect the | harti | 2005-03-03 | 1 | -5/+2 |
* | Transform VarParseLong() so that the lifetime and the constness of | harti | 2005-03-03 | 1 | -139/+143 |
* | If a user or group is not known, report the problem user/group, rather than | delphij | 2005-03-03 | 1 | -3/+3 |
* | Move the check for the error case (variable ends without a closing | harti | 2005-03-02 | 1 | -18/+17 |
* | Fix indentation on a block of code. | harti | 2005-03-02 | 1 | -27/+27 |
* | Push the length computation down into VarParseShort(). | harti | 2005-03-02 | 1 | -17/+27 |
* | Convert a function call to Lst_ForEach with a macro call to LST_FOREACH. | harti | 2005-03-02 | 1 | -16/+17 |
* | Wrap BSD r* commands in NO_RCMDS. | trhodes | 2005-03-02 | 1 | -2/+7 |
* | Add an entry for myself. | jcamou | 2005-03-02 | 1 | -0/+1 |
* | Use the LST_FOREACH macro instead of the Lst_ForEach function. This | harti | 2005-03-02 | 1 | -18/+24 |
* | Make sure the length variable is initialized to 0 before passing | harti | 2005-03-01 | 5 | -12/+18 |
* | Split out ParseModifiers from VarParseLong. | harti | 2005-03-01 | 1 | -590/+603 |
* | VarParseLong: Create new else block for haveModifier. Move the call | harti | 2005-03-01 | 1 | -37/+49 |
* | Add myself to the calendar. | flz | 2005-03-01 | 1 | -0/+1 |
* | Reverse a condition so that the else clause can be changed | harti | 2005-03-01 | 1 | -39/+38 |
* | VarParseLong: Move the initialisation of dynamic up which saves | harti | 2005-02-28 | 1 | -3/+7 |
* | Buf_GetAll wants a pointer as its second argument, not a boolean - | harti | 2005-02-28 | 1 | -1/+1 |
* | Don't modify the input string in VarParseLong(). It is not | harti | 2005-02-28 | 1 | -15/+6 |
* | Add my birthday. | barner | 2005-02-27 | 1 | -0/+1 |
* | Make the format of LC_COLLATE files architecture independent. | ru | 2005-02-27 | 1 | -9/+23 |
* | Fix two cut'n'paste'os which violated format of NLS catalogs | phantom | 2005-02-27 | 1 | -4/+2 |
* | Fix build on sparc64. | ru | 2005-02-27 | 1 | -2/+2 |
* | Remove unused now stuff, also set WARNS to 8 | phantom | 2005-02-27 | 3 | -898/+1 |
* | Bring in NetBSD's improvements and cleanups to NLS subsystem, making | phantom | 2005-02-27 | 1 | -123/+708 |
* | Zero out the entire "struct __collate_st_chain_pri", or garbage | ru | 2005-02-27 | 1 | -12/+8 |
* | MFC 1.22: Fix -0 vs -L/-I processing, mainly so that 'xargs -0 -I []' will | gad | 2005-02-27 | 1 | -2/+9 |
* | Make the format of LC_CTYPE files architecture independent by | ru | 2005-02-26 | 3 | -82/+78 |
* | Major clean up and split the Var_Parse monster function into three | harti | 2005-02-26 | 1 | -676/+714 |
* | Fix mismerge. | trhodes | 2005-02-26 | 1 | -1/+1 |
* | Change the return value of Var_Subst to return a Buffer instead | harti | 2005-02-25 | 9 | -88/+182 |
* | Fix a typo in my last commit. | sem | 2005-02-24 | 1 | -1/+1 |
* | Put my birthday into the pool. | sem | 2005-02-24 | 1 | -0/+1 |
* | Var_Parse: Separate different error states by introducing an else block | harti | 2005-02-24 | 1 | -64/+54 |
* | Push assignments to just before the returns from the function to | harti | 2005-02-24 | 1 | -16/+18 |
* | Fix wording of a comment. | harti | 2005-02-24 | 1 | -1/+1 |
* | Replace the calls to Lst_ForEach with the new LST_FOREACH macro and | harti | 2005-02-24 | 2 | -9/+24 |
* | Add better mdoc(7) mark up, clean up wording, better describe the effects | trhodes | 2005-02-23 | 1 | -6/+23 |
* | Use the LST_FOREACH macro instead of the Lst_ForEach function | harti | 2005-02-23 | 1 | -40/+25 |
* | Style: fix indent, use tabs instead of space+tab for aligning things. | harti | 2005-02-23 | 1 | -147/+159 |
* | Fix the indendation of some multi-line comments. | harti | 2005-02-23 | 1 | -22/+22 |
* | Add endianness support to cap_mkdb(1), useful for cross builds. | ru | 2005-02-22 | 3 | -7/+37 |
* | Add CARP (Common Address Redundancy Protocol), which allows multiple | glebius | 2005-02-22 | 3 | -0/+50 |
* | Fix the prototypes by addings some constness. This should have been | harti | 2005-02-22 | 1 | -2/+2 |
* | Use the new LST_FOREACH macro throughout the file and replace calls to | harti | 2005-02-22 | 1 | -70/+20 |
* | Invent the LST_FOREACH macro for looping through a list. In contrast | harti | 2005-02-22 | 1 | -0/+4 |