aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Parser&Walker: allow multiple arithmetic expressionsMu Qiao2012-02-281-1/+4
|
* Build: use bash to verify test scriptsMu Qiao2011-07-181-12/+14
| | | | | We keep the old style for some tests that behave differently depending on different bash versions.
* Walker: Fix variable indirection in arithmeticMu Qiao2011-06-181-0/+8
|
* Walker: support != in arithmetic expansionMu Qiao2011-06-091-0/+1
|
* Parser: fix var_ref in arithmetic expansionMu Qiao2011-05-231-1/+2
| | | | | | All variable references in arithmetic expansion were treated as indirect references. This is fixed now. With this modification variable expansion in arithmetics is supported now.
* Builtin: support let built-inMu Qiao2011-05-231-1/+1
|
* Test: rename *ebuild* to *bash*Mu Qiao2011-04-221-0/+14
The suffix is not proper when we want to distinguish normal shell scripts from ebuilds. So we rename these tests to make it possible to use metadata_generator as the compiler for *.ebuild.