aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Parser: respect operator precedence in keyword testMu Qiao2012-02-231-0/+1
* Parser: improve the rule for regular expressionMu Qiao2011-08-021-0/+7
* Parser: allow 'function' to be string literalMu Qiao2011-08-021-1/+5
* Parser: allow 'test' to be string literalMu Qiao2011-08-021-0/+3
* Walker: support expansions without colonMu Qiao2011-08-021-0/+18
* Parser: split token compositionsMu Qiao2011-08-021-0/+2
* Walker: support brace expansion for local and exportMu Qiao2011-08-021-0/+1
* Builtin: reimplement the local built-inMu Qiao2011-08-022-2/+3
* Parser: support empty command with redirectionMu Qiao2011-08-021-0/+1
* Parser: improve exported variable handlingMu Qiao2011-08-021-0/+1
* Core: do not declare $* to be read-onlyMu Qiao2011-08-021-0/+7
* Parser: fix here document startMu Qiao2011-08-022-1/+15
* Parser&Walker: support nested arithmetic expansionMu Qiao2011-08-021-0/+1
* Parser&Walker: support escaped characters in stringMu Qiao2011-08-021-0/+1
* Parser: support '@' in non-quoted stringMu Qiao2011-08-021-0/+2
* Parser: support -a and -i option for localMu Qiao2011-08-021-0/+7
* Walker: support == in arithmetic comparisonMu Qiao2011-08-021-0/+2
* Core: erase all \newline before parsingMu Qiao2011-08-021-0/+3
* Parser: fix parameter expansion valueMu Qiao2011-07-201-1/+1
* Parser: handle command substitution in lexer rulesMu Qiao2011-07-201-0/+4
* Parser: fix a bug in escaped double quote handlingMu Qiao2011-07-201-0/+1
* Build: use bash to verify test scriptsMu Qiao2011-07-1816-565/+227
* Walker: support ANSI-C QuotingMu Qiao2011-07-032-0/+6
* Utility: improve token printingMu Qiao2011-06-261-0/+1
* Merge branch 'mu/native_code'Mu Qiao2011-06-264-0/+10
|\
| * Parser: support '#' in double quoted stringMu Qiao2011-06-252-0/+2
| * Parser: first support for here documentMu Qiao2011-06-252-0/+8
* | Merge remote-tracking branch 'mu/fix_arithmetic'Petteri Räty2011-06-254-0/+6
|\ \
| * | Walker: support arithmetic expressionMu Qiao2011-06-222-0/+2
| * | Walker: support shortcut capability for logic andMu Qiao2011-06-222-0/+2
| * | Walker: support shortcut capability for logic orMu Qiao2011-06-222-0/+2
* | | Merge remote-tracking branch 'mu/break_builtin'Petteri Räty2011-06-252-4/+93
|\ \ \
| * | | Walker: support break built-inMu Qiao2011-06-232-4/+84
| * | | Walker: fix a bug in for each loopMu Qiao2011-06-232-0/+9
| |/ /
* / / Walker: first support for brace expansionMu Qiao2011-06-212-0/+6
|/ /
* | Walker: support -a and -o in built-in testMu Qiao2011-06-192-0/+4
* | Walker: Fix variable indirection in arithmeticMu Qiao2011-06-182-0/+15
* | Merge remote-tracking branch 'mu/bash_options' into reviewPetteri Räty2011-06-162-2/+2
|\ \
| * | Walker: support $-Mu Qiao2011-06-132-2/+2
| |/
* / Walker: support regular expression in keyword testMu Qiao2011-06-162-0/+3
|/
* Builtin: support printf built-inMu Qiao2011-06-112-0/+4
* Walker: support $#Mu Qiao2011-06-114-2/+4
* Core: call resolve_variable for searching variablesMu Qiao2011-06-112-0/+16
* Walker: simplify variable referenceMu Qiao2011-06-114-14/+26
* Walker: support array offset expansionMu Qiao2011-06-112-2/+7
* Test: add test for Portage functionsMu Qiao2011-06-092-0/+25
* Core: fix function handlingMu Qiao2011-06-091-1/+1
* Walker: fix for-loop for no itemsMu Qiao2011-06-092-0/+8
* Builtin: support shopt -pMu Qiao2011-06-092-0/+40
* Walker: support != in arithmetic expansionMu Qiao2011-06-092-0/+2