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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-05
ps: indicate forkshell processes in listing
Ron Yorston
2
-4
/
+5
2018-04-05
win32: exclude termios code
Ron Yorston
6
-21
/
+26
2018-04-05
hush: update to correctly handle changed var_bash[346].tests
Denys Vlasenko
1
-6
/
+6
2018-04-05
hush: implement "hush -s"
Denys Vlasenko
2
-9
/
+9
2018-04-05
vi: turn off FEATURE_VI_ASK_TERMINAL in the default configuration
Ron Yorston
2
-2
/
+2
2018-04-05
ash: emulate raw input to read builtin
Ron Yorston
1
-2
/
+36
2018-04-05
win32: ensure timeout works in read_key
Ron Yorston
1
-4
/
+4
2018-04-05
placate gcc 8.0.1 sprintf overflow warnings in config tools
Denys Vlasenko
1
-1
/
+3
2018-04-05
hush: fix a few more corner cases with empty-expanding `cmds`
Denys Vlasenko
5
-8
/
+46
2018-04-05
hush: fix corner cases with exec in empty expansions
Denys Vlasenko
5
-17
/
+35
2018-04-05
hush: less mind-bending set_vars_and_save_old()
Denys Vlasenko
1
-71
/
+101
2018-04-05
hush: "no logic changes" in last commit was not true, fix it up
Denys Vlasenko
1
-1
/
+2
2018-04-05
hush: make run_pipe code simpler to understand, no logic changes
Denys Vlasenko
1
-66
/
+57
2018-04-05
hush: fix a bug where we don't properly handle f() { a=A; b=B; }; a= f
Denys Vlasenko
5
-82
/
+93
2018-04-04
hush: make var nesting code independent of "local" support
Denys Vlasenko
1
-40
/
+61
2018-04-04
hush: fix for readonly vars in "ro=A ro=B cmd" case
Denys Vlasenko
3
-13
/
+21
2018-04-04
ps: obtain applet names from other BusyBox processes
Ron Yorston
6
-42
/
+104
2018-04-04
sort: move misplaced comment
Denys Vlasenko
1
-2
/
+2
2018-04-04
sort: FEATURE_SORT_OPTIMIZE_MEMORY
Denys Vlasenko
1
-6
/
+80
2018-04-04
ash: unbreak PS1 parsing after "ash: parser: Add syntax stack..." commit
Denys Vlasenko
1
-1
/
+3
2018-04-03
fsync: avoid a gratuitous difference from upstream
Ron Yorston
2
-3
/
+1
2018-04-03
hush: support "f() (cmd)" functions
Denys Vlasenko
6
-40
/
+59
2018-04-03
ttysize: enable in default configuration
Ron Yorston
2
-2
/
+2
2018-04-03
win32: improvements to get_terminal_width_height
Ron Yorston
4
-20
/
+25
2018-04-03
win32: simplify isatty replacement
Ron Yorston
1
-5
/
+1
2018-04-03
ash: reinstate applet name variable after forkshell
Ron Yorston
3
-6
/
+16
2018-04-03
hush: fix mishandling of "true | f() { echo QWE; }"
Denys Vlasenko
1
-0
/
+9
2018-04-03
hush: fix "set -e; false || x=1; echo OK"
Denys Vlasenko
5
-7
/
+43
2018-04-03
hush: one-word, no-globbing handling of local/export/readonly args
Denys Vlasenko
1
-21
/
+32
2018-04-02
ash: parser: Fix parameter expansion inside inner double quotes
Denys Vlasenko
3
-2
/
+8
2018-04-02
hush: fix a backslash-removal bug in case
Denys Vlasenko
5
-3
/
+37
2018-04-02
ash: expand: Fix bugs with words connected to the right of $@
Denys Vlasenko
5
-4
/
+13
2018-04-02
ash: minor forkshell fixes
Ron Yorston
1
-7
/
+5
2018-04-02
ash: redir: Fix typo in noclobber code
Denys Vlasenko
1
-1
/
+1
2018-04-02
ash: parser: Fix single-quoted patterns in here-documents
Denys Vlasenko
3
-1
/
+16
2018-04-02
hush: remove stray debugging printout
Denys Vlasenko
1
-1
/
+0
2018-04-02
ash: parser: Add syntax stack for recursive parsing
Denys Vlasenko
19
-121
/
+168
2018-04-02
Update default configurations
Ron Yorston
2
-2
/
+4
2018-04-01
hush: update information comment about heredoc discrepancy
Denys Vlasenko
1
-7
/
+12
2018-04-01
libbb: new function bb_die_memory_exhausted
Denys Vlasenko
7
-26
/
+32
2018-04-01
sed: prevent overflow of length from bb_get_chunk_from_file
Quentin Rameau
3
-6
/
+9
2018-04-01
libbb: remove unnecessary variable in xmalloc_fgets
Quentin Rameau
1
-3
/
+1
2018-04-01
hush: add a comment where we differ from bash wrt heredoc EOF mark handling
Denys Vlasenko
3
-15
/
+8
2018-04-01
ash: add some debug for the forkshell data block
Ron Yorston
1
-0
/
+87
2018-04-01
ash: align funcblocksize handling with upstream
Ron Yorston
1
-68
/
+76
2018-04-01
ash: align funcstring handling with upstream
Ron Yorston
1
-27
/
+30
2018-04-01
parser: Fix backquote support in here-document EOF mark
Denys Vlasenko
5
-0
/
+36
2018-04-01
ash: reorder items in forkshell data block
Ron Yorston
1
-48
/
+47
2018-04-01
ash,hush: handle a few more bkslash-newline cases
Denys Vlasenko
10
-3
/
+53
2018-03-31
shells: fix var_LINENO1.tests false positive, add it to ash tests too
Denys Vlasenko
3
-1
/
+15
[prev]
[next]