| Commit message (Expand) | Author | Age | Files | Lines |
* | Call ParseFinishLine() also for the last line in a file. This | harti | 2005-03-11 | 1 | -0/+3 |
* | Back out the last commit. It turns out that this breaks more than | harti | 2005-03-11 | 1 | -3/+0 |
* | Call ParseFinishLine() for the last line of a file too. | harti | 2005-03-10 | 1 | -0/+3 |
* | Reorganize Suff_EndTransform to be called only for nodes for | harti | 2005-03-10 | 1 | -5/+9 |
* | 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 |
* | Convert a function call to Lst_ForEach with a macro call to LST_FOREACH. | harti | 2005-03-02 | 1 | -16/+17 |
* | 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 | -8/+39 |
* | Introduce Buf_StripNewLines() and use it where appropriate. | harti | 2005-02-07 | 1 | -4/+4 |
* | Where the returned line length from Buf_GetAll is not used just pass | harti | 2005-02-04 | 1 | -4/+2 |
* | None of the users of Buf_Discard used it to get rid of only a part of | harti | 2005-02-04 | 1 | -1/+1 |
* | General whitespace cleanup: remove mixes of tabs and spaces, remove | harti | 2005-02-04 | 1 | -8/+8 |
* | Some more easy constification. | harti | 2005-02-04 | 1 | -5/+6 |
* | Convert several typedefs from beeing pointers to structs to be the structs | harti | 2005-02-02 | 1 | -2/+2 |
* | Clean up include files and file including. Split nonints.h into pieces | harti | 2005-02-01 | 1 | -6/+20 |
* | Fix quoting of the MAKEFLAGS environment variable by only quoting spaces | harti | 2005-01-26 | 1 | -1/+1 |
* | Remove all the cleanup functions. There is no reason to free memory | harti | 2004-12-17 | 1 | -13/+0 |
* | Instead of dynamically allocating list heads allocated them statically | harti | 2004-12-16 | 1 | -116/+90 |
* | Remove a useless list where just all command lines are stuffed onto, never | harti | 2004-12-10 | 1 | -4/+0 |
* | Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of | harti | 2004-12-07 | 1 | -19/+19 |
* | Make needs no circular lists so remove them from the list code. | harti | 2004-12-07 | 1 | -12/+12 |
* | Fix breakage introduced on 64-bit platforms with my last commit. Need | harti | 2004-12-03 | 1 | -3/+4 |
* | Style: remove a lot of unnecessary casts, add some and spell the null | harti | 2004-12-01 | 1 | -83/+82 |
* | Stylification: missing spaces, extra space after function names, casts | harti | 2004-11-30 | 1 | -197/+211 |
* | Use typedefs for the types of the functions that are passed as arguments | harti | 2004-11-29 | 1 | -1/+1 |
* | Eliminate the define for POSIX and build with Posix behaviour. | harti | 2004-11-17 | 1 | -45/+12 |
* | Fix handling of comments on .elif lines. The patch given in a followup | harti | 2004-07-22 | 1 | -0/+7 |
* | Improve make's diagnostic of mistmatched .if-.endif. This patch is | harti | 2004-07-20 | 1 | -16/+2 |
* | New variable `.MAKEFILE_LIST', useful for tracing, debugging and dependency t... | eik | 2004-07-02 | 1 | -1/+10 |
* | Added the new .warning directive. | ru | 2004-04-12 | 1 | -3/+33 |
* | Reworked the fix to print the useful line number on error in | ru | 2004-03-10 | 1 | -85/+73 |
* | Make it possible to ``.undef ${VAR}'' (expanding VAR to get | ru | 2004-03-09 | 1 | -0/+1 |
* | Fixed line numbering inside the .for loops. | ru | 2004-03-09 | 1 | -1/+3 |
* | Finish the fix in revision 1.39 -- make(1)'s behavior is now | ru | 2002-11-28 | 1 | -12/+9 |
* | De-obfuscate and correct the include path handling for SysV style includes. | jmallett | 2002-10-23 | 1 | -35/+4 |
* | Convert make(1) to use ANSI style function declarations. Variable | jmallett | 2002-10-09 | 1 | -67/+33 |
* | Remove extern declarations from functions and source files where they would | jmallett | 2002-10-09 | 1 | -2/+0 |
* | Remove 6-years-stale #if0, the behaviour isn't ever going to be limited to | jmallett | 2002-10-02 | 1 | -5/+1 |
* | Make make(1) WARNS=6 clean except for const issues. This mostly involves | jmallett | 2002-09-28 | 1 | -11/+11 |
* | Add empty default cases where they should be, remove non-local execution stuff | jmallett | 2002-09-28 | 1 | -1/+6 |
* | Remove a semicolon that appears to be a lie. | jmallett | 2002-09-26 | 1 | -1/+1 |
* | Make the DEBUGF() macro portable by (ugh) adding a Debug() function, which | jmallett | 2002-09-18 | 1 | -1/+1 |
* | Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), using | jmallett | 2002-09-17 | 1 | -2/+1 |
* | #define<space> -> #define<tab> | jmallett | 2002-09-17 | 1 | -1/+1 |
* | Allow embedded `:' and `!' in target names. | ru | 2002-08-20 | 1 | -2/+31 |
* | Print a warning when we are given two scripts for one target. This is neither | jmallett | 2002-07-28 | 1 | -0/+4 |
* | Fix a bug fixed by NetBSD in revision 1.42 of parse.c by christos which caused | jmallett | 2002-06-20 | 1 | -0/+8 |
* | More unsigned char casts to isupper(3). | jmallett | 2002-06-20 | 1 | -2/+2 |
* | Provide a heuristic for RCS conflicts. | jmallett | 2002-06-20 | 1 | -2/+9 |