| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Pacify ``make -f /dev/null -V FOO''. | Ruslan Ermilov | 2002-08-07 | 1 | -34/+32 |
| * | Print a warning when we are given two scripts for one target. This is neither | Juli Mallett | 2002-07-28 | 1 | -0/+4 |
| * | Back out jmallett's realpath changes. They break a set of makefiles that | Warner Losh | 2002-07-26 | 1 | -0/+28 |
| * | Bit-width fields should be of type 'int'. | Juli Mallett | 2002-07-15 | 1 | -1/+1 |
| * | Use %zu to print size_t. | Juli Mallett | 2002-07-15 | 1 | -2/+2 |
| * | 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 |
| * | Look for wildcards, and balanced meta-characters such as { and } like NetBSD | Juli Mallett | 2002-06-20 | 1 | -2/+18 |
| * | Expand a buffer to reduce diffs to NetBSD. | Juli Mallett | 2002-06-20 | 1 | -2/+2 |
| * | Diff reduction for great justice against NetBSD, cast to unsigned char when | Juli Mallett | 2002-06-20 | 4 | -18/+18 |
| * | Fix a memory leak from previous commit by freeing the possibly expanded | Juli Mallett | 2002-06-19 | 1 | -2/+8 |
| * | Possibly expand the variable name's embedded variables before using it, as | Juli Mallett | 2002-06-19 | 1 | -0/+26 |
| * | make(I) appeared in PWB UNIX. | Juli Mallett | 2002-06-17 | 1 | -2/+1 |
| * | Avoid classy use of a variable one time with a constant value. | Juli Mallett | 2002-06-13 | 1 | -2/+1 |
| * | Use %p to print a pointer, not %lx and a cast to (unsigned long). Yuck. | Juli Mallett | 2002-06-13 | 1 | -1/+1 |
| * | Don't do stupid things to avoid unused parameters, mark them __unused. | Juli Mallett | 2002-06-13 | 1 | -2/+2 |
| * | String lengths and sizeof()s are size_t not int. Mark an unused parameter | Juli Mallett | 2002-06-12 | 3 | -3/+4 |
| * | The error functions take constant pointers to strings for their format. | Juli Mallett | 2002-06-12 | 5 | -10/+10 |
| * | Remove a stray asterisk in a comment. | Juli Mallett | 2002-06-01 | 1 | -1/+1 |
| * | mdoc(7) police: removed unnecessary .Ns's. | Ruslan Ermilov | 2002-05-30 | 1 | -3/+3 |
| * | Back out the ``run shell from $PATH'' change; this was an overkill | Ruslan Ermilov | 2002-05-24 | 5 | -29/+7 |
| * | Set the MAKEFILE variable to the value passed to ReadMakefile(), not the full | Juli Mallett | 2002-05-23 | 1 | -2/+5 |
| * | str_concat() doesn't really take const arguments. | Juli Mallett | 2002-05-22 | 2 | -4/+4 |
| * | Do not run shell from /bin, run it from $PATH. | Ruslan Ermilov | 2002-05-22 | 5 | -7/+29 |
| * | Added the MAKE_VERSION global that could be useful in determining | Ruslan Ermilov | 2002-05-22 | 2 | -0/+7 |
| * | Replace the evil that is __DECONST() with (void *). This is one of the least | Juli Mallett | 2002-05-22 | 1 | -2/+2 |
| * | Make ReadMakefile() operate using the realpath(3) name for the file handed to | Juli Mallett | 2002-05-21 | 1 | -3/+7 |
| * | More consistancy. file system > filesystem | Tom Rhodes | 2002-05-16 | 3 | -4/+4 |
| * | Fix make(1) behaviour regarding SysV-style substitution when given a nil | Juli Mallett | 2002-05-05 | 1 | -0/+6 |
| * | Use `The .Nm utility' | Philippe Charnier | 2002-04-20 | 1 | -9/+15 |
| * | Move the sysV variable substitution up with the BSD feature that replaced it. | David E. O'Brien | 2002-04-19 | 1 | -2/+2 |
| * | Do not reset MAKEFILE when reading ".depend" as this rather | Ruslan Ermilov | 2002-04-18 | 1 | -1/+6 |
| * | Back out rev 1.17, it breaks dependencies. | David E. O'Brien | 2002-04-14 | 1 | -15/+11 |
| * | Revision 1.17 seems to break a subsequent buildworld (i.e. with the new | David E. O'Brien | 2002-04-13 | 1 | -2/+5 |
| * | Fix a minor lint warning. | David E. O'Brien | 2002-04-13 | 1 | -0/+2 |
| * | Prefer BSDmakefile over makefile and Makefile. | David E. O'Brien | 2002-04-13 | 5 | -7/+9 |
| * | Fix copyrights, and undo SCS ID damage. | David E. O'Brien | 2002-04-13 | 21 | -30/+49 |
| * | Update SCM ID method. | David E. O'Brien | 2002-04-13 | 15 | -44/+16 |
| * | Make str_concat handle NULL arguments properly (a-la how ODE-2.3.6 make does). | David E. O'Brien | 2002-04-13 | 1 | -12/+13 |