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
path:
root
/
bashast
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build: use bash to verify test scripts
Mu Qiao
2011-07-18
1
-4
/
+7
*
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
3
-39
/
+26
*
Merge branch 'multithreading'
Mu Qiao
2011-07-05
1
-1
/
+1
|
\
|
*
Merge remote branch 'betelgeuse/multithread' into multithreading
Mu Qiao
2011-07-05
1
-1
/
+1
|
|
\
|
|
*
multithread
Petteri Räty
2011-05-18
1
-1
/
+1
*
|
|
Walker: support ANSI-C Quoting
Mu Qiao
2011-07-03
1
-3
/
+14
*
|
|
Parser: support ANSI-C Quoting
Mu Qiao
2011-07-03
2
-1
/
+4
|
/
/
*
|
Walker: make arithmetic expansion follow POSIX
Mu Qiao
2011-06-26
1
-22
/
+23
*
|
Merge branch 'mu/native_code'
Mu Qiao
2011-06-26
24
-57
/
+139
|
\
\
|
*
|
Parser: use lexer rule to parse singled quoted string
Mu Qiao
2011-06-25
10
-26
/
+24
|
*
|
Parser: support '#' in double quoted string
Mu Qiao
2011-06-25
2
-2
/
+12
|
*
|
Parser: first support for here document
Mu Qiao
2011-06-25
2
-5
/
+72
|
*
|
Parser: support writing C++ code in the grammar
Mu Qiao
2011-06-21
20
-21
/
+30
|
*
|
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
6
-16
/
+46
|
\
\
\
|
*
|
|
Walker: support arithmetic expression
Mu Qiao
2011-06-22
1
-0
/
+1
|
*
|
|
Parser: rename arith_comparison
Mu Qiao
2011-06-22
5
-14
/
+13
|
*
|
|
Walker: support shortcut capability for logic and
Mu Qiao
2011-06-22
1
-1
/
+11
|
*
|
|
Walker: support shortcut capability for logic or
Mu Qiao
2011-06-22
1
-2
/
+20
|
*
|
|
Utility: support printing tokens received by walker
Mu Qiao
2011-06-22
1
-0
/
+2
*
|
|
|
Merge remote-tracking branch 'mu/break_builtin'
Petteri Räty
2011-06-25
1
-3
/
+25
|
\
\
\
\
|
*
|
|
|
Walker: support break built-in
Mu Qiao
2011-06-23
1
-1
/
+23
|
*
|
|
|
Walker: fix a bug in for each loop
Mu Qiao
2011-06-23
1
-2
/
+2
|
|
/
/
/
*
|
|
|
Core: improve current exception usage
Mu Qiao
2011-06-22
1
-6
/
+6
*
|
|
|
Walker: first support for brace expansion
Mu Qiao
2011-06-21
1
-2
/
+36
*
|
|
|
Parser: simplify the AST of brace expansion
Mu Qiao
2011-06-21
2
-3
/
+2
*
|
|
|
Parser: support braces in command arguments
Mu Qiao
2011-06-21
2
-1
/
+6
*
|
|
|
Parser: fix comment handling at the end of if block
Mu Qiao
2011-06-20
2
-1
/
+8
|
/
/
/
*
|
|
Walker: support -a and -o in built-in test
Mu Qiao
2011-06-19
1
-1
/
+15
*
|
|
Parser: support -a and -o in built-in test
Mu Qiao
2011-06-19
2
-2
/
+5
*
|
|
Walker: Fix variable indirection in arithmetic
Mu Qiao
2011-06-18
1
-1
/
+2
*
|
|
Merge remote-tracking branch 'mu/bash_options' into review
Petteri Räty
2011-06-16
1
-2
/
+4
|
\
\
\
|
*
|
|
Walker: support $-
Mu Qiao
2011-06-13
1
-1
/
+3
|
*
|
|
Core: rename bash option to additional option
Mu Qiao
2011-06-13
1
-1
/
+1
*
|
|
|
Walker: support regular expression in keyword test
Mu Qiao
2011-06-16
1
-0
/
+4
*
|
|
|
Parser: support regular expression in keyword test
Mu Qiao
2011-06-16
2
-1
/
+6
|
|
/
/
|
/
|
|
*
|
|
Parser: support escaped characters in double quotes
Mu Qiao
2011-06-16
2
-2
/
+4
*
|
|
Core: add namespace for interpreter_exception
Mu Qiao
2011-06-14
1
-4
/
+4
*
|
|
Parser: Support redirection for all kinds of commands
Mu Qiao
2011-06-14
11
-43
/
+70
*
|
|
Parser: fix bracket pattern match negation
Petteri Räty
2011-06-14
2
-10
/
+7
*
|
|
Parser: left factor bracket_pattern_match rule
Petteri Räty
2011-06-14
1
-4
/
+6
*
|
|
Parser: fix brace expansion inside bracket pattern
Petteri Räty
2011-06-14
2
-11
/
+9
*
|
|
Parser: remove redundant word rule
Petteri Räty
2011-06-11
3
-20
/
+12
*
|
|
Parser: remove redundant case_pattern rule
Petteri Räty
2011-06-11
1
-6
/
+2
|
/
/
*
|
Merge remote-tracking branch 'mu/array_expansion'
Petteri Räty
2011-06-11
3
-34
/
+34
|
\
\
|
*
|
Walker: support $#
Mu Qiao
2011-06-11
1
-1
/
+1
|
*
|
Walker: reimplement positional parameter
Mu Qiao
2011-06-11
1
-1
/
+4
|
*
|
Walker: simplify variable reference
Mu Qiao
2011-06-11
1
-20
/
+4
|
*
|
Walker: support array offset expansion
Mu Qiao
2011-06-11
3
-15
/
+28
[next]