| Commit message (Expand) | Author | Age | Files | Lines |
* | Move utilitarian routines to util.c, which isn't the same as the old | jmallett | 2002-10-10 | 4 | -234/+288 |
* | Convert make(1) to use ANSI style function declarations. Variable | jmallett | 2002-10-09 | 15 | -771/+340 |
* | Use __FBSDID in the lst.lib files, to match to main make(1) files. It is | jmallett | 2002-10-09 | 26 | -26/+26 |
* | Remove extern declarations from functions and source files where they would | jmallett | 2002-10-09 | 4 | -3/+4 |
* | Remove unused local-locals, where upper-level locals may safely be used. | jmallett | 2002-10-09 | 1 | -8/+8 |
* | Reference the correct local variable in all parts of a for loop, so we | jmallett | 2002-10-08 | 1 | -1/+1 |
* | Give make(1) the ability to use KQUEUE to wait for worker processes | phk | 2002-10-04 | 3 | -1/+57 |
* | In lieu of a good way to prevent every possible looping in make(1), stop | jmallett | 2002-10-03 | 1 | -0/+21 |
* | Code that has been #if0'd with the comment "WHY" since revision 1.1 can | jmallett | 2002-10-02 | 1 | -8/+1 |
* | Remove 6-years-stale #if0, the behaviour isn't ever going to be limited to | jmallett | 2002-10-02 | 1 | -5/+1 |
* | Fix spurious three-space indentation in a four-space indentation file. | jmallett | 2002-09-29 | 1 | -2/+2 |
* | Fix ability to use csh(1) as the make(1) shell. | jmallett | 2002-09-29 | 1 | -1/+3 |
* | Make make(1) WARNS=6 clean except for const issues. This mostly involves | jmallett | 2002-09-28 | 7 | -69/+69 |
* | Fix merge error in previous commit. | jmallett | 2002-09-28 | 1 | -1/+1 |
* | Add empty default cases where they should be, remove non-local execution stuff | jmallett | 2002-09-28 | 9 | -14/+36 |
* | Document the parsing bug. | ru | 2002-09-27 | 1 | -1/+13 |
* | Remove a semicolon that appears to be a lie. | jmallett | 2002-09-26 | 1 | -1/+1 |
* | When formatting the time for a target, use %H instead of %k, which is mostly | jmallett | 2002-09-26 | 1 | -1/+1 |
* | Don't declare things as extern when they will be static. | jmallett | 2002-09-26 | 1 | -1/+6 |
* | Make the DEBUGF() macro portable by (ugh) adding a Debug() function, which | jmallett | 2002-09-18 | 14 | -141/+163 |
* | Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), using | jmallett | 2002-09-17 | 13 | -431/+172 |
* | #define<space> -> #define<tab> | jmallett | 2002-09-17 | 19 | -155/+155 |
* | Print debugging from DEBUG(VAR) level to stderr. About to macroise this. | jmallett | 2002-09-17 | 1 | -6/+6 |
* | Make it clear that the ":C" variable modifier expects an extended | archie | 2002-09-06 | 1 | -2/+2 |
* | Deal with bootstrapping from an old -current (almost exactly a year old) | peter | 2002-08-31 | 1 | -0/+3 |
* | Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) and | jmallett | 2002-08-25 | 3 | -3/+11 |
* | Allow embedded `:' and `!' in target names. | ru | 2002-08-20 | 1 | -2/+31 |
* | Remove local prototypes for main(). | jmallett | 2002-08-19 | 1 | -1/+0 |
* | main.c:450: warning: `targs' might be used uninitialized in this function | ru | 2002-08-11 | 1 | -1/+1 |
* | Pacify ``make -f /dev/null -V FOO''. | ru | 2002-08-07 | 1 | -34/+32 |
* | Print a warning when we are given two scripts for one target. This is neither | jmallett | 2002-07-28 | 1 | -0/+4 |
* | Back out jmallett's realpath changes. They break a set of makefiles that | imp | 2002-07-26 | 1 | -0/+28 |
* | Bit-width fields should be of type 'int'. | jmallett | 2002-07-15 | 1 | -1/+1 |
* | Use %zu to print size_t. | jmallett | 2002-07-15 | 1 | -2/+2 |
* | 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 |
* | Look for wildcards, and balanced meta-characters such as { and } like NetBSD | jmallett | 2002-06-20 | 1 | -2/+18 |
* | Expand a buffer to reduce diffs to NetBSD. | jmallett | 2002-06-20 | 1 | -2/+2 |
* | Diff reduction for great justice against NetBSD, cast to unsigned char when | jmallett | 2002-06-20 | 4 | -18/+18 |
* | Fix a memory leak from previous commit by freeing the possibly expanded | jmallett | 2002-06-19 | 1 | -2/+8 |
* | Possibly expand the variable name's embedded variables before using it, as | jmallett | 2002-06-19 | 1 | -0/+26 |
* | make(I) appeared in PWB UNIX. | jmallett | 2002-06-17 | 1 | -2/+1 |
* | Avoid classy use of a variable one time with a constant value. | jmallett | 2002-06-13 | 1 | -2/+1 |
* | Use %p to print a pointer, not %lx and a cast to (unsigned long). Yuck. | jmallett | 2002-06-13 | 1 | -1/+1 |
* | Don't do stupid things to avoid unused parameters, mark them __unused. | jmallett | 2002-06-13 | 1 | -2/+2 |
* | String lengths and sizeof()s are size_t not int. Mark an unused parameter | jmallett | 2002-06-12 | 3 | -3/+4 |
* | The error functions take constant pointers to strings for their format. | jmallett | 2002-06-12 | 5 | -10/+10 |
* | Remove a stray asterisk in a comment. | jmallett | 2002-06-01 | 1 | -1/+1 |
* | mdoc(7) police: removed unnecessary .Ns's. | ru | 2002-05-30 | 1 | -3/+3 |