summaryrefslogtreecommitdiff
path: root/tests/scripts/features/export
AgeCommit message (Collapse)AuthorFilesLines
2009-05-26Add 'private' variable modifier, feature submitted by Ramon Garcia.Paul Smith1-109/+49
Rework the parser for variables to allow multiple modifiers and also allow for variables and targets with modifier names, like "export" and "private".
2005-07-12Various minor updates and code cleanups.Paul Smith1-6/+2
2002-09-18Fix a bug exporting/unexporting multiple variables in one command.Paul Smith1-1/+74
Update the text about reporting bugs.
2002-09-10A few test bug fixes:Paul Smith1-0/+4
* Never use "touch" in make rules; it breaks on most sub-second supporting systems. Use echo "" > $@ instead. * Forgot to close test makefiles before using them! All the above worked fine on Linux but failed miserably on Solaris.
2002-09-10Add support for broken SA_RESTART on PTX.Paul Smith1-0/+173
Fix bug #103: allow ifdef, export, and unexport to expand their arguments.