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