summaryrefslogtreecommitdiff
path: root/coreutils
Commit message (Expand)AuthorAgeFilesLines
* *: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko2010-10-161-3/+3
* date: move applet and usage bits to date.cDenys Vlasenko2010-10-151-32/+74
* wc: add support for -mDenys Vlasenko2010-10-041-13/+45
* wc: preparatory patch, no logic changesDenys Vlasenko2010-10-041-15/+16
* Marked some more applets NOEXEC/NOFORKDan Fandrich2010-10-019-0/+18
* style fix. no code chagesDenys Vlasenko2010-09-251-1/+2
* sleep: fix fractional arguments in non-POSIX localeDenys Vlasenko2010-09-241-7/+11
* libbb: merge mail and uudecode's base64 decodersDenys Vlasenko2010-09-161-69/+4
* sleep: make it non-NOFORK. Fixes ^C in standalone shellDenys Vlasenko2010-09-141-1/+1
* Avoid side effects in putc(), which may be implemented as a macroDan Fandrich2010-09-092-5/+6
* uudecode,base64: code shrinkDenys Vlasenko2010-09-011-27/+26
* base64: new appletDenys Vlasenko2010-08-312-6/+76
* nandwrite: complain on malformed -s NUMDenys Vlasenko2010-08-291-2/+2
* split: use xopen_stdin()Denys Vlasenko2010-08-231-3/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-1677-83/+82
* *: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko2010-08-162-2/+2
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-122-3/+3
* stty: sort out preprocessor conditionalsJeremie Koenig2010-08-012-126/+214
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-263-4/+0
* mark Linux-specific configuration optionsJeremie Koenig2010-07-192-1/+3
* readlink: use xmalloc_realpath()Jeremie Koenig2010-07-191-3/+2
* dos2unix: fix the case w/o parametersDenys Vlasenko2010-07-171-1/+1
* whitespace fixesDenys Vlasenko2010-07-061-1/+1
* libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-044-12/+4
* *: make exec failure message more consistentDenys Vlasenko2010-06-254-10/+10
* date: make %N work without -lrt on glibcDenys Vlasenko2010-06-181-1/+6
* stat: make output more similar to GNU statSeb2010-06-121-20/+21
* date: trivial fix - was reading seconds into nanoseconds field! DOHDenys Vlasenko2010-06-121-1/+1
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-082-0/+3
* date: use the same code for FEATURE_DATE_NANO for glibc and uclibcDenys Vlasenko2010-06-081-4/+0
* bbconfig: make it independent from printf functionsDenys Vlasenko2010-06-071-7/+5
* date: make FEATURE_NANO compile on glibc systemsDenys Vlasenko2010-06-061-1/+5
* yes: this applet doesn't have options, don't lie that it does.Denys Vlasenko2010-06-061-0/+5
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-066-106/+106
* tr: add forgotten //config: prefixesDenys Vlasenko2010-06-051-19/+19
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-041-0/+0
* partially migrate coreutils to Config.src and Kbuild.srcDenys Vlasenko2010-06-047-104/+114
* date: optional support for %N. Closes bug 1861.Denys Vlasenko2010-06-042-6/+60
* test: "" is not a valid number. Closes bug 1915Denys Vlasenko2010-06-031-1/+1
* *: better string sharingDenys Vlasenko2010-06-023-6/+6
* deinline two big functionsDenys Vlasenko2010-06-011-1/+1
* work on adding testsuite runs to randomconfig test buildsDenys Vlasenko2010-05-101-0/+1
* Move utmp/wtmp support to "General configuration" sectionDenys Vlasenko2010-04-061-1/+1
* libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko2010-04-051-1/+1
* who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -HDenys Vlasenko2010-04-041-16/+28
* Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig2010-03-261-13/+3
* unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko2010-03-263-7/+7
* unexpand: fix "a b"\n" input caseTomas Heinrich2010-03-261-7/+10
* [un]expand: account for different character widths. +16 bytes.Tomas Heinrich2010-03-261-2/+8
* *: merge some common stringsDenys Vlasenko2010-03-232-2/+2