index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
/
docs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-09-26
ash: associate command names with jobs
Ron Yorston
1
-14
/
+16
2021-09-26
ash: additional support for background jobs
Ron Yorston
3
-11
/
+44
2021-09-22
ash: fix FUNCNAME issue
Ron Yorston
1
-0
/
+5
2021-09-21
cal: implement -m
Ron Yorston
1
-13
/
+25
2021-09-21
ash: improve signal handling
Ron Yorston
4
-1
/
+12
2021-09-18
libbb: code shrink parse_datestr (again)
Ron Yorston
1
-14
/
+9
2021-09-18
win32: limited version of timegm(3)
Ron Yorston
1
-84
/
+13
2021-09-17
ash: avoid problems with non-zero DEBUG
Ron Yorston
1
-3
/
+6
2021-09-17
win32: don't affect POSIX build
Ron Yorston
1
-1
/
+1
2021-09-17
libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completion
Denys Vlasenko
1
-1
/
+10
2021-09-17
libbb: clarify what bb_mode_string() generates
Denys Vlasenko
3
-15
/
+12
2021-09-17
libbb: ensure mode_string is NUL terminated
Ron Yorston
1
-9
/
+3
2021-09-17
ash: adjust reinitvar() to allow for FUNCNAME
Ron Yorston
1
-1
/
+10
2021-09-17
win32: changes to allow timezones in dates
Ron Yorston
7
-9
/
+254
2021-09-17
libbb: eliminate a static data array in bb_mode_string()
Denys Vlasenko
7
-12
/
+16
2021-09-17
libbb: code shrink bb_parse_mode
Denys Vlasenko
2
-3
/
+4
2021-09-17
chmod: correctly report changed modes
Denys Vlasenko
1
-1
/
+2
2021-09-17
date,touch: allow timezone offsets in dates
Ron Yorston
6
-10
/
+83
2021-09-16
getopt: code shrink
Ron Yorston
1
-36
/
+28
2021-09-15
ash: introduce bash-like $FUNCNAME
Denys Vlasenko
1
-3
/
+24
2021-09-15
libbb: code shrink parse_datestr
Ron Yorston
1
-11
/
+36
2021-09-14
ash: let ignoreeof only affect interactive shells
Ron Yorston
1
-3
/
+4
2021-09-14
ash: stopped jobs should only prevent exit from interactive shell
Ron Yorston
1
-1
/
+1
2021-09-14
ash: fix ignoreeof option
Ron Yorston
1
-19
/
+3
2021-09-11
df: "support" -H as an alias of -h
Denys Vlasenko
1
-11
/
+15
2021-09-10
Update default configuration
Ron Yorston
2
-2
/
+6
2021-09-10
httpd: fix config deps
Denys Vlasenko
1
-0
/
+1
2021-09-10
libbb: reuse "bad port" error message string
Denys Vlasenko
1
-1
/
+1
2021-09-10
blkdiscard: accept -f (force) as no-op
Denys Vlasenko
1
-5
/
+8
2021-09-09
basename: implement -a and -s SUFFIX
Denys Vlasenko
1
-24
/
+38
2021-09-09
libbb: make bb_lookup_port() abort on bad port names
Denys Vlasenko
4
-22
/
+10
2021-09-09
httpd,telnetd: make default port configurable
Sergey Ponomarev
3
-4
/
+21
2021-09-09
awk: never return NULL from awk_printf()
Denys Vlasenko
1
-4
/
+4
2021-09-09
awk: code shrink
Denys Vlasenko
1
-8
/
+7
2021-09-09
awk: code shrink: avoid duplicate NUL checks and strlen()
Denys Vlasenko
1
-21
/
+33
2021-09-09
awk: fix read beyond end of buffer
Ron Yorston
1
-11
/
+13
2021-09-09
ash: eval: Prevent recursive PS4 expansion
Denys Vlasenko
1
-1
/
+6
2021-09-08
ash: parser: Get rid of PEOA
Denys Vlasenko
1
-131
/
+108
2021-09-08
ash: code shrink ps_cmd
Ron Yorston
1
-6
/
+12
2021-09-08
ash: parser: Fix alias expansion after heredoc or newlines
Denys Vlasenko
5
-2
/
+31
2021-09-08
ash: use pgetc_eatbnl() in more places, take 3
Denys Vlasenko
1
-1
/
+1
2021-09-08
ash: parser: Save and restore heredoclist in expandstr
Denys Vlasenko
1
-8
/
+11
2021-09-08
ash: parser: Fix handling of empty aliases
Denys Vlasenko
1
-21
/
+15
2021-09-07
shuf: add a TODO, code shrink
Denys Vlasenko
1
-10
/
+14
2021-09-07
hush: fix var_LINENO3.tests failure
Denys Vlasenko
1
-2
/
+8
2021-09-07
shell/ash_test/run-all: unset locale/language variables
Denys Vlasenko
1
-1
/
+10
2021-09-07
ash: LINENO starts from 0 in -c SCRIPT mode
Denys Vlasenko
17
-41
/
+49
2021-09-07
ash: fix LINENO in functions
Denys Vlasenko
5
-12
/
+28
2021-09-07
ash: support testsuite for !FEATURE_SUID_CONFIG_QUIET configs
Denys Vlasenko
1
-1
/
+2
2021-09-07
hush: fix set -n to act immediately, not just after run_list()
Denys Vlasenko
6
-3
/
+21
[next]