aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "split: use xopen_stdin()"1_17_2Denys Vlasenko2010-09-091-1/+3
* split: use xopen_stdin()Denys Vlasenko2010-08-231-3/+1
* Apply post-1.17.0 fixesDenys Vlasenko2010-07-252-2/+2
* 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
* touch: do not ignore argument of -d/-t optionMikhail Gusarov2010-03-211-2/+2
* tailk: fix error detected by testsuiteDenys Vlasenko2010-03-121-1/+2
* wc: compat: make "wc -c ONE_FILE" not print leading spaces. +2 bytesDenys Vlasenko2010-03-081-0/+2
* head,tail: trim help text; make suffixes unconditional for head tooDenys Vlasenko2010-03-021-6/+0
* tail: document FANCY flags in helptextBernhard Reutner-Fischer2010-02-261-0/+4
* df: explain FANCY options in helptextBernhard Reutner-Fischer2010-02-261-0/+4
* install: strip before mode/uid/gid is set, not after.Denys Vlasenko2010-02-211-12/+13
* compat and warning fixesDenys Vlasenko2010-02-091-0/+3
* shaNNNsum: accept and ignore -b and -tDenys Vlasenko2010-02-071-2/+4
* adduser: copy /etc/skel to mew homes. +100 bytesDenys Vlasenko2010-02-061-0/+1
* cosmetic fixesDenys Vlasenko2010-02-061-5/+6
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-046-6/+6
* stat: get rid on intmax_tDenys Vlasenko2010-02-021-90/+91
* ls: unicode fixesDenys Vlasenko2010-01-311-195/+217
* cal: add a unicode testDenys Vlasenko2010-01-311-1/+4
* further work on unicodizationDenys Vlasenko2010-01-302-9/+10
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-281-2/+5
* randomconfig fixesDenys Vlasenko2010-01-241-9/+4
* libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko2010-01-244-12/+28
* date: introduce FEATURE_DATE_COMPAT; shrinkDenys Vlasenko2010-01-232-34/+41