summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/parse.c
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of comments on .elif lines. The patch given in a followupharti2004-07-221-0/+7
* Improve make's diagnostic of mistmatched .if-.endif. This patch isharti2004-07-201-16/+2
* New variable `.MAKEFILE_LIST', useful for tracing, debugging and dependency t...eik2004-07-021-1/+10
* Added the new .warning directive.ru2004-04-121-3/+33
* Reworked the fix to print the useful line number on error inru2004-03-101-85/+73
* Make it possible to ``.undef ${VAR}'' (expanding VAR to getru2004-03-091-0/+1
* Fixed line numbering inside the .for loops.ru2004-03-091-1/+3
* Finish the fix in revision 1.39 -- make(1)'s behavior is nowru2002-11-281-12/+9
* De-obfuscate and correct the include path handling for SysV style includes.jmallett2002-10-231-35/+4
* Convert make(1) to use ANSI style function declarations. Variablejmallett2002-10-091-67/+33
* Remove extern declarations from functions and source files where they wouldjmallett2002-10-091-2/+0
* 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
OpenPOWER on IntegriCloud