aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2017-01-26link: new appletDenys Vlasenko
2017-01-25ftpd/ls: show directories firstDenys Vlasenko
2017-01-24tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't workDenys Vlasenko
2017-01-23ls: convert DISP_DIRNAME to a bool variableDenys Vlasenko
2017-01-23ls: get rid of opt_flags[], handle -l1c through option_mask32Denys Vlasenko
2017-01-23ls: handle -x through option_mask32, remove default -C from --helpDenys Vlasenko
2017-01-23ls: handle -d and -R through option_mask32Denys Vlasenko
2017-01-23ls: handle -p and -F through option_mask32Denys Vlasenko
2017-01-23ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONGDenys Vlasenko
2017-01-23ls: make -Z output compatible with GNU coreutils 8.25Denys Vlasenko
2017-01-23ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPTDenys Vlasenko
2017-01-23ls: handle -s through option_mask32Denys Vlasenko
2017-01-23ls: handle -i through option_mask32Denys Vlasenko
2017-01-23ls: handle -a and -A through option_mask32Denys Vlasenko
2017-01-23ls: handle all sort options through option_mask32Denys Vlasenko
2017-01-22ls: -1 should be ignored by -l (and options which imply -l)Denys Vlasenko
2017-01-22ls: more correct handling of -c, -uDenys Vlasenko
2017-01-22ls: replace -e with --full-time, add --group-directories-first, delete -KDenys Vlasenko
2017-01-21make --help texts more uniformDenys Vlasenko
2017-01-11Move FEATURE_AUTOWIDTH config option to two applets which use itDenys Vlasenko
2017-01-10shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_fooDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2017-01-09hush: make echo builtin optionalDenys Vlasenko
2017-01-08hush: kill builtin and kill %jobspec supportDenys Vlasenko
2016-12-23Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko
2016-12-12df: implement -B n<suff> and -B <suff> formats of -B optionDenys Vlasenko
2016-12-04fix musl problem with dirname, now for all users of bb_make_directory()Denys Vlasenko
2016-12-03install: fix musl problem with dirnameDenys Vlasenko
2016-11-23test: make [ and [[ forms individually selectableDenys Vlasenko
2016-11-23Remove remnants of disabled "length" appletDenys Vlasenko
2016-11-23Make dos2unix/unix2dos independently selectableDenys Vlasenko
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-10-02test: fix compile error in last commitDenys Vlasenko
2016-10-02test: memory leak: free group id listDenys Vlasenko
2016-09-17fix "aloc" -> "alloc" typosDenys Vlasenko
2016-08-29sha3sum: fix config text (it's no longer only 512-bit)Denys Vlasenko
2016-08-29sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko
2016-07-19typo fixesDenys Vlasenko
2016-07-11{md5,shaN}sum: make -c EMPTY failDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-06-24df: use f_frsize instead of f_bsize for correct sizesNatanael Copa
2016-05-27cp: add -u/--update and --remove-destinationDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-04-02sort: "-o FILE", not "-o", is the syntaxDenys Vlasenko
2016-04-02sort: help text does not need to say that -mST are supported but ignoredDenys Vlasenko
2016-03-06ls: fix columnar output. Closes 8731Denys Vlasenko