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
/
array.gunit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parser: Allow EOLs in builtin array definition
Mu Qiao
2012-03-01
1
-0
/
+12
*
Parser&Walker: allow multiple arithmetic expressions
Mu Qiao
2012-02-28
1
-10
/
+10
*
Builtin: reimplement the local built-in
Mu Qiao
2011-08-02
1
-1
/
+1
*
Parser: allow white spaces around array index
Mu Qiao
2011-08-02
1
-0
/
+1
*
Parser&Walker: reimplement export built-in
Mu Qiao
2011-08-02
1
-0
/
+3
*
Parser: remove tokens for += and -=
Mu Qiao
2011-08-02
1
-2
/
+2
*
Parser: remove global backtracking
Mu Qiao
2011-07-20
1
-3
/
+3
*
Parser: handle command substitution in lexer rules
Mu Qiao
2011-07-20
1
-2
/
+2
*
Parser: support writing C++ code in the grammar
Mu Qiao
2011-06-21
1
-1
/
+1
*
Merge remote-tracking branch 'mu/array_expansion'
Petteri Räty
2011-06-11
1
-6
/
+6
|
\
|
*
Walker: support array offset expansion
Mu Qiao
2011-06-11
1
-6
/
+6
*
|
Parser: fix handling ))
Petteri Räty
2011-06-10
1
-0
/
+1
*
|
Parser: handle appending to arrays
Petteri Räty
2011-06-10
1
-0
/
+3
|
/
*
Walker: implement remove expansion for raw string
Mu Qiao
2011-04-20
1
-4
/
+4
*
Parser: functions inside command substitution
Petteri Räty
2011-04-20
1
-1
/
+1
*
Parser: fix ws handling for array assignment
Petteri Räty
2011-04-17
1
-0
/
+4
*
Parser: optional colon in parameter expansions
Petteri Räty
2011-04-17
1
-1
/
+1
*
Parser: no dedicated tokens for some expansions
Petteri Räty
2011-04-17
1
-1
/
+1
*
Unify variable reference AST for arrays
Mu Qiao
2011-04-13
1
-3
/
+3
*
Refer to array indexes with arithmetic expressions
Petteri Räty
2011-04-12
1
-0
/
+1
*
Fix parameter expansion parsing for arrays
Petteri Räty
2011-04-12
1
-0
/
+9
*
Support parsing array member sizes
Petteri Räty
2011-04-12
1
-0
/
+5
*
Simplify array assignment rules
Petteri Räty
2011-04-11
1
-2
/
+2
*
Refer to git log for copyright information
Petteri Räty
2011-03-26
1
-1
/
+1
*
Fix copyright format, add missing copyright
Mu Qiao
2011-03-26
1
-0
/
+18
*
Expansions in fname
Nathan Eloe
2010-07-07
1
-3
/
+3
*
Fixes: Multiple nodes as head, var defs, strings
Nathan Eloe
2010-07-07
1
-0
/
+2
*
AST restructuring: referencing variables
Nathan Eloe
2010-07-04
1
-4
/
+4
*
FNAME token rewritten as parser rule
Nathan Eloe
2010-06-21
1
-3
/
+3
*
AST structure fix: variable assignments
Nathan Eloe
2010-06-21
1
-0
/
+3
*
Non-ASCII character handling
Nathan Eloe
2010-06-21
1
-5
/
+2
*
Implementation: Indexed Array variables
Nathan Eloe
2010-06-12
1
-0
/
+10