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
...
*
id: fix inverted if (!ENABLE_DESKTOP)
Denys Vlasenko
2011-01-26
1
-3
/
+2
*
stty: cosmetic fix to settings table; no code changes
Denys Vlasenko
2011-01-26
1
-10
/
+10
*
disable length applet. ${#var} and echo -n "$var" | wc -c are portable equiva...
Denys Vlasenko
2011-01-26
3
-6
/
+6
*
move utmp.h include to libbb.h
Denys Vlasenko
2011-01-25
1
-1
/
+0
*
stty: enable line discipline display and change code if __linix__
Denys Vlasenko
2011-01-24
1
-5
/
+6
*
stty: make swtch and iutf8 visible/settable
Denys Vlasenko
2011-01-24
1
-0
/
+13
*
wc: fix swapped -c and -m
Denys Vlasenko
2011-01-22
1
-8
/
+8
*
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-18
3
-3
/
+3
*
libbb unicode: comment out usused function and unused parameter
Denys Vlasenko
2011-01-11
1
-1
/
+1
*
date,touch: treat 2-digit years better (fit them into +-50 yrs around today)
Denys Vlasenko
2011-01-02
1
-3
/
+4
*
date: preserve isdst value if date is in time_t (unix time) format
Alexey Soloviev
2010-12-31
1
-1
/
+3
*
add missed underscore
Denys Vlasenko
2010-12-31
1
-1
/
+1
*
date: add a comment about _SVID_SOURCE
Denys Vlasenko
2010-12-30
1
-1
/
+4
*
test: add examples when "%s: unknown operand" happens
Denys Vlasenko
2010-12-20
1
-1
/
+4
*
ls: remove redundant constants LIST_FILENAME and LIST_SHORT
James Youngman
2010-12-20
1
-47
/
+44
*
ls: add support for -H
Denys Vlasenko
2010-12-19
1
-73
/
+86
*
ls: tweak -e handling; better comments
Denys Vlasenko
2010-12-19
1
-19
/
+24
*
ls: print a space after each column. Closes bug 2941
Denys Vlasenko
2010-12-19
1
-11
/
+72
*
ls: make -F not follow symlinks of the command line
Denys Vlasenko
2010-12-19
1
-4
/
+8
*
ls: make -x force columnar output; remove unused parts of TRIGGER code
Denys Vlasenko
2010-12-19
1
-43
/
+30
*
ls: for some options, only last takes effect. Closes bug 2959
Denys Vlasenko
2010-12-19
1
-8
/
+18
*
touch: fix help text to not show options disabled in .config
Denys Vlasenko
2010-12-01
3
-8
/
+29
*
date :add a comment about older toolchains
Denys Vlasenko
2010-11-23
1
-0
/
+1
*
ls: fix -lg to show group (was showing user)
Denys Vlasenko
2010-11-06
1
-3
/
+3
*
stat: fix mtime/ctime/atime
Eric Lammerts
2010-10-30
1
-4
/
+3
*
whitespace cleanup
Denys Vlasenko
2010-10-29
9
-20
/
+20
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
10
-31
/
+31
*
libbb: introduce and use common crc32 routine
Denys Vlasenko
2010-10-27
1
-6
/
+1
*
mv: implement -n option
Denys Vlasenko
2010-10-26
1
-13
/
+33
*
md5/sha1sum: code shrink
Denys Vlasenko
2010-10-24
1
-20
/
+21
*
libbb: introduce and use strcpy_and_process_escape_sequences
Denys Vlasenko
2010-10-23
1
-10
/
+8
*
*: introduce and use xmkstemp. -65 bytes.
Alexander Shishkin
2010-10-22
1
-5
/
+3
*
tail: free tailbuf upon cleaning up
Alexander Shishkin
2010-10-21
1
-0
/
+1
*
stat: remove superfluous setXXent() calls, plug memory leak
Alexander Shishkin
2010-10-21
1
-7
/
+5
*
*: s/open3_or_warn/open_or_warn/ where makes sense
Denys Vlasenko
2010-10-20
1
-1
/
+1
*
sort: -o FILE should create/truncate FILE
Denys Vlasenko
2010-10-18
1
-1
/
+1
*
*: replace xopen3 with xopen where makes sense
Denys Vlasenko
2010-10-18
2
-3
/
+3
*
typo fix
Denys Vlasenko
2010-10-17
1
-1
/
+1
*
seq: exit on write errors
Denys Vlasenko
2010-10-17
1
-1
/
+2
*
*: pass md5/shaN context pointer as 1st arg, not last
Denys Vlasenko
2010-10-16
1
-3
/
+3
*
date: move applet and usage bits to date.c
Denys Vlasenko
2010-10-15
1
-32
/
+74
*
wc: add support for -m
Denys Vlasenko
2010-10-04
1
-13
/
+45
*
wc: preparatory patch, no logic changes
Denys Vlasenko
2010-10-04
1
-15
/
+16
*
Marked some more applets NOEXEC/NOFORK
Dan Fandrich
2010-10-01
9
-0
/
+18
*
style fix. no code chages
Denys Vlasenko
2010-09-25
1
-1
/
+2
*
sleep: fix fractional arguments in non-POSIX locale
Denys Vlasenko
2010-09-24
1
-7
/
+11
*
libbb: merge mail and uudecode's base64 decoders
Denys Vlasenko
2010-09-16
1
-69
/
+4
*
sleep: make it non-NOFORK. Fixes ^C in standalone shell
Denys Vlasenko
2010-09-14
1
-1
/
+1
*
Avoid side effects in putc(), which may be implemented as a macro
Dan Fandrich
2010-09-09
2
-5
/
+6
*
uudecode,base64: code shrink
Denys Vlasenko
2010-09-01
1
-27
/
+26
[prev]
[next]