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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parser: allow multiple operands in test expression
Mu Qiao
2012-03-01
2
-4
/
+8
*
Parser: allow ANSI C quoting in expansion values
Mu Qiao
2012-03-01
3
-1
/
+4
*
Walker: support indirect ref in runtime
Mu Qiao
2012-03-01
2
-1
/
+6
*
Parser: support indirect ref in parameter expansion
Mu Qiao
2012-03-01
2
-0
/
+18
*
Parser: allow double quotes in arithmetic expression
Mu Qiao
2012-02-29
3
-1
/
+12
*
Parser&Walker: allow multiple arithmetic expressions
Mu Qiao
2012-02-28
15
-126
/
+161
*
Parser&Walker: respect precedence in builtin test
Mu Qiao
2012-02-23
4
-17
/
+37
*
Walker: support shortcut in keyword test
Mu Qiao
2012-02-23
2
-2
/
+20
*
Parser: respect operator precedence in keyword test
Mu Qiao
2012-02-23
3
-1
/
+7
*
Build: add more information to libbash.pc.in
Mu Qiao
2011-08-05
1
-0
/
+3
*
Test: move test_coverage.sh to test/
Mu Qiao
2011-08-04
2
-2
/
+2
*
Doc: remove useless doxample.am
Mu Qiao
2011-08-04
1
-186
/
+0
*
Doc: add doxygen main page
Mu Qiao
2011-08-04
2
-2
/
+13
*
Doc: create a doc folder for libbash documentation
Mu Qiao
2011-08-04
6
-5
/
+6
*
Doc: generate docs for public headers
Mu Qiao
2011-08-04
2
-8
/
+10
*
Doc: reduce doxygen warnings
Mu Qiao
2011-08-04
3
-7
/
+9
*
Doc: hide undocumented classes and members
Mu Qiao
2011-08-04
1
-2
/
+2
*
Doc: improve \class documentation
Mu Qiao
2011-08-04
12
-2
/
+54
*
Doc: update README
Mu Qiao
2011-08-04
1
-0
/
+12
*
Build: add ABI version
Mu Qiao
2011-08-04
2
-0
/
+2
*
Build: rename libcppbash to libbash
Mu Qiao
2011-08-04
1
-67
/
+67
*
Build: add libbash.pc.in
Mu Qiao
2011-08-04
4
-2
/
+16
*
Build: install public headers
Mu Qiao
2011-08-03
29
-38
/
+50
*
Parser: improve the rule for regular expression
Mu Qiao
2011-08-02
2
-3
/
+18
*
Parser: allow 'function' to be string literal
Mu Qiao
2011-08-02
6
-20
/
+27
*
Parser: allow 'test' to be string literal
Mu Qiao
2011-08-02
4
-5
/
+18
*
Walker: support expansions without colon
Mu Qiao
2011-08-02
3
-13
/
+53
*
Parser: split token compositions
Mu Qiao
2011-08-02
2
-4
/
+6
*
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
5
-7
/
+10
*
Builtin: reimplement the local built-in
Mu Qiao
2011-08-02
14
-35
/
+133
*
Parser: support empty command with redirection
Mu Qiao
2011-08-02
4
-12
/
+31
*
Parser: improve exported variable handling
Mu Qiao
2011-08-02
2
-6
/
+8
*
Utility: add isolated functions for instruo
Mu Qiao
2011-08-02
2
-3
/
+8
*
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
*
Core: do not declare $* to be read-only
Mu Qiao
2011-08-02
2
-1
/
+8
*
Parser: fix here document start
Mu Qiao
2011-08-02
4
-3
/
+24
*
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
4
-1
/
+5
*
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
4
-1
/
+12
*
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
[next]