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