Age | Commit message (Expand) | Author | Files | Lines |
2014-09-30 | Update Copyright statements for 2014. | Paul Smith | 1 | -1/+1 |
2013-09-22 | [SV 31155] Parse order-only tokens in second expansion results. | Paul Smith | 1 | -11/+28 |
2013-07-22 | [Bug #39310] Parse simple pattern prereqs for globbing. | Paul Smith | 1 | -11/+12 |
2013-07-09 | Keep a local count of the max dependency list size. | Paul Smith | 1 | -6/+8 |
2013-06-22 | Create a character map to use for locating stop-points in strings. | Paul Smith | 1 | -1/+1 |
2013-05-17 | Update source file format: remove TABs, use GNU coding styles. | Paul Smith | 1 | -2/+2 |
2013-05-17 | Update copyright for changes in 2013. | Paul Smith | 1 | -1/+1 |
2013-04-28 | Fix a few compiler warnings found by Eli. | Paul Smith | 1 | -7/+1 |
2013-01-20 | Rename the make.h file to makeint.h for internal use only. | Paul Smith | 1 | -1/+1 |
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 | -15/+15 |
2012-02-26 | Check for possible buffer overflow on very long filenames. | Paul Smith | 1 | -0/+7 |
2012-01-16 | Update copyright notices. | Paul Smith | 1 | -3/+3 |
2010-07-13 | Update copyrights for 2010. | Paul Smith | 1 | -2/+2 |
2010-07-05 | Fixups for warnings on Windows (esp 64bit). | Paul Smith | 1 | -1/+1 |
2009-11-12 | Implement linker-compatible library search. | Boris Kolpackov | 1 | -1/+1 |
2009-10-25 | Update copyright years. | Paul Smith | 1 | -1/+1 |
2009-10-25 | Fix fat-finger bug that left implicit rules with identical stem lengths | Paul Smith | 1 | -3/+3 |
2009-10-06 | Fix savannah bug 25780. Optimize things a bit. | Boris Kolpackov | 1 | -7/+6 |
2009-10-05 | Performance improvements | Boris Kolpackov | 1 | -4/+11 |
2009-09-28 | Implement the shortest stem first search order for pattern-specific variables... | Boris Kolpackov | 1 | -0/+22 |
2009-09-25 | Performance improvement. | Boris Kolpackov | 1 | -0/+4 |
2009-09-25 | Merge three parallel arrays into one. Make sure sufficient space is allocated. | Boris Kolpackov | 1 | -28/+36 |
2009-09-24 | - Fix broken handling of order-only prereqs in secondary expansion | Paul Smith | 1 | -225/+238 |
2009-09-24 | - Rework secondary expansion so we only defer it if there's a possibility | Paul Smith | 1 | -356/+334 |
2009-09-16 | - Add xcalloc() and call it | Paul Smith | 1 | -20/+14 |
2009-06-13 | - Fix Savannah bug 17825 | Paul Smith | 1 | -1/+1 |
2009-06-10 | - Fix Savannah bug #19108 | Paul Smith | 1 | -2/+1 |
2009-06-04 | - Modify access of config and gnulib Savannah modules to use GIT | Paul Smith | 1 | -2/+3 |
2007-07-04 | * Update to GPLv3 | Paul Smith | 1 | -4/+4 |
2007-03-20 | This is a major update, which switches virtually every allocated-but-not-freed | Paul Smith | 1 | -72/+47 |
2006-04-09 | Another round of cleanups: | Paul Smith | 1 | -64/+62 |
2006-04-07 | Code cleanup: Remove all references to PARAMS() & ansi2knr. | Paul Smith | 1 | -3/+2 |
2006-04-01 | Release GNU make 3.81. | Paul Smith | 1 | -3/+2 |
2006-03-22 | Fixed Savannah bug #16140. | Boris Kolpackov | 1 | -2/+12 |
2006-03-17 | Fixed Savannah bug #16053. | Boris Kolpackov | 1 | -12/+5 |
2006-03-10 | Numerous updates to tests for issues found on Cygwin and Windows. | Paul Smith | 1 | -1/+1 |
2006-02-21 | Fix a potential core dump when merging aliases. Might fix bug #15818. | Paul Smith | 1 | -7/+9 |
2006-02-20 | - Memory cleanups, found with valgrind. | Paul Smith | 1 | -9/+4 |
2006-02-14 | Some memory leak cleanups (found with valgrind). | Paul Smith | 1 | -10/+13 |
2006-02-13 | Fix bug #11183. | Paul Smith | 1 | -6/+17 |
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 | -23/+17 |
2005-12-11 | Extend .SECONDEXPANSION to implicit rules. Final fix for bug #13781. | Paul Smith | 1 | -24/+54 |
2005-12-09 | Fixed bug #13022 by setting is_target flag on files that this implicit | Boris Kolpackov | 1 | -0/+5 |
2005-10-26 | Fix a crash I introduced last-minute. | Paul Smith | 1 | -20/+18 |
2005-10-24 | Make second expansion optional (partial implementation). | Paul Smith | 1 | -9/+5 |
2005-05-31 | Fixed Savannah bugs #13216 and #13218. | Boris Kolpackov | 1 | -0/+14 |
2005-04-13 | Fix performance degradation introduced by the second expansion feature. | Paul Smith | 1 | -11/+13 |
2005-03-10 | Fixed Savannah bug #12267. | Boris Kolpackov | 1 | -4/+18 |