summaryrefslogtreecommitdiff
path: root/function.c
Commit message (Expand)AuthorAgeFilesLines
...
* - Rework secondary expansion so we only defer it if there's a possibilityPaul Smith2009-09-241-1/+1
* - Add xcalloc() and call itPaul Smith2009-09-161-7/+5
* * function.c (windows32_openpipe): Update envp after callingEli Zaretskii2009-08-311-0/+3
* (func_realpath) [!HAVE_REALPATH]: Require the file to exist, asEli Zaretskii2009-07-041-1/+4
* * function.c (IS_ABSOLUTE, ROOT_LEN): New macros.Eli Zaretskii2009-07-041-9/+46
* - Fix Savannah bug 17825Paul Smith2009-06-131-18/+12
* - Fix Savannah bug #18124Paul Smith2009-06-091-3/+3
* Found this change in an old CVS workspace: rewrite savestring() to thePaul Smith2009-05-241-1/+1
* * function.c (func_shell): Don't close pipedes[1] if it is -1.Eli Zaretskii2009-03-071-2/+5
* Fixes from Eli Zaretskii:Paul Smith2007-10-101-3/+4
* * Update to GPLv3Paul Smith2007-07-041-4/+4
* Fix some documentation gitches.Paul Smith2007-05-111-1/+1
* Fix Savannah bug #19656: rationalize our use of case-insensitive stringPaul Smith2007-05-091-1/+1
* This is a major update, which switches virtually every allocated-but-not-freedPaul Smith2007-03-201-183/+183
* Fix from Eli for incorrect value of $(MAKE) on Cygwin.Paul Smith2006-11-181-34/+45
* Another round of cleanups:Paul Smith2006-04-091-23/+22
* 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