| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Add a graceful jumping off point with a new .error directive. | Steve Price | 1998-05-25 | 1 | -1/+35 |
| * | Use err(3). Cosmetic in usage string. | Philippe Charnier | 1997-07-24 | 1 | -8/+8 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Add a .POSIX directive. When the first non-comment | Steve Price | 1996-11-03 | 1 | -1/+12 |
| * | O' to be bitten by CVS. Cleanup after import | Steve Price | 1996-10-08 | 1 | -0/+2 |
| * | Merge in NetBSD's changes to make(1). Changes include: | Steve Price | 1996-10-06 | 1 | -215/+190 |
| * | Fix for PR# 1231, make(1) execution of ``.BEGIN'' does | Steve Price | 1996-09-25 | 1 | -2/+0 |
| * | Be sure to remove any newlines encountered when | Steve Price | 1996-09-23 | 1 | -1/+2 |
| * | Fix for PR# 1095, make's continuation line handling buggy | Steve Price | 1996-09-22 | 1 | -41/+31 |
| * | Fixed handling of `!=' assignment. Don't warn if the shell's output is | Bruce Evans | 1996-09-12 | 1 | -6/+7 |
| * | 'make' prints an extra leading `make: ' and extra trailing newline if | Nate Williams | 1996-07-23 | 1 | -1/+1 |
| * | Back out prev. NetBSD fix, it cause skipping some error constructions, | Andrey A. Chernov | 1995-06-24 | 1 | -5/+3 |
| * | Don't make error on ^<spaces>\n | Andrey A. Chernov | 1995-06-24 | 1 | -1/+1 |
| * | Fix parsing SYSV/GNU "include" | Andrey A. Chernov | 1995-06-18 | 1 | -0/+1 |
| * | NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabet | Andrey A. Chernov | 1995-06-18 | 1 | -1/+3 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -68/+68 |
| * | Bring in a number of changes from NetBSD's make, fixing quite a few | Jordan K. Hubbard | 1995-01-23 | 1 | -76/+127 |
| * | BSD 4.4 Lite Usr.bin Sources | Rodney W. Grimes | 1994-05-27 | 1 | -0/+2566 |