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
/
src
/
builtins
Commit message (
Expand
)
Author
Age
Files
Lines
*
Builtin: Support more options for declare
André Aparício
2012-07-20
2
-5
/
+31
*
Builtin: Support variable declarations in declare
André Aparício
2012-07-20
2
-73
/
+106
*
Builtin: Implement unset array support
André Aparício
2012-07-08
2
-1
/
+60
*
Builtin: Implement set -u option
André Aparício
2012-07-03
2
-0
/
+21
*
Builtin: Implement set builtin
André Aparício
2012-07-03
3
-0
/
+168
*
Builtin: implement read builtin
André Aparício
2012-07-03
3
-0
/
+224
*
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
1
-3
/
+16
*
Builtin: fix argument handling of printf builtin
Mu Qiao
2012-03-26
1
-5
/
+15
*
Doc: improve \class documentation
Mu Qiao
2011-08-04
11
-1
/
+53
*
Build: install public headers
Mu Qiao
2011-08-03
10
-10
/
+10
*
Builtin: reimplement the local built-in
Mu Qiao
2011-08-02
3
-7
/
+93
*
Parser&Walker: reimplement export built-in
Mu Qiao
2011-08-02
2
-0
/
+92
*
Build: use bash to verify test scripts
Mu Qiao
2011-07-18
1
-1
/
+1
*
Merge branch 'multithreading'
Mu Qiao
2011-07-05
1
-21
/
+30
|
\
|
*
Merge remote branch 'betelgeuse/multithread' into multithreading
Mu Qiao
2011-07-05
1
-21
/
+30
|
|
\
|
|
*
multithread
Petteri Räty
2011-05-18
1
-16
/
+27
*
|
|
Walker: support ANSI-C Quoting
Mu Qiao
2011-07-03
3
-2
/
+11
*
|
|
Builtin: support shift built-in
Mu Qiao
2011-07-03
3
-0
/
+148
*
|
|
Core: fix headers that don't follow the coding style
Mu Qiao
2011-07-03
2
-4
/
+4
*
|
|
Doc: improve documentation
Mu Qiao
2011-07-03
2
-1
/
+10
|
/
/
*
|
Walker: make arithmetic expansion follow POSIX
Mu Qiao
2011-06-26
1
-3
/
+3
*
|
Merge remote-tracking branch 'mu/break_builtin'
Petteri Räty
2011-06-25
4
-7
/
+194
|
\
\
|
*
|
Builtin: implement break built-in
Mu Qiao
2011-06-23
3
-0
/
+155
|
*
|
Core: abstract the role of continue exception
Mu Qiao
2011-06-23
1
-7
/
+39
*
|
|
Builtin: make declare built-in throw exceptions
Mu Qiao
2011-06-22
2
-34
/
+47
*
|
|
Core: improve current exception usage
Mu Qiao
2011-06-22
13
-39
/
+42
*
|
|
Core: add more exceptions
Mu Qiao
2011-06-22
4
-4
/
+4
|
/
/
*
|
Merge remote-tracking branch 'mu/bash_options' into review
Petteri Räty
2011-06-16
2
-7
/
+7
|
\
\
|
*
|
Core: rename bash option to additional option
Mu Qiao
2011-06-13
2
-7
/
+7
*
|
|
Builtin: cache parsing failures in source built-in
Mu Qiao
2011-06-16
1
-4
/
+14
*
|
|
Core: add namespace for interpreter_exception
Mu Qiao
2011-06-14
12
-21
/
+21
|
/
/
*
|
Builtin: support printf built-in
Mu Qiao
2011-06-11
6
-40
/
+171
*
|
Walker: remove abstraction for arithmetic
Mu Qiao
2011-06-10
1
-2
/
+2
*
|
Core: fix function handling
Mu Qiao
2011-06-09
1
-0
/
+9
*
|
Builtin: support shopt -p
Mu Qiao
2011-06-09
2
-0
/
+10
*
|
Builtin: support declare -p vars
Mu Qiao
2011-06-09
2
-2
/
+36
*
|
Core: make error handling POSIX compliant
Mu Qiao
2011-06-03
5
-54
/
+39
*
|
Core: fix header ordering
Mu Qiao
2011-06-03
5
-9
/
+10
*
|
Merge remote-tracking branch 'mu/keyword_test' into review
Petteri Räty
2011-06-03
1
-6
/
+3
|
\
\
|
*
|
Builtin: make let call interpreter::eval_arithmetic
Mu Qiao
2011-06-01
1
-3
/
+2
*
|
|
Build: turn on -Wconversion -Wsign-conversion
Mu Qiao
2011-06-03
1
-1
/
+2
*
|
|
Coding standard: git log for author information
Mu Qiao
2011-06-02
18
-18
/
+0
*
|
|
Builtin: support eval built-in
Mu Qiao
2011-06-02
2
-0
/
+86
*
|
|
Builtin: fix a bug in inherit built-in
Mu Qiao
2011-06-01
1
-1
/
+1
|
/
/
*
|
Builtin: support continue built-in
Mu Qiao
2011-05-29
4
-0
/
+177
*
|
Merge remote-tracking branch 'mu/test_coverage' into review
Petteri Räty
2011-05-28
5
-2
/
+49
|
\
\
|
*
|
Builtin: source returns 1 if the script is illegal
Mu Qiao
2011-05-26
2
-0
/
+22
|
*
|
Test: improve test coverage for shopt built-in
Mu Qiao
2011-05-26
1
-0
/
+16
|
*
|
Test: correct the test case names for shopt
Mu Qiao
2011-05-26
1
-2
/
+2
[next]