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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
hush: fix "unset PS1/PS2", and put them into initial variable set
Denys Vlasenko
2018-04-06
2
-30
/
+37
|
*
sort: smaller and more agressive FEATURE_SORT_OPTIMIZE_MEMORY
Denys Vlasenko
2018-04-06
1
-12
/
+12
|
*
hush: if we did match "LINENO" or "OPTIND", stop further comparisons
Denys Vlasenko
2018-04-06
1
-2
/
+6
|
*
hush: consolidate handling of setting/unsetting of PSn, LINENO, OPTIND
Denys Vlasenko
2018-04-06
1
-29
/
+30
|
*
hush: update to correctly handle changed var_bash[346].tests
Denys Vlasenko
2018-04-05
1
-6
/
+6
|
*
hush: implement "hush -s"
Denys Vlasenko
2018-04-05
2
-9
/
+9
|
*
placate gcc 8.0.1 sprintf overflow warnings in config tools
Denys Vlasenko
2018-04-05
1
-1
/
+3
|
*
hush: fix a few more corner cases with empty-expanding `cmds`
Denys Vlasenko
2018-04-05
5
-8
/
+46
|
*
hush: fix corner cases with exec in empty expansions
Denys Vlasenko
2018-04-05
5
-17
/
+35
|
*
hush: less mind-bending set_vars_and_save_old()
Denys Vlasenko
2018-04-05
1
-71
/
+101
|
*
hush: "no logic changes" in last commit was not true, fix it up
Denys Vlasenko
2018-04-05
1
-1
/
+2
|
*
hush: make run_pipe code simpler to understand, no logic changes
Denys Vlasenko
2018-04-05
1
-66
/
+57
|
*
hush: fix a bug where we don't properly handle f() { a=A; b=B; }; a= f
Denys Vlasenko
2018-04-05
5
-82
/
+93
|
*
hush: make var nesting code independent of "local" support
Denys Vlasenko
2018-04-04
1
-40
/
+61
|
*
hush: fix for readonly vars in "ro=A ro=B cmd" case
Denys Vlasenko
2018-04-04
3
-13
/
+21
|
*
sort: move misplaced comment
Denys Vlasenko
2018-04-04
1
-2
/
+2
|
*
sort: FEATURE_SORT_OPTIMIZE_MEMORY
Denys Vlasenko
2018-04-04
1
-6
/
+80
|
*
ash: unbreak PS1 parsing after "ash: parser: Add syntax stack..." commit
Denys Vlasenko
2018-04-04
1
-1
/
+3
|
*
hush: support "f() (cmd)" functions
Denys Vlasenko
2018-04-03
6
-40
/
+59
|
*
hush: fix mishandling of "true | f() { echo QWE; }"
Denys Vlasenko
2018-04-03
1
-0
/
+9
|
*
hush: fix "set -e; false || x=1; echo OK"
Denys Vlasenko
2018-04-03
5
-7
/
+43
|
*
hush: one-word, no-globbing handling of local/export/readonly args
Denys Vlasenko
2018-04-03
1
-21
/
+32
|
*
ash: parser: Fix parameter expansion inside inner double quotes
Denys Vlasenko
2018-04-02
3
-2
/
+8
|
*
hush: fix a backslash-removal bug in case
Denys Vlasenko
2018-04-02
5
-3
/
+37
|
*
ash: expand: Fix bugs with words connected to the right of $@
Denys Vlasenko
2018-04-02
5
-4
/
+13
|
*
ash: redir: Fix typo in noclobber code
Denys Vlasenko
2018-04-02
1
-1
/
+1
|
*
ash: parser: Fix single-quoted patterns in here-documents
Denys Vlasenko
2018-04-02
3
-1
/
+16
|
*
hush: remove stray debugging printout
Denys Vlasenko
2018-04-02
1
-1
/
+0
|
*
ash: parser: Add syntax stack for recursive parsing
Denys Vlasenko
2018-04-02
19
-121
/
+168
*
|
libarchive: failure to extract symlink isn't fatal
Ron Yorston
2018-04-09
2
-1
/
+13
*
|
win32: more backslash to slash conversions
Ron Yorston
2018-04-08
2
-1
/
+5
*
|
pipe_progress: add help text
Ron Yorston
2018-04-08
1
-2
/
+4
*
|
win32: don't leak pipe data structures
Ron Yorston
2018-04-07
1
-58
/
+66
*
|
ps: indicate forkshell processes in listing
Ron Yorston
2018-04-05
2
-4
/
+5
*
|
win32: exclude termios code
Ron Yorston
2018-04-05
6
-21
/
+26
*
|
vi: turn off FEATURE_VI_ASK_TERMINAL in the default configuration
Ron Yorston
2018-04-05
2
-2
/
+2
*
|
ash: emulate raw input to read builtin
Ron Yorston
2018-04-05
1
-2
/
+36
*
|
win32: ensure timeout works in read_key
Ron Yorston
2018-04-05
1
-4
/
+4
*
|
ps: obtain applet names from other BusyBox processes
Ron Yorston
2018-04-04
6
-42
/
+104
*
|
fsync: avoid a gratuitous difference from upstream
Ron Yorston
2018-04-03
2
-3
/
+1
*
|
ttysize: enable in default configuration
Ron Yorston
2018-04-03
2
-2
/
+2
*
|
win32: improvements to get_terminal_width_height
Ron Yorston
2018-04-03
4
-20
/
+25
*
|
win32: simplify isatty replacement
Ron Yorston
2018-04-03
1
-5
/
+1
*
|
ash: reinstate applet name variable after forkshell
Ron Yorston
2018-04-03
3
-6
/
+16
*
|
ash: minor forkshell fixes
Ron Yorston
2018-04-02
1
-7
/
+5
*
|
Update default configurations
Ron Yorston
2018-04-02
2
-2
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-02
70
-187
/
+799
|
\
|
|
*
hush: update information comment about heredoc discrepancy
Denys Vlasenko
2018-04-01
1
-7
/
+12
|
*
libbb: new function bb_die_memory_exhausted
Denys Vlasenko
2018-04-01
7
-26
/
+32
|
*
sed: prevent overflow of length from bb_get_chunk_from_file
Quentin Rameau
2018-04-01
3
-6
/
+9
[prev]
[next]