GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/libbash.git
master
SoC2010: libbash
Petteri Räty <betelgeuse@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Core: erase all \newline before parsing
Mu Qiao
2011-08-02
3
-8
/
+18
*
Walker: reimplement the runtime for case statement
Mu Qiao
2011-07-21
2
-17
/
+15
*
Parser: fix builtin/keyword test
Mu Qiao
2011-07-20
8
-65
/
+72
*
Parser: fix delete expansion
Mu Qiao
2011-07-20
2
-3
/
+5
*
Walker: reimplement runtime for parameter expansion
Mu Qiao
2011-07-20
4
-12
/
+42
*
Parser: add rules to perform bash expansions
Mu Qiao
2011-07-20
2
-0
/
+10
*
Parser: remove backtracking for double quoted string
Mu Qiao
2011-07-20
1
-7
/
+6
*
Parser: fix parameter expansion value
Mu Qiao
2011-07-20
3
-13
/
+30
*
Build: remove the time limit option
Mu Qiao
2011-07-20
1
-1
/
+1
*
Parser: remove global backtracking
Mu Qiao
2011-07-20
20
-607
/
+853
*
Build: add antlr flags
Mu Qiao
2011-07-20
1
-1
/
+1
*
Parser: remove blank for the start of pipeline rule
Mu Qiao
2011-07-20
2
-17
/
+18
*
Parser: handle command substitution in lexer rules
Mu Qiao
2011-07-20
13
-32
/
+70
*
Parser: fix a bug in escaped double quote handling
Mu Qiao
2011-07-20
2
-1
/
+7
*
Build: use bash to verify test scripts
Mu Qiao
2011-07-18
25
-600
/
+339
*
Parser: support literal '$' in double quoted string
Mu Qiao
2011-07-08
2
-1
/
+2
*
Parser: reduce backtracking for command_atom
Mu Qiao
2011-07-06
7
-44
/
+73
*
Merge branch 'multithreading'
Mu Qiao
2011-07-05
6
-89
/
+127
|
\
|
*
Merge remote branch 'betelgeuse/multithread' into multithreading
Mu Qiao
2011-07-05
6
-89
/
+127
|
|
\
|
|
*
Core: fix memory leak
Petteri Räty
2011-05-18
1
-1
/
+9
|
|
*
multithread
Petteri Räty
2011-05-18
6
-71
/
+113
*
|
|
Walker: support ANSI-C Quoting
Mu Qiao
2011-07-03
9
-11
/
+45
*
|
|
Parser: support ANSI-C Quoting
Mu Qiao
2011-07-03
2
-1
/
+4
*
|
|
Builtin: support shift built-in
Mu Qiao
2011-07-03
8
-0
/
+196
*
|
|
Build: remove auto generated files
Mu Qiao
2011-07-03
154
-21332
/
+1
*
|
|
Core: fix headers that don't follow the coding style
Mu Qiao
2011-07-03
2
-4
/
+4
*
|
|
Doc: add docs to .gitignore
Mu Qiao
2011-07-03
1
-0
/
+1
*
|
|
Doc: improve documentation
Mu Qiao
2011-07-03
16
-109
/
+223
|
/
/
*
|
Utility: improve token printing
Mu Qiao
2011-06-26
6
-6
/
+36
*
|
Walker: make arithmetic expansion follow POSIX
Mu Qiao
2011-06-26
10
-67
/
+71
*
|
Build: relax antlr timeout limit
Mu Qiao
2011-06-26
1
-1
/
+1
*
|
Build: apply the md5 trick for libbashWalker.h
Mu Qiao
2011-06-26
155
-1
/
+21343
*
|
Merge branch 'mu/native_code'
Mu Qiao
2011-06-26
32
-76
/
+200
|
\
\
|
*
|
Parser: use lexer rule to parse singled quoted string
Mu Qiao
2011-06-25
11
-27
/
+25
|
*
|
Parser: support '#' in double quoted string
Mu Qiao
2011-06-25
5
-3
/
+15
|
*
|
Parser: first support for here document
Mu Qiao
2011-06-25
6
-6
/
+84
|
*
|
Parser: support writing C++ code in the grammar
Mu Qiao
2011-06-21
24
-43
/
+77
|
*
|
Parser: remove the here_string_op rule
Mu Qiao
2011-06-16
1
-3
/
+1
*
|
|
Merge remote-tracking branch 'mu/fix_arithmetic'
Petteri Räty
2011-06-25
15
-25
/
+114
|
\
\
\
|
*
|
|
Walker: support arithmetic expression
Mu Qiao
2011-06-22
3
-0
/
+3
|
*
|
|
Parser: rename arith_comparison
Mu Qiao
2011-06-22
5
-14
/
+13
|
*
|
|
Walker: support shortcut capability for logic and
Mu Qiao
2011-06-22
3
-1
/
+13
|
*
|
|
Walker: support shortcut capability for logic or
Mu Qiao
2011-06-22
3
-2
/
+22
|
*
|
|
Utility: support printing tokens received by walker
Mu Qiao
2011-06-22
6
-9
/
+64
*
|
|
|
Merge remote-tracking branch 'mu/break_builtin'
Petteri Räty
2011-06-25
9
-14
/
+317
|
\
\
\
\
|
*
|
|
|
Walker: support break built-in
Mu Qiao
2011-06-23
3
-5
/
+107
|
*
|
|
|
Walker: fix a bug in for each loop
Mu Qiao
2011-06-23
3
-2
/
+11
|
*
|
|
|
Builtin: implement break built-in
Mu Qiao
2011-06-23
5
-0
/
+160
|
*
|
|
|
Core: abstract the role of continue exception
Mu Qiao
2011-06-23
1
-7
/
+39
|
|
/
/
/
*
|
|
|
Builtin: make declare built-in throw exceptions
Mu Qiao
2011-06-22
2
-34
/
+47
[prev]
[next]