Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-30 | Check if the target-specific variable is the same as the global | Paul Smith | 1 | -0/+10 | |
variable, and if so don't try to update it. Savannah bug #31743. | |||||
2010-11-06 | Improve backslash/newline handling to adhere to POSIX requirements. | Paul Smith | 1 | -1/+1 | |
2009-06-09 | - Fix Savannah bug #18124 | Paul Smith | 1 | -0/+9 | |
- Fix Savannah bug #17521 - Fix Savannah bug #16401 - Fix Savannah bug #16469 - Fix Savannah bug #16473 | |||||
2009-06-04 | - Modify access of config and gnulib Savannah modules to use GIT | Paul Smith | 1 | -3/+15 | |
- Fix Savannah bug #24655. - Fix Savannah bug #24588. - Fix Savannah bug #24277. - Fix Savannah bug #25697. - Fix Savannah bug #25694. - Fix Savannah bug #25460. - Fix Savannah bug #26207. - Fix Savannah bug #25712. - Fix Savannah bug #26593. - Fix various doc issues. | |||||
2009-05-26 | Add 'private' variable modifier, feature submitted by Ramon Garcia. | Paul Smith | 1 | -118/+53 | |
Rework the parser for variables to allow multiple modifiers and also allow for variables and targets with modifier names, like "export" and "private". | |||||
2006-03-15 | Fix Savannah bug #15913. | Paul Smith | 1 | -0/+12 | |
2006-03-08 | Some test updates for Windows. | Paul Smith | 1 | -1/+1 | |
Handle SHELL set on the command line properly for windows. | |||||
2006-02-17 | Make sure we don't introduce a circularity into the variable set linked | Paul Smith | 1 | -0/+25 | |
list. Fixes Savannah bug #15757. | |||||
2003-01-30 | Fix bug #2238: the read.c:eval() function was not entirely reentrant. | Paul Smith | 1 | -0/+19 | |
Apply patch #1022: fix a memory corruption on very long target-specific variable definition lines. | |||||
2002-10-13 | Fix bug#1379: don't use alloca() where it could overrun the stack size. | Paul Smith | 1 | -0/+8 | |
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-09-17 | Fix bug #940 (from the Savannah bug tracker): make sure that target- | Paul Smith | 1 | -0/+45 | |
specific variables work correctly in conjunction with double-colon targets. | |||||
2001-01-21 | Some bug fixes and document updates. | Paul Smith | 1 | -0/+24 | |
2000-08-21 | Fix PR/1831. See the ChangeLog. | Paul Smith | 1 | -2/+4 | |
2000-06-22 | * Fix PR/1709. | Paul Smith | 1 | -0/+18 | |
1999-11-17 | * Many cleanups and bugfixes. | Paul Smith | 1 | -0/+26 | |
* New handling of += in target-specific variables. | |||||
1999-10-08 | * Fix test suite on DOS (PR/1344) | Paul Smith | 1 | -0/+20 | |
* Fix target-specific vars bug (PR/1378) | |||||
1999-09-14 | * Added the test suite to the main distribution. | Paul Smith | 1 | -0/+108 | |