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
*
Parser: split token compositions
Mu Qiao
2011-08-02
1
-4
/
+4
*
Parser: make spaces around < and > optional
Mu Qiao
2011-08-02
2
-8
/
+10
*
Parser: support ${?}
Mu Qiao
2011-08-02
2
-0
/
+2
*
Parser: support process sub as redirection dest
Mu Qiao
2011-08-02
2
-4
/
+11
*
Walker: support brace expansion for local and export
Mu Qiao
2011-08-02
4
-7
/
+9
*
Builtin: reimplement the local built-in
Mu Qiao
2011-08-02
4
-22
/
+27
*
Parser: support empty command with redirection
Mu Qiao
2011-08-02
2
-11
/
+29
*
Parser: improve exported variable handling
Mu Qiao
2011-08-02
1
-6
/
+7
*
Parser: put includes to more proper place
Mu Qiao
2011-08-02
1
-1
/
+2
*
Parser: make the lexer code thread-safe
Mu Qiao
2011-08-02
1
-5
/
+22
*
Parser: fix here document start
Mu Qiao
2011-08-02
1
-2
/
+5
*
Parser: fix single quoted string in command sub
Mu Qiao
2011-08-02
2
-0
/
+2
*
Parser: improve here document and here string
Mu Qiao
2011-08-02
2
-3
/
+8
*
Parser: allow white spaces around array index
Mu Qiao
2011-08-02
2
-1
/
+2
*
Parser&Walker: support nested arithmetic expansion
Mu Qiao
2011-08-02
3
-1
/
+4
*
Parser: allow command name that starts with 'test'
Mu Qiao
2011-08-02
3
-3
/
+4
*
Parser&Walker: support escaped characters in string
Mu Qiao
2011-08-02
3
-1
/
+11
*
Parser: remove tokens for assignment
Mu Qiao
2011-08-02
3
-29
/
+29
*
Parser: fix array size expansion
Mu Qiao
2011-08-02
4
-9
/
+16
*
Parser: fix the rule for expansion pattern
Mu Qiao
2011-08-02
2
-25
/
+38
*
Parser: fix brace handling in regex
Mu Qiao
2011-08-02
2
-2
/
+2
*
Parser&Walker: reimplement export built-in
Mu Qiao
2011-08-02
4
-8
/
+13
*
Parser: allow filename expansion characters
Mu Qiao
2011-08-02
2
-1
/
+4
*
Parser: remove tokens for += and -=
Mu Qiao
2011-08-02
4
-13
/
+16
*
Parser: make the blanks before semicolon optional
Mu Qiao
2011-08-02
2
-5
/
+4
*
Parser: allow blanks before semicolon for for_expr
Mu Qiao
2011-08-02
2
-1
/
+2
*
Parser: support '@' in non-quoted string
Mu Qiao
2011-08-02
1
-1
/
+1
*
Parser: support -a and -i option for local
Mu Qiao
2011-08-02
1
-1
/
+10
*
Walker: support == in arithmetic comparison
Mu Qiao
2011-08-02
1
-0
/
+1
*
Parser: support == in arithmetic comparison
Mu Qiao
2011-08-02
2
-1
/
+14
*
Parser: allow empty value for sub-array expansion
Mu Qiao
2011-08-02
2
-2
/
+8
*
Parser: allow braces in command arguments
Mu Qiao
2011-08-02
2
-2
/
+8
*
Parser: add back more tests
Mu Qiao
2011-08-02
6
-9
/
+8
*
Walker: reimplement the runtime for case statement
Mu Qiao
2011-07-21
1
-17
/
+14
*
Parser: fix builtin/keyword test
Mu Qiao
2011-07-20
6
-50
/
+55
*
Parser: fix delete expansion
Mu Qiao
2011-07-20
2
-3
/
+5
*
Walker: reimplement runtime for parameter expansion
Mu Qiao
2011-07-20
1
-12
/
+23
*
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
2
-12
/
+29
*
Parser: remove global backtracking
Mu Qiao
2011-07-20
16
-584
/
+835
*
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
11
-31
/
+65
*
Parser: fix a bug in escaped double quote handling
Mu Qiao
2011-07-20
1
-1
/
+6
*
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
[next]