index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
hush: fix a signedness bug
Denys Vlasenko
2018-03-31
1
-1
/
+1
|
*
ash,hush: new test dollar_repl_slash_bash2.tests
Denys Vlasenko
2018-03-30
4
-0
/
+6
|
*
ash: fix "char == CTLfoo" comparison signedness bug
Denys Vlasenko
2018-03-30
1
-3
/
+3
|
*
ash: use F_DUPFD_CLOEXEC and O_CLOEXEC
Denys Vlasenko
2018-03-30
1
-9
/
+16
|
*
hush: add a FIXME comment
Denys Vlasenko
2018-03-28
1
-0
/
+6
|
*
ash,hush: fix "saved" redirected fds still visible in children
Denys Vlasenko
2018-03-28
14
-13
/
+92
*
|
ash: add some debug for the forkshell data block
Ron Yorston
2018-04-01
1
-0
/
+87
*
|
ash: align funcblocksize handling with upstream
Ron Yorston
2018-04-01
1
-68
/
+76
*
|
ash: align funcstring handling with upstream
Ron Yorston
2018-04-01
1
-27
/
+30
*
|
ash: reorder items in forkshell data block
Ron Yorston
2018-04-01
1
-48
/
+47
*
|
ash: revise handling of builtin environment variables during fork
Ron Yorston
2018-03-31
1
-32
/
+24
*
|
ash: copy environment variables when importing them
Ron Yorston
2018-03-30
1
-0
/
+4
*
|
ash: use SIGTERM to kill processes
Ron Yorston
2018-03-27
1
-1
/
+9
*
|
win32: allow use of shell's PRNG for /dev/urandom
Ron Yorston
2018-03-22
3
-0
/
+15
*
|
win32: add a function to convert backslashes to slashes
Ron Yorston
2018-03-18
1
-6
/
+2
*
|
ash: remove special treatment of device files
Ron Yorston
2018-03-15
1
-20
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-03-15
22
-11
/
+137
|
\
|
|
*
hush: code shrink
Denys Vlasenko
2018-03-06
1
-6
/
+7
|
*
hush: fix a='a\\'; echo "${a%\\\\}"
Denys Vlasenko
2018-03-02
10
-3
/
+39
|
*
shell: tweak bkslash_in_varexp.tests, add bkslash_in_varexp1.tests
Denys Vlasenko
2018-03-02
8
-5
/
+50
|
*
shell: two new tests, both fail for ash and hush
Denys Vlasenko
2018-03-02
8
-0
/
+44
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-03-01
6
-17
/
+122
|
\
|
|
*
hush: simplify process_command_subs()
Denys Vlasenko
2018-02-13
1
-11
/
+9
|
*
ash : fix double-quoted "\z" handling
Denys Vlasenko
2018-02-13
5
-6
/
+113
*
|
Remove fake signal-handling code
Ron Yorston
2018-03-01
1
-3
/
+10
*
|
ash: changes to command resolution, execution and display
Ron Yorston
2018-02-28
1
-23
/
+55
*
|
win32: move detection of file formats to stat(2)
Ron Yorston
2018-02-26
1
-5
/
+1
*
|
win32: add support for batch files
Ron Yorston
2018-02-26
1
-18
/
+22
*
|
ash: tidy up /dev/null redirection
Ron Yorston
2018-02-22
1
-11
/
+6
*
|
ash: use correct size for tblentry
Ron Yorston
2018-02-19
1
-2
/
+2
*
|
ash: allow waitpid_child to block
Ron Yorston
2018-02-17
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-02-13
42
-684
/
+696
|
\
|
|
*
hush: probably fixing a bug in last LINENO fix
Denys Vlasenko
2018-02-08
1
-11
/
+6
|
*
hush: LINENO fix
Denys Vlasenko
2018-02-08
1
-24
/
+77
|
*
hush: protect against self-modifying trap code
Denys Vlasenko
2018-01-30
1
-1
/
+3
|
*
ash: make it possible to disable "const global ptr" optimization
Denys Vlasenko
2018-01-28
1
-3
/
+16
|
*
shell: handle $((NUM++...) like bash does. Closes 10706
Denys Vlasenko
2018-01-28
9
-14
/
+57
|
*
ash: add LINENO support
Denys Vlasenko
2018-01-27
4
-534
/
+99
|
*
hush: add HUSH_BASH_SOURCE_CURDIR config option, to be on par with ash
Denys Vlasenko
2018-01-27
2
-3
/
+10
|
*
hush: fix dot builtin to not search current directory
Denys Vlasenko
2018-01-27
1
-0
/
+5
|
*
ash: introduce a config option to search current directory for sourced files
Denys Vlasenko
2018-01-26
1
-1
/
+12
|
*
ash testsuite: add two hush tests from last commit
Denys Vlasenko
2018-01-25
4
-0
/
+10
|
*
hush: fix two corner cases in ${v/pattern/repl}. Closes 10686
Denys Vlasenko
2018-01-25
5
-2
/
+21
|
*
hush: fix handling of $_ (so far it's an ordinary variable, no special meaning)
Denys Vlasenko
2018-01-25
1
-10
/
+17
|
*
ash: add support for command_not_found_handle hook function (bashism)
William Pitcock
2018-01-24
1
-1
/
+23
|
*
hush: fix a case where EXIT trap may modify its code mid-flight
Denys Vlasenko
2018-01-19
1
-1
/
+1
|
*
hush: fix build if !BASH_LINENO_VAR
Denys Vlasenko
2018-01-19
1
-8
/
+13
|
*
hush: implement $LINENO bashism
Denys Vlasenko
2018-01-19
3
-2
/
+68
|
*
ash: a bit of NOFORK code should only be active if FEATURE_SH_STANDALONE=y
Denys Vlasenko
2018-01-15
1
-1
/
+3
|
*
shell: echo ${?:0} was fixed sometime ago, enable it in tests
Denys Vlasenko
2018-01-13
4
-2
/
+4
[prev]
[next]