summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/for.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes for usr.bin/uqs2011-12-301-1/+1
* Remove unnecessary includes.delphij2009-12-111-2/+0
* Consistently use Var_SetGlobal().obrien2008-12-291-1/+1
* Fix splitting into words of the .for expression to allow forru2008-03-241-22/+8
* Var_SubstOnly() is only used to subsitute a variable from the globalharti2005-05-101-2/+1
* Split Var_Subst() into two functions: Var_SubstOnly() which substitutesharti2005-05-091-2/+2
* Rework the directive parsing code. Instead of using a lot of strcmp()sharti2005-04-111-109/+107
* Simplify buffer access by using Buf_Data() and Buf_Peel() whereharti2005-03-221-1/+1
* Use the new Buf_Peel function to simplify things.harti2005-03-081-30/+9
* Change the return value of Var_Subst to return a Buffer insteadharti2005-02-251-4/+12
* Use the LST_FOREACH macro instead of the Lst_ForEach functionharti2005-02-231-40/+25
* Style: fix indent, use tabs instead of space+tab for aligning things.harti2005-02-231-147/+159
* Fix spacing by converting mixes of space and tab to tab. Also add a numberharti2005-02-101-2/+2
* Invent a Buf_AppendRange function that appends a non-NUL-terminated stringharti2005-02-071-3/+3
* Invent a Buf_Append function to append a NUL-terminated stringharti2005-02-071-1/+1
* Where the returned line length from Buf_GetAll is not used just passharti2005-02-041-2/+1
* Inline the ADDWORD() macro in the two places where it is used. It justharti2005-02-041-10/+11
* Convert several typedefs from beeing pointers to structs to be the structsharti2005-02-021-3/+3
* Clean up include files and file including. Split nonints.h into piecesharti2005-02-011-11/+15
* Instead of dynamically allocating list heads allocated them staticallyharti2004-12-161-9/+12
* Typedefs of pointers to structs are evil. Make Lst and LstNode typedef ofharti2004-12-071-2/+2
* Make needs no circular lists so remove them from the list code.harti2004-12-071-1/+1
* Fix breakage introduced on 64-bit platforms with my last commit. Needharti2004-12-031-2/+2
* Style: remove a lot of unnecessary casts, add some and spell the nullharti2004-12-011-4/+5
* Stylification: missing spaces, extra space after function names, castsharti2004-11-301-38/+34
* Use typedefs for the types of the functions that are passed as argumentsharti2004-11-291-1/+1
* Reworked the fix to print the useful line number on error inru2004-03-101-2/+4
* Command line variables take precedence over global variables.ru2003-09-081-1/+1
* Convert make(1) to use ANSI style function declarations. Variablejmallett2002-10-091-6/+3
* Make the DEBUGF() macro portable by (ugh) adding a Debug() function, whichjmallett2002-09-181-4/+4
* Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), usingjmallett2002-09-171-8/+4
* #define<space> -> #define<tab>jmallett2002-09-171-1/+1
* Fix copyrights, and undo SCS ID damage.obrien2002-04-131-2/+5
* Update SCM ID method.obrien2002-04-131-3/+1
* remove __Pimp2002-03-221-2/+2
* There's also no point in #typedef'ing void/char pointers. Accordingly,will2000-12-021-8/+8
* Use __RCSID()wsanchez2000-07-091-6/+4
* Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde)hoek1999-09-111-3/+1
* $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-1/+6
* 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
* Fix for PR#1230, make ``.for'' loops iterate backwards.steve1996-09-211-1/+1
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* Bring in a number of changes from NetBSD's make, fixing quite a fewjkh1995-01-231-26/+29
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+296
OpenPOWER on IntegriCloud