summaryrefslogtreecommitdiff
path: root/function.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bs-nl handling, exit and Environment for VMS.John Malmberg2015-01-271-11/+17
* Fix $(shell) on hosts with 64-bit pid_t.Christian Boos2014-12-271-1/+2
* Treat redirection of standard handles on Windows as it is done on Unix.Eli Zaretskii2014-10-011-3/+3
* Fix VMS automatic variable expansionHartmut Becker2014-09-071-1/+39
* Enhance/fix VMS exit code handling.Hartmut Becker2014-09-071-1/+1
* * various: Assume ISO C89-compliant free() implementation.Paul Smith2014-07-071-1/+1
* [SV 41983] Support omitting the text argument to $(file ...)Paul Smith2014-07-071-3/+3
* * Rename MAP_PATHSEP to MAP_DIRSEP.Paul Smith2014-02-081-12/+12
* [SV 40361] Don't use vsnprintf(), which is an ISO C99 function.Paul Smith2013-11-231-28/+35
* Sanitize the registered function interface.Paul Smith2013-10-051-18/+27
* function.c (abspath): Reset root_len to one for Cygwin only whenEli Zaretskii2013-10-031-1/+1
* Fix $abspath on Cygwin when HAVE_DOS_PATHS is in effect.Eli Zaretskii2013-10-021-4/+12
* Final fixes for obscure output-sync errors.Paul Smith2013-09-301-7/+8
* Fix build failures on EMX for output-sync support.Paul Smith2013-09-291-7/+7
* Ensure that stderr from shell functions in recipes is synced.Paul Smith2013-09-211-4/+6
* [SV 39851] Reinstate stack size limit for processes spawned via $(shell)Petr Machata2013-09-141-1/+8
* Support the -Orecurse option properly.Paul Smith2013-09-141-1/+1
* Enhance the output sync mode.Paul Smith2013-09-121-2/+5
* [Bug #39158] Source cleanups suggested by cppcheck utility.Paul Smith2013-07-211-2/+3
* Create a character map to use for locating stop-points in strings.Paul Smith2013-06-221-36/+19
* Porting to VMS, from Hartmut Becker.Paul Smith2013-05-271-0/+1
* Update source file format: remove TABs, use GNU coding styles.Paul Smith2013-05-171-338/+337
* Update copyright for changes in 2013.Paul Smith2013-05-171-1/+1
* cosmetics: fix few innocuous typosStefano Lattarini2013-05-051-1/+1
* 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