Age | Commit message (Expand) | Author | Files | Lines |
2009-08-31 | * function.c (windows32_openpipe): Update envp after calling | Eli Zaretskii | 1 | -0/+3 |
2009-07-04 | (func_realpath) [!HAVE_REALPATH]: Require the file to exist, as | Eli Zaretskii | 1 | -1/+4 |
2009-07-04 | * function.c (IS_ABSOLUTE, ROOT_LEN): New macros. | Eli Zaretskii | 1 | -9/+46 |
2009-06-13 | - Fix Savannah bug 17825 | Paul Smith | 1 | -18/+12 |
2009-06-09 | - Fix Savannah bug #18124 | Paul Smith | 1 | -3/+3 |
2009-05-24 | Found this change in an old CVS workspace: rewrite savestring() to the | Paul Smith | 1 | -1/+1 |
2009-03-07 | * function.c (func_shell): Don't close pipedes[1] if it is -1. | Eli Zaretskii | 1 | -2/+5 |
2007-10-10 | Fixes from Eli Zaretskii: | Paul Smith | 1 | -3/+4 |
2007-07-04 | * Update to GPLv3 | Paul Smith | 1 | -4/+4 |
2007-05-11 | Fix some documentation gitches. | Paul Smith | 1 | -1/+1 |
2007-05-09 | Fix Savannah bug #19656: rationalize our use of case-insensitive string | Paul Smith | 1 | -1/+1 |
2007-03-20 | This is a major update, which switches virtually every allocated-but-not-freed | Paul Smith | 1 | -183/+183 |
2006-11-18 | Fix from Eli for incorrect value of $(MAKE) on Cygwin. | Paul Smith | 1 | -34/+45 |
2006-04-09 | Another round of cleanups: | Paul Smith | 1 | -23/+22 |
2006-04-07 | Code cleanup: Remove all references to PARAMS() & ansi2knr. | Paul Smith | 1 | -2/+2 |
2006-04-01 | Release GNU make 3.81. | Paul Smith | 1 | -13/+9 |
2006-02-15 | Fix Savannah bug #106: keep separate track of which variable we are | Paul Smith | 1 | -9/+10 |
2006-02-11 | Last of the copyright updates. | Paul Smith | 1 | -1/+2 |
2006-02-11 | Update copyright and license notices on all files. | Paul Smith | 1 | -13/+11 |
2006-02-10 | - New code capability: a read-only string cache. Start of solution for | Paul Smith | 1 | -0/+106 |
2005-11-17 | Implemented the flavor function which returns the flavor of | Boris Kolpackov | 1 | -0/+17 |
2005-08-29 | Fix make.h preprocessor directive to work better with Windows compilers. | Paul Smith | 1 | -0/+1 |
2005-08-08 | - Fixed a bug reported by Michael Matz regarding handling of parallel | Paul Smith | 1 | -3/+3 |
2005-06-27 | Fix strerror() handling for systems which set ANSI_STRING. | Paul Smith | 1 | -1/+4 |
2005-03-04 | - Missing docs for $| | Paul Smith | 1 | -2/+2 |
2005-02-28 | - Fix bug #7144 (infinite loop sometimes with -q and double-colon rules) | Paul Smith | 1 | -0/+4 |
2005-02-28 | * New feature: -L option | Paul Smith | 1 | -14/+24 |
2005-02-27 | Implementation of the second expansion in explicit | Boris Kolpackov | 1 | -1/+1 |
2004-11-30 | Implemented `realpath' and `abspath' built-in functions. | Boris Kolpackov | 1 | -3/+160 |
2004-10-21 | New $(lastword ) built-in function: implementation, documentation and tests. | Boris Kolpackov | 1 | -0/+17 |
2004-09-21 | Remove sindex() and replace with strstr(). | Paul Smith | 1 | -9/+6 |
2004-09-21 | Fix some bugs in variable pattern substitution (e.g. $(VAR:A=B)), | Paul Smith | 1 | -36/+45 |
2004-02-24 | Many compiler warning cleanups. | Paul Smith | 1 | -19/+19 |
2003-11-04 | Fix bugs 5798 and 6195. | Paul Smith | 1 | -3/+8 |
2003-05-02 | - Fix bug #1405: allow multiple pattern-specific variables to match a target. | Paul Smith | 1 | -2/+2 |
2003-03-25 | Commit fix for bug #1418. | Paul Smith | 1 | -7/+12 |
2003-03-24 | Add support for OS/2, contributed by Andreas Buening <andreas.buening@nexgo.de> | Paul Smith | 1 | -8/+24 |
2003-01-30 | Enhancement (bug #2407) Make error messages more clear. | Paul Smith | 1 | -21/+15 |
2003-01-22 | Fix bug #1744: mask extra arguments to recursive invocations of $(call ...) | Paul Smith | 1 | -0/+18 |
2002-10-25 | Fix eval bugs 1516 and 1517. | Paul Smith | 1 | -0/+10 |
2002-10-14 | Convert the source code to use ANSI C style function definitions and | Paul Smith | 1 | -148/+47 |
2002-10-04 | Fix K&R-isms found on SunOS 4.1.4 builds. | Paul Smith | 1 | -6/+14 |
2002-09-18 | Add some indexing to the manual. | Paul Smith | 1 | -1/+1 |
2002-08-10 | Update to a new version of automake and gettext. | Paul Smith | 1 | -9/+9 |
2002-07-11 | Install Greg McGary's patches to port the id-utils hashing functions to | Paul Smith | 1 | -49/+179 |
2002-07-08 | Major updates in preparation for 3.80. | Paul Smith | 1 | -2/+38 |
2002-05-10 | Fix Debian bug #144306: pass target-specific variables into the environment | Paul Smith | 1 | -5/+17 |
2002-04-20 | Updates to translaations. | Paul Smith | 1 | -1/+1 |
2001-06-01 | Fix for EINTR problems when using jobserver. | Paul Smith | 1 | -6/+3 |
2001-05-21 | Some VMS fixes sent by John Fowler. | Paul Smith | 1 | -1/+1 |