Age | Commit message (Expand) | Author | Files | Lines |
2014-09-30 | Update Copyright statements for 2014. | Paul Smith | 2 | -3/+3 |
2014-09-15 | * main.c, NEWS, doc/make.text: Rename MAKE_TTY* to MAKE_TERM* | Paul Smith | 1 | -5/+5 |
2014-09-14 | * main.c (main): Set MAKE_TTYOUT and MAKE_TTYERR. | Paul Smith | 1 | -0/+22 |
2014-09-07 | * doc/make.texi: Clarify implicit rule lookup of phony targets | Paul Smith | 1 | -39/+32 |
2014-07-07 | [SV 41983] Support omitting the text argument to $(file ...) | Paul Smith | 1 | -5/+6 |
2013-10-13 | Add support for updating the GNU make web pages. | Paul Smith | 1 | -0/+2 |
2013-10-13 | Convert to auto-generated ChangeLog files. | Paul Smith | 1 | -11/+0 |
2013-10-05 | Sanitize the registered function interface. | Paul Smith | 1 | -10/+32 |
2013-09-29 | Reset GNUMAKEFLAGS after parsing. | Paul Smith | 1 | -4/+11 |
2013-09-22 | Allow loaded objects to opt out of the "auto-rebuild" feature. | Paul Smith | 1 | -2/+5 |
2013-09-15 | [SV 31326] Enhance the info on static pattern errors. | Paul Smith | 1 | -6/+9 |
2013-09-14 | [SV 35248] Add --debug "n" flag to turn off current debug options. | Paul Smith | 1 | -0/+4 |
2013-09-12 | Enhance the output sync mode. | Paul Smith | 1 | -36/+55 |
2013-05-17 | Update copyright for changes in 2013. | Paul Smith | 1 | -1/+1 |
2013-05-14 | Add requirement for plugin_is_GPL_compatible symbol in loaded objects. | Paul Smith | 1 | -0/+20 |
2013-05-13 | Add a new variable: GNUMAKEFLAGS | Paul Smith | 1 | -0/+20 |
2013-05-13 | Add new --trace[=MODE] flags, with --trace=dir | Paul Smith | 1 | -7/+12 |
2013-05-06 | doc/make.texi (Loaded Object Example): Add a note about building | Eli Zaretskii | 1 | -0/+14 |
2013-05-05 | docs: port manual to Texinfo 5.x | Stefano Lattarini | 1 | -1/+1 |
2013-05-05 | Rename the -O "job" mode to "line" and "make" to "recurse". | Paul Smith | 1 | -35/+52 |
2013-05-04 | Add memory allocation cleanup to loadable objects. | Paul Smith | 1 | -7/+114 |
2013-05-04 | Fix a typo in the manual. | Eli Zaretskii | 1 | -1/+1 |
2013-04-28 | Add support for per-job output sync. | Paul Smith | 1 | -51/+126 |
2013-04-15 | Change the arg option for -O from numeric to string. | Paul Smith | 1 | -15/+17 |
2013-04-14 | Rename the "parallel-sync" option to "output-sync". | Paul Smith | 1 | -16/+20 |
2013-04-14 | Initial patch for output synchronization. See Savannah bug #33138. | Frank Heckenbach | 1 | -3/+24 |
2013-04-06 | Clarify LDFLAGS vs. LDLIBS. Fixes Savannah bug #37970. | Paul Smith | 1 | -2/+4 |
2013-02-25 | Expand the loadable object support. | Paul Smith | 1 | -19/+129 |
2013-01-20 | Allow dynamically loaded objects to be rebuilt by make. | Paul Smith | 1 | -20/+57 |
2013-01-12 | Modify .gitignore for proper formatting. | Paul Smith | 1 | -6/+18 |
2013-01-12 | Rename CVS ignore files to .gitignore | Paul Smith | 1 | -0/+0 |
2012-10-29 | Implement new "load" directive. | Paul Smith | 1 | -216/+377 |
2012-03-05 | Simplify copyrights using ranges of years. | Paul Smith | 1 | -2/+1 |
2012-03-03 | Modify backslash/newline handling for POSIX. | Paul Smith | 1 | -24/+69 |
2012-01-30 | Add support for "::=" simple assignment operator. | Paul Smith | 1 | -31/+46 |
2012-01-29 | Create a new function $(file ...) | Paul Smith | 1 | -2/+66 |
2012-01-16 | Disallow whitespace in variable names. | Paul Smith | 1 | -9/+11 |
2012-01-16 | Update copyright notices. | Paul Smith | 2 | -2/+2 |
2012-01-15 | Add GNU Guile as an optional embedded scripting language for make. | Paul Smith | 1 | -117/+339 |
2011-09-12 | Ensure variables defined in $(call ...) have global scope | Paul Smith | 1 | -1/+3 |
2011-05-02 | Updated documentation to fix Savannah bugs #32058 and #31582 | Paul Smith | 1 | -7/+18 |
2011-04-18 | Add new feature: != shell assignment for portability with BSD make. | Paul Smith | 1 | -3/+47 |
2011-02-21 | * Fixups to the make man page | Paul Smith | 1 | -11/+13 |
2010-11-30 | Check if the target-specific variable is the same as the global | Paul Smith | 1 | -5/+5 |
2010-11-06 | Improve backslash/newline handling to adhere to POSIX requirements. | Paul Smith | 1 | -10/+13 |
2010-08-29 | Bump the version to 3.82.90. | Paul Smith | 1 | -14/+33 |
2010-07-19 | - Many fixup patches from Savannah. | Paul Smith | 1 | -45/+158 |
2010-07-13 | Update copyrights for 2010. | Paul Smith | 1 | -2/+2 |
2010-07-06 | - Enhance .POSIX to set -e when invoking shells, as demanded by a | Paul Smith | 1 | -1/+21 |
2009-11-12 | Implement linker-compatible library search. | Boris Kolpackov | 1 | -7/+4 |