| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sync usage() with SYNOPSIS. | Ruslan Ermilov | 2003-04-15 | 1 | -3/+3 |
| * | No need to check to see if we're running a version of FreeBSD 3.0 current or | Warner Losh | 2003-04-04 | 1 | -3/+0 |
| * | Remove another unused Makefile. | Tom Rhodes | 2003-02-03 | 1 | -8/+0 |
| * | Change the handling of non-anchored global substitutions of the empty | Marcel Moolenaar | 2003-01-15 | 1 | -8/+9 |
| * | Prevent infinite substitution of the empty string by forcing non- | Marcel Moolenaar | 2003-01-13 | 1 | -0/+11 |
| * | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 1 | -1/+1 |
| * | Fixed the abuses of .Ql visible on stderr in troff mode. | Ruslan Ermilov | 2002-12-23 | 1 | -63/+63 |
| * | Check the return status of chdir() when using the -C option. | Sean Chittenden | 2002-12-17 | 1 | -1/+2 |
| * | Bootstrapping aid from pre-kqueue(2) systems, e.g. 4.0-RELEASE. | Ruslan Ermilov | 2002-12-01 | 1 | -0/+2 |
| * | Finish the fix in revision 1.39 -- make(1)'s behavior is now | Ruslan Ermilov | 2002-11-28 | 1 | -12/+9 |
| * | Convert some broken cases where Error is called, but we try to continue, | Juli Mallett | 2002-11-08 | 1 | -17/+5 |
| * | Document the confusing behavior that the .if conditional defaults | Ruslan Ermilov | 2002-11-01 | 1 | -0/+1 |
| * | bsd.doc.mk changes: | Ruslan Ermilov | 2002-10-29 | 1 | -1/+0 |
| * | In VarHead(), look into the correct (modified) string. | Juli Mallett | 2002-10-29 | 1 | -1/+1 |
| * | Mention that the left-hand side of the comparison | Ruslan Ermilov | 2002-10-29 | 1 | -3/+2 |
| * | Split var.c into var.c and var_modify.c and move all the modification funcs | Juli Mallett | 2002-10-28 | 7 | -669/+731 |
| * | Fix problem with my ability to tell the difference between 'r' and 'l'... We | Juli Mallett | 2002-10-24 | 1 | -1/+1 |
| * | When expanding a specific [1-char] variable, only expand said specific | Juli Mallett | 2002-10-24 | 1 | -1/+1 |
| * | Duplicate the variable name in the v->name field, as otherwise it points to | Juli Mallett | 2002-10-24 | 1 | -1/+3 |
| * | Remove efree(), it isn't used consistently enough to even pretend that it | Juli Mallett | 2002-10-23 | 10 | -27/+24 |
| * | De-obfuscate and correct the include path handling for SysV style includes. | Juli Mallett | 2002-10-23 | 1 | -35/+4 |
| * | Move utilitarian routines to util.c, which isn't the same as the old | Juli Mallett | 2002-10-10 | 4 | -234/+288 |
| * | Convert make(1) to use ANSI style function declarations. Variable | Juli Mallett | 2002-10-09 | 15 | -771/+340 |
| * | Use __FBSDID in the lst.lib files, to match to main make(1) files. It is | Juli Mallett | 2002-10-09 | 26 | -26/+26 |
| * | Remove extern declarations from functions and source files where they would | Juli Mallett | 2002-10-09 | 4 | -3/+4 |
| * | Remove unused local-locals, where upper-level locals may safely be used. | Juli Mallett | 2002-10-09 | 1 | -8/+8 |
| * | Reference the correct local variable in all parts of a for loop, so we | Juli Mallett | 2002-10-08 | 1 | -1/+1 |
| * | Give make(1) the ability to use KQUEUE to wait for worker processes | Poul-Henning Kamp | 2002-10-04 | 3 | -1/+57 |
| * | In lieu of a good way to prevent every possible looping in make(1), stop | Juli Mallett | 2002-10-03 | 1 | -0/+21 |
| * | Code that has been #if0'd with the comment "WHY" since revision 1.1 can | Juli Mallett | 2002-10-02 | 1 | -8/+1 |
| * | Remove 6-years-stale #if0, the behaviour isn't ever going to be limited to | Juli Mallett | 2002-10-02 | 1 | -5/+1 |
| * | Fix spurious three-space indentation in a four-space indentation file. | Juli Mallett | 2002-09-29 | 1 | -2/+2 |
| * | Fix ability to use csh(1) as the make(1) shell. | Juli Mallett | 2002-09-29 | 1 | -1/+3 |
| * | Make make(1) WARNS=6 clean except for const issues. This mostly involves | Juli Mallett | 2002-09-28 | 7 | -69/+69 |
| * | Fix merge error in previous commit. | Juli Mallett | 2002-09-28 | 1 | -1/+1 |
| * | Add empty default cases where they should be, remove non-local execution stuff | Juli Mallett | 2002-09-28 | 9 | -14/+36 |
| * | Document the parsing bug. | Ruslan Ermilov | 2002-09-27 | 1 | -1/+13 |
| * | Remove a semicolon that appears to be a lie. | Juli Mallett | 2002-09-26 | 1 | -1/+1 |
| * | When formatting the time for a target, use %H instead of %k, which is mostly | Juli Mallett | 2002-09-26 | 1 | -1/+1 |
| * | Don't declare things as extern when they will be static. | Juli Mallett | 2002-09-26 | 1 | -1/+6 |
| * | Make the DEBUGF() macro portable by (ugh) adding a Debug() function, which | Juli Mallett | 2002-09-18 | 14 | -141/+163 |
| * | Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), using | Juli Mallett | 2002-09-17 | 13 | -431/+172 |
| * | #define<space> -> #define<tab> | Juli Mallett | 2002-09-17 | 19 | -154/+154 |
| * | Print debugging from DEBUG(VAR) level to stderr. About to macroise this. | Juli Mallett | 2002-09-17 | 1 | -6/+6 |
| * | Make it clear that the ":C" variable modifier expects an extended | Archie Cobbs | 2002-09-06 | 1 | -2/+2 |
| * | Deal with bootstrapping from an old -current (almost exactly a year old) | Peter Wemm | 2002-08-31 | 1 | -0/+3 |
| * | Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) and | Juli Mallett | 2002-08-25 | 3 | -3/+11 |
| * | Allow embedded `:' and `!' in target names. | Ruslan Ermilov | 2002-08-20 | 1 | -2/+31 |
| * | Remove local prototypes for main(). | Juli Mallett | 2002-08-19 | 1 | -1/+0 |
| * | main.c:450: warning: `targs' might be used uninitialized in this function | Ruslan Ermilov | 2002-08-11 | 1 | -1/+1 |