summaryrefslogtreecommitdiff
path: root/function.c
Commit message (Expand)AuthorAge
* New upstream version 4.3Manoj Srivastava2020-05-20
* Separate the GNU make load ABI from internal types.Paul Smith2016-05-21
* Fixes for enhanced GCC warnings.Paul Eggert2016-05-21
* [SV 46433] Show recipe line offsets in line number messages.Paul Smith2016-04-11
* [SV 46995] Strip leading/trailing space from variable namesPaul Smith2016-03-23
* * function.c (func_file): Support reading from files.Paul Smith2016-03-21
* [SV 44555] Use vfork() instead of fork() where available.Paul Smith2016-03-13
* Update Copyright statements for the new year.Paul Smith2016-02-28
* [SV 28092] Preserve the exit status of the $(shell...) function.Paul Smith2015-07-12
* Fix bs-nl handling, exit and Environment for VMS.John Malmberg2015-01-27
* Fix $(shell) on hosts with 64-bit pid_t.Christian Boos2014-12-27
* Treat redirection of standard handles on Windows as it is done on Unix.Eli Zaretskii2014-10-01
* Fix VMS automatic variable expansionHartmut Becker2014-09-07
* Enhance/fix VMS exit code handling.Hartmut Becker2014-09-07
* * various: Assume ISO C89-compliant free() implementation.Paul Smith2014-07-07
* [SV 41983] Support omitting the text argument to $(file ...)Paul Smith2014-07-07
* * Rename MAP_PATHSEP to MAP_DIRSEP.Paul Smith2014-02-08
* [SV 40361] Don't use vsnprintf(), which is an ISO C99 function.Paul Smith2013-11-23
* Sanitize the registered function interface.Paul Smith2013-10-05
* function.c (abspath): Reset root_len to one for Cygwin only whenEli Zaretskii2013-10-03
* Fix $abspath on Cygwin when HAVE_DOS_PATHS is in effect.Eli Zaretskii2013-10-02
* Final fixes for obscure output-sync errors.Paul Smith2013-09-30
* Fix build failures on EMX for output-sync support.Paul Smith2013-09-29
* Ensure that stderr from shell functions in recipes is synced.Paul Smith2013-09-21
* [SV 39851] Reinstate stack size limit for processes spawned via $(shell)Petr Machata2013-09-14
* Support the -Orecurse option properly.Paul Smith2013-09-14
* Enhance the output sync mode.Paul Smith2013-09-12
* [Bug #39158] Source cleanups suggested by cppcheck utility.Paul Smith2013-07-21
* Create a character map to use for locating stop-points in strings.Paul Smith2013-06-22
* Porting to VMS, from Hartmut Becker.Paul Smith2013-05-27
* Update source file format: remove TABs, use GNU coding styles.Paul Smith2013-05-17
* Update copyright for changes in 2013.Paul Smith2013-05-17
* cosmetics: fix few innocuous typosStefano Lattarini2013-05-05
* Support --output-sync on MS-Windows.Eli Zaretskii2013-04-27
* Use ENULLLOOP to handle EINTR during realpath(). Fixes Savannah bug #38420Paul Smith2013-02-28
* Expand the loadable object support.Paul Smith2013-02-25
* Rename struct floc to typedef gmk_floc as an externally scoped symbol.Paul Smith2013-01-20
* Rename the make.h file to makeint.h for internal use only.Paul Smith2013-01-20
* On BSD, realpath(3) doesn't fail if the target doesn't exist, so testPaul Smith2012-09-09
* Simplify copyrights using ranges of years.Paul Smith2012-03-05
* Create a new CSTRLEN (constant string length) macro, and use it.Paul Smith2012-03-04
* Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith2012-03-04
* Fix Savannah bug #35410: handle escape chars in filter/filter-outPaul Smith2012-03-03
* Create a new function $(file ...)Paul Smith2012-01-29
* Fix failures on MS-Windows when Make's standard handles are invalid.Eli Zaretskii2012-01-28
* function.c (define_new_function): Fix format strings in calls to `fatal'.Eli Zaretskii2012-01-25
* Create a new internal interface for defining new make functions.Paul Smith2012-01-16
* Update copyright notices.Paul Smith2012-01-16
* Add GNU Guile as an optional embedded scripting language for make.Paul Smith2012-01-15
* Changes to resolve warnings.Paul Smith2011-11-14