| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a bug that previous revision has introduced -- we missed | ru | 2004-01-25 | 1 | -3/+5 |
* | Fixed broken logic when parsing double quotes. | ru | 2004-01-22 | 1 | -14/+5 |
* | Revert previous commit, ru has ideas how to better document this | schweikh | 2004-01-21 | 1 | -9/+1 |
* | Document __MAKE_CONF and its default, /etc/make.conf. | schweikh | 2004-01-19 | 1 | -1/+9 |
* | Allow variable substitutions in SYSV variable substitutions like | harti | 2004-01-12 | 1 | -22/+33 |
* | Moved the code for :U and :L modifiers where it belongs, so that | ru | 2004-01-10 | 1 | -32/+32 |
* | Change the select timeout from 100ms to 2 seconds now that SIGCHILD is | scottl | 2003-12-19 | 1 | -2/+2 |
* | Install a SIGCHLD handler so select(2) will be interrupted when a child | des | 2003-12-13 | 1 | -0/+20 |
* | Fix a bug in variable parsing code that could cause a segfault. | ru | 2003-10-06 | 1 | -2/+6 |
* | Make the -q option DTRT in the compat mode. | ru | 2003-10-03 | 2 | -1/+2 |
* | Fix a bug that prevented exists() from finding "foo/", "foo/." | ru | 2003-10-02 | 1 | -3/+8 |
* | Document the recently added `O' modifier. | ru | 2003-10-02 | 1 | -0/+2 |
* | Implement the O modifier. The O modifier sorts the words in a | marcel | 2003-09-18 | 1 | -1/+51 |
* | - Cut out the code that caches the "." directory out of Dir_Init() | ru | 2003-09-14 | 4 | -67/+87 |
* | Command line variables take precedence over global variables. | ru | 2003-09-08 | 1 | -1/+1 |
* | Keep up with minor changes to NetBSD. Consider a variable empty when | imp | 2003-09-07 | 1 | -1/+1 |
* | Fixed broken arithmetic expression parser. | ru | 2003-07-04 | 1 | -5/+2 |
* | Sync usage() with SYNOPSIS. | ru | 2003-04-15 | 1 | -3/+3 |
* | No need to check to see if we're running a version of FreeBSD 3.0 current or | imp | 2003-04-04 | 1 | -3/+0 |
* | Remove another unused Makefile. | trhodes | 2003-02-03 | 1 | -8/+0 |
* | Change the handling of non-anchored global substitutions of the empty | marcel | 2003-01-15 | 1 | -8/+9 |
* | Prevent infinite substitution of the empty string by forcing non- | marcel | 2003-01-13 | 1 | -0/+11 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | Fixed the abuses of .Ql visible on stderr in troff mode. | ru | 2002-12-23 | 1 | -63/+63 |
* | Check the return status of chdir() when using the -C option. | seanc | 2002-12-17 | 1 | -1/+2 |
* | Bootstrapping aid from pre-kqueue(2) systems, e.g. 4.0-RELEASE. | ru | 2002-12-01 | 1 | -0/+2 |
* | Finish the fix in revision 1.39 -- make(1)'s behavior is now | ru | 2002-11-28 | 1 | -12/+9 |
* | Convert some broken cases where Error is called, but we try to continue, | jmallett | 2002-11-08 | 1 | -17/+5 |
* | Document the confusing behavior that the .if conditional defaults | ru | 2002-11-01 | 1 | -0/+1 |
* | bsd.doc.mk changes: | ru | 2002-10-29 | 1 | -1/+0 |
* | In VarHead(), look into the correct (modified) string. | jmallett | 2002-10-29 | 1 | -1/+1 |
* | Mention that the left-hand side of the comparison | ru | 2002-10-29 | 1 | -3/+2 |
* | Split var.c into var.c and var_modify.c and move all the modification funcs | jmallett | 2002-10-28 | 7 | -669/+731 |
* | Fix problem with my ability to tell the difference between 'r' and 'l'... We | jmallett | 2002-10-24 | 1 | -1/+1 |
* | When expanding a specific [1-char] variable, only expand said specific | jmallett | 2002-10-24 | 1 | -1/+1 |
* | Duplicate the variable name in the v->name field, as otherwise it points to | jmallett | 2002-10-24 | 1 | -1/+3 |
* | Remove efree(), it isn't used consistently enough to even pretend that it | jmallett | 2002-10-23 | 10 | -27/+24 |
* | De-obfuscate and correct the include path handling for SysV style includes. | jmallett | 2002-10-23 | 1 | -35/+4 |
* | 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 |