summaryrefslogtreecommitdiff
path: root/make.h
Commit message (Expand)AuthorAge
* Simplify copyrights using ranges of years.Paul Smith2012-03-05
* Create a new CSTRLEN (constant string length) macro, and use it.Paul Smith2012-03-04
* Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith2012-03-04
* Support a Windows build with Guile.Eli Zaretskii2012-01-28
* Fix an issue with PATH_SEPARATOR_CHAR when cross-compiling for Windows.Paul Smith2012-01-16
* Create a new internal interface for defining new make functions.Paul Smith2012-01-16
* Update copyright notices.Paul Smith2012-01-16
* Add GNU Guile as an optional embedded scripting language for make.Paul Smith2012-01-15
* Changes to resolve warnings.Paul Smith2011-11-14
* Extern the global declaration of stack_limit. Fixes Savannah bug #32753Paul Smith2011-05-02
* * Fixups to the make man pagePaul Smith2011-02-21
* Improve backslash/newline handling to adhere to POSIX requirements.Paul Smith2010-11-06
* Bump the version to 3.82.90.Paul Smith2010-08-29
* Fix up incorrect prototype.Paul Smith2010-07-20
* - Many fixup patches from Savannah.Paul Smith2010-07-19
* Update copyrights for 2010.Paul Smith2010-07-13
* Add missing one_shell declaration.Eli Zaretskii2010-07-12
* make.h (alloca) [!__GNUC__]: Don't define prototype.Eli Zaretskii2010-07-12
* Add the beginning of the .ONESHELL special feature.Paul Smith2010-07-12
* - Rename strieq() to patheq() for clarity.Paul Smith2010-07-01
* Implement linker-compatible library search.Boris Kolpackov2009-11-12
* Update copyright years.Paul Smith2009-10-25
* - Include <alloca.h> even on non-__GNUC__ systems.Paul Smith2009-10-03
* - Add xcalloc() and call itPaul Smith2009-09-16
* - Add a new test suite for LIBPATTERNSPaul Smith2009-06-07
* Found this change in an old CVS workspace: rewrite savestring() to thePaul Smith2009-05-24
* New special variable: .RECIPEPREFIXPaul Smith2007-11-04
* Some Windows fixes to allow builds to succeed.Paul Smith2007-10-10
* * Update to GPLv3Paul Smith2007-07-04
* Fix Savannah bug #19656: rationalize our use of case-insensitive stringPaul Smith2007-05-09
* This is a major update, which switches virtually every allocated-but-not-freedPaul Smith2007-03-20
* Fix from Eli for incorrect value of $(MAKE) on Cygwin.Paul Smith2006-11-18
* Fixed a number of documentation bugs, plus some build/install issues:Paul Smith2006-10-01
* Another round of cleanups:Paul Smith2006-04-09
* Code cleanup: Remove all references to PARAMS() & ansi2knr.Paul Smith2006-04-07
* Fix Savannah bug #106: keep separate track of which variable we arePaul Smith2006-02-15
* Last of the copyright updates.Paul Smith2006-02-11
* Update copyright and license notices on all files.Paul Smith2006-02-11
* - New code capability: a read-only string cache. Start of solution forPaul Smith2006-02-10
* Make second expansion optional (partial implementation).Paul Smith2005-10-24
* Fix make.h preprocessor directive to work better with Windows compilers.Paul Smith2005-08-29
* Fix strerror() handling for systems which set ANSI_STRING.Paul Smith2005-06-27
* Fix Savannah bug # 13478. If -L is given, take the latest mtime for aPaul Smith2005-06-25
* Fix Savannah bug #1454: skip over semicolons (and comments) inside variablePaul Smith2005-06-25
* Fix Savannah bug # 1328: if stdout is redirected to a full filesystem, wePaul Smith2005-06-12
* * New feature: -L optionPaul Smith2005-02-28
* Implementation of the second expansion in explicitBoris Kolpackov2005-02-27
* Fix bug with SHELL handling: make sure the variable struct is initialized.Paul Smith2004-12-05
* Fix for bug #1276: Handle SHELL according to POSIX requirements.Paul Smith2004-11-28
* Remove sindex() and replace with strstr().Paul Smith2004-09-21