aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Walker: support appending array to arrayMu Qiao2012-03-261-0/+5
* Doc: reduce doxygen warningsMu Qiao2011-08-041-1/+1
* Build: install public headersMu Qiao2011-08-031-1/+1
* Builtin: support shift built-inMu Qiao2011-07-031-0/+29
* Doc: improve documentationMu Qiao2011-07-031-14/+20
* Walker: make arithmetic expansion follow POSIXMu Qiao2011-06-261-15/+15
* Core: improve current exception usageMu Qiao2011-06-221-2/+2
* Core: add more exceptionsMu Qiao2011-06-221-1/+1
* Core: add namespace for interpreter_exceptionMu Qiao2011-06-141-2/+2
* Build: turn on -Wconversion -Wsign-conversionMu Qiao2011-06-031-4/+6
* Coding standard: git log for author informationMu Qiao2011-06-021-1/+0
* Walker: support ${*:x:y} expansionMu Qiao2011-05-231-4/+1
* Core: return 0 if boost::lexical_cast<int> failsMu Qiao2011-05-071-1/+1
* Core: support unsetting variables, fix is_nullMu Qiao2011-04-281-11/+29
* Merge remote-tracking branch 'mu/master'Petteri Räty2011-04-141-13/+13
|\
| * Fix variable definition with non-zero indexMu Qiao2011-04-141-3/+4
| * Implement array element reference for variable expansionMu Qiao2011-04-131-12/+11
* | Remove class scopePetteri Räty2011-04-131-78/+0
|/
* Support getting all values of an arrayMu Qiao2011-04-121-0/+16
* Implement get_length and get_array_length for variableMu Qiao2011-04-121-0/+15
* Implement array symbolMu Qiao2011-04-121-9/+35
* Add style guide for header filesMu Qiao2011-04-081-3/+3
* Remove usage of static_pointer_castPetteri Räty2011-04-041-50/+38
* Fix a bug in resolving non-exist symbolsMu Qiao2011-04-041-1/+2
* Add a member indicating whether a variable is nullMu Qiao2011-04-041-3/+19
* Add member functions to support variable traversalMu Qiao2011-04-021-0/+48
* Enable more warnings for developersPetteri Räty2011-03-261-4/+3
* Refer to git log for copyright informationPetteri Räty2011-03-261-1/+1
* Fix copyright format, add missing copyrightMu Qiao2011-03-261-1/+2
* Implement symbols and symbol tableMu Qiao2011-03-251-0/+198