summaryrefslogtreecommitdiff
path: root/usr.bin/make/cond.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-041-1/+1
* Improve make's diagnostic of mistmatched .if-.endif. This patch isHartmut Brandt2004-07-201-2/+21
* Keep up with minor changes to NetBSD. Consider a variable empty whenWarner Losh2003-09-071-1/+1
* Fixed broken arithmetic expression parser.Ruslan Ermilov2003-07-041-5/+2
* Remove efree(), it isn't used consistently enough to even pretend that itJuli Mallett2002-10-231-1/+1
* Convert make(1) to use ANSI style function declarations. VariableJuli Mallett2002-10-091-37/+16
* Add empty default cases where they should be, remove non-local execution stuffJuli Mallett2002-09-281-0/+2
* Make the DEBUGF() macro portable by (ugh) adding a Debug() function, whichJuli Mallett2002-09-181-4/+4
* Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), usingJuli Mallett2002-09-171-8/+4
* Diff reduction for great justice against NetBSD, cast to unsigned char whenJuli Mallett2002-06-201-1/+1
* Fix copyrights, and undo SCS ID damage.David E. O'Brien2002-04-131-1/+2
* Update SCM ID method.David E. O'Brien2002-04-131-3/+1
* De'register.David E. O'Brien2002-04-131-4/+4
* remove __PWarner Losh2002-03-221-15/+15
* There's also no point in #typedef'ing void/char pointers. Accordingly,Will Andrews2000-12-021-4/+4
* There's no reason to use fancy forms of NULL. Replace all instancesWill Andrews2000-12-021-2/+2
* Use __RCSID()Wilfredo Sanchez2000-07-091-6/+4
* Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde)Tim Vanderhoek1999-09-111-3/+1
* $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-3/+7
* Bugfix to last commit: Correctly intuit when an lhs is a string vs. number.Tim Vanderhoek1999-08-121-2/+3
* Handle ".if ${T} > 1 || ${T} < 3" and friends correctly.Tim Vanderhoek1999-05-251-13/+14
* 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
* 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-4/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-18/+18
* Bring in a number of changes from NetBSD's make, fixing quite a fewJordan K. Hubbard1995-01-231-16/+21
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+1247