summaryrefslogtreecommitdiff
path: root/.cvsignore
AgeCommit message (Collapse)AuthorFilesLines
2013-01-12Rename CVS ignore files to .gitignorePaul Smith1-37/+0
2012-01-15Add GNU Guile as an optional embedded scripting language for make.Paul Smith1-0/+2
On configure-enabled systems, configure will detect Guile installed (using pkg-config, which is how GNU Guile is distributed) and enable it if so. On all non-configure-enabled systems, currently, the default is for Guile support to be disabled.
2009-08-01Changes from Ralf Wildenhues.Paul Smith1-0/+1
2006-11-18Fix from Eli for incorrect value of $(MAKE) on Cygwin.Paul Smith1-1/+1
A few changes from char* to void* where appropriate, and removing of unnecessary casts. Much more work on const-ifying the codebase. This round involves some code changes to make it correct. NOTE!! There will almost certainly be problems on the non-POSIX ports that will need to be addressed after the const changes are finished: they will need to be const-ified properly and there may need to be some changes to allocate memory, etc. as well. The next (last?) big push for this, still to come, is const-ifying the filenames in struct file, struct dep, etc. This will allow us to store file names in the string cache and finally resolve Savannah bug #15182 (make uses too much memory), among other advantages.
2006-04-01Release GNU make 3.81.Paul Smith1-0/+2
Update NEWS docs. Enhance the manual to use automake version.texi, and use the canonical FSF copyright features and statement. Some $(realpath ...) tests won't work on Windows; leave them out The jobserver filedescriptor test might fail if some FDs are reserved, so for now comment out that check.
2004-01-07Fix order-only prerequisites for pattern rules. (Savannah patch #2349).Paul Smith1-1/+1
Add a regression test for this. Older libraries don't allow *alloc(0), so make sure we don't ever do that.
2002-09-11Fix HAVE_BROKEN_RESTART logic.Paul Smith1-2/+3
Fix hash.h typos (only noticed when using Windows). Update .cvsignore files.
2000-01-25* Updated gettext to use more advanced libit 0.7 version.Paul Smith1-1/+4
* Various cleanups.
1999-08-31* Large file support for AIX, HP-UX, and IRIX.Paul Smith1-3/+5
* W32 support for Cygnus Cygwin shell (bash).
1999-08-23* Fix jobserver algorithm again.Paul Smith1-0/+2
* A couple of nits. * Fix considered pruning for double-colon rules.
1999-03-05* Update FSF address info in copyright notices.Paul Smith1-2/+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.
1999-03-04Fix a bug where conditional variables weren't being expanded correctly.Paul Smith1-0/+7
1995-10-10.Roland McGrath1-1/+1
1995-03-07.Roland McGrath1-2/+4
1995-03-07.Roland McGrath1-0/+15