summaryrefslogtreecommitdiff
path: root/make.h
Commit message (Expand)AuthorAgeFilesLines
* make-3.82 tarball releaseSam Thursfield2012-12-141-21/+11
* Changes to resolve warnings.psmith2011-11-141-2/+3
* Extern the global declaration of stack_limit. Fixes Savannah bug #32753psmith2011-05-021-1/+1
* * Fixups to the make man pagepsmith2011-02-211-5/+10
* Improve backslash/newline handling to adhere to POSIX requirements.psmith2010-11-061-0/+4
* Bump the version to 3.82.90.psmith2010-08-291-3/+3
* Fix up incorrect prototype.psmith2010-07-201-2/+2
* - Many fixup patches from Savannah.psmith2010-07-191-2/+13
* Update copyrights for 2010.psmith2010-07-131-2/+2
* Add missing one_shell declaration.eliz2010-07-121-0/+1
* make.h (alloca) [!__GNUC__]: Don't define prototype.eliz2010-07-121-3/+4
* Add the beginning of the .ONESHELL special feature.psmith2010-07-121-0/+1
* - Rename strieq() to patheq() for clarity.psmith2010-07-011-10/+10
* Implement linker-compatible library search.bosk2009-11-121-1/+2
* Update copyright years.psmith2009-10-251-2/+2
* - Include <alloca.h> even on non-__GNUC__ systems.psmith2009-10-031-14/+11
* - Add xcalloc() and call itpsmith2009-09-161-1/+3
* - Add a new test suite for LIBPATTERNSpsmith2009-06-071-0/+8
* Found this change in an old CVS workspace: rewrite savestring() to thepsmith2009-05-241-1/+1
* New special variable: .RECIPEPREFIXpsmith2007-11-041-0/+3
* Some Windows fixes to allow builds to succeed.psmith2007-10-101-1/+1
* * Update to GPLv3psmith2007-07-041-4/+4
* Fix Savannah bug #19656: rationalize our use of case-insensitive stringpsmith2007-05-091-10/+12
* This is a major update, which switches virtually every allocated-but-not-freedpsmith2007-03-201-7/+8
* Fix from Eli for incorrect value of $(MAKE) on Cygwin.psmith2006-11-181-11/+23
* Fixed a number of documentation bugs, plus some build/install issues:psmith2006-10-011-8/+10
* Another round of cleanups:psmith2006-04-091-35/+8
* Code cleanup: Remove all references to PARAMS() & ansi2knr.psmith2006-04-071-89/+80
* Fix Savannah bug #106: keep separate track of which variable we arepsmith2006-02-151-0/+1
* Last of the copyright updates.psmith2006-02-111-1/+2
* Update copyright and license notices on all files.psmith2006-02-111-14/+11
* - New code capability: a read-only string cache. Start of solution forpsmith2006-02-101-1/+8
* Make second expansion optional (partial implementation).psmith2005-10-241-1/+1
* Fix make.h preprocessor directive to work better with Windows compilers.psmith2005-08-291-1/+1
* Fix strerror() handling for systems which set ANSI_STRING.psmith2005-06-271-5/+4
* Fix Savannah bug # 13478. If -L is given, take the latest mtime for apsmith2005-06-251-1/+6
* Fix Savannah bug #1454: skip over semicolons (and comments) inside variablepsmith2005-06-251-2/+0
* Fix Savannah bug # 1328: if stdout is redirected to a full filesystem, wepsmith2005-06-121-2/+3
* * New feature: -L optionpsmith2005-02-281-3/+2
* Implementation of the second expansion in explicitbosk2005-02-271-0/+4
* Fix bug with SHELL handling: make sure the variable struct is initialized.psmith2004-12-051-2/+0
* Fix for bug #1276: Handle SHELL according to POSIX requirements.psmith2004-11-281-0/+2
* Remove sindex() and replace with strstr().psmith2004-09-211-2/+0
* Various enhancementspsmith2004-05-161-1/+1
* Don't use __STDC__; some compilers don't set it properly.psmith2004-03-061-1/+1
* Updates to automate generation of GNU upload artifacts.psmith2004-03-041-2/+2
* Fix the origin regression test.psmith2004-02-251-15/+0
* Many compiler warning cleanups.psmith2004-02-241-1/+2
* Numerous fixes: patches for OS/2; core for -f ''; makefile updates.psmith2004-02-231-1/+23
* Added MINGW32 changes.psmith2003-11-031-1/+1