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