| Commit message (Expand) | Author | Age | Files | Lines |
| * | Correct the .Dd date. Pluralize 'assignment' in one place. | Hartmut Brandt | 2004-08-04 | 1 | -2/+2 |
| * | Correct the description of the MFLAGS and .MAKEFLAGS variables. Add | Hartmut Brandt | 2004-08-03 | 1 | -6/+16 |
| * | Put variable assignments from the command line into the MAKEFLAGS | Hartmut Brandt | 2004-08-03 | 4 | -32/+79 |
| * | Make the SIGCHLD handler static and declare its argument | Hartmut Brandt | 2004-08-03 | 1 | -2/+2 |
| * | Bump the date in .Dd for the recent '+' flag commit. | Hartmut Brandt | 2004-07-29 | 1 | -1/+1 |
| * | Implement POSIX's '+' flag for command lines. This flag causes a line | Hartmut Brandt | 2004-07-29 | 5 | -32/+75 |
| * | Fix handling of comments on .elif lines. The patch given in a followup | Hartmut Brandt | 2004-07-22 | 1 | -0/+7 |
| * | Improve make's diagnostic of mistmatched .if-.endif. This patch is | Hartmut Brandt | 2004-07-20 | 3 | -17/+38 |
| * | Make it clearer what means 'won't work' for .if string == ${VAR}. | Hartmut Brandt | 2004-07-19 | 1 | -5/+12 |
| * | Remove the dependency of the :C/regexp/replacement/ variable modifier | Giorgos Keramidas | 2004-07-18 | 1 | -8/+7 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -2/+2 |
| * | manlint | Oliver Eikemeier | 2004-07-02 | 1 | -6/+5 |
| * | New variable `.MAKEFILE_LIST', useful for tracing, debugging and dependency t... | Oliver Eikemeier | 2004-07-02 | 2 | -3/+30 |
| * | Markup nits. | Ruslan Ermilov | 2004-05-19 | 1 | -7/+7 |
| * | Treat kevent(2) returning an error EINTR as the non-error it is. | Brian Feldman | 2004-04-20 | 1 | -2/+3 |
| * | The .DEFAULT target with no commands caused a null pointer dereference. | Ruslan Ermilov | 2004-04-12 | 1 | -1/+6 |
| * | Document the new .warning directive. | Ruslan Ermilov | 2004-04-12 | 1 | -2/+8 |
| * | Added the new .warning directive. | Ruslan Ermilov | 2004-04-12 | 1 | -3/+33 |
| * | Unbreak compilation on RELENG_4. | Ruslan Ermilov | 2004-04-05 | 1 | -1/+1 |
| * | Sort #includes, remove <sys/types.h> (made redundant by <sys/param.h>), | Dag-Erling Smørgrav | 2004-04-05 | 1 | -4/+6 |
| * | Reworked the fix to print the useful line number on error in | Ruslan Ermilov | 2004-03-10 | 3 | -89/+79 |
| * | Make it possible to ``.undef ${VAR}'' (expanding VAR to get | Ruslan Ermilov | 2004-03-09 | 1 | -0/+1 |
| * | Fixed line numbering inside the .for loops. | Ruslan Ermilov | 2004-03-09 | 1 | -1/+3 |
| * | 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 |
| * | Revert previous commit, ru has ideas how to better document this | Jens Schweikhardt | 2004-01-21 | 1 | -9/+1 |
| * | Document __MAKE_CONF and its default, /etc/make.conf. | Jens Schweikhardt | 2004-01-19 | 1 | -1/+9 |
| * | Allow variable substitutions in SYSV variable substitutions like | Hartmut Brandt | 2004-01-12 | 1 | -21/+32 |
| * | Moved the code for :U and :L modifiers where it belongs, so that | Ruslan Ermilov | 2004-01-10 | 1 | -32/+32 |
| * | Change the select timeout from 100ms to 2 seconds now that SIGCHILD is | Scott Long | 2003-12-19 | 1 | -2/+2 |
| * | Install a SIGCHLD handler so select(2) will be interrupted when a child | Dag-Erling Smørgrav | 2003-12-13 | 1 | -0/+20 |
| * | Fix a bug in variable parsing code that could cause a segfault. | Ruslan Ermilov | 2003-10-06 | 1 | -2/+6 |
| * | Make the -q option DTRT in the compat mode. | Ruslan Ermilov | 2003-10-03 | 2 | -1/+2 |
| * | Fix a bug that prevented exists() from finding "foo/", "foo/." | Ruslan Ermilov | 2003-10-02 | 1 | -3/+8 |
| * | Document the recently added `O' modifier. | Ruslan Ermilov | 2003-10-02 | 1 | -0/+2 |
| * | Implement the O modifier. The O modifier sorts the words in a | Marcel Moolenaar | 2003-09-18 | 1 | -1/+51 |
| * | - Cut out the code that caches the "." directory out of Dir_Init() | Ruslan Ermilov | 2003-09-14 | 4 | -67/+87 |
| * | Command line variables take precedence over global variables. | Ruslan Ermilov | 2003-09-08 | 1 | -1/+1 |
| * | Keep up with minor changes to NetBSD. Consider a variable empty when | Warner Losh | 2003-09-07 | 1 | -1/+1 |
| * | Fixed broken arithmetic expression parser. | Ruslan Ermilov | 2003-07-04 | 1 | -5/+2 |
| * | Sync usage() with SYNOPSIS. | Ruslan Ermilov | 2003-04-15 | 1 | -3/+3 |
| * | No need to check to see if we're running a version of FreeBSD 3.0 current or | Warner Losh | 2003-04-04 | 1 | -3/+0 |
| * | Remove another unused Makefile. | Tom Rhodes | 2003-02-03 | 1 | -8/+0 |
| * | Change the handling of non-anchored global substitutions of the empty | Marcel Moolenaar | 2003-01-15 | 1 | -8/+9 |
| * | Prevent infinite substitution of the empty string by forcing non- | Marcel Moolenaar | 2003-01-13 | 1 | -0/+11 |
| * | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 1 | -1/+1 |
| * | Fixed the abuses of .Ql visible on stderr in troff mode. | Ruslan Ermilov | 2002-12-23 | 1 | -63/+63 |
| * | Check the return status of chdir() when using the -C option. | Sean Chittenden | 2002-12-17 | 1 | -1/+2 |
| * | Bootstrapping aid from pre-kqueue(2) systems, e.g. 4.0-RELEASE. | Ruslan Ermilov | 2002-12-01 | 1 | -0/+2 |
| * | Finish the fix in revision 1.39 -- make(1)'s behavior is now | Ruslan Ermilov | 2002-11-28 | 1 | -12/+9 |