summaryrefslogtreecommitdiff
path: root/function.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-27Fix bs-nl handling, exit and Environment for VMS.John Malmberg1-11/+17
2014-12-27Fix $(shell) on hosts with 64-bit pid_t.Christian Boos1-1/+2
2014-10-01Treat redirection of standard handles on Windows as it is done on Unix.Eli Zaretskii1-3/+3
2014-09-07Fix VMS automatic variable expansionHartmut Becker1-1/+39
2014-09-07Enhance/fix VMS exit code handling.Hartmut Becker1-1/+1
2014-07-07* various: Assume ISO C89-compliant free() implementation.Paul Smith1-1/+1
2014-07-07[SV 41983] Support omitting the text argument to $(file ...)Paul Smith1-3/+3
2014-02-08* Rename MAP_PATHSEP to MAP_DIRSEP.Paul Smith1-12/+12
2013-11-23[SV 40361] Don't use vsnprintf(), which is an ISO C99 function.Paul Smith1-28/+35
2013-10-05Sanitize the registered function interface.Paul Smith1-18/+27
2013-10-03 function.c (abspath): Reset root_len to one for Cygwin only whenEli Zaretskii1-1/+1
2013-10-02Fix $abspath on Cygwin when HAVE_DOS_PATHS is in effect.Eli Zaretskii1-4/+12
2013-09-30Final fixes for obscure output-sync errors.Paul Smith1-7/+8
2013-09-29Fix build failures on EMX for output-sync support.Paul Smith1-7/+7
2013-09-21Ensure that stderr from shell functions in recipes is synced.Paul Smith1-4/+6
2013-09-14[SV 39851] Reinstate stack size limit for processes spawned via $(shell)Petr Machata1-1/+8
2013-09-14Support the -Orecurse option properly.Paul Smith1-1/+1
2013-09-12Enhance the output sync mode.Paul Smith1-2/+5
2013-07-21[Bug #39158] Source cleanups suggested by cppcheck utility.Paul Smith1-2/+3
2013-06-22Create a character map to use for locating stop-points in strings.Paul Smith1-36/+19
2013-05-27Porting to VMS, from Hartmut Becker.Paul Smith1-0/+1
2013-05-17Update source file format: remove TABs, use GNU coding styles.Paul Smith1-338/+337
2013-05-17Update copyright for changes in 2013.Paul Smith1-1/+1
2013-05-05cosmetics: fix few innocuous typosStefano Lattarini1-1/+1
2013-04-27Support --output-sync on MS-Windows.Eli Zaretskii1-12/+24
2013-02-28Use ENULLLOOP to handle EINTR during realpath(). Fixes Savannah bug #38420Paul Smith1-13/+21
2013-02-25Expand the loadable object support.Paul Smith1-51/+74
2013-01-20Rename struct floc to typedef gmk_floc as an externally scoped symbol.Paul Smith1-1/+1
2013-01-20Rename the make.h file to makeint.h for internal use only.Paul Smith1-2/+2
2012-09-09On BSD, realpath(3) doesn't fail if the target doesn't exist, so testPaul Smith1-4/+2
2012-03-05Simplify copyrights using ranges of years.Paul Smith1-3/+1
2012-03-04Create a new CSTRLEN (constant string length) macro, and use it.Paul Smith1-10/+10
2012-03-04Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith1-15/+15
2012-03-03Fix Savannah bug #35410: handle escape chars in filter/filter-outPaul Smith1-8/+7
2012-01-29Create a new function $(file ...)Paul Smith1-0/+40
2012-01-28 Fix failures on MS-Windows when Make's standard handles are invalid.Eli Zaretskii1-19/+54
2012-01-25 function.c (define_new_function): Fix format strings in calls to `fatal'.Eli Zaretskii1-2/+2
2012-01-16Create a new internal interface for defining new make functions.Paul Smith1-18/+27
2012-01-16Update copyright notices.Paul Smith1-3/+3
2012-01-15Add GNU Guile as an optional embedded scripting language for make.Paul Smith1-0/+18
2011-11-14Changes to resolve warnings.Paul Smith1-1/+1
2011-05-02Use the same algorithm for counting the number of words to sort as wePaul Smith1-12/+5
2011-04-18Add new feature: != shell assignment for portability with BSD make.Paul Smith1-9/+27
2010-08-07 function.c (func_shell) [WINDOWS32]: Reset just_print_flagEli Zaretskii1-3/+18
2010-07-13Update copyrights for 2010.Paul Smith1-2/+2
2010-07-09Fix Savannah bug #30312.Eli Zaretskii1-0/+7
2010-07-09 job.c (pid2str) [WINDOWS32]: Don't use %Id with GCC < 4.x.Eli Zaretskii1-6/+6
2009-10-25Update copyright years.Paul Smith1-2/+2
2009-10-03- Include <alloca.h> even on non-__GNUC__ systems.Paul Smith1-1/+2
2009-09-26Fix some memory leaks, found with valgrind.Paul Smith1-0/+1