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
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.11.1 patches, bump version to 1.11.2
1_11_2
Denis Vlasenko
2008-08-21
1
-1
/
+1
*
Apply post-1.11.0 patches. Bump version to 1.11.1.
Denis Vlasenko
2008-07-11
2
-23
/
+24
*
whitespace fixes. no code changes
Denis Vlasenko
2008-06-25
2
-7
/
+6
*
fix breakage found by randomconfig
Denis Vlasenko
2008-06-23
1
-2
/
+2
*
fix trivial error with inverted exit code in ls
Denis Vlasenko
2008-06-18
1
-6
/
+6
*
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-06-15
3
-7
/
+3
*
dos2unix: do not destroy symlinks and mode of the file being converted.
Denis Vlasenko
2008-06-14
1
-15
/
+18
*
build system: introduce FEATURE_ASSUME_UNICODE
Denis Vlasenko
2008-06-13
1
-62
/
+87
*
ash: optional printf builtin. +25 bytes if off, +35 if on.
Denis Vlasenko
2008-06-01
3
-4
/
+16
*
printf: fix a trivial bug
Denis Vlasenko
2008-05-31
1
-1
/
+1
*
printf: code shrink by eliminating string alloc/copy
Denis Vlasenko
2008-05-31
1
-28
/
+27
*
- optionally pass additional flags down to nm
Bernhard Reutner-Fischer
2008-05-23
1
-1
/
+1
*
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-2
/
+2
*
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
4
-4
/
+4
*
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-05-18
1
-1
/
+1
*
printf: fix printf -%s- foo, printf -- -%s- foo (bug 3354)
Denis Vlasenko
2008-05-18
1
-28
/
+24
*
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-13
9
-17
/
+19
*
fix warnings about pointer signedness
Denis Vlasenko
2008-05-09
2
-3
/
+3
*
Use intra-DSO calls when we build libbusybox. No-op for normal build.
Denis Vlasenko
2008-05-09
1
-0
/
+8
*
uniq: support -w. closes bug 3094.
Denis Vlasenko
2008-05-03
1
-12
/
+11
*
echo: fix echo -e -n "msg\n\0"
Denis Vlasenko
2008-04-30
1
-4
/
+8
*
date: better version of previous commit; + fix testsuite
Denis Vlasenko
2008-04-28
1
-2
/
+4
*
date: complain if there are extraneout arguments
Denis Vlasenko
2008-04-28
1
-0
/
+2
*
cp: fix "cp -RL" to create regular files even if src is a symlink
Denis Vlasenko
2008-04-27
1
-10
/
+12
*
date: make it accept ISO date format. Fix help text.
Denis Vlasenko
2008-04-25
1
-52
/
+52
*
dd: fix recent breakage (was comparing "if" with "if=" etc).
Denis Vlasenko
2008-04-23
1
-2
/
+2
*
add forgotten files. I am forgetting it all the time :(
Denis Vlasenko
2008-04-22
1
-0
/
+23
*
whitespace fixes. no code changes
Denis Vlasenko
2008-04-22
1
-1
/
+1
*
*: remove remaining instances of ".data" hack
Denis Vlasenko
2008-04-22
2
-11
/
+10
*
od: fix "od -b"
Denis Vlasenko
2008-04-14
1
-12
/
+10
*
build system: use POSIX options only for cp
Denis Vlasenko
2008-04-11
1
-1
/
+1
*
dd: support conv=fsync
Denis Vlasenko
2008-04-02
1
-60
/
+86
*
expr: fix comparisons 'a < b' where we were overflowing a-b
Denis Vlasenko
2008-04-02
1
-87
/
+84
*
basename: tiny shrink
Denis Vlasenko
2008-04-01
1
-1
/
+1
*
shells: do not frocibly enable test, echo and kill _applets_,
Denis Vlasenko
2008-04-01
3
-8
/
+10
*
copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils.
Denis Vlasenko
2008-03-28
1
-1
/
+5
*
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-26
5
-7
/
+7
*
date: make help text more understandable; small shrink
Denis Vlasenko
2008-03-25
1
-53
/
+51
*
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2008-03-23
8
-13
/
+0
*
tail: fix fallout from tail -c optimization
Denis Vlasenko
2008-03-23
1
-13
/
+9
*
brctl: eliminate stray data object
Denis Vlasenko
2008-03-17
1
-2
/
+1
*
*: mode tcp/udpsvd to networking, delete ipsvd/*
Denis Vlasenko
2008-03-17
1
-3
/
+3
*
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
9
-52
/
+29
*
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2008-03-17
14
-176
/
+164
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
1
-3
/
+18
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
32
-36
/
+39
*
dos2unix: tiny shrink
Denis Vlasenko
2008-03-17
1
-8
/
+7
*
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
Denis Vlasenko
2008-03-12
1
-8
/
+1
*
actually add bb_qsort.c
Denis Vlasenko
2008-03-02
1
-1
/
+1
*
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-27
1
-0
/
+1
[next]