| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of the third argument to Var_Value() the pointer it pointed | harti | 2005-05-24 | 1 | -5/+2 |
* | Use the print_flags function to print the OP_ flags of a target. | harti | 2005-05-13 | 1 | -1/+1 |
* | Cleanup SuffFindArchDeps() to get rid of two const-warnings. | harti | 2005-05-12 | 1 | -11/+9 |
* | Split Var_Subst() into two functions: Var_SubstOnly() which substitutes | harti | 2005-05-09 | 1 | -1/+1 |
* | Make paths an explicite datatype instead of using the generic Lst. | harti | 2005-03-23 | 1 | -33/+29 |
* | Simplify buffer access by using Buf_Data() and Buf_Peel() where | harti | 2005-03-22 | 1 | -1/+1 |
* | Replace calls to Lst_Find with either appropriate LST_FOREACH macros | harti | 2005-03-21 | 1 | -142/+71 |
* | Fix a bug in matching suffixes. Under certain circumstances the code | harti | 2005-03-18 | 1 | -44/+25 |
* | Get rid of another Lst_ForEach in favour of LST_FOREACH. Get rid | harti | 2005-03-14 | 1 | -70/+38 |
* | Move the creation of a Src structure into its own function. | harti | 2005-03-14 | 1 | -43/+33 |
* | Convert a couple of other uses of Lst_ForEach to LST_FOREACH and | harti | 2005-03-14 | 1 | -48/+40 |
* | Simplify the print routines by using LST_FOREACH instead of Lst_ForEach | harti | 2005-03-11 | 1 | -64/+39 |
* | Remove the leading underscore from structure tags. All identifiers | harti | 2005-03-11 | 1 | -3/+3 |
* | Style: Fix indentation. | harti | 2005-03-11 | 1 | -1117/+1129 |
* | Reorganize Suff_EndTransform to be called only for nodes for | harti | 2005-03-10 | 1 | -38/+30 |
* | Style: fix function style before working on it (mainly intendation). | harti | 2005-03-10 | 1 | -30/+30 |
* | Split SuffExpandChildren into three functions: one that skips | harti | 2005-03-09 | 1 | -179/+190 |
* | Var_Subst() cannot return NULL so there is no reason to check | harti | 2005-03-09 | 1 | -105/+92 |
* | Style: fix indentation of SuffExpandChildren before working on it. | harti | 2005-03-08 | 1 | -178/+194 |
* | Make sure the length variable is initialized to 0 before passing | harti | 2005-03-01 | 1 | -1/+1 |
* | Change the return value of Var_Subst to return a Buffer instead | harti | 2005-02-25 | 1 | -1/+5 |
* | Move PrintAddr() from util.c into suff.c - the only file where it is | harti | 2005-02-04 | 1 | -0/+17 |
* | General whitespace cleanup: remove mixes of tabs and spaces, remove | harti | 2005-02-04 | 1 | -5/+5 |
* | Some more easy constification. | harti | 2005-02-04 | 1 | -1/+2 |
* | Clean up include files and file including. Split nonints.h into pieces | harti | 2005-02-01 | 1 | -5/+17 |
* | Remove all the cleanup functions. There is no reason to free memory | harti | 2004-12-17 | 1 | -28/+6 |
* | Instead of dynamically allocating list heads allocated them statically | harti | 2004-12-16 | 1 | -187/+178 |
* | Don't free the second list in Lst_Concat for LST_CONCLINK; free it | harti | 2004-12-08 | 1 | -0/+3 |
* | Get rid of the sequential access feature of the lists. This was used | harti | 2004-12-08 | 1 | -28/+12 |
* | Constify the arguments to the list compare function. This temporarily | harti | 2004-12-08 | 1 | -18/+32 |
* | Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of | harti | 2004-12-07 | 1 | -60/+60 |
* | Make needs no circular lists so remove them from the list code. | harti | 2004-12-07 | 1 | -27/+27 |
* | Fix breakage introduced on 64-bit platforms with my last commit. Need | harti | 2004-12-03 | 1 | -1/+1 |
* | Style: remove a lot of unnecessary casts, add some and spell the null | harti | 2004-12-01 | 1 | -131/+132 |
* | Stylification: missing spaces, extra space after function names, casts | harti | 2004-11-30 | 1 | -215/+218 |
* | The .DEFAULT target with no commands caused a null pointer dereference. | ru | 2004-04-12 | 1 | -1/+6 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | Remove efree(), it isn't used consistently enough to even pretend that it | jmallett | 2002-10-23 | 1 | -3/+3 |
* | Convert make(1) to use ANSI style function declarations. Variable | jmallett | 2002-10-09 | 1 | -101/+43 |
* | Make make(1) WARNS=6 clean except for const issues. This mostly involves | jmallett | 2002-09-28 | 1 | -15/+15 |
* | Add empty default cases where they should be, remove non-local execution stuff | jmallett | 2002-09-28 | 1 | -0/+5 |
* | Make the DEBUGF() macro portable by (ugh) adding a Debug() function, which | jmallett | 2002-09-18 | 1 | -29/+29 |
* | Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), using | jmallett | 2002-09-17 | 1 | -76/+32 |
* | #define<space> -> #define<tab> | jmallett | 2002-09-17 | 1 | -3/+3 |
* | Update SCM ID method. | obrien | 2002-04-13 | 1 | -3/+1 |
* | De'register. | obrien | 2002-04-13 | 1 | -12/+12 |
* | remove __P | imp | 2002-03-22 | 1 | -24/+24 |
* | Fix two bugs in null suffix handling. Both occured only after the suffix | tmm | 2001-03-08 | 1 | -6/+19 |
* | Preceed/preceeding are not english words. Use precede and preceding. | asmodai | 2001-02-18 | 1 | -1/+1 |
* | There's also no point in #typedef'ing void/char pointers. Accordingly, | will | 2000-12-02 | 1 | -110/+110 |