| Commit message (Expand) | Author | Age | Files | Lines |
* | Use strlcpy() instead of manually setting the last byte of the array to \0. | delphij | 2009-06-23 | 1 | -8/+4 |
* | <limits.h> is necessary for using INT_MIN, so included it here | imp | 2008-03-04 | 1 | -0/+1 |
* | Get rid of the third argument to Var_Value() the pointer it pointed | harti | 2005-05-24 | 1 | -10/+4 |
* | Fix a 64-bit warning by casting an int64_t to intmax_t and printing it | harti | 2005-05-24 | 1 | -1/+2 |
* | Get rid of the ReturnStatus obscuration that was anyway used only | harti | 2005-05-18 | 1 | -14/+14 |
* | Move the definitions of the OP_* constants from make.h into GNode.h | harti | 2005-05-10 | 1 | -0/+1 |
* | Split Var_Subst() into two functions: Var_SubstOnly() which substitutes | harti | 2005-05-09 | 1 | -2/+2 |
* | Almost complete rewrite of the archive code (except for the Makefile parsing | harti | 2005-03-31 | 1 | -427/+490 |
* | Make paths an explicite datatype instead of using the generic Lst. | harti | 2005-03-23 | 1 | -3/+3 |
* | Remove the last two instances of Lst_Find() calls. | harti | 2005-03-22 | 1 | -23/+4 |
* | Simplify buffer access by using Buf_Data() and Buf_Peel() where | harti | 2005-03-22 | 1 | -6/+2 |
* | Ups. Revert the last commits. These have been committed by accident. | harti | 2005-03-15 | 1 | -452/+430 |
* | modifier_M: instead of going through the string twice to compute the | harti | 2005-03-15 | 1 | -430/+452 |
* | Style: remove unneeded parantheses in conditionals. | harti | 2005-03-03 | 1 | -8/+8 |
* | Fix parsing of archives: in System V archive format the member names | harti | 2005-03-03 | 1 | -2/+4 |
* | Make sure the length variable is initialized to 0 before passing | harti | 2005-03-01 | 1 | -2/+2 |
* | Change the return value of Var_Subst to return a Buffer instead | harti | 2005-02-25 | 1 | -8/+18 |
* | Fix the indendation of some multi-line comments. | harti | 2005-02-23 | 1 | -22/+22 |
* | Style: fix indendation to be 8 and use tabulators. Fix lines longer than | harti | 2005-02-21 | 1 | -693/+717 |
* | Fix a bug in handling archive members: when a member was not found | harti | 2005-02-21 | 1 | -15/+11 |
* | Fix spacing by converting mixes of space and tab to tab. Also add a number | harti | 2005-02-10 | 1 | -4/+4 |
* | General whitespace cleanup: remove mixes of tabs and spaces, remove | harti | 2005-02-04 | 1 | -65/+64 |
* | Replace space, tab mixes by tabs. | harti | 2005-02-04 | 1 | -5/+5 |
* | Some more easy constification. | harti | 2005-02-04 | 1 | -5/+7 |
* | Clean up include files and file including. Split nonints.h into pieces | harti | 2005-02-01 | 1 | -16/+23 |
* | Remove all the cleanup functions. There is no reason to free memory | harti | 2004-12-17 | 1 | -55/+0 |
* | Instead of dynamically allocating list heads allocated them statically | harti | 2004-12-16 | 1 | -16/+12 |
* | Get rid of the sequential access feature of the lists. This was used | harti | 2004-12-08 | 1 | -8/+1 |
* | Constify the arguments to the list compare function. This temporarily | harti | 2004-12-08 | 1 | -3/+3 |
* | Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of | harti | 2004-12-07 | 1 | -6/+6 |
* | Make needs no circular lists so remove them from the list code. | harti | 2004-12-07 | 1 | -2/+2 |
* | Fix breakage introduced on 64-bit platforms with my last commit. Need | harti | 2004-12-03 | 1 | -3/+3 |
* | Style: remove a lot of unnecessary casts, add some and spell the null | harti | 2004-12-01 | 1 | -18/+19 |
* | Stylification: missing spaces, extra space after function names, casts | harti | 2004-11-30 | 1 | -125/+121 |
* | Fix a bug that would truncate the full name of an archive member if | harti | 2004-11-29 | 1 | -2/+5 |
* | Remove efree(), it isn't used consistently enough to even pretend that it | jmallett | 2002-10-23 | 1 | -6/+6 |
* | Convert make(1) to use ANSI style function declarations. Variable | jmallett | 2002-10-09 | 1 | -48/+28 |
* | Make the DEBUGF() macro portable by (ugh) adding a Debug() function, which | jmallett | 2002-09-18 | 1 | -7/+7 |
* | Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), using | jmallett | 2002-09-17 | 1 | -20/+15 |
* | #define<space> -> #define<tab> | jmallett | 2002-09-17 | 1 | -4/+4 |
* | Use %zu to print size_t. | jmallett | 2002-07-15 | 1 | -2/+2 |
* | Expand a buffer to reduce diffs to NetBSD. | jmallett | 2002-06-20 | 1 | -2/+2 |
* | Diff reduction for great justice against NetBSD, cast to unsigned char when | jmallett | 2002-06-20 | 1 | -3/+3 |
* | String lengths and sizeof()s are size_t not int. Mark an unused parameter | jmallett | 2002-06-12 | 1 | -2/+2 |
* | Update SCM ID method. | obrien | 2002-04-13 | 1 | -3/+1 |
* | De'register. | obrien | 2002-04-13 | 1 | -1/+1 |
* | remove __P | imp | 2002-03-22 | 1 | -5/+5 |
* | MAXPATHLEN includes the trailing NUL. | imp | 2001-03-01 | 1 | -2/+2 |
* | Fix a bug introduced in rev. 1.17: initialize variables before use, not after. | des | 2000-12-16 | 1 | -1/+1 |
* | There's also no point in #typedef'ing void/char pointers. Accordingly, | will | 2000-12-02 | 1 | -15/+15 |