summaryrefslogtreecommitdiff
path: root/function.c
Commit message (Expand)AuthorAgeFilesLines
* Support --output-sync on MS-Windows.Eli Zaretskii2013-04-271-12/+24
* Use ENULLLOOP to handle EINTR during realpath(). Fixes Savannah bug #38420Paul Smith2013-02-281-13/+21
* Expand the loadable object support.Paul Smith2013-02-251-51/+74
* Rename struct floc to typedef gmk_floc as an externally scoped symbol.Paul Smith2013-01-201-1/+1
* Rename the make.h file to makeint.h for internal use only.Paul Smith2013-01-201-2/+2
* On BSD, realpath(3) doesn't fail if the target doesn't exist, so testPaul Smith2012-09-091-4/+2
* Simplify copyrights using ranges of years.Paul Smith2012-03-051-3/+1
* Create a new CSTRLEN (constant string length) macro, and use it.Paul Smith2012-03-041-10/+10
* Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith2012-03-041-15/+15
* Fix Savannah bug #35410: handle escape chars in filter/filter-outPaul Smith2012-03-031-8/+7
* Create a new function $(file ...)Paul Smith2012-01-291-0/+40
* Fix failures on MS-Windows when Make's standard handles are invalid.Eli Zaretskii2012-01-281-19/+54
* function.c (define_new_function): Fix format strings in calls to `fatal'.Eli Zaretskii2012-01-251-2/+2
* Create a new internal interface for defining new make functions.Paul Smith2012-01-161-18/+27
* Update copyright notices.Paul Smith2012-01-161-3/+3
* Add GNU Guile as an optional embedded scripting language for make.Paul Smith2012-01-151-0/+18
* Changes to resolve warnings.Paul Smith2011-11-141-1/+1
* Use the same algorithm for counting the number of words to sort as wePaul Smith2011-05-021-12/+5
* Add new feature: != shell assignment for portability with BSD make.Paul Smith2011-04-181-9/+27
* function.c (func_shell) [WINDOWS32]: Reset just_print_flagEli Zaretskii2010-08-071-3/+18
* Update copyrights for 2010.Paul Smith2010-07-131-2/+2
* Fix Savannah bug #30312.Eli Zaretskii2010-07-091-0/+7
* job.c (pid2str) [WINDOWS32]: Don't use %Id with GCC < 4.x.Eli Zaretskii2010-07-091-6/+6
* Update copyright years.Paul Smith2009-10-251-2/+2
* - Include <alloca.h> even on non-__GNUC__ systems.Paul Smith2009-10-031-1/+2
* Fix some memory leaks, found with valgrind.Paul Smith2009-09-261-0/+1
* - 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