aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2011-09-17tail: fix -c +N. Closes 4111Denys Vlasenko
2011-08-16hostid: fix behavior on identifiers starting with zerosPere Orga
2011-08-10randomconfig fixesDenys Vlasenko
2011-08-09remove extra += who.oDenys Vlasenko
2011-08-09df: more compatible -P behaviorRalf Friedl
2011-08-09users: new applet.Tito Ragusa
2011-07-08usleep: do not check for usleep error, it should never failDenys Vlasenko
2011-07-04md5/shaNsum: make -c support a list of filesLauri Kasanen
2011-06-22id: correct getgroups usageDenys Vlasenko
2011-06-22groups: make it NOEXECDenys Vlasenko
2011-06-21ls: fix HAVE_STRVERSCMP check; add check for older uclibc versionsDenys Vlasenko
2011-06-21groups: new appletTito Ragusa
2011-06-21Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdefDenys Vlasenko
2011-06-13ls: fix comment about -p (it's compatible now)Denys Vlasenko
2011-06-13ls: make -v and -X actually work as intendedDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-21od: code shrinkDenys Vlasenko
2011-05-21od: another fix for --stringsDenys Vlasenko
2011-05-21od: fix -S NUM to not print chars >0x80Denys Vlasenko
2011-05-21od: code shrinkDenys Vlasenko
2011-05-21od: code shrink, fix "od --traditional FILE"Denys Vlasenko
2011-05-20tail: optimize "tail -c HUGENUM REGULAR_FILE". Closes 3763.Denys Vlasenko
2011-05-13ls: code shrinkDenys Vlasenko
2011-05-13ls: reorder and rename functions. No code changesDenys Vlasenko
2011-05-13ls: reduce memory consumption and speed up (don't do redundant [l]stat)Denys Vlasenko
2011-05-13ls: avoid forward declaration. No code changesDenys Vlasenko
2011-05-13ls: code shrinkDenys Vlasenko
2011-05-12ls: fix help text: -w N is optionalDenys Vlasenko
2011-05-12ls: fix -p help text, improve comments and define namesDenys Vlasenko
2011-04-16md5/sha1sum: better fix for small resource leakDenys Vlasenko
2011-04-16md5/sha1sum: fix small resource leakAlexey Fomenko
2011-04-11basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argumentDenys Vlasenko
2011-04-03move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga
2011-04-03ls: better help text for -a and -ADenys Vlasenko
2011-03-31move help text from include/usage.src.h to coreutils/*.cPere Orga
2011-03-22dd: free allocated memory if CLEANUP enabledAlexey Soloviev
2011-03-21ln: explain why we use xstrdupDenys Vlasenko
2011-03-12ls: fix handling of symlinks by option -1Denys Vlasenko
2011-03-11chsum: fixPascal Bellard
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-03-08printenv: fix environ == NULL segfaultDenys Vlasenko
2011-03-06tr: free allocated memory in tr if CLEANUP enabledAlexey Soloviev
2011-03-02convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko
2011-03-01ls: widen -s (1k blocks) column from 4 to 6Denys Vlasenko
2011-02-28ls: -g implies -lDenys Vlasenko
2011-02-28ls: fix bits for -T, -w and --color; make -n imply -l; fix commentsDenys Vlasenko
2011-02-27ls: fix one-bit-off which caused -H to behave as -hDenys Vlasenko
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2011-02-15echo: fix SEGV when run with no argsDenys Vlasenko
2011-02-14echo: fix ENOSPC detection and some iffy code in \NNN handlingDenys Vlasenko