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
*
Builtin: Implement set -u option
André Aparício
2012-07-03
4
-5
/
+87
*
Builtin: Implement set builtin
André Aparício
2012-07-03
9
-1
/
+207
*
Builtin: implement read builtin
André Aparício
2012-07-03
5
-0
/
+229
*
Utils: add debug-print-function
Mu Qiao
2012-05-26
2
-0
/
+5
*
Builtin: improve error output for some builtins
Mu Qiao
2012-05-26
5
-15
/
+15
*
Builtin: handle __export_funcs_var in inherit
Mu Qiao
2012-05-26
2
-4
/
+17
*
Utils: handle RDEPEND for metadata generation
Mu Qiao
2012-05-26
1
-0
/
+6
*
Parser&Walker: improve escaped double quote handling
Mu Qiao
2012-03-26
4
-2
/
+5
*
Walker: support appending array to array
Mu Qiao
2012-03-26
5
-7
/
+53
*
Parser: allow ';' after local and export
Mu Qiao
2012-03-26
2
-1
/
+3
*
Walker: fix single quoted argument handling
Mu Qiao
2012-03-26
2
-0
/
+2
*
Builtin: fix argument handling of printf builtin
Mu Qiao
2012-03-26
2
-5
/
+18
*
Walker: allow empty case command
Mu Qiao
2012-03-02
2
-1
/
+14
*
Parser&Walker: support literals in regular exp
Mu Qiao
2012-03-02
6
-13
/
+25
*
Walker: allow bash expansions in regular expressions
Mu Qiao
2012-03-02
2
-1
/
+8
*
Parser: Allow EOLs in builtin array definition
Mu Qiao
2012-03-01
2
-1
/
+24
*
Parser: allow empty replacement pattern
Mu Qiao
2012-03-01
3
-1
/
+10
*
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
[next]