Age | Commit message (Expand) | Author | Files | Lines |
2014-05-01 | [SV 42249] Propagate correct rule status results. | Paul Smith | 1 | -29/+46 |
2013-11-23 | [SV 40361] Don't use vsnprintf(), which is an ISO C99 function. | Paul Smith | 1 | -31/+41 |
2013-07-21 | [Bug #39158] Source cleanups suggested by cppcheck utility. | Paul Smith | 1 | -1/+0 |
2013-07-14 | Modify the update_status field in struct file to be an enum. | Paul Smith | 1 | -44/+46 |
2013-05-26 | [SV #38442] Add library names to the string cache. | Paul Smith | 1 | -3/+3 |
2013-05-26 | [SV #39028] Fix some small typos in messages. | Paul Smith | 1 | -1/+1 |
2013-05-17 | Update source file format: remove TABs, use GNU coding styles. | Paul Smith | 1 | -310/+310 |
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-06 | Reconsider targets waiting for prerequisites. Fixes Savannah bug #37703. | Paul Smith | 1 | -1/+8 |
2013-01-20 | Rename the make.h file to makeint.h for internal use only. | Paul Smith | 1 | -1/+1 |
2012-09-10 | Force intermediate targets to be considered if their non-intermediate | Paul Smith | 1 | -0/+4 |
2012-03-05 | Simplify copyrights using ranges of years. | Paul Smith | 1 | -3/+1 |
2012-03-04 | Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines. | Paul Smith | 1 | -53/+53 |
2012-01-16 | Update copyright notices. | Paul Smith | 1 | -3/+3 |
2011-09-18 | We compute various values for vpath lookup the first time through | Paul Smith | 1 | -2/+2 |
2011-09-02 | Ensure that -n takes precedence over -t. | Paul Smith | 1 | -0/+4 |
2011-02-21 | * Fixups to the make man page | Paul Smith | 1 | -5/+5 |
2010-07-13 | Update copyrights for 2010. | Paul Smith | 1 | -2/+2 |
2009-11-12 | Implement linker-compatible library search. | Boris Kolpackov | 1 | -33/+68 |
2009-10-25 | Update copyright years. | Paul Smith | 1 | -2/+2 |
2009-09-30 | Fix Savannah bugs #15110, #25493, #12686, and #17740. | Boris Kolpackov | 1 | -17/+52 |
2009-09-16 | - Add xcalloc() and call it | Paul Smith | 1 | -1/+1 |
2009-09-12 | - Fix Savannah bug #21824: don't loop through NULL cmds pointer | Paul Smith | 1 | -3/+1 |
2009-06-14 | - Fix Savannah bug #13529 | Paul Smith | 1 | -0/+13 |
2009-06-10 | - Fix Savannah bug #19108 | Paul Smith | 1 | -69/+81 |
2009-06-07 | - Add a new test suite for LIBPATTERNS | Paul Smith | 1 | -24/+20 |
2009-06-06 | - Work around a bug in glibc glob(3), by avoiding GLOB_NOCHECK. | Paul Smith | 1 | -3/+4 |
2007-11-05 | For mod times farther in the future, print the value in fixed-point rather | Paul Smith | 1 | -2/+8 |
2007-11-04 | New special variable: .RECIPEPREFIX | Paul Smith | 1 | -3/+3 |
2007-08-15 | Incorporate Icarus Sparry's fix for 3330 and 15919, and test cases. | Paul Smith | 1 | -4/+13 |
2007-07-04 | * Update to GPLv3 | Paul Smith | 1 | -4/+4 |
2007-05-11 | Fix some documentation gitches. | Paul Smith | 1 | -1/+1 |
2007-03-20 | This is a major update, which switches virtually every allocated-but-not-freed | Paul Smith | 1 | -42/+25 |
2006-11-18 | Fix from Eli for incorrect value of $(MAKE) on Cygwin. | Paul Smith | 1 | -13/+12 |
2006-10-01 | Fixed a number of documentation bugs, plus some build/install issues: | Paul Smith | 1 | -4/+2 |
2006-04-09 | Another round of cleanups: | Paul Smith | 1 | -5/+5 |
2006-04-07 | Code cleanup: Remove all references to PARAMS() & ansi2knr. | Paul Smith | 1 | -8/+9 |
2006-03-20 | Add some alloca(0) calls for systems without "normal" alloca support. | Paul Smith | 1 | -0/+4 |
2006-03-17 | Fixed Savannah bug #16053. | Boris Kolpackov | 1 | -2/+2 |
2006-03-10 | Numerous updates to tests for issues found on Cygwin and Windows. | Paul Smith | 1 | -2/+4 |
2006-02-11 | Last of the copyright updates. | Paul Smith | 1 | -1/+2 |
2006-02-11 | Update copyright and license notices on all files. | Paul Smith | 1 | -14/+11 |
2006-02-06 | Fix Savannah bugs # 15341, 15534, and 15533. | Paul Smith | 1 | -46/+47 |
2006-02-01 | Various updates, mainly to the Windows port, from Eli Zaretskii and | Paul Smith | 1 | -1/+2 |
2006-01-04 | Various changes getting ready for the release of 3.81. | Paul Smith | 1 | -1/+4 |
2005-12-07 | Fixed bug #14334 by propagate the change of modification time to all the | Boris Kolpackov | 1 | -5/+27 |
2005-06-25 | Fix Savannah bug # 13478. If -L is given, take the latest mtime for a | Paul Smith | 1 | -6/+12 |
2005-05-08 | Document the secondary expansion method. Also, some other documentation | Paul Smith | 1 | -1/+1 |
2005-04-08 | Fix some Savannah bugs. | Paul Smith | 1 | -3/+3 |