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
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parser&Walker: Support redirection
André Aparício
2012-08-03
2
-2
/
+13
*
Walker: Support local declaration inside eval
André Aparício
2012-07-20
1
-0
/
+3
*
Parser: Support line continuation inside keyword test
André Aparício
2012-07-20
1
-0
/
+22
*
Builtin: Support variable declarations in declare
André Aparício
2012-07-20
2
-0
/
+10
*
Parser&Walker: Support for loop without list
André Aparício
2012-07-08
1
-0
/
+12
*
Walker: Improve command list to support "command && command && command"
André Aparício
2012-07-08
1
-0
/
+3
*
Builtin: Implement set builtin
André Aparício
2012-07-03
1
-0
/
+15
*
Utils: add debug-print-function
Mu Qiao
2012-05-26
1
-0
/
+1
*
Parser&Walker: improve escaped double quote handling
Mu Qiao
2012-03-26
1
-0
/
+1
*
Walker: support appending array to array
Mu Qiao
2012-03-26
1
-0
/
+8
*
Walker: fix single quoted argument handling
Mu Qiao
2012-03-26
1
-0
/
+1
*
Builtin: fix argument handling of printf builtin
Mu Qiao
2012-03-26
1
-0
/
+3
*
Walker: allow empty case command
Mu Qiao
2012-03-02
1
-0
/
+12
*
Parser&Walker: support literals in regular exp
Mu Qiao
2012-03-02
1
-2
/
+1
*
Walker: allow bash expansions in regular expressions
Mu Qiao
2012-03-02
1
-0
/
+5
*
Parser: allow empty replacement pattern
Mu Qiao
2012-03-01
1
-0
/
+5
*
Parser: allow ANSI C quoting in expansion values
Mu Qiao
2012-03-01
1
-0
/
+1
*
Walker: support indirect ref in runtime
Mu Qiao
2012-03-01
1
-0
/
+5
*
Parser: allow double quotes in arithmetic expression
Mu Qiao
2012-02-29
2
-0
/
+11
*
Parser&Walker: allow multiple arithmetic expressions
Mu Qiao
2012-02-28
5
-1
/
+16
*
Parser&Walker: respect precedence in builtin test
Mu Qiao
2012-02-23
1
-0
/
+8
*
Walker: support shortcut in keyword test
Mu Qiao
2012-02-23
1
-0
/
+6
*
Parser: respect operator precedence in keyword test
Mu Qiao
2012-02-23
1
-0
/
+1
*
Parser: improve the rule for regular expression
Mu Qiao
2011-08-02
1
-0
/
+7
*
Parser: allow 'function' to be string literal
Mu Qiao
2011-08-02
1
-1
/
+5
*
Parser: allow 'test' to be string literal
Mu Qiao
2011-08-02
1
-0
/
+3
*
Walker: support expansions without colon
Mu Qiao
2011-08-02
1
-0
/
+18
*
Parser: split token compositions
Mu Qiao
2011-08-02
1
-0
/
+2
*
Walker: support brace expansion for local and export
Mu Qiao
2011-08-02
1
-0
/
+1
*
Builtin: reimplement the local built-in
Mu Qiao
2011-08-02
2
-2
/
+3
*
Parser: support empty command with redirection
Mu Qiao
2011-08-02
1
-0
/
+1
*
Parser: improve exported variable handling
Mu Qiao
2011-08-02
1
-0
/
+1
*
Core: do not declare $* to be read-only
Mu Qiao
2011-08-02
1
-0
/
+7
*
Parser: fix here document start
Mu Qiao
2011-08-02
2
-1
/
+15
*
Parser&Walker: support nested arithmetic expansion
Mu Qiao
2011-08-02
1
-0
/
+1
*
Parser&Walker: support escaped characters in string
Mu Qiao
2011-08-02
1
-0
/
+1
*
Parser: support '@' in non-quoted string
Mu Qiao
2011-08-02
1
-0
/
+2
*
Parser: support -a and -i option for local
Mu Qiao
2011-08-02
1
-0
/
+7
*
Walker: support == in arithmetic comparison
Mu Qiao
2011-08-02
1
-0
/
+2
*
Core: erase all \newline before parsing
Mu Qiao
2011-08-02
1
-0
/
+3
*
Parser: fix parameter expansion value
Mu Qiao
2011-07-20
1
-1
/
+1
*
Parser: handle command substitution in lexer rules
Mu Qiao
2011-07-20
1
-0
/
+4
*
Parser: fix a bug in escaped double quote handling
Mu Qiao
2011-07-20
1
-0
/
+1
*
Build: use bash to verify test scripts
Mu Qiao
2011-07-18
16
-565
/
+227
*
Walker: support ANSI-C Quoting
Mu Qiao
2011-07-03
2
-0
/
+6
*
Utility: improve token printing
Mu Qiao
2011-06-26
1
-0
/
+1
*
Merge branch 'mu/native_code'
Mu Qiao
2011-06-26
4
-0
/
+10
|
\
|
*
Parser: support '#' in double quoted string
Mu Qiao
2011-06-25
2
-0
/
+2
|
*
Parser: first support for here document
Mu Qiao
2011-06-25
2
-0
/
+8
*
|
Merge remote-tracking branch 'mu/fix_arithmetic'
Petteri Räty
2011-06-25
4
-0
/
+6
|
\
\
[next]