summaryrefslogtreecommitdiff
path: root/tests/scripts/features/targetvars
AgeCommit message (Collapse)AuthorFilesLines
2010-11-30Check if the target-specific variable is the same as the globalPaul Smith1-0/+10
variable, and if so don't try to update it. Savannah bug #31743.
2010-11-06Improve backslash/newline handling to adhere to POSIX requirements.Paul Smith1-1/+1
2009-06-09- Fix Savannah bug #18124Paul Smith1-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 GITPaul Smith1-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-26Add 'private' variable modifier, feature submitted by Ramon Garcia.Paul Smith1-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-15Fix Savannah bug #15913.Paul Smith1-0/+12
2006-03-08Some test updates for Windows.Paul Smith1-1/+1
Handle SHELL set on the command line properly for windows.
2006-02-17Make sure we don't introduce a circularity into the variable set linkedPaul Smith1-0/+25
list. Fixes Savannah bug #15757.
2003-01-30Fix bug #2238: the read.c:eval() function was not entirely reentrant.Paul Smith1-0/+19
Apply patch #1022: fix a memory corruption on very long target-specific variable definition lines.
2002-10-13Fix bug#1379: don't use alloca() where it could overrun the stack size.Paul Smith1-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-17Fix bug #940 (from the Savannah bug tracker): make sure that target-Paul Smith1-0/+45
specific variables work correctly in conjunction with double-colon targets.
2001-01-21Some bug fixes and document updates.Paul Smith1-0/+24
2000-08-21Fix PR/1831. See the ChangeLog.Paul Smith1-2/+4
2000-06-22* Fix PR/1709.Paul Smith1-0/+18
1999-11-17* Many cleanups and bugfixes.Paul Smith1-0/+26
* New handling of += in target-specific variables.
1999-10-08* Fix test suite on DOS (PR/1344)Paul Smith1-0/+20
* Fix target-specific vars bug (PR/1378)
1999-09-14* Added the test suite to the main distribution.Paul Smith1-0/+108