Age | Commit message (Expand) | Author | Files | Lines |
2014-09-30 | Update Copyright statements for 2014. | Paul Smith | 1 | -1/+1 |
2014-09-07 | Enhance/fix VMS exit code handling. | Hartmut Becker | 1 | -1/+1 |
2014-01-12 | * commands.c: [SV 40789] Remove unneeded header dlfcn.h | Paul Smith | 1 | -2/+0 |
2013-11-23 | [SV 40361] Don't use vsnprintf(), which is an ISO C99 function. | Paul Smith | 1 | -7/+10 |
2013-09-22 | Add VMS port updates from Hartmut Becker. | Paul Smith | 1 | -1/+1 |
2013-07-14 | Modify the update_status field in struct file to be an enum. | Paul Smith | 1 | -1/+1 |
2013-05-17 | Update source file format: remove TABs, use GNU coding styles. | Paul Smith | 1 | -67/+67 |
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 | -4/+3 |
2013-05-03 | Fix interfacing with and remaking dynamic objects on MS-Windows. | Eli Zaretskii | 1 | -0/+8 |
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 | -10/+10 |
2012-01-16 | Update copyright notices. | Paul Smith | 1 | -3/+3 |
2010-11-06 | Improve backslash/newline handling to adhere to POSIX requirements. | Paul Smith | 1 | -4/+13 |
2010-07-13 | Update copyrights for 2010. | Paul Smith | 1 | -2/+2 |
2010-07-12 | Add the beginning of the .ONESHELL special feature. | Paul Smith | 1 | -37/+54 |
2009-10-25 | Update copyright years. | Paul Smith | 1 | -2/+2 |
2009-10-25 | Various simple code cleanups. | Paul Smith | 1 | -4/+6 |
2009-10-07 | Minor fix and code rework. | Boris Kolpackov | 1 | -12/+13 |
2009-10-06 | Fix savannah bug 25780. Optimize things a bit. | Boris Kolpackov | 1 | -20/+72 |
2009-09-24 | - Rework secondary expansion so we only defer it if there's a possibility | Paul Smith | 1 | -5/+10 |
2009-09-16 | - Add xcalloc() and call it | Paul Smith | 1 | -1/+1 |
2009-06-13 | - Fix Savannah bug 17825 | Paul Smith | 1 | -1/+1 |
2009-05-24 | Found this change in an old CVS workspace: rewrite savestring() to the | Paul Smith | 1 | -1/+1 |
2007-11-04 | New special variable: .RECIPEPREFIX | Paul Smith | 1 | -6/+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 | -2/+2 |
2006-11-18 | Fix from Eli for incorrect value of $(MAKE) on Cygwin. | Paul Smith | 1 | -25/+28 |
2006-04-09 | Another round of cleanups: | Paul Smith | 1 | -16/+13 |
2006-04-07 | Code cleanup: Remove all references to PARAMS() & ansi2knr. | Paul Smith | 1 | -2/+2 |
2006-02-20 | - Memory cleanups, found with valgrind. | Paul Smith | 1 | -3/+3 |
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 | -13/+11 |
2005-08-08 | - Fixed a bug reported by Michael Matz regarding handling of parallel | Paul Smith | 1 | -2/+30 |
2005-03-04 | - Missing docs for $| | Paul Smith | 1 | -0/+5 |
2005-02-27 | Implementation of the second expansion in explicit | Boris Kolpackov | 1 | -1/+1 |
2004-09-21 | Remove sindex() and replace with strstr(). | Paul Smith | 1 | -7/+5 |
2004-05-16 | Various enhancements | Paul Smith | 1 | -3/+9 |
2004-02-24 | Many compiler warning cleanups. | Paul Smith | 1 | -1/+1 |
2003-01-30 | Portability fix for glob.h building in FreeBSD ports system. | Paul Smith | 1 | -1/+3 |
2002-10-14 | Convert the source code to use ANSI C style function definitions and | Paul Smith | 1 | -15/+7 |
2002-10-13 | Fix bug#1379: don't use alloca() where it could overrun the stack size. | Paul Smith | 1 | -6/+15 |
2002-09-12 | Fixups for the release. One bug fix, some automake complaint fixes, | Paul Smith | 1 | -1/+1 |
2002-07-09 | Documentation and tests for order-only prerequisites. | Paul Smith | 1 | -1/+1 |
2002-07-08 | Various cleanups reported by people using the alpha release. | Paul Smith | 1 | -46/+65 |
2001-05-21 | Some VMS fixes sent by John Fowler. | Paul Smith | 1 | -1/+1 |
2000-06-13 | * Some timestamp fixes from Paul Eggert. | Paul Smith | 1 | -2/+5 |
2000-06-07 | * Lots of bug fixes and cleanup; new i18n files, etc. | Paul Smith | 1 | -1/+1 |
2000-02-05 | * Fix PR/1407. | Paul Smith | 1 | -2/+2 |