| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Clean up include files and file including. Split nonints.h into pieces | Hartmut Brandt | 2005-02-01 | 1 | -6/+20 |
| * | Fix quoting of the MAKEFLAGS environment variable by only quoting spaces | Hartmut Brandt | 2005-01-26 | 1 | -1/+1 |
| * | Remove all the cleanup functions. There is no reason to free memory | Hartmut Brandt | 2004-12-17 | 1 | -13/+0 |
| * | Instead of dynamically allocating list heads allocated them statically | Hartmut Brandt | 2004-12-16 | 1 | -116/+90 |
| * | Remove a useless list where just all command lines are stuffed onto, never | Hartmut Brandt | 2004-12-10 | 1 | -4/+0 |
| * | Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of | Hartmut Brandt | 2004-12-07 | 1 | -19/+19 |
| * | Make needs no circular lists so remove them from the list code. | Hartmut Brandt | 2004-12-07 | 1 | -12/+12 |
| * | Fix breakage introduced on 64-bit platforms with my last commit. Need | Hartmut Brandt | 2004-12-03 | 1 | -3/+4 |
| * | Style: remove a lot of unnecessary casts, add some and spell the null | Hartmut Brandt | 2004-12-01 | 1 | -83/+82 |
| * | Stylification: missing spaces, extra space after function names, casts | Hartmut Brandt | 2004-11-30 | 1 | -197/+211 |
| * | Use typedefs for the types of the functions that are passed as arguments | Hartmut Brandt | 2004-11-29 | 1 | -1/+1 |
| * | Eliminate the define for POSIX and build with Posix behaviour. | Hartmut Brandt | 2004-11-17 | 1 | -45/+12 |
| * | Fix handling of comments on .elif lines. The patch given in a followup | Hartmut Brandt | 2004-07-22 | 1 | -0/+7 |
| * | Improve make's diagnostic of mistmatched .if-.endif. This patch is | Hartmut Brandt | 2004-07-20 | 1 | -15/+1 |
| * | New variable `.MAKEFILE_LIST', useful for tracing, debugging and dependency t... | Oliver Eikemeier | 2004-07-02 | 1 | -1/+10 |
| * | Added the new .warning directive. | Ruslan Ermilov | 2004-04-12 | 1 | -3/+33 |
| * | Reworked the fix to print the useful line number on error in | Ruslan Ermilov | 2004-03-10 | 1 | -85/+73 |
| * | Make it possible to ``.undef ${VAR}'' (expanding VAR to get | Ruslan Ermilov | 2004-03-09 | 1 | -0/+1 |
| * | Fixed line numbering inside the .for loops. | Ruslan Ermilov | 2004-03-09 | 1 | -1/+3 |
| * | Finish the fix in revision 1.39 -- make(1)'s behavior is now | Ruslan Ermilov | 2002-11-28 | 1 | -12/+9 |
| * | De-obfuscate and correct the include path handling for SysV style includes. | Juli Mallett | 2002-10-23 | 1 | -35/+4 |
| * | Convert make(1) to use ANSI style function declarations. Variable | Juli Mallett | 2002-10-09 | 1 | -67/+33 |
| * | Remove extern declarations from functions and source files where they would | Juli Mallett | 2002-10-09 | 1 | -2/+0 |
| * | Remove 6-years-stale #if0, the behaviour isn't ever going to be limited to | Juli Mallett | 2002-10-02 | 1 | -5/+1 |
| * | Make make(1) WARNS=6 clean except for const issues. This mostly involves | Juli Mallett | 2002-09-28 | 1 | -11/+11 |
| * | Add empty default cases where they should be, remove non-local execution stuff | Juli Mallett | 2002-09-28 | 1 | -1/+6 |
| * | Remove a semicolon that appears to be a lie. | Juli Mallett | 2002-09-26 | 1 | -1/+1 |
| * | Make the DEBUGF() macro portable by (ugh) adding a Debug() function, which | Juli Mallett | 2002-09-18 | 1 | -1/+1 |
| * | Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), using | Juli Mallett | 2002-09-17 | 1 | -2/+1 |
| * | #define<space> -> #define<tab> | Juli Mallett | 2002-09-17 | 1 | -1/+1 |
| * | Allow embedded `:' and `!' in target names. | Ruslan Ermilov | 2002-08-20 | 1 | -2/+31 |
| * | Print a warning when we are given two scripts for one target. This is neither | Juli Mallett | 2002-07-28 | 1 | -0/+4 |
| * | Fix a bug fixed by NetBSD in revision 1.42 of parse.c by christos which caused | Juli Mallett | 2002-06-20 | 1 | -0/+8 |
| * | More unsigned char casts to isupper(3). | Juli Mallett | 2002-06-20 | 1 | -2/+2 |
| * | Provide a heuristic for RCS conflicts. | Juli Mallett | 2002-06-20 | 1 | -2/+9 |
| * | Diff reduction for great justice against NetBSD, cast to unsigned char when | Juli Mallett | 2002-06-20 | 1 | -13/+13 |
| * | The error functions take constant pointers to strings for their format. | Juli Mallett | 2002-06-12 | 1 | -1/+1 |
| * | Update SCM ID method. | David E. O'Brien | 2002-04-13 | 1 | -3/+1 |
| * | De'register. | David E. O'Brien | 2002-04-13 | 1 | -11/+11 |
| * | o unifdef -D__STDC__ | Warner Losh | 2002-03-23 | 1 | -19/+1 |
| * | remove __P | Warner Losh | 2002-03-22 | 1 | -21/+21 |
| * | Revert previous change -- apparently it's not quite right. It broke | Will Andrews | 2001-03-15 | 1 | -15/+9 |
| * | Fix make(1) bug: nested comments may be placed in .if, .else .if, and | Will Andrews | 2001-03-15 | 1 | -9/+15 |
| * | Preceed/preceeding are not english words. Use precede and preceding. | Jeroen Ruigrok van der Werven | 2001-02-18 | 1 | -1/+1 |
| * | There's also no point in #typedef'ing void/char pointers. Accordingly, | Will Andrews | 2000-12-02 | 1 | -63/+63 |
| * | There's no reason to use fancy forms of NULL. Replace all instances | Will Andrews | 2000-12-02 | 1 | -10/+10 |
| * | Use __RCSID() | Wilfredo Sanchez | 2000-07-09 | 1 | -6/+4 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1). | Tim Vanderhoek | 1999-08-17 | 1 | -12/+13 |
| * | Don't allow pointer underrun in loop. | Jordan K. Hubbard | 1999-01-08 | 1 | -2/+4 |