aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2013-10-16tail compat: fix header printing for tail -fBartosz Golaszewski
2013-09-11touch: add conditional support for -hDenys Vlasenko
2013-08-20dd: code shrinkDenys Vlasenko
2013-08-20dd: code shrinkDenys Vlasenko
2013-08-20dd: code shrinkDenys Vlasenko
2013-08-20dd: remove FIXME comment which is fixed now. No code changesDenys Vlasenko
2013-08-20dd: code shrinkDenys Vlasenko
2013-08-20dd: fail if swab is attempted on odd-sized blockDenys Vlasenko
2013-08-19dd: fix example in a comment. No code changes.Denys Vlasenko
2013-08-19dd: support conv=swabDenys Vlasenko
2013-08-19dd: do not reuse local variables for unrelated values.Denys Vlasenko
2013-07-30Whitespace fixesDenys Vlasenko
2013-07-30catv: code shrinkDenys Vlasenko
2013-07-30Refactor catv. Move visible() from stty to libbb.Bartosz Golaszewski
2013-07-13Commonalize typical [b,]k,m suffix structDenys Vlasenko
2013-07-08tail: code shrinkDenys Vlasenko
2013-07-04foo*sum: Correct syntax errorCristian Ionescu-Idbohrn
2013-07-02tail: track file size only in -f modeDenys Vlasenko
2013-07-02foo*sum: report I/O errors, don't merely exit with 1.Denys Vlasenko
2013-05-17stty: disable CIBAUD leak check - it is not necessary on LinuxDenys Vlasenko
2013-05-17stty: code shrinkDenys Vlasenko
2013-03-29libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko
2013-03-12readlink: note that our -f is really -eMike Frysinger
2013-03-12platform: use KERNEL_VERSION to simplify uClibc version checkingMike Frysinger
2013-03-04hostid: do not output sign-extended host id. Closes 6056Denys Vlasenko
2013-02-25tail: make help text for -n +N syntax more correctDenys Vlasenko
2013-02-25head: support -n -NUM and -c -NUMDenys Vlasenko
2013-02-25head,tail: use common suffix struct. simplify help text.Denys Vlasenko
2013-01-15whitespace fixes. no code changesDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2013-01-14sha3sum: new appletLauri Kasanen
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2012-12-14du: document incompatibility with standard toolDenys Vlasenko
2012-09-27fix unsafe bb_perror_msg(filename) callsDenys Vlasenko
2012-06-19tweak help textDenys Vlasenko
2012-06-10android: fix 'stat', ifdef S_TYPEIS* in coreutiles/stat.cTias Guns
2012-05-06mv: accept but ignore -vSimon B
2012-05-06mkdir,rmdir: accept and ignore -v, --verboseSimon B
2012-05-06ln: support -T and -vSimon B
2012-04-18who: fix typo in help textDenys Vlasenko
2012-04-17who,less: tweaked help textDenys Vlasenko
2012-03-08test: "test !" was accessing argv past NULL - fix it. Closes 4832Denys Vlasenko
2012-03-08libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko
2012-03-07printf: fix this case: printf "%b" '\0057usr\0057bin\n'Denys Vlasenko
2012-03-07printf: trim help textDenys Vlasenko
2012-03-05uudecode: tweak help textDenys Vlasenko
2012-03-05uuencode: tweak help textDenys Vlasenko
2012-03-05cp: trim help textDenys Vlasenko
2012-03-05du: trim help text a bit moreDenys Vlasenko
2012-03-05du: remove stray whitespace in help textDenys Vlasenko