summaryrefslogtreecommitdiff
path: root/function.c
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup: Remove all references to PARAMS() & ansi2knr.Paul Smith2006-04-071-2/+2
* Release GNU make 3.81.Paul Smith2006-04-011-13/+9
* Fix Savannah bug #106: keep separate track of which variable we arePaul Smith2006-02-151-9/+10
* Last of the copyright updates.Paul Smith2006-02-111-1/+2
* Update copyright and license notices on all files.Paul Smith2006-02-111-13/+11
* - New code capability: a read-only string cache. Start of solution forPaul Smith2006-02-101-0/+106
* Implemented the flavor function which returns the flavor ofBoris Kolpackov2005-11-171-0/+17
* Fix make.h preprocessor directive to work better with Windows compilers.Paul Smith2005-08-291-0/+1
* - Fixed a bug reported by Michael Matz regarding handling of parallelPaul Smith2005-08-081-3/+3
* Fix strerror() handling for systems which set ANSI_STRING.Paul Smith2005-06-271-1/+4
* - Missing docs for $|Paul Smith2005-03-041-2/+2
* - Fix bug #7144 (infinite loop sometimes with -q and double-colon rules)Paul Smith2005-02-281-0/+4
* * New feature: -L optionPaul Smith2005-02-281-14/+24
* Implementation of the second expansion in explicitBoris Kolpackov2005-02-271-1/+1
* Implemented `realpath' and `abspath' built-in functions.Boris Kolpackov2004-11-301-3/+160
* New $(lastword ) built-in function: implementation, documentation and tests.Boris Kolpackov2004-10-211-0/+17
* Remove sindex() and replace with strstr().Paul Smith2004-09-211-9/+6
* Fix some bugs in variable pattern substitution (e.g. $(VAR:A=B)),Paul Smith2004-09-211-36/+45
* Many compiler warning cleanups.Paul Smith2004-02-241-19/+19
* Fix bugs 5798 and 6195.Paul Smith2003-11-041-3/+8
* - Fix bug #1405: allow multiple pattern-specific variables to match a target.Paul Smith2003-05-021-2/+2
* Commit fix for bug #1418.Paul Smith2003-03-251-7/+12
* Add support for OS/2, contributed by Andreas Buening <andreas.buening@nexgo.de>Paul Smith2003-03-241-8/+24
* Enhancement (bug #2407) Make error messages more clear.Paul Smith2003-01-301-21/+15
* Fix bug #1744: mask extra arguments to recursive invocations of $(call ...)Paul Smith2003-01-221-0/+18
* Fix eval bugs 1516 and 1517.Paul Smith2002-10-251-0/+10
* Convert the source code to use ANSI C style function definitions andPaul Smith2002-10-141-148/+47
* Fix K&R-isms found on SunOS 4.1.4 builds.Paul Smith2002-10-041-6/+14
* Add some indexing to the manual.Paul Smith2002-09-181-1/+1
* Update to a new version of automake and gettext.Paul Smith2002-08-101-9/+9
* Install Greg McGary's patches to port the id-utils hashing functions toPaul Smith2002-07-111-49/+179
* Major updates in preparation for 3.80.Paul Smith2002-07-081-2/+38
* Fix Debian bug #144306: pass target-specific variables into the environmentPaul Smith2002-05-101-5/+17
* Updates to translaations.Paul Smith2002-04-201-1/+1
* Fix for EINTR problems when using jobserver.Paul Smith2001-06-011-6/+3
* Some VMS fixes sent by John Fowler.Paul Smith2001-05-211-1/+1
* * Various bug fixes.Paul Smith2000-10-051-0/+1
* * More updates and fixes.Paul Smith2000-06-201-2/+0
* * Various fixes for problems in the 3.79.0.1 pretest.Paul Smith2000-06-191-1/+1
* * Some timestamp fixes from Paul Eggert.Paul Smith2000-06-131-1/+1
* * Lots of bug fixes and cleanup; new i18n files, etc.Paul Smith2000-06-071-5/+5
* * Various bug fixes.Paul Smith2000-04-221-14/+21
* * Some final cleanups, and release 3.79.3.79Paul Smith2000-04-051-53/+50
* * A large number of fixes/enhancements. See the ChangeLog.Paul Smith2000-03-271-35/+15
* * Fix some warnings in gettext.c and function.cPaul Smith2000-02-091-4/+4
* * Updates for VMS, Windows, and DOS ports.Paul Smith2000-02-051-1/+1
* * Change $(call...) to not expand arguments by default.Paul Smith2000-01-111-118/+145
* * Various changes and fixes. See ChangeLog.Paul Smith1999-12-081-10/+29
* * Update debugging to use string flags instead of integers.Paul Smith1999-11-271-1/+1
* * Add new debugging output level selection feature.Paul Smith1999-11-221-2/+3