Age | Commit message (Expand) | Author | Files | Lines |
2012-01-28 | Support a Windows build with Guile. | Eli Zaretskii | 1 | -0/+3 |
2012-01-16 | Fix an issue with PATH_SEPARATOR_CHAR when cross-compiling for Windows. | Paul Smith | 1 | -5/+9 |
2012-01-16 | Create a new internal interface for defining new make functions. | Paul Smith | 1 | -2/+1 |
2012-01-16 | Update copyright notices. | Paul Smith | 1 | -3/+3 |
2012-01-15 | Add GNU Guile as an optional embedded scripting language for make. | Paul Smith | 1 | -0/+5 |
2011-11-14 | Changes to resolve warnings. | Paul Smith | 1 | -2/+3 |
2011-05-02 | Extern the global declaration of stack_limit. Fixes Savannah bug #32753 | Paul Smith | 1 | -1/+1 |
2011-02-21 | * Fixups to the make man page | Paul Smith | 1 | -5/+10 |
2010-11-06 | Improve backslash/newline handling to adhere to POSIX requirements. | Paul Smith | 1 | -0/+4 |
2010-08-29 | Bump the version to 3.82.90. | Paul Smith | 1 | -3/+3 |
2010-07-20 | Fix up incorrect prototype. | Paul Smith | 1 | -2/+2 |
2010-07-19 | - Many fixup patches from Savannah. | Paul Smith | 1 | -2/+13 |
2010-07-13 | Update copyrights for 2010. | Paul Smith | 1 | -2/+2 |
2010-07-12 | Add missing one_shell declaration. | Eli Zaretskii | 1 | -0/+1 |
2010-07-12 | make.h (alloca) [!__GNUC__]: Don't define prototype. | Eli Zaretskii | 1 | -3/+4 |
2010-07-12 | Add the beginning of the .ONESHELL special feature. | Paul Smith | 1 | -0/+1 |
2010-07-01 | - Rename strieq() to patheq() for clarity. | Paul Smith | 1 | -10/+10 |
2009-11-12 | Implement linker-compatible library search. | Boris Kolpackov | 1 | -1/+2 |
2009-10-25 | Update copyright years. | Paul Smith | 1 | -2/+2 |
2009-10-03 | - Include <alloca.h> even on non-__GNUC__ systems. | Paul Smith | 1 | -14/+11 |
2009-09-16 | - Add xcalloc() and call it | Paul Smith | 1 | -1/+3 |
2009-06-07 | - Add a new test suite for LIBPATTERNS | Paul Smith | 1 | -0/+8 |
2009-05-24 | Found this change in an old CVS workspace: rewrite savestring() to the | Paul Smith | 1 | -1/+1 |
2007-11-04 | New special variable: .RECIPEPREFIX | Paul Smith | 1 | -0/+3 |
2007-10-10 | Some Windows fixes to allow builds to succeed. | Paul Smith | 1 | -1/+1 |
2007-07-04 | * Update to GPLv3 | Paul Smith | 1 | -4/+4 |
2007-05-09 | Fix Savannah bug #19656: rationalize our use of case-insensitive string | Paul Smith | 1 | -10/+12 |
2007-03-20 | This is a major update, which switches virtually every allocated-but-not-freed | Paul Smith | 1 | -7/+8 |
2006-11-18 | Fix from Eli for incorrect value of $(MAKE) on Cygwin. | Paul Smith | 1 | -11/+23 |
2006-10-01 | Fixed a number of documentation bugs, plus some build/install issues: | Paul Smith | 1 | -8/+10 |
2006-04-09 | Another round of cleanups: | Paul Smith | 1 | -35/+8 |
2006-04-07 | Code cleanup: Remove all references to PARAMS() & ansi2knr. | Paul Smith | 1 | -89/+80 |
2006-02-15 | Fix Savannah bug #106: keep separate track of which variable we are | Paul Smith | 1 | -0/+1 |
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 | -14/+11 |
2006-02-10 | - New code capability: a read-only string cache. Start of solution for | Paul Smith | 1 | -1/+8 |
2005-10-24 | Make second expansion optional (partial implementation). | Paul Smith | 1 | -1/+1 |
2005-08-29 | Fix make.h preprocessor directive to work better with Windows compilers. | Paul Smith | 1 | -1/+1 |
2005-06-27 | Fix strerror() handling for systems which set ANSI_STRING. | Paul Smith | 1 | -5/+4 |
2005-06-25 | Fix Savannah bug # 13478. If -L is given, take the latest mtime for a | Paul Smith | 1 | -1/+6 |
2005-06-25 | Fix Savannah bug #1454: skip over semicolons (and comments) inside variable | Paul Smith | 1 | -2/+0 |
2005-06-12 | Fix Savannah bug # 1328: if stdout is redirected to a full filesystem, we | Paul Smith | 1 | -2/+3 |
2005-02-28 | * New feature: -L option | Paul Smith | 1 | -3/+2 |
2005-02-27 | Implementation of the second expansion in explicit | Boris Kolpackov | 1 | -0/+4 |
2004-12-05 | Fix bug with SHELL handling: make sure the variable struct is initialized. | Paul Smith | 1 | -2/+0 |
2004-11-28 | Fix for bug #1276: Handle SHELL according to POSIX requirements. | Paul Smith | 1 | -0/+2 |
2004-09-21 | Remove sindex() and replace with strstr(). | Paul Smith | 1 | -2/+0 |
2004-05-16 | Various enhancements | Paul Smith | 1 | -1/+1 |
2004-03-06 | Don't use __STDC__; some compilers don't set it properly. | Paul Smith | 1 | -1/+1 |
2004-03-04 | Updates to automate generation of GNU upload artifacts. | Paul Smith | 1 | -2/+2 |