summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/arch.c
Commit message (Expand)AuthorAgeFilesLines
* Make the DEBUGF() macro portable by (ugh) adding a Debug() function, whichjmallett2002-09-181-7/+7
* Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), usingjmallett2002-09-171-20/+15
* #define<space> -> #define<tab>jmallett2002-09-171-4/+4
* Use %zu to print size_t.jmallett2002-07-151-2/+2
* Expand a buffer to reduce diffs to NetBSD.jmallett2002-06-201-2/+2
* Diff reduction for great justice against NetBSD, cast to unsigned char whenjmallett2002-06-201-3/+3
* String lengths and sizeof()s are size_t not int. Mark an unused parameterjmallett2002-06-121-2/+2
* Update SCM ID method.obrien2002-04-131-3/+1
* De'register.obrien2002-04-131-1/+1
* remove __Pimp2002-03-221-5/+5
* MAXPATHLEN includes the trailing NUL.imp2001-03-011-2/+2
* Fix a bug introduced in rev. 1.17: initialize variables before use, not after.des2000-12-161-1/+1
* There's also no point in #typedef'ing void/char pointers. Accordingly,will2000-12-021-15/+15
* There's no reason to use fancy forms of NULL. Replace all instanceswill2000-12-021-5/+5
* Format string paranoia. This should avoid potential buffer overflows fromwill2000-11-301-9/+25
* Use __RCSID()wsanchez2000-07-091-6/+4
* Fix the following:julian1999-10-101-1/+1
* Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde)hoek1999-09-111-3/+1
* Allow 'make' to check out elements within archive libraries.julian1999-09-101-2/+2
* $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-43/+41
* Fix make world breakage from last commit.jdp1998-10-151-2/+2
* Fix a serious bug in make(1)'s handling of archive libraries.jkoshy1998-10-151-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* 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-36/+177
* General -Wall warning cleanup, part I.jkh1996-07-121-1/+1
* Remove trailing whitespace.rgrimes1995-05-301-17/+17
* Bring in a number of changes from NetBSD's make, fixing quite a fewjkh1995-01-231-43/+179
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+955
OpenPOWER on IntegriCloud