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
/
coreutils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytes
Denys Vlasenko
2009-12-13
1
-20
/
+36
*
stty: code shrink -44 bytes
Denys Vlasenko
2009-12-11
1
-20
/
+27
*
stty: fix columns command. closes bug 791.
Denys Vlasenko
2009-12-11
1
-0
/
+1
*
mount: prevent second mount -a from mounting everything again
Denys Vlasenko
2009-12-05
1
-2
/
+1
*
touch: needs another fix after last utimes() fixes
Denys Vlasenko
2009-11-30
1
-7
/
+6
*
fix improper utimes usage
Denys Vlasenko
2009-11-29
1
-6
/
+6
*
*: remove a few more cases of argc usage. -89 bytes.
Denys Vlasenko
2009-11-28
10
-54
/
+43
*
split: handle - as "use stdin". +13 bytes. Closes bug 741.
Denys Vlasenko
2009-11-26
2
-3
/
+7
*
od: fix -tx without length spec
Denys Vlasenko
2009-11-22
1
-1
/
+2
*
fix fallout from isprint() changes
Denys Vlasenko
2009-11-20
1
-1
/
+1
*
libbb: robustify isXXXX(). +39 bytes
Denys Vlasenko
2009-11-18
2
-2
/
+2
*
wc: fix a hang gue to isprint(EOF)
Dan Fandrich
2009-11-18
1
-16
/
+20
*
libbb: added xfdopen_for_read/write
Denys Vlasenko
2009-11-15
1
-1
/
+1
*
date: restore hadling of MMDDhhmm[[CC]YY][.ss] date format
Denys Vlasenko
2009-11-15
1
-1
/
+26
*
some non-gnu compilers can't have non-const struct initializers
Denys Vlasenko
2009-11-15
1
-4
/
+5
*
use utimes() rather than obsolescent utime()
Bernhard Reutner-Fischer
2009-11-15
1
-8
/
+6
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
8
-12
/
+12
*
env: don't SEGV on bare "env -"
Denys Vlasenko
2009-11-12
1
-8
/
+10
*
tidy up O_NONBLOCK usage. use libbb functions in stty.
Denys Vlasenko
2009-11-11
1
-10
/
+2
*
fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com)
Denys Vlasenko
2009-11-04
1
-8
/
+7
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
9
-9
/
+9
*
tty: use defines rather than constants
Bernhard Reutner-Fischer
2009-10-29
1
-5
/
+5
*
add and use xopen_nonblocking (-18b)
Bernhard Reutner-Fischer
2009-10-27
1
-1
/
+1
*
fix up potential printf's with unsafe format strings
Denys Vlasenko
2009-10-24
1
-1
/
+1
*
ls: fix "ls | cat" to not show "total NNN" header
Denys Vlasenko
2009-10-23
1
-1
/
+1
*
date: handle long options
Bernhard Reutner-Fischer
2009-10-23
1
-0
/
+13
*
*: optimize most of isXXXXX() macros
Denys Vlasenko
2009-10-23
1
-8
/
+5
*
*: remove last function calls to isspace
Denys Vlasenko
2009-10-22
2
-15
/
+12
*
df: trivial 64-bit fix
Denys Vlasenko
2009-10-21
1
-1
/
+1
*
dd: use correct multiplication factor and simplify code
Denys Vlasenko
2009-10-14
1
-19
/
+7
*
dd: add a comment, no code changes
Denys Vlasenko
2009-10-14
1
-3
/
+3
*
dd: speed measurement. optional.
Gabor Heja
2009-10-14
2
-7
/
+66
*
libbb/human_readable.c: shrink; and reduce bss usage
Denys Vlasenko
2009-10-13
3
-10
/
+24
*
cp: revert a recent buggy change, and add a comment why it's wrong
Denys Vlasenko
2009-10-08
1
-1
/
+3
*
*: use {i,u}toa() where appropriate
Denys Vlasenko
2009-10-06
1
-1
/
+1
*
ls: forgotten chunk from prev commit
Denys Vlasenko
2009-10-03
1
-5
/
+7
*
ls: code shrink
Denys Vlasenko
2009-10-03
1
-44
/
+44
*
ls: fix for !FEATURE_LS_RECURSIVE (forgotten free); cleanups
Denys Vlasenko
2009-10-03
1
-19
/
+18
*
ls: add standards doc; record author of "total NNNN" code
Denys Vlasenko
2009-10-03
1
-1
/
+11
*
ls: code shrink
Denys Vlasenko
2009-10-03
1
-69
/
+71
*
ls: add "total NNNN" header if DESKTOP. By Johannes Stezenbach (js AT sig21.net)
Denys Vlasenko
2009-10-03
1
-2
/
+23
*
cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTS
Denys Vlasenko
2009-10-02
1
-1
/
+1
*
find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx
Denys Vlasenko
2009-09-30
2
-8
/
+10
*
cp: add support for --parents and long option synonyms of short opts
Denys Vlasenko
2009-09-26
2
-15
/
+61
*
df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com)
Denys Vlasenko
2009-09-22
1
-0
/
+16
*
dd: fix conv=noerror w/o sync to not write out zeroed blocks
Denys Vlasenko
2009-09-18
1
-5
/
+6
*
test: use index_in_strings
Denys Vlasenko
2009-09-12
1
-60
/
+96
*
a few more GCC-isms removed
Denys Vlasenko
2009-09-09
1
-1
/
+1
*
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-09-06
10
-11
/
+15
*
uniq: shave off whole 10 bytes off, oh my
Denys Vlasenko
2009-08-31
1
-23
/
+22
[prev]
[next]