Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-09-21 | Remove sindex() and replace with strstr(). | Paul Smith | 1 | -2/+0 | |
Windows: allow users to set SHELL to cmd.exe and have it behave as if no UNIX shell were found. | |||||
2004-05-16 | Various enhancements | Paul Smith | 1 | -1/+1 | |
- OS/2 Patches - OpenVMS updates - Sanitize the handling of -include/sinclude with and without -k - Fix the setting of $< for order-only rules. | |||||
2004-03-06 | Don't use __STDC__; some compilers don't set it properly. | Paul Smith | 1 | -1/+1 | |
Use autoconf's test to set HAVE_ANSI_COMPILER and check that instead. | |||||
2004-03-04 | Updates to automate generation of GNU upload artifacts. | Paul Smith | 1 | -2/+2 | |
Fix a problem compiling on old, pre-ANSI systems. getloadavg test is still broken, but make builds. Document a breakage on SunOS 4.x systems. | |||||
2004-02-25 | Fix the origin regression test. | Paul Smith | 1 | -15/+0 | |
Remove sample code from make.h I accidentally left behind. | |||||
2004-02-24 | Many compiler warning cleanups. | Paul Smith | 1 | -1/+2 | |
Small fixes for W32 (from Jonathan Grant <jg-make@jguk.org>) Maintainer enhancements to clean up the tree. | |||||
2004-02-23 | Numerous fixes: patches for OS/2; core for -f ''; makefile updates. | Paul Smith | 1 | -1/+23 | |
2003-11-03 | Added MINGW32 changes. | Paul Smith | 1 | -1/+1 | |
This commits a number of changes from Earnie Boyd that allows GNU make to build for MINGW32 systems. Only missing from this commit are the changes to configure.in etc.; I'm waiting for Earnie to sign papers for those new files. Also not here is any README.mingw32 etc. which would explain how to use this port. | |||||
2003-03-25 | Fix bug #2846. | Paul Smith | 1 | -1/+10 | |
2003-03-24 | Add support for OS/2, contributed by Andreas Buening <andreas.buening@nexgo.de> | Paul Smith | 1 | -7/+40 | |
Also a small patch from Hartmut Becker <Hartmut.Becker@compaq.com> for VMS. | |||||
2003-01-30 | Portability fix for glob.h building in FreeBSD ports system. | Paul Smith | 1 | -19/+8 | |
Implement a fix for bug # 2169: too many OSs, even major OSs like Solaris, don't properly implement SA_RESTART: important system calls like stat() can still fail when SA_RESTART is set. So, forget the BROKEN_RESTART config check and get rid of atomic_stat() and atomic_readdir(), and implement permanent wrappers for EINTR checking on various system calls (stat(), fstat(), opendir(), and readdir() so far). | |||||
2002-09-11 | Fix HAVE_BROKEN_RESTART logic. | Paul Smith | 1 | -0/+9 | |
Fix hash.h typos (only noticed when using Windows). Update .cvsignore files. | |||||
2002-09-10 | Add support for broken SA_RESTART on PTX. | Paul Smith | 1 | -0/+14 | |
Fix bug #103: allow ifdef, export, and unexport to expand their arguments. | |||||
2002-08-08 | Incorporate some VMS fixes. | Paul Smith | 1 | -1/+3 | |
Add -B option docs. Add .VARIABLES variable. Add a few new tests. Add a new translation: Swedish | |||||
2002-08-01 | New variables, .VARIABLES and .TARGETS. | Paul Smith | 1 | -2/+2 | |
2002-07-11 | Install Greg McGary's patches to port the id-utils hashing functions to | Paul Smith | 1 | -12/+4 | |
GNU make. Also he provides some other performance fixups after doing some profiling of make on large makefiles. Modify the test suite to allow the use of Valgrind to find memory problems. | |||||
2002-07-08 | Major updates in preparation for 3.80. | Paul Smith | 1 | -1/+3 | |
New version of the manual, put into the doc subdir. Enhancements: $(eval ...) and $(value ...) functions, various bug fixes, etc. See the ChangeLog. More to come. | |||||
2002-05-10 | Fix Debian bug #144306: pass target-specific variables into the environment | Paul Smith | 1 | -29/+42 | |
properly. Fix configure: allow cross-compilation; fix getloadavg (still needs _lots_ of work!) Let $(call ...) functions to be self-referencing. Lets us do transitive closures, for example. | |||||
2002-04-21 | Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1. | Paul Smith | 1 | -23/+9 | |
We're using Gettext's "external" feature to avoid including the intl code in the GNU make distribution. | |||||
2001-06-01 | Fix for EINTR problems when using jobserver. | Paul Smith | 1 | -8/+4 | |
New translation files. Fix for @+ inside define macros being applied too widely. Various other bug fixes. | |||||
2000-06-23 | * Fix PR/1791. | Paul Smith | 1 | -18/+6 | |
2000-06-19 | * Various fixes for problems in the 3.79.0.1 pretest. | Paul Smith | 1 | -1/+5 | |
2000-06-14 | * More fixes for configuring gettext correctly. | Paul Smith | 1 | -1/+18 | |
2000-06-13 | * Some timestamp fixes from Paul Eggert. | Paul Smith | 1 | -7/+3 | |
* Fix compilation on Linux; use libintl.h and not gettext.h when using the system gettext. | |||||
2000-06-07 | * Lots of bug fixes and cleanup; new i18n files, etc. | Paul Smith | 1 | -1/+12 | |
2000-03-27 | * A large number of fixes/enhancements. See the ChangeLog. | Paul Smith | 1 | -0/+1 | |
* Added a new version of the German translation file. | |||||
2000-03-26 | * Ignore attempt to change a file into itself. | Paul Smith | 1 | -1/+1 | |
* Define COFLAGS to avoid unknown variable warning. * Fix some usec problems on UnixWare. * Don't remove .INTERMEDIATE targets specified on the command line. | |||||
2000-01-25 | * Updated gettext to use more advanced libit 0.7 version. | Paul Smith | 1 | -16/+4 | |
* Various cleanups. | |||||
2000-01-22 | * Implement GNU gettext internationalization support in GNU make. | Paul Smith | 1 | -5/+19 | |
2000-01-22 | * Merge VMS patches by Hartmut Becker. | Paul Smith | 1 | -3/+5 | |
1999-11-22 | * Add new debugging output level selection feature. | Paul Smith | 1 | -7/+1 | |
1999-11-17 | * Many cleanups and bugfixes. | Paul Smith | 1 | -18/+1 | |
* New handling of += in target-specific variables. | |||||
1999-10-15 | * Fix PR/1394. | Paul Smith | 1 | -19/+18 | |
* Apply changes from Paul Eggert. * Many other cleanups (index/rindex --> strchr/strrchr, etc.) | |||||
1999-08-31 | * Large file support for AIX, HP-UX, and IRIX. | Paul Smith | 1 | -2/+6 | |
* W32 support for Cygnus Cygwin shell (bash). | |||||
1999-08-25 | * A few cleanups, and 3.77.94 release.3.77.94 | Paul Smith | 1 | -0/+11 | |
1999-08-13 | * Rework jobserver yet one more time. | Paul Smith | 1 | -0/+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 | -0/+8 | |
* Complete implementation of new jobserver algorithm. * A few minor fixups. | |||||
1999-07-28 | * Add gettext macros to start i18n support. | Paul Smith | 1 | -0/+7 | |
1999-07-21 | * Add configure option to enable dmalloc library. | Paul Smith | 1 | -6/+17 | |
* Various code cleanups. | |||||
1999-07-08 | * Added -R / --no-builtin-variables flag. | Paul Smith | 1 | -3/+3 | |
1999-04-25 | * Add new jobserver feature. | Paul Smith | 1 | -1/+2 | |
* Small updates to the manual * E.Zaretskii fix for new DJGPP version. | |||||
1999-03-26 | * Manual updates: added xrefs, some typos sent by users. | Paul Smith | 1 | -2/+1 | |
* Change the build env. to not link libglob.a unless we need it. | |||||
1999-03-19 | * Add strneq() (streq only n chars) macro | Paul Smith | 1 | -0/+2 | |
* fix return type of xstrdup. | |||||
1999-03-05 | * Define and use xstrdup() instead of strdup(). | Paul Smith | 1 | -0/+1 | |
1999-03-05 | * Update FSF address info in copyright notices. | Paul Smith | 1 | -1/+2 | |
* 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. | |||||
1998-10-03 | Checkpoint changes. Bug fixes, mostly. | Paul Smith | 1 | -237/+269 | |
1998-07-30 | GNU make release 3.77. | Paul Smith | 1 | -10/+25 | |
1997-08-27 | Updates for GNU make 3.75.92. | Paul Smith | 1 | -2/+6 | |
1997-08-18 | Bug fixes and automake changes. | Paul Smith | 1 | -1/+2 | |
1997-04-07 | Changes for make 3.75.1 | Paul Smith | 1 | -5/+19 | |