aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * stat: remove superfluous setXXent() calls, plug memory leakAlexander Shishkin2010-10-211-7/+5
| * *: s/open3_or_warn/open_or_warn/ where makes senseDenys Vlasenko2010-10-201-1/+1
* | Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'Nguyễn Thái Ngọc Duy2011-01-0417-140/+174
|\|
| * sort: -o FILE should create/truncate FILEDenys Vlasenko2010-10-181-1/+1
| * *: replace xopen3 with xopen where makes senseDenys Vlasenko2010-10-182-3/+3
| * typo fixDenys Vlasenko2010-10-171-1/+1
| * seq: exit on write errorsDenys Vlasenko2010-10-171-1/+2
| * *: 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
* | win32: enable sha* (needs WIN32_NET)Nguyễn Thái Ngọc Duy2010-09-211-0/+3
* | win32: date: escape literal %e properlyNguyễn Thái Ngọc Duy2010-09-171-1/+1
* | win32: enable whoamiNguyễn Thái Ngọc Duy2010-09-141-0/+10
* | win32: enable dateNguyễn Thái Ngọc Duy2010-09-141-0/+13
* | Merge remote branch 'origin/master'Nguyễn Thái Ngọc Duy2010-09-143-32/+32
|\|
| * 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
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-1477-94/+161
|\|
| * 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
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-142-2/+2
|\|
| * *: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko2010-08-162-2/+2
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-142-3/+3
|\|
| * *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-122-3/+3
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-148-134/+219
|\|
| * 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
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-145-15/+7
|\|
| * 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
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-145-33/+36
|\|
| * 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
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-149-200/+273
|\|