| Commit message (Expand) | Author | Age | Files | Lines |
* | Spelling fixes for usr.bin/ | uqs | 2011-12-30 | 1 | -2/+2 |
* | Remove extraneous ; | emaste | 2010-07-12 | 1 | -1/+1 |
* | Remove unnecessary includes. | delphij | 2009-12-11 | 1 | -2/+0 |
* | Don't go beyond the provided string when parsing the `\' character. | ru | 2006-10-09 | 1 | -2/+4 |
* | Make the ArgArray_Init() function visible to the rest of make. | harti | 2005-05-23 | 1 | -1/+1 |
* | Get rid of global variables for argument vectors produced by brk_string() | harti | 2005-05-18 | 1 | -135/+176 |
* | The first element of the vector built by brk_string() is never | harti | 2005-05-12 | 1 | -8/+8 |
* | Style: fix indentation. | harti | 2005-04-01 | 1 | -63/+51 |
* | Constify the input argument to brk_string. | harti | 2005-03-07 | 1 | -2/+4 |
* | Invent a Buf_AppendRange function that appends a non-NUL-terminated string | harti | 2005-02-07 | 1 | -1/+1 |
* | Invent a Buf_Append function to append a NUL-terminated string | harti | 2005-02-07 | 1 | -1/+1 |
* | Minor cleanup: make brk_string to return argc only if the pointer to it | harti | 2005-02-04 | 1 | -1/+2 |
* | Convert several typedefs from beeing pointers to structs to be the structs | harti | 2005-02-02 | 1 | -1/+2 |
* | Clean up include files and file including. Split nonints.h into pieces | harti | 2005-02-01 | 1 | -1/+8 |
* | Fix quoting of the MAKEFLAGS environment variable by only quoting spaces | harti | 2005-01-26 | 1 | -0/+99 |
* | Remove all the cleanup functions. There is no reason to free memory | harti | 2004-12-17 | 1 | -18/+0 |
* | Constify some calls of Buf_AddBytes. | harti | 2004-12-08 | 1 | -3/+3 |
* | Consify the arguments to str_concat. Remove the STR_DOFREE flag for that | harti | 2004-12-08 | 1 | -8/+2 |
* | Style: remove a lot of unnecessary casts, add some and spell the null | harti | 2004-12-01 | 1 | -6/+6 |
* | Stylification: missing spaces, extra space after function names, casts | harti | 2004-11-30 | 1 | -23/+24 |
* | Fixed a bug that previous revision has introduced -- we missed | ru | 2004-01-25 | 1 | -3/+5 |
* | Fixed broken logic when parsing double quotes. | ru | 2004-01-22 | 1 | -14/+5 |
* | Split var.c into var.c and var_modify.c and move all the modification funcs | jmallett | 2002-10-28 | 1 | -46/+9 |
* | Remove efree(), it isn't used consistently enough to even pretend that it | jmallett | 2002-10-23 | 1 | -2/+2 |
* | Convert make(1) to use ANSI style function declarations. Variable | jmallett | 2002-10-09 | 1 | -24/+10 |
* | Add empty default cases where they should be, remove non-local execution stuff | jmallett | 2002-09-28 | 1 | -0/+4 |
* | str_concat() doesn't really take const arguments. | jmallett | 2002-05-22 | 1 | -3/+3 |
* | Replace the evil that is __DECONST() with (void *). This is one of the least | jmallett | 2002-05-22 | 1 | -2/+2 |
* | Fix make(1) behaviour regarding SysV-style substitution when given a nil | jmallett | 2002-05-05 | 1 | -0/+6 |
* | Back out rev 1.17, it breaks dependencies. | obrien | 2002-04-14 | 1 | -15/+11 |
* | Revision 1.17 seems to break a subsequent buildworld (i.e. with the new | obrien | 2002-04-13 | 1 | -2/+5 |
* | Update SCM ID method. | obrien | 2002-04-13 | 1 | -3/+1 |
* | Make str_concat handle NULL arguments properly (a-la how ODE-2.3.6 make does). | obrien | 2002-04-13 | 1 | -12/+13 |
* | De'register. | obrien | 2002-04-13 | 1 | -9/+9 |
* | Constify str_concat() | obrien | 2002-04-13 | 1 | -3/+3 |
* | There's also no point in #typedef'ing void/char pointers. Accordingly, | will | 2000-12-02 | 1 | -1/+1 |
* | Use __RCSID() | wsanchez | 2000-07-09 | 1 | -6/+4 |
* | Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde) | hoek | 1999-09-11 | 1 | -2/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -2/+2 |
* | Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1). | hoek | 1999-08-17 | 1 | -3/+8 |
* | 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 | -3/+4 |
* | Merge in NetBSD's changes to make(1). Changes include: | steve | 1996-10-06 | 1 | -5/+4 |
* | NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabet | ache | 1995-06-18 | 1 | -3/+6 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -11/+11 |
* | Bring in a number of changes from NetBSD's make, fixing quite a few | jkh | 1995-01-23 | 1 | -20/+67 |
* | Fix a problem with passing quoted strings down to commands. | sef | 1994-08-24 | 1 | -3/+6 |
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+439 |