aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-144-7/+7
|\|
| * test: "" is not a valid number. Closes bug 1915Denys Vlasenko2010-06-031-1/+1
| * *: better string sharingDenys Vlasenko2010-06-023-6/+6
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-1/+1
|\|
| * deinline two big functionsDenys Vlasenko2010-06-011-1/+1
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-0/+1
|\|
| * work on adding testsuite runs to randomconfig test buildsDenys Vlasenko2010-05-101-0/+1
* | win32: test: support .com executablesNguyễn Thái Ngọc Duy2010-09-141-6/+11
* | win32: dos2unix: do no fchmod() because it is not supportedNguyễn Thái Ngọc Duy2010-09-111-0/+2
* | win32: test: teach -x about .exe filesNguyễn Thái Ngọc Duy2010-09-101-0/+18
* | win32: od_bloaty: rename some symbols due to conflict on WindowsNguyễn Thái Ngọc Duy2010-09-101-0/+7
* | win32: ls: skip DESKTOP support as block calculation is not supported EDITNguyễn Thái Ngọc Duy2010-09-101-0/+4
* | win32: ls: ignore stat.st_blocks on WindowsNguyễn Thái Ngọc Duy2010-09-101-0/+5
* | win32: dd: support if=/dev/zero on WindowsNguyễn Thái Ngọc Duy2010-09-101-4/+16
|/
* 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
* chown: -2 bytesDenys Vlasenko2010-01-231-4/+3