summaryrefslogtreecommitdiff
path: root/usr.bin/make/parse.c
Commit message (Expand)AuthorAgeFilesLines
* Finish the fix in revision 1.39 -- make(1)'s behavior is nowRuslan Ermilov2002-11-281-12/+9
* De-obfuscate and correct the include path handling for SysV style includes.Juli Mallett2002-10-231-35/+4
* Convert make(1) to use ANSI style function declarations. VariableJuli Mallett2002-10-091-67/+33
* Remove extern declarations from functions and source files where they wouldJuli Mallett2002-10-091-2/+0
* Remove 6-years-stale #if0, the behaviour isn't ever going to be limited toJuli Mallett2002-10-021-5/+1
* Make make(1) WARNS=6 clean except for const issues. This mostly involvesJuli Mallett2002-09-281-11/+11
* Add empty default cases where they should be, remove non-local execution stuffJuli Mallett2002-09-281-1/+6
* Remove a semicolon that appears to be a lie.Juli Mallett2002-09-261-1/+1
* Make the DEBUGF() macro portable by (ugh) adding a Debug() function, whichJuli Mallett2002-09-181-1/+1
* Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), usingJuli Mallett2002-09-171-2/+1
* #define<space> -> #define<tab>Juli Mallett2002-09-171-1/+1
* Allow embedded `:' and `!' in target names.Ruslan Ermilov2002-08-201-2/+31
* Print a warning when we are given two scripts for one target. This is neitherJuli Mallett2002-07-281-0/+4
* Fix a bug fixed by NetBSD in revision 1.42 of parse.c by christos which causedJuli Mallett2002-06-201-0/+8
* More unsigned char casts to isupper(3).Juli Mallett2002-06-201-2/+2
* Provide a heuristic for RCS conflicts.Juli Mallett2002-06-201-2/+9
* Diff reduction for great justice against NetBSD, cast to unsigned char whenJuli Mallett2002-06-201-13/+13
* The error functions take constant pointers to strings for their format.Juli Mallett2002-06-121-1/+1
* Update SCM ID method.David E. O'Brien2002-04-131-3/+1
* De'register.David E. O'Brien2002-04-131-11/+11
* o unifdef -D__STDC__Warner Losh2002-03-231-19/+1
* remove __PWarner Losh2002-03-221-21/+21
* Revert previous change -- apparently it's not quite right. It brokeWill Andrews2001-03-151-15/+9
* Fix make(1) bug: nested comments may be placed in .if, .else .if, andWill Andrews2001-03-151-9/+15
* Preceed/preceeding are not english words. Use precede and preceding.Jeroen Ruigrok van der Werven2001-02-181-1/+1
* There's also no point in #typedef'ing void/char pointers. Accordingly,Will Andrews2000-12-021-63/+63
* There's no reason to use fancy forms of NULL. Replace all instancesWill Andrews2000-12-021-10/+10
* Use __RCSID()Wilfredo Sanchez2000-07-091-6/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).Tim Vanderhoek1999-08-171-12/+13
* Don't allow pointer underrun in loop.Jordan K. Hubbard1999-01-081-2/+4
* Add a graceful jumping off point with a new .error directive.Steve Price1998-05-251-1/+35
* Use err(3). Cosmetic in usage string.Philippe Charnier1997-07-241-8/+8
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add a .POSIX directive. When the first non-commentSteve Price1996-11-031-1/+12
* O' to be bitten by CVS. Cleanup after importSteve Price1996-10-081-0/+2
* Merge in NetBSD's changes to make(1). Changes include:Steve Price1996-10-061-215/+190
* Fix for PR# 1231, make(1) execution of ``.BEGIN'' doesSteve Price1996-09-251-2/+0
* Be sure to remove any newlines encountered whenSteve Price1996-09-231-1/+2
* Fix for PR# 1095, make's continuation line handling buggySteve Price1996-09-221-41/+31
* Fixed handling of `!=' assignment. Don't warn if the shell's output isBruce Evans1996-09-121-6/+7
* 'make' prints an extra leading `make: ' and extra trailing newline ifNate Williams1996-07-231-1/+1
* Back out prev. NetBSD fix, it cause skipping some error constructions,Andrey A. Chernov1995-06-241-5/+3
* Don't make error on ^<spaces>\nAndrey A. Chernov1995-06-241-1/+1
* Fix parsing SYSV/GNU "include"Andrey A. Chernov1995-06-181-0/+1
* NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabetAndrey A. Chernov1995-06-181-1/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-68/+68
* Bring in a number of changes from NetBSD's make, fixing quite a fewJordan K. Hubbard1995-01-231-76/+127
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+2566