| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove old fmake. It wasn't built by default for some time. Users that | Warner Losh | 2015-06-16 | 1 | -559/+0 |
| * | Spelling fixes for usr.bin/ | Ulrich Spörlein | 2011-12-30 | 1 | -2/+2 |
| * | Remove extraneous ; | Ed Maste | 2010-07-12 | 1 | -1/+1 |
| * | Remove unnecessary includes. | Xin LI | 2009-12-11 | 1 | -2/+0 |
| * | Don't go beyond the provided string when parsing the `\' character. | Ruslan Ermilov | 2006-10-09 | 1 | -2/+4 |
| * | Make the ArgArray_Init() function visible to the rest of make. | Hartmut Brandt | 2005-05-23 | 1 | -1/+1 |
| * | Get rid of global variables for argument vectors produced by brk_string() | Hartmut Brandt | 2005-05-18 | 1 | -134/+175 |
| * | The first element of the vector built by brk_string() is never | Hartmut Brandt | 2005-05-12 | 1 | -8/+8 |
| * | Style: fix indentation. | Hartmut Brandt | 2005-04-01 | 1 | -60/+48 |
| * | Constify the input argument to brk_string. | Hartmut Brandt | 2005-03-07 | 1 | -2/+4 |
| * | Invent a Buf_AppendRange function that appends a non-NUL-terminated string | Hartmut Brandt | 2005-02-07 | 1 | -1/+1 |
| * | Invent a Buf_Append function to append a NUL-terminated string | Hartmut Brandt | 2005-02-07 | 1 | -1/+1 |
| * | Minor cleanup: make brk_string to return argc only if the pointer to it | Hartmut Brandt | 2005-02-04 | 1 | -1/+2 |
| * | Convert several typedefs from beeing pointers to structs to be the structs | Hartmut Brandt | 2005-02-02 | 1 | -1/+2 |
| * | Clean up include files and file including. Split nonints.h into pieces | Hartmut Brandt | 2005-02-01 | 1 | -1/+8 |
| * | Fix quoting of the MAKEFLAGS environment variable by only quoting spaces | Hartmut Brandt | 2005-01-26 | 1 | -0/+99 |
| * | Remove all the cleanup functions. There is no reason to free memory | Hartmut Brandt | 2004-12-17 | 1 | -18/+0 |
| * | Constify some calls of Buf_AddBytes. | Hartmut Brandt | 2004-12-08 | 1 | -3/+3 |
| * | Consify the arguments to str_concat. Remove the STR_DOFREE flag for that | Hartmut Brandt | 2004-12-08 | 1 | -8/+2 |
| * | Style: remove a lot of unnecessary casts, add some and spell the null | Hartmut Brandt | 2004-12-01 | 1 | -6/+6 |
| * | Stylification: missing spaces, extra space after function names, casts | Hartmut Brandt | 2004-11-30 | 1 | -23/+24 |
| * | Fixed a bug that previous revision has introduced -- we missed | Ruslan Ermilov | 2004-01-25 | 1 | -3/+5 |
| * | Fixed broken logic when parsing double quotes. | Ruslan Ermilov | 2004-01-22 | 1 | -14/+5 |
| * | Split var.c into var.c and var_modify.c and move all the modification funcs | Juli Mallett | 2002-10-28 | 1 | -46/+9 |
| * | Remove efree(), it isn't used consistently enough to even pretend that it | Juli Mallett | 2002-10-23 | 1 | -2/+2 |
| * | Convert make(1) to use ANSI style function declarations. Variable | Juli Mallett | 2002-10-09 | 1 | -24/+10 |
| * | Add empty default cases where they should be, remove non-local execution stuff | Juli Mallett | 2002-09-28 | 1 | -0/+4 |
| * | str_concat() doesn't really take const arguments. | Juli Mallett | 2002-05-22 | 1 | -3/+3 |
| * | Replace the evil that is __DECONST() with (void *). This is one of the least | Juli Mallett | 2002-05-22 | 1 | -2/+2 |
| * | Fix make(1) behaviour regarding SysV-style substitution when given a nil | Juli Mallett | 2002-05-05 | 1 | -0/+6 |
| * | Back out rev 1.17, it breaks dependencies. | David E. O'Brien | 2002-04-14 | 1 | -15/+11 |
| * | Revision 1.17 seems to break a subsequent buildworld (i.e. with the new | David E. O'Brien | 2002-04-13 | 1 | -2/+5 |
| * | Update SCM ID method. | David E. O'Brien | 2002-04-13 | 1 | -3/+1 |
| * | Make str_concat handle NULL arguments properly (a-la how ODE-2.3.6 make does). | David E. O'Brien | 2002-04-13 | 1 | -12/+13 |
| * | De'register. | David E. O'Brien | 2002-04-13 | 1 | -9/+9 |
| * | Constify str_concat() | David E. O'Brien | 2002-04-13 | 1 | -3/+3 |
| * | There's also no point in #typedef'ing void/char pointers. Accordingly, | Will Andrews | 2000-12-02 | 1 | -1/+1 |
| * | Use __RCSID() | Wilfredo Sanchez | 2000-07-09 | 1 | -6/+4 |
| * | Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde) | Tim Vanderhoek | 1999-09-11 | 1 | -2/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -2/+2 |
| * | Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1). | Tim Vanderhoek | 1999-08-17 | 1 | -3/+8 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | O' to be bitten by CVS. Cleanup after import | Steve Price | 1996-10-08 | 1 | -3/+4 |
| * | Merge in NetBSD's changes to make(1). Changes include: | Steve Price | 1996-10-06 | 1 | -5/+4 |
| * | NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabet | Andrey A. Chernov | 1995-06-18 | 1 | -3/+6 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -11/+11 |
| * | Bring in a number of changes from NetBSD's make, fixing quite a few | Jordan K. Hubbard | 1995-01-23 | 1 | -20/+67 |
| * | Fix a problem with passing quoted strings down to commands. | Sean Eric Fagan | 1994-08-24 | 1 | -3/+6 |
| * | BSD 4.4 Lite Usr.bin Sources | Rodney W. Grimes | 1994-05-27 | 1 | -0/+439 |