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