| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all the cleanup functions. There is no reason to free memory | harti | 2004-12-17 | 1 | -7/+0 |
* | Instead of dynamically allocating list heads allocated them statically | harti | 2004-12-16 | 1 | -10/+10 |
* | Remove a list that was just used to free all variables just before exiting. | harti | 2004-12-10 | 1 | -12/+1 |
* | Constify the arguments to the list compare function. This temporarily | harti | 2004-12-08 | 1 | -3/+2 |
* | Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of | harti | 2004-12-07 | 1 | -3/+3 |
* | Make needs no circular lists so remove them from the list code. | harti | 2004-12-07 | 1 | -1/+1 |
* | Fix breakage introduced on 64-bit platforms with my last commit. Need | harti | 2004-12-03 | 1 | -21/+22 |
* | Plug a memory leak. | harti | 2004-12-03 | 1 | -0/+1 |
* | Style: remove a lot of unnecessary casts, add some and spell the null | harti | 2004-12-01 | 1 | -49/+47 |
* | Stylification: missing spaces, extra space after function names, casts | harti | 2004-11-30 | 1 | -129/+129 |
* | Put variable assignments on .MAKEFLAGS and .MFLAGS targets into | harti | 2004-08-12 | 1 | -44/+4 |
* | Put variable assignments from the command line into the MAKEFLAGS | harti | 2004-08-03 | 1 | -0/+38 |
* | Allow variable substitutions in SYSV variable substitutions like | harti | 2004-01-12 | 1 | -22/+33 |
* | Moved the code for :U and :L modifiers where it belongs, so that | ru | 2004-01-10 | 1 | -32/+32 |
* | Fix a bug in variable parsing code that could cause a segfault. | ru | 2003-10-06 | 1 | -2/+6 |
* | Implement the O modifier. The O modifier sorts the words in a | marcel | 2003-09-18 | 1 | -1/+51 |
* | Change the handling of non-anchored global substitutions of the empty | marcel | 2003-01-15 | 1 | -8/+9 |
* | Prevent infinite substitution of the empty string by forcing non- | marcel | 2003-01-13 | 1 | -0/+11 |
* | Convert some broken cases where Error is called, but we try to continue, | jmallett | 2002-11-08 | 1 | -17/+5 |
* | Split var.c into var.c and var_modify.c and move all the modification funcs | jmallett | 2002-10-28 | 1 | -616/+36 |
* | Fix problem with my ability to tell the difference between 'r' and 'l'... We | jmallett | 2002-10-24 | 1 | -1/+1 |
* | When expanding a specific [1-char] variable, only expand said specific | jmallett | 2002-10-24 | 1 | -1/+1 |
* | Duplicate the variable name in the v->name field, as otherwise it points to | jmallett | 2002-10-24 | 1 | -1/+3 |
* | Convert make(1) to use ANSI style function declarations. Variable | jmallett | 2002-10-09 | 1 | -146/+51 |
* | Make make(1) WARNS=6 clean except for const issues. This mostly involves | jmallett | 2002-09-28 | 1 | -16/+16 |
* | Add empty default cases where they should be, remove non-local execution stuff | jmallett | 2002-09-28 | 1 | -0/+8 |
* | 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 | -19/+7 |
* | #define<space> -> #define<tab> | jmallett | 2002-09-17 | 1 | -14/+14 |
* | Print debugging from DEBUG(VAR) level to stderr. About to macroise this. | jmallett | 2002-09-17 | 1 | -6/+6 |
* | Fix a memory leak from previous commit by freeing the possibly expanded | jmallett | 2002-06-19 | 1 | -2/+8 |
* | Possibly expand the variable name's embedded variables before using it, as | jmallett | 2002-06-19 | 1 | -0/+26 |
* | Update SCM ID method. | obrien | 2002-04-13 | 1 | -3/+1 |
* | De'register. | obrien | 2002-04-13 | 1 | -15/+15 |
* | remove __P | imp | 2002-03-22 | 1 | -22/+21 |
* | make(1) claims to ignore the remainder of a conditional once its value | cjc | 2002-02-20 | 1 | -1/+1 |
* | Make substitutions in internal macros like $(@F:.o=.c) work. | schweikh | 2002-01-12 | 1 | -1/+1 |
* | There's also no point in #typedef'ing void/char pointers. Accordingly, | will | 2000-12-02 | 1 | -60/+60 |
* | There's no reason to use fancy forms of NULL. Replace all instances | will | 2000-12-02 | 1 | -19/+19 |
* | Add :L and :U variable modifiers. These convert the variable's value to | will | 2000-10-09 | 1 | -0/+34 |
* | Add :C/// variable modifier, which is similar to :S/// in functionality | will | 2000-10-09 | 1 | -0/+386 |
* | Use __RCSID() | wsanchez | 2000-07-09 | 1 | -6/+4 |
* | Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde) | hoek | 1999-09-11 | 1 | -3/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1). | hoek | 1999-08-17 | 1 | -7/+15 |
* | Add a -E flag, similar to -e (overide variables from environment) except | hoek | 1999-07-31 | 1 | -5/+20 |
* | Add :Q to quote variable expansion to all proper expansion of | imp | 1999-04-19 | 1 | -1/+44 |
* | PR: bin/6828 | thepish | 1998-06-02 | 1 | -30/+53 |
* | Add #include <stdlib.h> to pick up prototypes for getenv and friends. | imp | 1997-09-29 | 1 | -1/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |