aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Parser&Walker: support literals in regular expMu Qiao2012-03-021-6/+9
* Build: install public headersMu Qiao2011-08-031-1/+1
* Builtin: reimplement the local built-inMu Qiao2011-08-021-2/+4
* Parser&Walker: reimplement export built-inMu Qiao2011-08-021-0/+5
* Core: erase all \newline before parsingMu Qiao2011-08-021-7/+13
* Walker: reimplement runtime for parameter expansionMu Qiao2011-07-201-0/+10
* Merge remote branch 'betelgeuse/multithread' into multithreadingMu Qiao2011-07-051-2/+37
|\
| * Core: fix memory leakPetteri Räty2011-05-181-1/+9
| * multithreadPetteri Räty2011-05-181-3/+32
* | Utility: improve token printingMu Qiao2011-06-261-1/+2
* | Walker: make arithmetic expansion follow POSIXMu Qiao2011-06-261-1/+1
* | Merge remote-tracking branch 'mu/fix_arithmetic'Petteri Räty2011-06-251-1/+21
|\ \
| * | Utility: support printing tokens received by walkerMu Qiao2011-06-221-1/+21
* | | Core: improve current exception usageMu Qiao2011-06-221-6/+6
* | | Core: add more exceptionsMu Qiao2011-06-221-1/+1
|/ /
* | Core: add namespace for interpreter_exceptionMu Qiao2011-06-141-6/+6
* | Core: reduce file dependenciesPetteri Räty2011-06-101-0/+16
* | Core: fix function handlingMu Qiao2011-06-091-1/+10
* | Core: fix memory leaks in bash_ast::init_parserPetteri Räty2011-06-061-22/+13
* | Core: make error handling POSIX compliantMu Qiao2011-06-031-16/+5
* | Core: fix header orderingMu Qiao2011-06-031-2/+2
* | Build: turn on -Wconversion -Wsign-conversionMu Qiao2011-06-031-3/+6
* | Coding standard: git log for author informationMu Qiao2011-06-021-1/+0
* | Core: improve error reportingMu Qiao2011-05-241-3/+7
* | Core: refactor bash_ast constructorMu Qiao2011-05-241-0/+14
* | Core: generalize the functionality of bash_astMu Qiao2011-05-231-32/+41
* | Core: avoid abbreviations for member namesMu Qiao2011-05-231-19/+19
|/
* Core&Utility: return non zero exit status on failureMu Qiao2011-05-131-4/+22
* Core: use reference/pointer for the interpreter objectMu Qiao2011-04-281-0/+145