summaryrefslogtreecommitdiff
path: root/usr.bin/make/for.c
Commit message (Expand)AuthorAgeFilesLines
* Remove old fmake. It wasn't built by default for some time. Users thatWarner Losh2015-06-161-267/+0
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-1/+1
* Remove unnecessary includes.Xin LI2009-12-111-2/+0
* Consistently use Var_SetGlobal().David E. O'Brien2008-12-291-1/+1
* Fix splitting into words of the .for expression to allow forRuslan Ermilov2008-03-241-22/+8
* Var_SubstOnly() is only used to subsitute a variable from the globalHartmut Brandt2005-05-101-2/+1
* Split Var_Subst() into two functions: Var_SubstOnly() which substitutesHartmut Brandt2005-05-091-2/+2
* Rework the directive parsing code. Instead of using a lot of strcmp()sHartmut Brandt2005-04-111-109/+107
* Simplify buffer access by using Buf_Data() and Buf_Peel() whereHartmut Brandt2005-03-221-1/+1
* Use the new Buf_Peel function to simplify things.Hartmut Brandt2005-03-081-30/+9
* Change the return value of Var_Subst to return a Buffer insteadHartmut Brandt2005-02-251-4/+12
* Use the LST_FOREACH macro instead of the Lst_ForEach functionHartmut Brandt2005-02-231-40/+25
* Style: fix indent, use tabs instead of space+tab for aligning things.Hartmut Brandt2005-02-231-147/+159
* Fix spacing by converting mixes of space and tab to tab. Also add a numberHartmut Brandt2005-02-101-2/+2
* Invent a Buf_AppendRange function that appends a non-NUL-terminated stringHartmut Brandt2005-02-071-3/+3
* Invent a Buf_Append function to append a NUL-terminated stringHartmut Brandt2005-02-071-1/+1
* Where the returned line length from Buf_GetAll is not used just passHartmut Brandt2005-02-041-2/+1
* Inline the ADDWORD() macro in the two places where it is used. It justHartmut Brandt2005-02-041-10/+11
* Convert several typedefs from beeing pointers to structs to be the structsHartmut Brandt2005-02-021-3/+3
* Clean up include files and file including. Split nonints.h into piecesHartmut Brandt2005-02-011-11/+15
* Instead of dynamically allocating list heads allocated them staticallyHartmut Brandt2004-12-161-9/+12
* Typedefs of pointers to structs are evil. Make Lst and LstNode typedef ofHartmut Brandt2004-12-071-2/+2
* Make needs no circular lists so remove them from the list code.Hartmut Brandt2004-12-071-1/+1
* Fix breakage introduced on 64-bit platforms with my last commit. NeedHartmut Brandt2004-12-031-2/+2
* Style: remove a lot of unnecessary casts, add some and spell the nullHartmut Brandt2004-12-011-4/+5
* Stylification: missing spaces, extra space after function names, castsHartmut Brandt2004-11-301-38/+34
* Use typedefs for the types of the functions that are passed as argumentsHartmut Brandt2004-11-291-1/+1
* Reworked the fix to print the useful line number on error inRuslan Ermilov2004-03-101-2/+4
* Command line variables take precedence over global variables.Ruslan Ermilov2003-09-081-1/+1
* Convert make(1) to use ANSI style function declarations. VariableJuli Mallett2002-10-091-6/+3
* 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
* #define<space> -> #define<tab>Juli Mallett2002-09-171-1/+1
* Fix copyrights, and undo SCS ID damage.David E. O'Brien2002-04-131-2/+5
* Update SCM ID method.David E. O'Brien2002-04-131-3/+1
* remove __PWarner Losh2002-03-221-2/+2
* There's also no point in #typedef'ing void/char pointers. Accordingly,Will Andrews2000-12-021-8/+8
* 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-1/+6
* 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
* Fix for PR#1230, make ``.for'' loops iterate backwards.Steve Price1996-09-211-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* Bring in a number of changes from NetBSD's make, fixing quite a fewJordan K. Hubbard1995-01-231-26/+29
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+296