Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-21 | [Bug #39158] Source cleanups suggested by cppcheck utility. | Paul Smith | 1 | -1/+1 | |
2013-05-17 | Update source file format: remove TABs, use GNU coding styles. | Paul Smith | 1 | -4/+4 | |
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 | -4/+4 | |
Most of these were found using Lucas De Marchi's 'codespell' tool. * ChangeLog: Fix minor typos. * ChangeLog.2: Likewise. * README.Amiga: Likewise. * TODO.private: Likewise. * function.c: Likewise. * glob/glob.h: Likewise. * job.c: Likewise. * main.c: Likewise. * readme.vms: Likewise. * remake.c: Likewise. * tests/ChangeLog: Likewise. * tests/NEWS: Likewise. * tests/README: Likewise. * tests/scripts/variables/private: Likewise. * vmsdir.h: Likewise. * signame.c: Likewise. While at it, improve line wrapping in the touched comment. Copyright-paperwork-exempt: yes Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com> | |||||
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 | |
The new GNU Maintainer's Manual allows the use of year ranges in certain situations; take advantage of this simplification. | |||||
2012-01-16 | Update copyright notices. | Paul Smith | 1 | -3/+3 | |
2010-07-13 | Update copyrights for 2010. | Paul Smith | 1 | -1/+1 | |
2010-07-05 | Fixups for warnings on Windows (esp 64bit). | Paul Smith | 1 | -4/+4 | |
2009-10-25 | Update copyright years. | Paul Smith | 1 | -1/+2 | |
2007-07-04 | * Update to GPLv3 | Paul Smith | 1 | -4/+4 | |
* Update copyright to 2007 * Fix download URL for translation files (thanks to Thiemo Seufer) | |||||
2006-02-11 | Last of the copyright updates. | Paul Smith | 1 | -2/+2 | |
2006-02-11 | Update copyright and license notices on all files. | Paul Smith | 1 | -17/+15 | |
Added new file strcache.c to various non-UNIX makefiles and build scripts. | |||||
2005-08-08 | - Fixed a bug reported by Michael Matz regarding handling of parallel | Paul Smith | 1 | -1/+2 | |
jobs after a failed job. - Enhancements to WINDOWS32 code from Eli Zaretskii. - Add Microsoft Project files from J. Grant. | |||||
2005-07-12 | Various minor updates and code cleanups. | Paul Smith | 1 | -0/+5 | |
2005-07-04 | Various fixes and updates from testers of the beta3 release (mostly Windows | Paul Smith | 1 | -2/+2 | |
and OS/2 changes). | |||||
2005-04-08 | Fix some Savannah bugs. | Paul Smith | 1 | -1/+1 | |
Updates to docs (still need more work here) and NEWS file. New language. | |||||
2005-03-04 | - Missing docs for $| | Paul Smith | 1 | -3/+3 | |
- Update NEWS and AUTHORS files. - Fix support request #103195. - Apply patch #3679 - Fix handling of sys_siglist in autoconf/etc. | |||||
2002-10-14 | Convert the source code to use ANSI C style function definitions and | Paul Smith | 1 | -7/+3 | |
enable the automake ansi2knr capability. Right now this doesn't quite build using a K&R compiler because of a problem with the loadavg test program, but the rest of the code works. I'm asking the automake list about this problem. | |||||
2002-09-18 | Add some indexing to the manual. | Paul Smith | 1 | -2/+1 | |
Fix a few simple casting warnings, etc. | |||||
2002-04-21 | Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1. | Paul Smith | 1 | -94/+39 | |
We're using Gettext's "external" feature to avoid including the intl code in the GNU make distribution. | |||||
1999-11-17 | * Many cleanups and bugfixes. | Paul Smith | 1 | -16/+3 | |
* New handling of += in target-specific variables. | |||||
1999-07-28 | * Add gettext macros to start i18n support. | Paul Smith | 1 | -44/+46 | |
1999-02-19 | * Updates for automake 1.4 and autoconf 2.13 | Paul Smith | 1 | -5/+15 | |
* Check for a libc version of GNU glob and, if found, don't use the local glob headers. * Fix a bug in OpenVMS archive handling. * Fix a bug in VMS siglist processing. | |||||
1997-06-23 | update from main archive 970623 | Ulrich Drepper | 1 | -14/+16 | |
1997-04-07 | Changes for make 3.75.1 | Paul Smith | 1 | -0/+3 | |
1996-03-20 | [HAVE_STRING_H]: Include string.h. | Roland McGrath | 1 | -4/+8 | |
1995-04-29 | Move include of config.h before all others. | Roland McGrath | 1 | -4/+4 | |
1995-04-26 | [HAVE_UNISTD_H]: Include unistd.h so it can declare sys_siglist. | Roland McGrath | 1 | -0/+8 | |
1995-03-21 | (signame_init): Define SIGINFO. | Roland McGrath | 1 | -0/+3 | |
1995-03-07 | (strsignal): Cast sys_siglist elt to char *. | Roland McGrath | 1 | -1/+1 | |
1995-02-22 | [! HAVE_STRSIGNAL] (strsignal): New function. | Roland McGrath | 1 | -1/+18 | |
1994-09-26 | remove CONFIG_BROKETS | David J. MacKenzie | 1 | -7/+0 | |
1993-09-20 | entered into RCS | Roland McGrath | 1 | -1/+8 | |
1993-08-25 | *** empty log message *** | Roland McGrath | 1 | -1/+8 | |
1993-07-26 | Initial revision | Roland McGrath | 1 | -0/+268 | |