aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2010-10-18sort: -o FILE should create/truncate FILEDenys Vlasenko
2010-10-18*: replace xopen3 with xopen where makes senseDenys Vlasenko
2010-10-17typo fixDenys Vlasenko
2010-10-17seq: exit on write errorsDenys Vlasenko
2010-10-16*: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko
2010-10-15date: move applet and usage bits to date.cDenys Vlasenko
2010-10-04wc: add support for -mDenys Vlasenko
2010-10-04wc: preparatory patch, no logic changesDenys Vlasenko
2010-10-01Marked some more applets NOEXEC/NOFORKDan Fandrich
2010-09-25style fix. no code chagesDenys Vlasenko
2010-09-24sleep: fix fractional arguments in non-POSIX localeDenys Vlasenko
2010-09-16libbb: merge mail and uudecode's base64 decodersDenys Vlasenko
2010-09-14sleep: make it non-NOFORK. Fixes ^C in standalone shellDenys Vlasenko
2010-09-09Avoid side effects in putc(), which may be implemented as a macroDan Fandrich
2010-09-01uudecode,base64: code shrinkDenys Vlasenko
2010-08-31base64: new appletDenys Vlasenko
2010-08-29nandwrite: complain on malformed -s NUMDenys Vlasenko
2010-08-23split: use xopen_stdin()Denys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys 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_iDenys Vlasenko
2010-08-01stty: sort out preprocessor conditionalsJeremie Koenig
2010-07-26*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko
2010-07-19mark Linux-specific configuration optionsJeremie Koenig
2010-07-19readlink: use xmalloc_realpath()Jeremie Koenig
2010-07-17dos2unix: fix the case w/o parametersDenys Vlasenko
2010-07-06whitespace fixesDenys Vlasenko
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard
2010-06-25*: make exec failure message more consistentDenys Vlasenko
2010-06-18date: make %N work without -lrt on glibcDenys Vlasenko
2010-06-12stat: make output more similar to GNU statSeb
2010-06-12date: trivial fix - was reading seconds into nanoseconds field! DOHDenys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-08date: use the same code for FEATURE_DATE_NANO for glibc and uclibcDenys Vlasenko
2010-06-07bbconfig: make it independent from printf functionsDenys Vlasenko
2010-06-06date: make FEATURE_NANO compile on glibc systemsDenys Vlasenko
2010-06-06yes: this applet doesn't have options, don't lie that it does.Denys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-05tr: add forgotten //config: prefixesDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-06-04partially migrate coreutils to Config.src and Kbuild.srcDenys Vlasenko
2010-06-04date: optional support for %N. Closes bug 1861.Denys Vlasenko
2010-06-03test: "" is not a valid number. Closes bug 1915Denys Vlasenko
2010-06-02*: better string sharingDenys Vlasenko
2010-06-01deinline two big functionsDenys Vlasenko
2010-05-10work on adding testsuite runs to randomconfig test buildsDenys Vlasenko
2010-04-06Move utmp/wtmp support to "General configuration" sectionDenys Vlasenko
2010-04-05libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko
2010-04-04who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -HDenys Vlasenko
2010-03-26Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig