summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2004-02-23Numerous fixes: patches for OS/2; core for -f ''; makefile updates.Paul Smith1-12/+10
2004-01-08Enhancements to the documentation (fixes bugs #1772 and 4898).Paul Smith1-10/+25
Add "!" to the list of shell escape characters: POSIX sh allows it to be used to negate the return value of the command.
2003-11-03Added MINGW32 changes.Paul Smith1-16/+16
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-10-22Build fixes due to changes in the FSF web site.Paul Smith1-4/+4
Add new language support. Minor configure, etc. cleanups.
2003-07-31Updated for autoconf 2.57, automake 1.7.6, and gettext 0.12.1.Paul Smith2-2/+2
Fixed problems with the dist target (adding missing files). Workaround for a bug in gettext 0.12.1 po/Makefile.in.in where distclean wasn't cleaning everything, which caused distcheck to fail.
2003-07-19Minor updates for Windows and OS/2.Paul Smith1-8/+8
2003-05-02- Fix bug #1405: allow multiple pattern-specific variables to match a target.Paul Smith1-7/+10
- Fix some uncleanliness about the implementation of patterns-specific vars. - Some enhancements to the OS/2 port.
2003-03-25Fix bug #2892.Paul Smith1-3/+2
More OS/2 updates from Andreas Buening. Upgrade build system to autoconf 2.57 and automake 1.7.3.
2002-10-25A few minor fixes to the manual and automake files.Paul Smith1-5/+21
2002-10-13Fix bug#1379: don't use alloca() where it could overrun the stack size.Paul Smith1-24/+42
Implemented enhancement #1391: allow "export" in target-specific variable definitions. Change the Info name of the "Automatic" node to "Automatic Variables". Add text clarifying the scope of automatic variables to that section.
2002-10-03Some updates for automake 1.7 and prep for releasing 3.80.Paul Smith1-8/+2
2002-09-18Fix a bug exporting/unexporting multiple variables in one command.Paul Smith1-8/+20
Update the text about reporting bugs.
2002-09-18Add some indexing to the manual.Paul Smith1-0/+2
Fix a few simple casting warnings, etc.
2002-09-11Fix HAVE_BROKEN_RESTART logic.Paul Smith1-0/+7
Fix hash.h typos (only noticed when using Windows). Update .cvsignore files.
2002-09-10Add support for broken SA_RESTART on PTX.Paul Smith1-1/+7
Fix bug #103: allow ifdef, export, and unexport to expand their arguments.
2002-09-04Fix for complex situations where directories are declared as prerequisites.Paul Smith1-12/+28
Info on this fix from barkalow@reputation.com: thanks! Some updates/cleanups of some of the tests; added a forgotten -t test, etc.
2002-08-08Incorporate some VMS fixes.Paul Smith1-21/+39
Add -B option docs. Add .VARIABLES variable. Add a few new tests. Add a new translation: Swedish
2002-08-01New variables, .VARIABLES and .TARGETS.Paul Smith1-2/+34
2002-07-10Implement SysV-style $$@ support. I looked at E.Parmelan's patch butPaul Smith1-23/+36
decided to implement this a different way, and didn't use it.
2002-07-09Documentation and tests for order-only prerequisites.Paul Smith1-2/+46
Add a new test suite for automatic variables.
2002-07-08Major updates in preparation for 3.80.Paul Smith2-0/+10170
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.