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
...
*
base64: new applet
Denys Vlasenko
2010-08-31
2
-6
/
+76
*
nandwrite: complain on malformed -s NUM
Denys Vlasenko
2010-08-29
1
-2
/
+2
*
split: use xopen_stdin()
Denys Vlasenko
2010-08-23
1
-3
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
77
-83
/
+82
*
*: fix "see file License ..." - the file is named LICENSE (in uppercase)
Denys Vlasenko
2010-08-16
2
-2
/
+2
*
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-08-12
2
-3
/
+3
*
stty: sort out preprocessor conditionals
Jeremie Koenig
2010-08-01
2
-126
/
+214
*
*: mass cosmetic removal of extra empty lines. no code changes
Denys Vlasenko
2010-07-26
3
-4
/
+0
*
mark Linux-specific configuration options
Jeremie Koenig
2010-07-19
2
-1
/
+3
*
readlink: use xmalloc_realpath()
Jeremie Koenig
2010-07-19
1
-3
/
+2
*
dos2unix: fix the case w/o parameters
Denys Vlasenko
2010-07-17
1
-1
/
+1
*
whitespace fixes
Denys Vlasenko
2010-07-06
1
-1
/
+1
*
libbb: introduce and use BB_EXECVP_or_die()
Pascal Bellard
2010-07-04
4
-12
/
+4
*
*: make exec failure message more consistent
Denys Vlasenko
2010-06-25
4
-10
/
+10
*
date: make %N work without -lrt on glibc
Denys Vlasenko
2010-06-18
1
-1
/
+6
*
stat: make output more similar to GNU stat
Seb
2010-06-12
1
-20
/
+21
*
date: trivial fix - was reading seconds into nanoseconds field! DOH
Denys Vlasenko
2010-06-12
1
-1
/
+1
*
*: add INSERTs to *.src files where appropriate
Denys Vlasenko
2010-06-08
2
-0
/
+3
*
date: use the same code for FEATURE_DATE_NANO for glibc and uclibc
Denys Vlasenko
2010-06-08
1
-4
/
+0
*
bbconfig: make it independent from printf functions
Denys Vlasenko
2010-06-07
1
-7
/
+5
*
date: make FEATURE_NANO compile on glibc systems
Denys Vlasenko
2010-06-06
1
-1
/
+5
*
yes: this applet doesn't have options, don't lie that it does.
Denys Vlasenko
2010-06-06
1
-0
/
+5
*
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-06-06
6
-106
/
+106
*
tr: add forgotten //config: prefixes
Denys Vlasenko
2010-06-05
1
-19
/
+19
*
mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
Denys Vlasenko
2010-06-04
1
-0
/
+0
*
partially migrate coreutils to Config.src and Kbuild.src
Denys Vlasenko
2010-06-04
7
-104
/
+114
*
date: optional support for %N. Closes bug 1861.
Denys Vlasenko
2010-06-04
2
-6
/
+60
*
test: "" is not a valid number. Closes bug 1915
Denys Vlasenko
2010-06-03
1
-1
/
+1
*
*: better string sharing
Denys Vlasenko
2010-06-02
3
-6
/
+6
*
deinline two big functions
Denys Vlasenko
2010-06-01
1
-1
/
+1
*
work on adding testsuite runs to randomconfig test builds
Denys Vlasenko
2010-05-10
1
-0
/
+1
*
Move utmp/wtmp support to "General configuration" section
Denys Vlasenko
2010-04-06
1
-1
/
+1
*
libbb: split update_utmp from login/getty in preparation to use it for telnetd
Denys Vlasenko
2010-04-05
1
-1
/
+1
*
who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -H
Denys Vlasenko
2010-04-04
1
-16
/
+28
*
Hurd compat fixes. Mostly dealing with absent PATH_MAX
Jérémie Koenig
2010-03-26
1
-13
/
+3
*
unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE
Denys Vlasenko
2010-03-26
3
-7
/
+7
*
unexpand: fix "a b"\n" input case
Tomas Heinrich
2010-03-26
1
-7
/
+10
*
[un]expand: account for different character widths. +16 bytes.
Tomas Heinrich
2010-03-26
1
-2
/
+8
*
*: merge some common strings
Denys Vlasenko
2010-03-23
2
-2
/
+2
*
touch: do not ignore argument of -d/-t option
Mikhail Gusarov
2010-03-21
1
-2
/
+2
*
tailk: fix error detected by testsuite
Denys Vlasenko
2010-03-12
1
-1
/
+2
*
wc: compat: make "wc -c ONE_FILE" not print leading spaces. +2 bytes
Denys Vlasenko
2010-03-08
1
-0
/
+2
*
head,tail: trim help text; make suffixes unconditional for head too
Denys Vlasenko
2010-03-02
1
-6
/
+0
*
tail: document FANCY flags in helptext
Bernhard Reutner-Fischer
2010-02-26
1
-0
/
+4
*
df: explain FANCY options in helptext
Bernhard Reutner-Fischer
2010-02-26
1
-0
/
+4
*
install: strip before mode/uid/gid is set, not after.
Denys Vlasenko
2010-02-21
1
-12
/
+13
*
compat and warning fixes
Denys Vlasenko
2010-02-09
1
-0
/
+3
*
shaNNNsum: accept and ignore -b and -t
Denys Vlasenko
2010-02-07
1
-2
/
+4
*
adduser: copy /etc/skel to mew homes. +100 bytes
Denys Vlasenko
2010-02-06
1
-0
/
+1
*
cosmetic fixes
Denys Vlasenko
2010-02-06
1
-5
/
+6
[prev]
[next]