| Commit message (Expand) | Author | Age | Files | Lines |
* | Spelling fixes for usr.bin/ | uqs | 2011-12-30 | 1 | -1/+1 |
* | Remove unnecessary includes. | delphij | 2009-12-11 | 1 | -2/+0 |
* | Consistently use Var_SetGlobal(). | obrien | 2008-12-29 | 1 | -1/+1 |
* | Fix splitting into words of the .for expression to allow for | ru | 2008-03-24 | 1 | -22/+8 |
* | Var_SubstOnly() is only used to subsitute a variable from the global | harti | 2005-05-10 | 1 | -2/+1 |
* | Split Var_Subst() into two functions: Var_SubstOnly() which substitutes | harti | 2005-05-09 | 1 | -2/+2 |
* | Rework the directive parsing code. Instead of using a lot of strcmp()s | harti | 2005-04-11 | 1 | -109/+107 |
* | Simplify buffer access by using Buf_Data() and Buf_Peel() where | harti | 2005-03-22 | 1 | -1/+1 |
* | Use the new Buf_Peel function to simplify things. | harti | 2005-03-08 | 1 | -30/+9 |
* | Change the return value of Var_Subst to return a Buffer instead | harti | 2005-02-25 | 1 | -4/+12 |
* | Use the LST_FOREACH macro instead of the Lst_ForEach function | harti | 2005-02-23 | 1 | -40/+25 |
* | Style: fix indent, use tabs instead of space+tab for aligning things. | harti | 2005-02-23 | 1 | -147/+159 |
* | Fix spacing by converting mixes of space and tab to tab. Also add a number | harti | 2005-02-10 | 1 | -2/+2 |
* | Invent a Buf_AppendRange function that appends a non-NUL-terminated string | harti | 2005-02-07 | 1 | -3/+3 |
* | Invent a Buf_Append function to append a NUL-terminated string | harti | 2005-02-07 | 1 | -1/+1 |
* | Where the returned line length from Buf_GetAll is not used just pass | harti | 2005-02-04 | 1 | -2/+1 |
* | Inline the ADDWORD() macro in the two places where it is used. It just | harti | 2005-02-04 | 1 | -10/+11 |
* | Convert several typedefs from beeing pointers to structs to be the structs | harti | 2005-02-02 | 1 | -3/+3 |
* | Clean up include files and file including. Split nonints.h into pieces | harti | 2005-02-01 | 1 | -11/+15 |
* | Instead of dynamically allocating list heads allocated them statically | harti | 2004-12-16 | 1 | -9/+12 |
* | Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of | harti | 2004-12-07 | 1 | -2/+2 |
* | Make needs no circular lists so remove them from the list code. | harti | 2004-12-07 | 1 | -1/+1 |
* | Fix breakage introduced on 64-bit platforms with my last commit. Need | harti | 2004-12-03 | 1 | -2/+2 |
* | Style: remove a lot of unnecessary casts, add some and spell the null | harti | 2004-12-01 | 1 | -4/+5 |
* | Stylification: missing spaces, extra space after function names, casts | harti | 2004-11-30 | 1 | -38/+34 |
* | Use typedefs for the types of the functions that are passed as arguments | harti | 2004-11-29 | 1 | -1/+1 |
* | Reworked the fix to print the useful line number on error in | ru | 2004-03-10 | 1 | -2/+4 |
* | Command line variables take precedence over global variables. | ru | 2003-09-08 | 1 | -1/+1 |
* | Convert make(1) to use ANSI style function declarations. Variable | jmallett | 2002-10-09 | 1 | -6/+3 |
* | Make the DEBUGF() macro portable by (ugh) adding a Debug() function, which | jmallett | 2002-09-18 | 1 | -4/+4 |
* | Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), using | jmallett | 2002-09-17 | 1 | -8/+4 |
* | #define<space> -> #define<tab> | jmallett | 2002-09-17 | 1 | -1/+1 |
* | Fix copyrights, and undo SCS ID damage. | obrien | 2002-04-13 | 1 | -2/+5 |
* | Update SCM ID method. | obrien | 2002-04-13 | 1 | -3/+1 |
* | remove __P | imp | 2002-03-22 | 1 | -2/+2 |
* | There's also no point in #typedef'ing void/char pointers. Accordingly, | will | 2000-12-02 | 1 | -8/+8 |
* | Use __RCSID() | wsanchez | 2000-07-09 | 1 | -6/+4 |
* | Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde) | hoek | 1999-09-11 | 1 | -3/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1). | hoek | 1999-08-17 | 1 | -1/+6 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | O' to be bitten by CVS. Cleanup after import | steve | 1996-10-08 | 1 | -0/+2 |
* | Fix for PR#1230, make ``.for'' loops iterate backwards. | steve | 1996-09-21 | 1 | -1/+1 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -8/+8 |
* | Bring in a number of changes from NetBSD's make, fixing quite a few | jkh | 1995-01-23 | 1 | -26/+29 |
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+296 |