summaryrefslogtreecommitdiff
path: root/function.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-11Update copyright and license notices on all files.Paul Smith1-13/+11
2006-02-10- New code capability: a read-only string cache. Start of solution forPaul Smith1-0/+106
2005-11-17Implemented the flavor function which returns the flavor ofBoris Kolpackov1-0/+17
2005-08-29Fix make.h preprocessor directive to work better with Windows compilers.Paul Smith1-0/+1
2005-08-08- Fixed a bug reported by Michael Matz regarding handling of parallelPaul Smith1-3/+3
2005-06-27Fix strerror() handling for systems which set ANSI_STRING.Paul Smith1-1/+4
2005-03-04- Missing docs for $|Paul Smith1-2/+2
2005-02-28- Fix bug #7144 (infinite loop sometimes with -q and double-colon rules)Paul Smith1-0/+4
2005-02-28* New feature: -L optionPaul Smith1-14/+24
2005-02-27Implementation of the second expansion in explicitBoris Kolpackov1-1/+1
2004-11-30Implemented `realpath' and `abspath' built-in functions.Boris Kolpackov1-3/+160
2004-10-21New $(lastword ) built-in function: implementation, documentation and tests.Boris Kolpackov1-0/+17
2004-09-21Remove sindex() and replace with strstr().Paul Smith1-9/+6
2004-09-21Fix some bugs in variable pattern substitution (e.g. $(VAR:A=B)),Paul Smith1-36/+45
2004-02-24Many compiler warning cleanups.Paul Smith1-19/+19
2003-11-04Fix bugs 5798 and 6195.Paul Smith1-3/+8
2003-05-02- Fix bug #1405: allow multiple pattern-specific variables to match a target.Paul Smith1-2/+2
2003-03-25Commit fix for bug #1418.Paul Smith1-7/+12
2003-03-24Add support for OS/2, contributed by Andreas Buening <andreas.buening@nexgo.de>Paul Smith1-8/+24
2003-01-30Enhancement (bug #2407) Make error messages more clear.Paul Smith1-21/+15
2003-01-22Fix bug #1744: mask extra arguments to recursive invocations of $(call ...)Paul Smith1-0/+18
2002-10-25Fix eval bugs 1516 and 1517.Paul Smith1-0/+10
2002-10-14Convert the source code to use ANSI C style function definitions andPaul Smith1-148/+47
2002-10-04Fix K&R-isms found on SunOS 4.1.4 builds.Paul Smith1-6/+14
2002-09-18Add some indexing to the manual.Paul Smith1-1/+1
2002-08-10Update to a new version of automake and gettext.Paul Smith1-9/+9
2002-07-11Install Greg McGary's patches to port the id-utils hashing functions toPaul Smith1-49/+179
2002-07-08Major updates in preparation for 3.80.Paul Smith1-2/+38
2002-05-10Fix Debian bug #144306: pass target-specific variables into the environmentPaul Smith1-5/+17
2002-04-20Updates to translaations.Paul Smith1-1/+1
2001-06-01Fix for EINTR problems when using jobserver.Paul Smith1-6/+3
2001-05-21Some VMS fixes sent by John Fowler.Paul Smith1-1/+1
2000-10-05* Various bug fixes.Paul Smith1-0/+1
2000-06-20* More updates and fixes.Paul Smith1-2/+0
2000-06-19* Various fixes for problems in the 3.79.0.1 pretest.Paul Smith1-1/+1
2000-06-13* Some timestamp fixes from Paul Eggert.Paul Smith1-1/+1
2000-06-07* Lots of bug fixes and cleanup; new i18n files, etc.Paul Smith1-5/+5
2000-04-22* Various bug fixes.Paul Smith1-14/+21
2000-04-05* Some final cleanups, and release 3.79.3.79Paul Smith1-53/+50
2000-03-27* A large number of fixes/enhancements. See the ChangeLog.Paul Smith1-35/+15
2000-02-09* Fix some warnings in gettext.c and function.cPaul Smith1-4/+4
2000-02-05* Updates for VMS, Windows, and DOS ports.Paul Smith1-1/+1
2000-01-11* Change $(call...) to not expand arguments by default.Paul Smith1-118/+145
1999-12-08* Various changes and fixes. See ChangeLog.Paul Smith1-10/+29
1999-11-27* Update debugging to use string flags instead of integers.Paul Smith1-1/+1
1999-11-22* Add new debugging output level selection feature.Paul Smith1-2/+3
1999-11-17* Many cleanups and bugfixes.Paul Smith1-4/+4
1999-10-15* Fix PR/1394.Paul Smith1-25/+23
1999-09-02* A few W32 fixes for backslash support.Paul Smith1-1/+1
1999-08-25* A few cleanups, and 3.77.94 release.3.77.94Paul Smith1-6/+3