aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Parser: allow multiple operands in test expressionMu Qiao2012-03-012-4/+8
* Parser: allow ANSI C quoting in expansion valuesMu Qiao2012-03-013-1/+4
* Walker: support indirect ref in runtimeMu Qiao2012-03-012-1/+6
* Parser: support indirect ref in parameter expansionMu Qiao2012-03-012-0/+18
* Parser: allow double quotes in arithmetic expressionMu Qiao2012-02-293-1/+12
* Parser&Walker: allow multiple arithmetic expressionsMu Qiao2012-02-2815-126/+161
* Parser&Walker: respect precedence in builtin testMu Qiao2012-02-234-17/+37
* Walker: support shortcut in keyword testMu Qiao2012-02-232-2/+20
* Parser: respect operator precedence in keyword testMu Qiao2012-02-233-1/+7
* Build: add more information to libbash.pc.inMu Qiao2011-08-051-0/+3
* Test: move test_coverage.sh to test/Mu Qiao2011-08-042-2/+2
* Doc: remove useless doxample.amMu Qiao2011-08-041-186/+0
* Doc: add doxygen main pageMu Qiao2011-08-042-2/+13
* Doc: create a doc folder for libbash documentationMu Qiao2011-08-046-5/+6
* Doc: generate docs for public headersMu Qiao2011-08-042-8/+10
* Doc: reduce doxygen warningsMu Qiao2011-08-043-7/+9
* Doc: hide undocumented classes and membersMu Qiao2011-08-041-2/+2
* Doc: improve \class documentationMu Qiao2011-08-0412-2/+54
* Doc: update READMEMu Qiao2011-08-041-0/+12
* Build: add ABI versionMu Qiao2011-08-042-0/+2
* Build: rename libcppbash to libbashMu Qiao2011-08-041-67/+67
* Build: add libbash.pc.inMu Qiao2011-08-044-2/+16
* Build: install public headersMu Qiao2011-08-0329-38/+50
* Parser: improve the rule for regular expressionMu Qiao2011-08-022-3/+18
* Parser: allow 'function' to be string literalMu Qiao2011-08-026-20/+27
* Parser: allow 'test' to be string literalMu Qiao2011-08-024-5/+18
* Walker: support expansions without colonMu Qiao2011-08-023-13/+53
* Parser: split token compositionsMu Qiao2011-08-022-4/+6
* 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-025-7/+10
* Builtin: reimplement the local built-inMu Qiao2011-08-0214-35/+133
* Parser: support empty command with redirectionMu Qiao2011-08-024-12/+31
* Parser: improve exported variable handlingMu Qiao2011-08-022-6/+8
* Utility: add isolated functions for instruoMu Qiao2011-08-022-3/+8
* Parser: put includes to more proper placeMu Qiao2011-08-021-1/+2
* Parser: make the lexer code thread-safeMu Qiao2011-08-021-5/+22
* Core: do not declare $* to be read-onlyMu Qiao2011-08-022-1/+8
* Parser: fix here document startMu Qiao2011-08-024-3/+24
* 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-024-1/+5
* Parser: allow command name that starts with 'test'Mu Qiao2011-08-023-3/+4
* Parser&Walker: support escaped characters in stringMu Qiao2011-08-024-1/+12
* 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