Age | Commit message (Expand) | Author | Files | Lines |
2014-09-30 | Update Copyright statements for 2014. | Paul Smith | 1 | -1/+1 |
2013-11-23 | [SV 40361] Don't use vsnprintf(), which is an ISO C99 function. | Paul Smith | 1 | -13/+20 |
2013-09-22 | Add VMS port updates from Hartmut Becker. | Paul Smith | 1 | -1/+1 |
2013-07-22 | [Bug #39310] Parse simple pattern prereqs for globbing. | Paul Smith | 1 | -2/+3 |
2013-07-14 | Modify the update_status field in struct file to be an enum. | Paul Smith | 1 | -11/+6 |
2013-06-22 | Create a character map to use for locating stop-points in strings. | Paul Smith | 1 | -2/+2 |
2013-06-21 | Disable database verification unless debug enabled. | Paul Smith | 1 | -1/+1 |
2013-05-26 | [SV #38442] Add library names to the string cache. | Paul Smith | 1 | -1/+1 |
2013-05-17 | Update source file format: remove TABs, use GNU coding styles. | Paul Smith | 1 | -100/+100 |
2013-05-17 | Update copyright for changes in 2013. | Paul Smith | 1 | -1/+1 |
2013-05-17 | Remove the dlopen() pointer from struct filedef. | Paul Smith | 1 | -0/+1 |
2013-05-13 | [Savannah #20501] Handle adding -r/-R to MAKEFLAGS in the makefile. | Paul Smith | 1 | -1/+15 |
2013-01-20 | Rename the make.h file to makeint.h for internal use only. | Paul Smith | 1 | -1/+1 |
2012-09-09 | Save the variable buffer content, not a potentially old pointer to it. | Paul Smith | 1 | -3/+2 |
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-01-16 | Update copyright notices. | Paul Smith | 1 | -3/+3 |
2011-11-14 | Changes to resolve warnings. | Paul Smith | 1 | -1/+2 |
2010-11-06 | Improve backslash/newline handling to adhere to POSIX requirements. | Paul Smith | 1 | -0/+13 |
2010-07-13 | Update copyrights for 2010. | Paul Smith | 1 | -2/+2 |
2010-07-01 | - Rename strieq() to patheq() for clarity. | Paul Smith | 1 | -2/+1 |
2009-12-11 | (lookup_file) [HAVE_DOS_PATHS]: Treat '\\' like we do with '/'. | Eli Zaretskii | 1 | -2/+12 |
2009-10-25 | Update copyright years. | Paul Smith | 1 | -2/+2 |
2009-10-25 | Various simple code cleanups. | Paul Smith | 1 | -1/+1 |
2009-09-24 | - Rework secondary expansion so we only defer it if there's a possibility | Paul Smith | 1 | -176/+205 |
2009-09-16 | - Add xcalloc() and call it | Paul Smith | 1 | -4/+2 |
2009-06-13 | - Fix Savannah bug 17825 | Paul Smith | 1 | -2/+2 |
2009-06-07 | - Fix Savannah bug #24622 | Paul Smith | 1 | -4/+4 |
2009-06-04 | - Modify access of config and gnulib Savannah modules to use GIT | Paul Smith | 1 | -1/+2 |
2007-11-04 | New special variable: .RECIPEPREFIX | Paul Smith | 1 | -7/+7 |
2007-07-14 | Fix Savannah bug #20452. | Paul Smith | 1 | -1/+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 | -194/+216 |
2006-11-18 | Fix from Eli for incorrect value of $(MAKE) on Cygwin. | Paul Smith | 1 | -1/+1 |
2006-04-09 | Another round of cleanups: | Paul Smith | 1 | -9/+9 |
2006-03-17 | Fixed Savannah bug #16053. | Boris Kolpackov | 1 | -6/+18 |
2006-02-20 | - Memory cleanups, found with valgrind. | Paul Smith | 1 | -25/+29 |
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 | -8/+14 |
2005-10-24 | Make second expansion optional (partial implementation). | Paul Smith | 1 | -76/+152 |
2005-04-13 | Fix performance degradation introduced by the second expansion feature. | Paul Smith | 1 | -20/+35 |
2005-03-15 | Fixed Savannah bug #12320. | Boris Kolpackov | 1 | -93/+107 |
2005-02-28 | * New feature: -L option | Paul Smith | 1 | -0/+12 |
2005-02-27 | Implementation of the .DEFAULT_TARGET special variable. | Boris Kolpackov | 1 | -1/+1 |
2005-02-27 | Implementation of the second expansion in explicit | Boris Kolpackov | 1 | -12/+97 |
2004-09-21 | Fixed bug in implicit rule prerequisite evaluation code. Added test. | Boris Kolpackov | 1 | -1/+2 |
2004-05-16 | Various enhancements | Paul Smith | 1 | -1/+5 |
2004-02-24 | Many compiler warning cleanups. | Paul Smith | 1 | -1/+1 |
2004-01-21 | Many bug fixes etc. | Paul Smith | 1 | -0/+3 |