Age | Commit message (Expand) | Author | Files | Lines |
2007-12-22 | vpath.c (construct_vpath_list) [HAVE_DOS_PATHS]: Support VPATH values that | Eli Zaretskii | 2 | -2/+18 |
2007-11-05 | For mod times farther in the future, print the value in fixed-point rather | Paul Smith | 3 | -2/+14 |
2007-11-04 | New special variable: .RECIPEPREFIX | Paul Smith | 16 | -1086/+1252 |
2007-10-24 | Convert to Unix line-endings. | Eli Zaretskii | 6 | -475/+475 |
2007-10-13 | Windows: allow SHELL to be set to a more complex value by checking its | Paul Smith | 2 | -1/+24 |
2007-10-10 | Fixes from Eli Zaretskii: | Paul Smith | 5 | -12/+45 |
2007-10-10 | Some Windows fixes to allow builds to succeed. | Paul Smith | 4 | -15/+35 |
2007-08-15 | Incorporate Icarus Sparry's fix for 3330 and 15919, and test cases. | Paul Smith | 8 | -8/+127 |
2007-07-14 | Fix Savannah bug #20452. | Paul Smith | 7 | -24/+84 |
2007-07-04 | * Update to GPLv3 | Paul Smith | 115 | -1307/+1994 |
2007-06-19 | Fix a core dump when reading_file is 0 (20033). | Paul Smith | 4 | -8/+23 |
2007-05-11 | Fix some documentation gitches. | Paul Smith | 6 | -46/+76 |
2007-05-09 | Fix Savannah bug #19656: rationalize our use of case-insensitive string | Paul Smith | 14 | -132/+194 |
2007-03-21 | Fix Savannah bug #19348: if the user specified | Paul Smith | 2 | -4/+10 |
2007-03-20 | This is a major update, which switches virtually every allocated-but-not-freed | Paul Smith | 27 | -1245/+1266 |
2006-11-18 | Fix from Eli for incorrect value of $(MAKE) on Cygwin. | Paul Smith | 25 | -573/+648 |
2006-10-01 | Fixed a number of documentation bugs, plus some build/install issues: | Paul Smith | 19 | -74/+214 |
2006-04-09 | Another round of cleanups: | Paul Smith | 26 | -596/+582 |
2006-04-07 | Code cleanup: Remove all references to PARAMS() & ansi2knr. | Paul Smith | 28 | -308/+314 |
2006-04-01 | Minor command correction.3.81 | Paul Smith | 1 | -1/+1 |
2006-04-01 | Release GNU make 3.81. | Paul Smith | 16 | -127/+169 |
2006-03-22 | Fixed Savannah bug #16140. | Boris Kolpackov | 2 | -2/+18 |
2006-03-20 | Minor fixes before the rc2 release. | Paul Smith | 3 | -4/+4 |
2006-03-20 | Add some alloca(0) calls for systems without "normal" alloca support. | Paul Smith | 9 | -54/+179 |
2006-03-17 | Minor tweaks for 3.81rc2. | Paul Smith | 3 | -9/+18 |
2006-03-17 | Fixed Savannah bug #16053. | Boris Kolpackov | 11 | -63/+138 |
2006-03-15 | Fix Savannah bug #15913. | Paul Smith | 4 | -9/+37 |
2006-03-10 | Numerous updates to tests for issues found on Cygwin and Windows. | Paul Smith | 18 | -100/+140 |
2006-03-08 | Some test updates for Windows. | Paul Smith | 8 | -39/+37 |
2006-02-21 | Fix a potential core dump when merging aliases. Might fix bug #15818. | Paul Smith | 4 | -16/+24 |
2006-02-20 | Move the copyright info to the end of the NEWS file, otherwise automake's | Paul Smith | 1 | -7/+7 |
2006-02-20 | - Memory cleanups, found with valgrind. | Paul Smith | 6 | -47/+71 |
2006-02-17 | Make sure we don't introduce a circularity into the variable set linked | Paul Smith | 4 | -7/+53 |
2006-02-15 | Fix Savannah bug #106: keep separate track of which variable we are | Paul Smith | 11 | -66/+250 |
2006-02-14 | Some memory leak cleanups (found with valgrind). | Paul Smith | 7 | -47/+84 |
2006-02-13 | Fix bug #11183. | Paul Smith | 2 | -6/+23 |
2006-02-11 | Last of the copyright updates. | Paul Smith | 104 | -221/+250 |
2006-02-11 | More copyright/license updates. | Paul Smith | 31 | -263/+511 |
2006-02-11 | Update copyright and license notices on all files. | Paul Smith | 85 | -619/+1307 |
2006-02-10 | - New code capability: a read-only string cache. Start of solution for | Paul Smith | 15 | -67/+530 |
2006-02-08 | Fixed Savannah bug #15641. | Boris Kolpackov | 5 | -2/+36 |
2006-02-06 | Updates to Windows stuff from Markus Mauhart. | Paul Smith | 6 | -57/+55 |
2006-02-06 | Fix Savannah bugs # 15341, 15534, and 15533. | Paul Smith | 9 | -226/+482 |
2006-02-01 | Fix a bug where a variable could be used without being initialized in W32. | Paul Smith | 2 | -6/+12 |
2006-02-01 | Various updates, mainly to the Windows port, from Eli Zaretskii and | Paul Smith | 16 | -68/+189 |
2006-01-04 | Various changes getting ready for the release of 3.81. | Paul Smith | 20 | -156/+396 |
2005-12-14 | Fixed record_target_var to initialize variable's export field with v_default | Boris Kolpackov | 2 | -2/+7 |
2005-12-13 | Update the make.1 man page. | Paul Smith | 12 | -90/+112 |
2005-12-11 | Extend .SECONDEXPANSION to implicit rules. Final fix for bug #13781. | Paul Smith | 6 | -29/+103 |
2005-12-09 | Fixed bug #13022 by setting is_target flag on files that this implicit | Boris Kolpackov | 4 | -0/+45 |