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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Walker: Support string operations on arrays
André Aparício
2012-08-19
2
-1
/
+18
*
Parser&Walker: Support redirection
André Aparício
2012-08-03
1
-0
/
+35
*
Builtin: Support more options for declare
André Aparício
2012-07-20
3
-5
/
+39
*
Builtin: Support variable declarations in declare
André Aparício
2012-07-20
2
-73
/
+106
*
Replace boost::scoped_ptr with std::unique_ptr
Petteri Räty
2012-07-08
2
-3
/
+2
*
Builtin: Implement unset array support
André Aparício
2012-07-08
3
-1
/
+61
*
Builtin: Implement set -u option
André Aparício
2012-07-03
4
-5
/
+87
*
Builtin: Implement set builtin
André Aparício
2012-07-03
6
-0
/
+188
*
Builtin: implement read builtin
André Aparício
2012-07-03
4
-0
/
+226
*
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
*
Walker: support appending array to array
Mu Qiao
2012-03-26
3
-0
/
+23
*
Builtin: fix argument handling of printf builtin
Mu Qiao
2012-03-26
1
-5
/
+15
*
Parser&Walker: support literals in regular exp
Mu Qiao
2012-03-02
2
-9
/
+12
*
Doc: reduce doxygen warnings
Mu Qiao
2011-08-04
3
-7
/
+9
*
Doc: improve \class documentation
Mu Qiao
2011-08-04
12
-2
/
+54
*
Build: install public headers
Mu Qiao
2011-08-03
25
-487
/
+16
*
Walker: support expansions without colon
Mu Qiao
2011-08-02
1
-10
/
+9
*
Builtin: reimplement the local built-in
Mu Qiao
2011-08-02
6
-10
/
+100
*
Core: do not declare $* to be read-only
Mu Qiao
2011-08-02
1
-1
/
+1
*
Parser&Walker: reimplement export built-in
Mu Qiao
2011-08-02
5
-0
/
+103
*
Core: raise exception when using local outside function
Mu Qiao
2011-08-02
1
-0
/
+2
*
Core: erase all \newline before parsing
Mu Qiao
2011-08-02
2
-8
/
+15
*
Walker: reimplement runtime for parameter expansion
Mu Qiao
2011-07-20
2
-0
/
+18
*
Build: use bash to verify test scripts
Mu Qiao
2011-07-18
2
-4
/
+6
*
Parser: reduce backtracking for command_atom
Mu Qiao
2011-07-06
3
-4
/
+46
*
Merge branch 'multithreading'
Mu Qiao
2011-07-05
3
-26
/
+72
|
\
|
*
Merge remote branch 'betelgeuse/multithread' into multithreading
Mu Qiao
2011-07-05
3
-26
/
+72
|
|
\
|
|
*
Core: fix memory leak
Petteri Räty
2011-05-18
1
-1
/
+9
|
|
*
multithread
Petteri Räty
2011-05-18
3
-20
/
+59
*
|
|
Walker: support ANSI-C Quoting
Mu Qiao
2011-07-03
6
-8
/
+25
*
|
|
Builtin: support shift built-in
Mu Qiao
2011-07-03
7
-0
/
+193
*
|
|
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
16
-109
/
+223
|
/
/
*
|
Utility: improve token printing
Mu Qiao
2011-06-26
2
-2
/
+4
*
|
Walker: make arithmetic expansion follow POSIX
Mu Qiao
2011-06-26
8
-44
/
+47
*
|
Merge remote-tracking branch 'mu/fix_arithmetic'
Petteri Räty
2011-06-25
2
-2
/
+24
|
\
\
|
*
|
Utility: support printing tokens received by walker
Mu Qiao
2011-06-22
2
-2
/
+24
*
|
|
Merge remote-tracking branch 'mu/break_builtin'
Petteri Räty
2011-06-25
5
-7
/
+196
|
\
\
\
|
*
|
|
Builtin: implement break built-in
Mu Qiao
2011-06-23
4
-0
/
+157
|
*
|
|
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
21
-123
/
+89
*
|
|
Core: add more exceptions
Mu Qiao
2011-06-22
17
-10
/
+327
|
/
/
*
|
Merge remote-tracking branch 'mu/bash_options' into review
Petteri Räty
2011-06-16
5
-27
/
+79
|
\
\
|
*
|
Core: first support for bash options
Mu Qiao
2011-06-13
3
-0
/
+52
|
*
|
Core: rename bash option to additional option
Mu Qiao
2011-06-13
5
-27
/
+27
*
|
|
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
23
-66
/
+69
|
/
/
*
|
Builtin: support printf built-in
Mu Qiao
2011-06-11
8
-40
/
+218
[next]