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
...
|
*
tail: make help text for -n +N syntax more correct
Denys Vlasenko
2013-02-25
1
-1
/
+1
|
*
head: support -n -NUM and -c -NUM
Denys Vlasenko
2013-02-25
1
-22
/
+128
|
*
head,tail: use common suffix struct. simplify help text.
Denys Vlasenko
2013-02-25
5
-27
/
+40
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-02-07
17
-55
/
+90
|
\
|
|
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-15
5
-9
/
+9
|
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
6
-34
/
+41
|
*
sha3sum: new applet
Lauri Kasanen
2013-01-14
3
-3
/
+27
|
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
6
-9
/
+9
|
*
du: document incompatibility with standard tool
Denys Vlasenko
2012-12-14
1
-0
/
+4
*
|
du: enable for MINGW with fake block count
Ron Yorston
2012-11-29
1
-0
/
+8
*
|
Ensure mingw_stat is called when necessary
Ron Yorston
2012-11-29
3
-1
/
+11
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-10-10
1
-2
/
+2
|
\
|
|
*
fix unsafe bb_perror_msg(filename) calls
Denys Vlasenko
2012-09-27
1
-2
/
+2
*
|
stat: fix order of option symbols
Ron Yorston
2012-10-09
1
-3
/
+3
*
|
stat: allow -f option to be disabled
Ron Yorston
2012-10-09
2
-2
/
+31
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-09-07
2
-1
/
+7
|
\
|
|
*
tweak help text
Denys Vlasenko
2012-06-19
1
-1
/
+1
|
*
android: fix 'stat', ifdef S_TYPEIS* in coreutiles/stat.c
Tias Guns
2012-06-10
1
-0
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-05-09
4
-18
/
+40
|
\
|
|
*
mv: accept but ignore -v
Simon B
2012-05-06
1
-8
/
+11
|
*
mkdir,rmdir: accept and ignore -v, --verbose
Simon B
2012-05-06
2
-4
/
+7
|
*
ln: support -T and -v
Simon B
2012-05-06
1
-6
/
+22
*
|
Use win32_execable_file() in test, which and execable.c
Ron Yorston
2012-05-09
1
-17
/
+9
*
|
win32: support fancy prompts and (limited) tilde expansion
Ron Yorston
2012-04-23
1
-10
/
+0
*
|
Merge commit '1_20_0' into merge
Ron Yorston
2012-04-23
1
-0
/
+1
|
\
|
|
*
who: fix typo in help text
Denys Vlasenko
2012-04-18
1
-1
/
+1
|
*
who,less: tweaked help text
Denys Vlasenko
2012-04-17
1
-0
/
+1
*
|
Update mingw.c from latest git/compat
Ron Yorston
2012-03-30
2
-10
/
+0
*
|
Simplify MINGW32 support in uname.c
Ron Yorston
2012-03-26
1
-10
/
+8
*
|
Simplify MINGW32 support in ls.c
Ron Yorston
2012-03-26
1
-9
/
+5
*
|
Standardise preprocessor symbol to detect MINGW32 build
Ron Yorston
2012-03-23
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-03-23
11
-46
/
+70
|
\
|
|
*
test: "test !" was accessing argv past NULL - fix it. Closes 4832
Denys Vlasenko
2012-03-08
1
-7
/
+8
|
*
libbb: make xchroot do a chdir("/") after chroot
Denys Vlasenko
2012-03-08
1
-1
/
+0
|
*
printf: fix this case: printf "%b" '\0057usr\0057bin\n'
Denys Vlasenko
2012-03-07
1
-2
/
+17
|
*
printf: trim help text
Denys Vlasenko
2012-03-07
1
-4
/
+3
|
*
uudecode: tweak help text
Denys Vlasenko
2012-03-05
1
-1
/
+1
|
*
uuencode: tweak help text
Denys Vlasenko
2012-03-05
1
-2
/
+2
|
*
cp: trim help text
Denys Vlasenko
2012-03-05
1
-2
/
+2
|
*
du: trim help text a bit more
Denys Vlasenko
2012-03-05
1
-7
/
+5
|
*
du: remove stray whitespace in help text
Denys Vlasenko
2012-03-05
1
-1
/
+1
|
*
date: extend help text to explain compat date format. Closes 4820
Denys Vlasenko
2012-03-01
1
-0
/
+3
|
*
du: use long long for size field
Ian Wienand
2012-02-28
1
-5
/
+5
|
*
mkdir: fix permissions on 64-bit platforms
Timo Teras
2012-02-23
1
-3
/
+4
|
*
libbb: remove is_directory's argument which is always NULL
Denys Vlasenko
2011-12-18
1
-2
/
+2
|
*
touch: add new option FEATURE_TOUCH_SUSV3
walter harms
2011-12-14
1
-8
/
+15
|
*
touch: document -t DT option in help text
Denys Vlasenko
2011-12-13
1
-2
/
+3
*
|
Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into merge
Ron Yorston
2012-03-23
9
-20
/
+85
|
\
|
|
*
whitespace fixes
Denys Vlasenko
2011-10-28
1
-1
/
+1
|
*
stty: trim too verbose error messages (-40 bytes)
Denys Vlasenko
2011-10-21
1
-5
/
+7
[prev]
[next]