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
*
apply post-1.16.0 fixes, bump version to 1.16.1
1_16_1
Denys Vlasenko
2010-03-28
5
-5
/
+13
*
randomconfig fixes
Denys Vlasenko
2010-01-24
1
-9
/
+4
*
libbb: better unicode width support. Hopefully fixes bug 839.
Denys Vlasenko
2010-01-24
4
-12
/
+28
*
date: introduce FEATURE_DATE_COMPAT; shrink
Denys Vlasenko
2010-01-23
2
-34
/
+41
*
chown: -2 bytes
Denys Vlasenko
2010-01-23
1
-4
/
+3
*
chown: support long options
Matheus Izvekov
2010-01-23
2
-1
/
+24
*
ls: fix sort of very large files. +21 byte
Denys Vlasenko
2010-01-18
1
-12
/
+24
*
fix examples which used non-standard cut -b0-NNN
Denys Vlasenko
2010-01-18
1
-1
/
+1
*
ls: make it so that group never glues itself to file size
Denys Vlasenko
2010-01-18
1
-29
/
+26
*
cp: fix -H handling
Denys Vlasenko
2010-01-15
2
-11
/
+7
*
INSTALL: update obsolete doc, as suggested by Doug Clapp (doug.clapp AT triad...
Denys Vlasenko
2010-01-13
1
-1
/
+1
*
fix configure sha256sum problem. Closes bug 895
Denys Vlasenko
2010-01-13
1
-3
/
+3
*
*: make it easier to distinquish "struct tm", pointer to one, etc
Denys Vlasenko
2010-01-09
1
-4
/
+5
*
cal: document the location of unicode bug. no code changes
Denys Vlasenko
2010-01-06
1
-0
/
+6
*
fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...
Denys Vlasenko
2010-01-04
4
-76
/
+91
*
[un]expand: unicode support
Tomas Heinrich
2010-01-04
1
-18
/
+33
*
*: remove some uses of argc
Denys Vlasenko
2010-01-04
6
-17
/
+17
*
*: make 2 more "int argc"'s unused; more saved if !DESKTOP
Denys Vlasenko
2010-01-04
2
-6
/
+6
*
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
[next]