Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-06-20 | * More updates and fixes. | Paul Smith | 1 | -1/+0 | |
2000-06-19 | * Various fixes for problems in the 3.79.0.1 pretest. | Paul Smith | 1 | -2/+2 | |
2000-06-14 | * More fixes for configuring gettext correctly. | Paul Smith | 1 | -5/+7 | |
2000-06-07 | * Lots of bug fixes and cleanup; new i18n files, etc. | Paul Smith | 1 | -13/+39 | |
2000-04-05 | * Some final cleanups, and release 3.79.3.79 | Paul Smith | 1 | -1/+1 | |
2000-03-29 | * New config.sub and config.guess3.78.92 | Paul Smith | 1 | -1/+1 | |
* Update version number for release * Fixes to the build.sh to handle i18n/gettext * Make dash-n more robust. | |||||
2000-03-27 | * A large number of fixes/enhancements. See the ChangeLog. | Paul Smith | 1 | -1/+2 | |
* Added a new version of the German translation file. | |||||
2000-02-05 | * Updates for VMS, Windows, and DOS ports. | Paul Smith | 1 | -1/+1 | |
* Clean up some warnings. | |||||
2000-01-27 | * Some pre-pretest release cleanup. | Paul Smith | 1 | -0/+1 | |
2000-01-25 | * Updated gettext to use more advanced libit 0.7 version. | Paul Smith | 1 | -4/+4 | |
* Various cleanups. | |||||
2000-01-22 | * Implement GNU gettext internationalization support in GNU make. | Paul Smith | 1 | -2/+6 | |
1999-12-08 | * Various changes and fixes. See ChangeLog. | Paul Smith | 1 | -1/+1 | |
1999-11-17 | * Many cleanups and bugfixes. | Paul Smith | 1 | -0/+1 | |
* New handling of += in target-specific variables. | |||||
1999-10-15 | * Fix PR/1394. | Paul Smith | 1 | -1/+1 | |
* Apply changes from Paul Eggert. * Many other cleanups (index/rindex --> strchr/strrchr, etc.) | |||||
1999-10-14 | * Ensure -Iglob comes before any user-specified CPPFLAGS. | Paul Smith | 1 | -1/+1 | |
1999-09-23 | * Ouch: found a bug where re-exec from changed makefiles turned off3.78.1 | Paul Smith | 1 | -1/+1 | |
jobserver :(. | |||||
1999-09-17 | * A few script fixes and updates for 3.78. | Paul Smith | 1 | -1/+1 | |
1999-09-16 | * Some minor pre-release updates. | Paul Smith | 1 | -2/+2 | |
1999-09-15 | * Cleanup the test suite. | Paul Smith | 1 | -3/+3 | |
1999-09-14 | * Added the test suite to the main distribution. | Paul Smith | 1 | -0/+3 | |
1999-09-11 | * Various cleanups for release. | Paul Smith | 1 | -1/+1 | |
1999-09-01 | * A bugfix on MAKEFLAGS options creation that broke jobserver. | Paul Smith | 1 | -0/+3 | |
* Put the host info in the --version output. * Don't croak if the user forces -jN on submakes. | |||||
1999-08-31 | * Large file support for AIX, HP-UX, and IRIX. | Paul Smith | 1 | -5/+8 | |
* W32 support for Cygnus Cygwin shell (bash). | |||||
1999-08-23 | * Fix jobserver algorithm again. | Paul Smith | 1 | -1/+1 | |
* A couple of nits. * Fix considered pruning for double-colon rules. | |||||
1999-08-13 | * Rework jobserver yet one more time. | Paul Smith | 1 | -1/+1 | |
* Install the $(if ...) function and document it. Still need some examples. | |||||
1999-08-01 | * Release 3.77.92.3.77.92 | Paul Smith | 1 | -1/+1 | |
* Complete implementation of new jobserver algorithm. * A few minor fixups. | |||||
1999-07-24 | * Some configure fixes. | Paul Smith | 1 | -7/+9 | |
1999-07-23 | * Bugfix for NT archive support. | Paul Smith | 1 | -12/+28 | |
* Rework how the jobserver stuff works. | |||||
1999-07-22 | * Make some portability fixes.3.77.90 | Paul Smith | 1 | -1/+1 | |
1999-07-22 | * Installed new versions of GLIBC glob library. | Paul Smith | 1 | -1/+1 | |
* Installed Tim Magill's "graph pruning" performance enhancement. * Update version to 3.77.90 for the release. * Require automake 1.4. | |||||
1999-07-21 | * Add configure option to enable dmalloc library. | Paul Smith | 1 | -0/+12 | |
* Various code cleanups. | |||||
1999-04-25 | * Add new jobserver feature. | Paul Smith | 1 | -2/+15 | |
* Small updates to the manual * E.Zaretskii fix for new DJGPP version. | |||||
1999-03-30 | * More build fixes. I think a vanilla CVS checkout should build OK now. | Paul Smith | 1 | -1/+5 | |
1999-03-26 | * Manual updates: added xrefs, some typos sent by users. | Paul Smith | 1 | -3/+3 | |
* Change the build env. to not link libglob.a unless we need it. | |||||
1999-03-05 | * Define and use xstrdup() instead of strdup(). | Paul Smith | 1 | -1/+1 | |
1999-03-05 | * Update FSF address info in copyright notices. | Paul Smith | 1 | -2/+9 | |
* Update maintainers build process; remove GNUmakefile. Require builders to run automake && autoreconf by hand. * Use AC_SUBST_FILE to get the maintMakefile included, rather than GNU make's include directive, which conflicts with automake 1.4's include directive. | |||||
1999-02-22 | * New feature: .LIBPATTERNS controls the way -lfoo dependencies are expanded. | Paul Smith | 1 | -4/+7 | |
* A few tweaks to the system glob test, after trying it on a system where it's true. * Installed patches to archive handling for AIX 4.3 big archives. * Fix a memory stomp in target-specific variables. * Fix a memory leak in foreach functions. | |||||
1999-02-19 | * Updates for automake 1.4 and autoconf 2.13 | Paul Smith | 1 | -15/+39 | |
* 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. | |||||
1998-10-03 | Checkpoint changes. Bug fixes, mostly. | Paul Smith | 1 | -8/+27 | |
1998-07-30 | GNU make release 3.77. | Paul Smith | 1 | -4/+47 | |
1997-09-19 | Quick changes for make 3.76.1.3.76.1 | Paul Smith | 1 | -5/+2 | |
1997-09-16 | Changes for GNU make 3.76 | Paul Smith | 1 | -1/+1 | |
1997-09-05 | Changes for GNU make 3.75.93. | Paul Smith | 1 | -2/+2 | |
1997-08-27 | Updates for GNU make 3.75.92. | Paul Smith | 1 | -1/+1 | |
1997-08-18 | Bug fixes and automake changes. | Paul Smith | 1 | -3/+10 | |
1997-04-07 | Last-minute changed for 3.75.1 | Paul Smith | 1 | -0/+1 | |
1997-04-07 | Changes for make 3.75.1 | Paul Smith | 1 | -1/+1 | |
1996-07-20 | Sat Jul 20 05:29:43 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> | Roland McGrath | 1 | -1/+1 | |
* configure.in: Require autoconf 2.10 or later. | |||||
1996-06-22 | Sat Jun 22 14:56:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> | Roland McGrath | 1 | -1/+0 | |
* configure.in: Don't check for _sys_siglist. * make.h [HAVE__SYS_SIGLIST]: Don't test this; just punt if there is no strsignal or sys_siglist. | |||||
1995-12-14 | Remove check for `sysconf (_SC_OPEN_MAX)'. | Roland McGrath | 1 | -11/+0 | |