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