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
/
gunit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parser: allow ';' after local and export
Mu Qiao
2012-03-26
1
-0
/
+2
*
Parser&Walker: support literals in regular exp
Mu Qiao
2012-03-02
1
-0
/
+1
*
Parser: Allow EOLs in builtin array definition
Mu Qiao
2012-03-01
1
-0
/
+12
*
Parser: allow empty replacement pattern
Mu Qiao
2012-03-01
1
-0
/
+3
*
Parser: allow multiple operands in test expression
Mu Qiao
2012-03-01
1
-0
/
+4
*
Parser: allow ANSI C quoting in expansion values
Mu Qiao
2012-03-01
1
-1
/
+1
*
Parser: support indirect ref in parameter expansion
Mu Qiao
2012-03-01
1
-0
/
+3
*
Parser&Walker: allow multiple arithmetic expressions
Mu Qiao
2012-02-28
6
-112
/
+114
*
Parser&Walker: respect precedence in builtin test
Mu Qiao
2012-02-23
1
-2
/
+3
*
Parser: respect operator precedence in keyword test
Mu Qiao
2012-02-23
1
-0
/
+2
*
Parser: allow 'function' to be string literal
Mu Qiao
2011-08-02
2
-12
/
+12
*
Parser: allow 'test' to be string literal
Mu Qiao
2011-08-02
1
-0
/
+1
*
Parser: make spaces around < and > optional
Mu Qiao
2011-08-02
1
-3
/
+5
*
Parser: support ${?}
Mu Qiao
2011-08-02
1
-0
/
+1
*
Parser: support process sub as redirection dest
Mu Qiao
2011-08-02
1
-0
/
+6
*
Walker: support brace expansion for local and export
Mu Qiao
2011-08-02
2
-2
/
+2
*
Builtin: reimplement the local built-in
Mu Qiao
2011-08-02
2
-2
/
+2
*
Parser: fix single quoted string in command sub
Mu Qiao
2011-08-02
1
-0
/
+1
*
Parser: improve here document and here string
Mu Qiao
2011-08-02
1
-0
/
+5
*
Parser: allow white spaces around array index
Mu Qiao
2011-08-02
1
-0
/
+1
*
Parser&Walker: support nested arithmetic expansion
Mu Qiao
2011-08-02
1
-0
/
+1
*
Parser: allow command name that starts with 'test'
Mu Qiao
2011-08-02
1
-0
/
+1
*
Parser&Walker: support escaped characters in string
Mu Qiao
2011-08-02
1
-0
/
+1
*
Parser: remove tokens for assignment
Mu Qiao
2011-08-02
2
-10
/
+12
*
Parser: fix array size expansion
Mu Qiao
2011-08-02
2
-1
/
+9
*
Parser: fix the rule for expansion pattern
Mu Qiao
2011-08-02
1
-0
/
+3
*
Parser: fix brace handling in regex
Mu Qiao
2011-08-02
1
-0
/
+1
*
Parser&Walker: reimplement export built-in
Mu Qiao
2011-08-02
2
-1
/
+4
*
Parser: allow filename expansion characters
Mu Qiao
2011-08-02
1
-0
/
+1
*
Parser: remove tokens for += and -=
Mu Qiao
2011-08-02
3
-4
/
+7
*
Parser: make the blanks before semicolon optional
Mu Qiao
2011-08-02
1
-2
/
+1
*
Parser: allow blanks before semicolon for for_expr
Mu Qiao
2011-08-02
1
-0
/
+1
*
Parser: support == in arithmetic comparison
Mu Qiao
2011-08-02
1
-0
/
+1
*
Parser: allow empty value for sub-array expansion
Mu Qiao
2011-08-02
1
-0
/
+1
*
Parser: allow braces in command arguments
Mu Qiao
2011-08-02
1
-1
/
+1
*
Parser: add back more tests
Mu Qiao
2011-08-02
4
-7
/
+6
*
Parser: fix builtin/keyword test
Mu Qiao
2011-07-20
5
-34
/
+30
*
Parser: fix delete expansion
Mu Qiao
2011-07-20
1
-1
/
+1
*
Parser: add rules to perform bash expansions
Mu Qiao
2011-07-20
1
-0
/
+3
*
Parser: fix parameter expansion value
Mu Qiao
2011-07-20
1
-6
/
+8
*
Parser: remove global backtracking
Mu Qiao
2011-07-20
14
-96
/
+124
*
Parser: remove blank for the start of pipeline rule
Mu Qiao
2011-07-20
1
-1
/
+1
*
Parser: handle command substitution in lexer rules
Mu Qiao
2011-07-20
6
-19
/
+19
*
Parser: support literal '$' in double quoted string
Mu Qiao
2011-07-08
1
-0
/
+1
*
Parser: reduce backtracking for command_atom
Mu Qiao
2011-07-06
2
-11
/
+2
*
Parser: support ANSI-C Quoting
Mu Qiao
2011-07-03
1
-0
/
+1
*
Merge branch 'mu/native_code'
Mu Qiao
2011-06-26
19
-32
/
+34
|
\
|
*
Parser: use lexer rule to parse singled quoted string
Mu Qiao
2011-06-25
6
-11
/
+12
|
*
Parser: support '#' in double quoted string
Mu Qiao
2011-06-25
1
-0
/
+1
|
*
Parser: first support for here document
Mu Qiao
2011-06-25
1
-2
/
+2
[next]