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
/
bashast.g
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parser: support literal '$' in double quoted string
Mu Qiao
2011-07-08
1
-1
/
+1
*
Parser: reduce backtracking for command_atom
Mu Qiao
2011-07-06
1
-28
/
+24
*
Parser: support ANSI-C Quoting
Mu Qiao
2011-07-03
1
-1
/
+3
*
Merge branch 'mu/native_code'
Mu Qiao
2011-06-26
1
-17
/
+97
|
\
|
*
Parser: use lexer rule to parse singled quoted string
Mu Qiao
2011-06-25
1
-8
/
+5
|
*
Parser: support '#' in double quoted string
Mu Qiao
2011-06-25
1
-2
/
+11
|
*
Parser: first support for here document
Mu Qiao
2011-06-25
1
-3
/
+70
|
*
Parser: support writing C++ code in the grammar
Mu Qiao
2011-06-21
1
-2
/
+11
|
*
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
1
-5
/
+4
|
\
\
|
*
|
Parser: rename arith_comparison
Mu Qiao
2011-06-22
1
-5
/
+4
*
|
|
Parser: simplify the AST of brace expansion
Mu Qiao
2011-06-21
1
-2
/
+1
*
|
|
Parser: support braces in command arguments
Mu Qiao
2011-06-21
1
-1
/
+5
*
|
|
Parser: fix comment handling at the end of if block
Mu Qiao
2011-06-20
1
-1
/
+1
|
/
/
*
|
Parser: support -a and -o in built-in test
Mu Qiao
2011-06-19
1
-2
/
+3
*
|
Parser: support regular expression in keyword test
Mu Qiao
2011-06-16
1
-1
/
+5
|
/
*
Parser: support escaped characters in double quotes
Mu Qiao
2011-06-16
1
-1
/
+3
*
Parser: Support redirection for all kinds of commands
Mu Qiao
2011-06-14
1
-5
/
+7
*
Parser: fix bracket pattern match negation
Petteri Räty
2011-06-14
1
-10
/
+6
*
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
1
-11
/
+8
*
Parser: remove redundant word rule
Petteri Räty
2011-06-11
1
-10
/
+2
*
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
1
-5
/
+7
|
\
|
*
Walker: support array offset expansion
Mu Qiao
2011-06-11
1
-5
/
+7
*
|
Parser: builtin test doesn't do && or ||
Petteri Räty
2011-06-10
1
-1
/
+2
*
|
Parser: fix handling ))
Petteri Räty
2011-06-10
1
-5
/
+4
*
|
Parser: handle appending to arrays
Petteri Räty
2011-06-10
1
-3
/
+4
*
|
Parser: fix {GNUmakefile,{M,m}akefile}
Petteri Räty
2011-06-09
1
-1
/
+0
*
|
Parser: trailing white space in command lists
Petteri Räty
2011-06-09
1
-8
/
+9
*
|
Parser: fix ${var:-public_html}
Petteri Räty
2011-06-09
1
-5
/
+2
|
/
*
Parser: support != in arithmetic expansion
Mu Qiao
2011-06-09
1
-1
/
+7
*
Parser: improve variable expansion value handling
Mu Qiao
2011-06-09
1
-11
/
+9
*
Parser: support line break in command list
Mu Qiao
2011-06-09
1
-1
/
+1
*
Parser+Walker: empty word for parameter expansion
Petteri Räty
2011-06-03
1
-2
/
+5
*
Parser: improve redirection handling
Mu Qiao
2011-06-03
1
-5
/
+4
*
Parser: fix line break for compound expression
Mu Qiao
2011-06-01
1
-1
/
+1
*
Parser: fix brace expansion
Mu Qiao
2011-06-01
1
-4
/
+2
*
Parser: support nested function definitions
Mu Qiao
2011-06-01
1
-1
/
+2
*
Parser: allow spaces at the end of arithmetic expansion
Mu Qiao
2011-06-01
1
-2
/
+2
*
Parser: support redirection for command group
Mu Qiao
2011-06-01
1
-4
/
+4
*
Parser: support special variable $$
Mu Qiao
2011-06-01
1
-0
/
+2
*
Parser&Walker: use EOF as the end of grammar
Mu Qiao
2011-05-29
1
-1
/
+1
*
Builtin: fix a bug in local built-in
Mu Qiao
2011-05-26
1
-1
/
+5
*
Parser: support variable appending
Mu Qiao
2011-05-23
1
-1
/
+2
*
Walker: support ${*:x:y} expansion
Mu Qiao
2011-05-23
1
-4
/
+4
*
Parser: fix function definition
Mu Qiao
2011-05-23
1
-2
/
+2
*
Parser: fix var_ref in arithmetic expansion
Mu Qiao
2011-05-23
1
-5
/
+6
*
Parser: move LOCAL token to ns_str_part
Mu Qiao
2011-05-22
1
-2
/
+2
*
Builtin: support export built-in.
Mu Qiao
2011-05-22
1
-2
/
+7
[next]