summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/parse.c
Commit message (Expand)AuthorAgeFilesLines
* Remove 6-years-stale #if0, the behaviour isn't ever going to be limited tojmallett2002-10-021-5/+1
* Make make(1) WARNS=6 clean except for const issues. This mostly involvesjmallett2002-09-281-11/+11
* Add empty default cases where they should be, remove non-local execution stuffjmallett2002-09-281-1/+6
* Remove a semicolon that appears to be a lie.jmallett2002-09-261-1/+1
* Make the DEBUGF() macro portable by (ugh) adding a Debug() function, whichjmallett2002-09-181-1/+1
* Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), usingjmallett2002-09-171-2/+1
* #define<space> -> #define<tab>jmallett2002-09-171-1/+1
* Allow embedded `:' and `!' in target names.ru2002-08-201-2/+31
* Print a warning when we are given two scripts for one target. This is neitherjmallett2002-07-281-0/+4
* Fix a bug fixed by NetBSD in revision 1.42 of parse.c by christos which causedjmallett2002-06-201-0/+8
* More unsigned char casts to isupper(3).jmallett2002-06-201-2/+2
* Provide a heuristic for RCS conflicts.jmallett2002-06-201-2/+9
* Diff reduction for great justice against NetBSD, cast to unsigned char whenjmallett2002-06-201-13/+13
* The error functions take constant pointers to strings for their format.jmallett2002-06-121-1/+1
* Update SCM ID method.obrien2002-04-131-3/+1
* De'register.obrien2002-04-131-11/+11
* o unifdef -D__STDC__imp2002-03-231-19/+1
* remove __Pimp2002-03-221-21/+21
* Revert previous change -- apparently it's not quite right. It brokewill2001-03-151-15/+9
* Fix make(1) bug: nested comments may be placed in .if, .else .if, andwill2001-03-151-9/+15
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-181-1/+1
* There's also no point in #typedef'ing void/char pointers. Accordingly,will2000-12-021-63/+63
* There's no reason to use fancy forms of NULL. Replace all instanceswill2000-12-021-10/+10
* Use __RCSID()wsanchez2000-07-091-6/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).hoek1999-08-171-12/+13
* Don't allow pointer underrun in loop.jkh1999-01-081-2/+4
* Add a graceful jumping off point with a new .error directive.steve1998-05-251-1/+35
* Use err(3). Cosmetic in usage string.charnier1997-07-241-8/+8
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add a .POSIX directive. When the first non-commentsteve1996-11-031-1/+12
* O' to be bitten by CVS. Cleanup after importsteve1996-10-081-0/+2
* Merge in NetBSD's changes to make(1). Changes include:steve1996-10-061-215/+190
* Fix for PR# 1231, make(1) execution of ``.BEGIN'' doessteve1996-09-251-2/+0
* Be sure to remove any newlines encountered whensteve1996-09-231-1/+2
* Fix for PR# 1095, make's continuation line handling buggysteve1996-09-221-45/+35
* Fixed handling of `!=' assignment. Don't warn if the shell's output isbde1996-09-121-6/+7
* 'make' prints an extra leading `make: ' and extra trailing newline ifnate1996-07-231-1/+1
* Back out prev. NetBSD fix, it cause skipping some error constructions,ache1995-06-241-5/+3
* Don't make error on ^<spaces>\nache1995-06-241-1/+1
* Fix parsing SYSV/GNU "include"ache1995-06-181-0/+1
* NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabetache1995-06-181-1/+3
* Remove trailing whitespace.rgrimes1995-05-301-68/+68
* Bring in a number of changes from NetBSD's make, fixing quite a fewjkh1995-01-231-76/+127
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+2566
OpenPOWER on IntegriCloud