aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/compat.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-041-1/+1
* Implement POSIX's '+' flag for command lines. This flag causes a lineHartmut Brandt2004-07-291-24/+43
* Make the -q option DTRT in the compat mode.Ruslan Ermilov2003-10-031-1/+1
* Remove efree(), it isn't used consistently enough to even pretend that itJuli Mallett2002-10-231-4/+4
* Convert make(1) to use ANSI style function declarations. VariableJuli Mallett2002-10-091-14/+8
* Make make(1) WARNS=6 clean except for const issues. This mostly involvesJuli Mallett2002-09-281-5/+5
* Add empty default cases where they should be, remove non-local execution stuffJuli Mallett2002-09-281-13/+5
* 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-11/+5
* String lengths and sizeof()s are size_t not int. Mark an unused parameterJuli Mallett2002-06-121-0/+1
* Back out the ``run shell from $PATH'' change; this was an overkillRuslan Ermilov2002-05-241-11/+3
* Do not run shell from /bin, run it from $PATH.Ruslan Ermilov2002-05-221-3/+11
* 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-1/+1
* remove __PWarner Losh2002-03-221-3/+3
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-4/+5
* There's also no point in #typedef'ing void/char pointers. Accordingly,Will Andrews2000-12-021-14/+14
* There's no reason to use fancy forms of NULL. Replace all instancesWill Andrews2000-12-021-7/+7
* Use __RCSID()Wilfredo Sanchez2000-07-091-6/+4
* Add loud debugging facility (-dl option) which allows programmers/developersWill Andrews2000-05-141-1/+1
* #include <errno.h> where needed. Kill extern int errno;.Warner Losh2000-04-141-1/+0
* Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde)Tim Vanderhoek1999-09-111-2/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).Tim Vanderhoek1999-08-171-9/+14
* When printing an error message after command execution fails, don't assumeTim Vanderhoek1999-07-311-2/+4
* Fix spurious `free()' when -d g2 is enabled.Joseph Koshy1998-09-091-3/+12
* When exiting on SIGINT, exit with signal statusMartin Cracauer1998-08-241-2/+5
* Fix broken (at least on alpha, but probably on i386 too) code whichJohn Birrell1998-05-131-4/+4
* Some commands are shell builtins. Execute the builtins by the shellWolfram Schneider1998-05-121-1/+50
* 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-11/+9
* Fix for PR# 1231, make(1) execution of ``.BEGIN'' doesSteve Price1996-09-251-0/+4
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-14/+14
* Bring in a number of changes from NetBSD's make, fixing quite a fewJordan K. Hubbard1995-01-231-34/+43
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+641