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