summaryrefslogtreecommitdiff
path: root/function.c
Commit message (Expand)AuthorAgeFilesLines
* make-3.82 tarball releaseSam Thursfield2012-12-141-51/+25
* Changes to resolve warnings.psmith2011-11-141-1/+1
* Use the same algorithm for counting the number of words to sort as wepsmith2011-05-021-12/+5
* Add new feature: != shell assignment for portability with BSD make.psmith2011-04-181-9/+27
* function.c (func_shell) [WINDOWS32]: Reset just_print_flageliz2010-08-071-3/+18
* Update copyrights for 2010.psmith2010-07-131-2/+2
* Fix Savannah bug #30312.eliz2010-07-091-0/+7
* job.c (pid2str) [WINDOWS32]: Don't use %Id with GCC < 4.x.eliz2010-07-091-6/+6
* Update copyright years.psmith2009-10-251-2/+2
* - Include <alloca.h> even on non-__GNUC__ systems.psmith2009-10-031-1/+2
* Fix some memory leaks, found with valgrind.psmith2009-09-261-0/+1
* - Rework secondary expansion so we only defer it if there's a possibilitypsmith2009-09-241-1/+1
* - Add xcalloc() and call itpsmith2009-09-161-7/+5
* * function.c (windows32_openpipe): Update envp after callingeliz2009-08-311-0/+3
* (func_realpath) [!HAVE_REALPATH]: Require the file to exist, aseliz2009-07-041-1/+4
* * function.c (IS_ABSOLUTE, ROOT_LEN): New macros.eliz2009-07-041-9/+46
* - Fix Savannah bug 17825psmith2009-06-131-18/+12
* - Fix Savannah bug #18124psmith2009-06-091-3/+3
* Found this change in an old CVS workspace: rewrite savestring() to thepsmith2009-05-241-1/+1
* * function.c (func_shell): Don't close pipedes[1] if it is -1.eliz2009-03-071-2/+5
* Fixes from Eli Zaretskii:psmith2007-10-101-3/+4
* * Update to GPLv3psmith2007-07-041-4/+4
* Fix some documentation gitches.psmith2007-05-111-1/+1
* Fix Savannah bug #19656: rationalize our use of case-insensitive stringpsmith2007-05-091-1/+1
* This is a major update, which switches virtually every allocated-but-not-freedpsmith2007-03-201-183/+183
* Fix from Eli for incorrect value of $(MAKE) on Cygwin.psmith2006-11-181-34/+45
* Another round of cleanups:psmith2006-04-091-23/+22
* Code cleanup: Remove all references to PARAMS() & ansi2knr.psmith2006-04-071-2/+2
* Release GNU make 3.81.psmith2006-04-011-13/+9
* Fix Savannah bug #106: keep separate track of which variable we arepsmith2006-02-151-9/+10
* Last of the copyright updates.psmith2006-02-111-1/+2
* Update copyright and license notices on all files.psmith2006-02-111-13/+11
* - New code capability: a read-only string cache. Start of solution forpsmith2006-02-101-0/+106
* Implemented the flavor function which returns the flavor ofbosk2005-11-171-0/+17
* Fix make.h preprocessor directive to work better with Windows compilers.psmith2005-08-291-0/+1
* - Fixed a bug reported by Michael Matz regarding handling of parallelpsmith2005-08-081-3/+3
* Fix strerror() handling for systems which set ANSI_STRING.psmith2005-06-271-1/+4
* - Missing docs for $|psmith2005-03-041-2/+2
* - Fix bug #7144 (infinite loop sometimes with -q and double-colon rules)psmith2005-02-281-0/+4
* * New feature: -L optionpsmith2005-02-281-14/+24
* Implementation of the second expansion in explicitbosk2005-02-271-1/+1
* Implemented `realpath' and `abspath' built-in functions.bosk2004-11-301-3/+160
* New $(lastword ) built-in function: implementation, documentation and tests.bosk2004-10-211-0/+17
* Remove sindex() and replace with strstr().psmith2004-09-211-9/+6
* Fix some bugs in variable pattern substitution (e.g. $(VAR:A=B)),psmith2004-09-211-36/+45
* Many compiler warning cleanups.psmith2004-02-241-19/+19
* Fix bugs 5798 and 6195.psmith2003-11-041-3/+8
* - Fix bug #1405: allow multiple pattern-specific variables to match a target.psmith2003-05-021-2/+2
* Commit fix for bug #1418.psmith2003-03-251-7/+12
* Add support for OS/2, contributed by Andreas Buening <andreas.buening@nexgo.de>psmith2003-03-241-8/+24