aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Parser: Allow EOLs in builtin array definitionMu Qiao2012-03-012-1/+24
* Parser: allow empty replacement patternMu Qiao2012-03-012-1/+5
* Parser: allow multiple operands in test expressionMu Qiao2012-03-012-4/+8
* Parser: allow ANSI C quoting in expansion valuesMu Qiao2012-03-012-1/+3
* Walker: support indirect ref in runtimeMu Qiao2012-03-011-1/+1
* Parser: support indirect ref in parameter expansionMu Qiao2012-03-012-0/+18
* Parser: allow double quotes in arithmetic expressionMu Qiao2012-02-291-1/+1
* Parser&Walker: allow multiple arithmetic expressionsMu Qiao2012-02-2810-125/+145
* Parser&Walker: respect precedence in builtin testMu Qiao2012-02-233-17/+29
* Walker: support shortcut in keyword testMu Qiao2012-02-231-2/+14
* Parser: respect operator precedence in keyword testMu Qiao2012-02-232-1/+6
* Build: install public headersMu Qiao2011-08-031-1/+1
* Parser: improve the rule for regular expressionMu Qiao2011-08-021-3/+11
* Parser: allow 'function' to be string literalMu Qiao2011-08-025-19/+22
* Parser: allow 'test' to be string literalMu Qiao2011-08-023-5/+15
* Walker: support expansions without colonMu Qiao2011-08-021-3/+26
* Parser: split token compositionsMu Qiao2011-08-021-4/+4
* Parser: make spaces around < and > optionalMu Qiao2011-08-022-8/+10
* Parser: support ${?}Mu Qiao2011-08-022-0/+2
* Parser: support process sub as redirection destMu Qiao2011-08-022-4/+11
* Walker: support brace expansion for local and exportMu Qiao2011-08-024-7/+9
* Builtin: reimplement the local built-inMu Qiao2011-08-024-22/+27
* Parser: support empty command with redirectionMu Qiao2011-08-022-11/+29
* Parser: improve exported variable handlingMu Qiao2011-08-021-6/+7
* Parser: put includes to more proper placeMu Qiao2011-08-021-1/+2
* Parser: make the lexer code thread-safeMu Qiao2011-08-021-5/+22
* Parser: fix here document startMu Qiao2011-08-021-2/+5
* Parser: fix single quoted string in command subMu Qiao2011-08-022-0/+2
* Parser: improve here document and here stringMu Qiao2011-08-022-3/+8
* Parser: allow white spaces around array indexMu Qiao2011-08-022-1/+2
* Parser&Walker: support nested arithmetic expansionMu Qiao2011-08-023-1/+4
* Parser: allow command name that starts with 'test'Mu Qiao2011-08-023-3/+4
* Parser&Walker: support escaped characters in stringMu Qiao2011-08-023-1/+11
* Parser: remove tokens for assignmentMu Qiao2011-08-023-29/+29
* Parser: fix array size expansionMu Qiao2011-08-024-9/+16
* Parser: fix the rule for expansion patternMu Qiao2011-08-022-25/+38
* Parser: fix brace handling in regexMu Qiao2011-08-022-2/+2
* Parser&Walker: reimplement export built-inMu Qiao2011-08-024-8/+13
* Parser: allow filename expansion charactersMu Qiao2011-08-022-1/+4
* Parser: remove tokens for += and -=Mu Qiao2011-08-024-13/+16
* Parser: make the blanks before semicolon optionalMu Qiao2011-08-022-5/+4
* Parser: allow blanks before semicolon for for_exprMu Qiao2011-08-022-1/+2
* Parser: support '@' in non-quoted stringMu Qiao2011-08-021-1/+1
* Parser: support -a and -i option for localMu Qiao2011-08-021-1/+10
* Walker: support == in arithmetic comparisonMu Qiao2011-08-021-0/+1
* Parser: support == in arithmetic comparisonMu Qiao2011-08-022-1/+14
* Parser: allow empty value for sub-array expansionMu Qiao2011-08-022-2/+8
* Parser: allow braces in command argumentsMu Qiao2011-08-022-2/+8
* Parser: add back more testsMu Qiao2011-08-026-9/+8
* Walker: reimplement the runtime for case statementMu Qiao2011-07-211-17/+14