aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2017-04-05Add help text for 'uniq -i'Jody Bruchon
2017-04-05nl: use CONFIG_NL, not CONFIG_UNIQDenys Vlasenko
2017-04-05nl: new applet; also implement cat -nb (similar functionality to nl)Denys Vlasenko
2017-03-30uniq: add -i option to ignore caseJody Bruchon
2017-03-24whitespace fixDenys Vlasenko
2017-03-23paste: delimiter list use should restart for each new output lineDenys Vlasenko
2017-03-23typo fixDenys Vlasenko
2017-03-23paste: new appletMaxime Coste
2017-03-16dd: call fsync() only once before exiting if conv=fsync is specifiedRostislav Skudnov
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