summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug that previous revision has introduced -- we missedru2004-01-251-3/+5
* Fixed broken logic when parsing double quotes.ru2004-01-221-14/+5
* Revert previous commit, ru has ideas how to better document thisschweikh2004-01-211-9/+1
* Document __MAKE_CONF and its default, /etc/make.conf.schweikh2004-01-191-1/+9
* Allow variable substitutions in SYSV variable substitutions likeharti2004-01-121-22/+33
* Moved the code for :U and :L modifiers where it belongs, so thatru2004-01-101-32/+32
* Change the select timeout from 100ms to 2 seconds now that SIGCHILD isscottl2003-12-191-2/+2
* Install a SIGCHLD handler so select(2) will be interrupted when a childdes2003-12-131-0/+20
* Fix a bug in variable parsing code that could cause a segfault.ru2003-10-061-2/+6
* Make the -q option DTRT in the compat mode.ru2003-10-032-1/+2
* Fix a bug that prevented exists() from finding "foo/", "foo/."ru2003-10-021-3/+8
* Document the recently added `O' modifier.ru2003-10-021-0/+2
* Implement the O modifier. The O modifier sorts the words in amarcel2003-09-181-1/+51
* - Cut out the code that caches the "." directory out of Dir_Init()ru2003-09-144-67/+87
* Command line variables take precedence over global variables.ru2003-09-081-1/+1
* Keep up with minor changes to NetBSD. Consider a variable empty whenimp2003-09-071-1/+1
* Fixed broken arithmetic expression parser.ru2003-07-041-5/+2
* Sync usage() with SYNOPSIS.ru2003-04-151-3/+3
* No need to check to see if we're running a version of FreeBSD 3.0 current orimp2003-04-041-3/+0
* Remove another unused Makefile.trhodes2003-02-031-8/+0
* Change the handling of non-anchored global substitutions of the emptymarcel2003-01-151-8/+9
* Prevent infinite substitution of the empty string by forcing non-marcel2003-01-131-0/+11
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Fixed the abuses of .Ql visible on stderr in troff mode.ru2002-12-231-63/+63
* Check the return status of chdir() when using the -C option.seanc2002-12-171-1/+2
* Bootstrapping aid from pre-kqueue(2) systems, e.g. 4.0-RELEASE.ru2002-12-011-0/+2
* Finish the fix in revision 1.39 -- make(1)'s behavior is nowru2002-11-281-12/+9
* Convert some broken cases where Error is called, but we try to continue,jmallett2002-11-081-17/+5
* Document the confusing behavior that the .if conditional defaultsru2002-11-011-0/+1
* bsd.doc.mk changes:ru2002-10-291-1/+0
* In VarHead(), look into the correct (modified) string.jmallett2002-10-291-1/+1
* Mention that the left-hand side of the comparisonru2002-10-291-3/+2
* Split var.c into var.c and var_modify.c and move all the modification funcsjmallett2002-10-287-669/+731
* Fix problem with my ability to tell the difference between 'r' and 'l'... Wejmallett2002-10-241-1/+1
* When expanding a specific [1-char] variable, only expand said specificjmallett2002-10-241-1/+1
* Duplicate the variable name in the v->name field, as otherwise it points tojmallett2002-10-241-1/+3
* Remove efree(), it isn't used consistently enough to even pretend that itjmallett2002-10-2310-27/+24
* De-obfuscate and correct the include path handling for SysV style includes.jmallett2002-10-231-35/+4
* Move utilitarian routines to util.c, which isn't the same as the oldjmallett2002-10-104-234/+288
* Convert make(1) to use ANSI style function declarations. Variablejmallett2002-10-0915-771/+340
* Use __FBSDID in the lst.lib files, to match to main make(1) files. It isjmallett2002-10-0926-26/+26
* Remove extern declarations from functions and source files where they wouldjmallett2002-10-094-3/+4
* Remove unused local-locals, where upper-level locals may safely be used.jmallett2002-10-091-8/+8
* Reference the correct local variable in all parts of a for loop, so wejmallett2002-10-081-1/+1
* Give make(1) the ability to use KQUEUE to wait for worker processesphk2002-10-043-1/+57
* In lieu of a good way to prevent every possible looping in make(1), stopjmallett2002-10-031-0/+21
* Code that has been #if0'd with the comment "WHY" since revision 1.1 canjmallett2002-10-021-8/+1
* Remove 6-years-stale #if0, the behaviour isn't ever going to be limited tojmallett2002-10-021-5/+1
* Fix spurious three-space indentation in a four-space indentation file.jmallett2002-09-291-2/+2
* Fix ability to use csh(1) as the make(1) shell.jmallett2002-09-291-1/+3
OpenPOWER on IntegriCloud