Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-05-02 | - Fix bug #1405: allow multiple pattern-specific variables to match a target. | Paul Smith | 1 | -7/+10 | |
- Fix some uncleanliness about the implementation of patterns-specific vars. - Some enhancements to the OS/2 port. | |||||
2003-03-25 | Fix bug #2892. | Paul Smith | 1 | -3/+2 | |
More OS/2 updates from Andreas Buening. Upgrade build system to autoconf 2.57 and automake 1.7.3. | |||||
2002-10-25 | A few minor fixes to the manual and automake files. | Paul Smith | 1 | -5/+21 | |
2002-10-13 | Fix bug#1379: don't use alloca() where it could overrun the stack size. | Paul Smith | 1 | -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-03 | Some updates for automake 1.7 and prep for releasing 3.80. | Paul Smith | 1 | -8/+2 | |
2002-09-18 | Fix a bug exporting/unexporting multiple variables in one command. | Paul Smith | 1 | -8/+20 | |
Update the text about reporting bugs. | |||||
2002-09-18 | Add some indexing to the manual. | Paul Smith | 1 | -0/+2 | |
Fix a few simple casting warnings, etc. | |||||
2002-09-11 | Fix HAVE_BROKEN_RESTART logic. | Paul Smith | 1 | -0/+7 | |
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 | -1/+7 | |
Fix bug #103: allow ifdef, export, and unexport to expand their arguments. | |||||
2002-09-04 | Fix for complex situations where directories are declared as prerequisites. | Paul Smith | 1 | -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-08 | Incorporate some VMS fixes. | Paul Smith | 1 | -21/+39 | |
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/+34 | |
2002-07-10 | Implement SysV-style $$@ support. I looked at E.Parmelan's patch but | Paul Smith | 1 | -23/+36 | |
decided to implement this a different way, and didn't use it. | |||||
2002-07-09 | Documentation and tests for order-only prerequisites. | Paul Smith | 1 | -2/+46 | |
Add a new test suite for automatic variables. | |||||
2002-07-08 | Major updates in preparation for 3.80. | Paul Smith | 2 | -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. |