summaryrefslogtreecommitdiff
path: root/tests/scripts/variables/private
AgeCommit message (Collapse)AuthorFilesLines
2013-05-05cosmetics: fix few innocuous typosStefano Lattarini1-1/+1
Most of these were found using Lucas De Marchi's 'codespell' tool. * ChangeLog: Fix minor typos. * ChangeLog.2: Likewise. * README.Amiga: Likewise. * TODO.private: Likewise. * function.c: Likewise. * glob/glob.h: Likewise. * job.c: Likewise. * main.c: Likewise. * readme.vms: Likewise. * remake.c: Likewise. * tests/ChangeLog: Likewise. * tests/NEWS: Likewise. * tests/README: Likewise. * tests/scripts/variables/private: Likewise. * vmsdir.h: Likewise. * signame.c: Likewise. While at it, improve line wrapping in the touched comment. Copyright-paperwork-exempt: yes Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
2012-03-04Ensure appending private variables in pattern-specific target variables.Paul Smith1-0/+32
Fixes Savannah bug #35468.
2011-05-07Ensure private variables are not used when appending target-specificPaul Smith1-0/+12
variables. Fixes Savannah bug #32872.
2009-05-26Add 'private' variable modifier, feature submitted by Ramon Garcia.Paul Smith1-0/+78
Rework the parser for variables to allow multiple modifiers and also allow for variables and targets with modifier names, like "export" and "private".