aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Build: install public headersMu Qiao2011-08-032-2/+2
* Utility: add isolated functions for instruoMu Qiao2011-08-021-1/+2
* Parser: fix builtin/keyword testMu Qiao2011-07-201-15/+15
* Parser: remove global backtrackingMu Qiao2011-07-201-15/+15
* Build: use bash to verify test scriptsMu Qiao2011-07-181-0/+63
* Merge remote branch 'betelgeuse/multithread' into multithreadingMu Qiao2011-07-051-60/+52
|\
| * multithreadPetteri Räty2011-05-181-48/+51
* | Utility: improve token printingMu Qiao2011-06-261-4/+26
* | Walker: make arithmetic expansion follow POSIXMu Qiao2011-06-261-1/+1
* | Merge remote-tracking branch 'mu/fix_arithmetic'Petteri Räty2011-06-251-7/+33
|\ \
| * | Utility: support printing tokens received by walkerMu Qiao2011-06-221-7/+33
* | | Core: add more exceptionsMu Qiao2011-06-221-1/+1
|/ /
* | Merge remote-tracking branch 'mu/bash_options' into reviewPetteri Räty2011-06-161-1/+1
|\ \
| * | Core: first support for bash optionsMu Qiao2011-06-131-1/+1
* | | Core: add namespace for interpreter_exceptionMu Qiao2011-06-143-3/+3
|/ /
* | Utility: fix error countingMu Qiao2011-06-091-1/+1
* | Test: add test for Portage functionsMu Qiao2011-06-091-1/+10
* | Utility: fix some Portage functionsMu Qiao2011-06-091-9/+10
* | Core: make error handling POSIX compliantMu Qiao2011-06-032-35/+41
* | Core: fix header orderingMu Qiao2011-06-031-2/+2
* | Coding standard: git log for author informationMu Qiao2011-06-024-4/+0
* | Utility: add more portage functionsMu Qiao2011-06-011-0/+32
* | Utility: print total time for metadata generationMu Qiao2011-06-011-2/+2
* | Utility: fix the order of INHERITEDMu Qiao2011-06-011-0/+5
* | Core: support special variable $0Mu Qiao2011-05-241-1/+1
* | Utility: support misc functions for instruoMu Qiao2011-05-232-1/+23
* | Walker: support special variable $*Mu Qiao2011-05-231-1/+1
* | Utility: add a script for metadata correctness statisticMu Qiao2011-05-231-0/+36
* | Utility: removed unused meta_gen.shMu Qiao2011-05-231-24/+0
* | Utility: ignore exceptions that we can't handleMu Qiao2011-05-231-0/+12
|/
* Core&Utility: return non zero exit status on failureMu Qiao2011-05-131-21/+31
* Utils: reimplement instruo with libbashMu Qiao2011-05-086-82/+547
* Builtin: implement inherit builtinMu Qiao2011-04-281-11/+29
* Core: use reference/pointer for the interpreter objectMu Qiao2011-04-281-8/+8
* Merge remote-tracking branch 'mu/compound_expr'Petteri Räty2011-04-271-1/+7
|\
| * Walker: support for each loopMu Qiao2011-04-251-1/+7
* | Utility: write a script that generates ebuild metadataMu Qiao2011-04-261-0/+24
* | Utility: improve the output format of metadata_generatorMu Qiao2011-04-261-1/+16
* | Core: support DEFINED_PHASES for metadata generationMu Qiao2011-04-262-6/+44
|/
* Utility: implement a simple metadata generatorMu Qiao2011-04-201-0/+56
* Build: separate utility programs from testsMu Qiao2011-04-202-0/+238