summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-14unzip: add -tDenys Vlasenko
2021-04-14unzip: fix for .zip archives with >4GB fileDenys Vlasenko
2021-04-14fix "warning array subscript has type 'char'"Denys Vlasenko
2021-04-14Makefile.flags: add a test for -lrt availabilityDenys Vlasenko
2021-04-14echo: fix !ENABLE_FEATURE_FANCY_ECHO buildDenys Vlasenko
2021-04-14fix gcc-11.0 warningsDenys Vlasenko
2021-04-14*: --help text tweaksDenys Vlasenko
2021-04-14touch: shorten --help textDenys Vlasenko
2021-04-14touch: code shrinkDenys Vlasenko
2021-04-14touch: fix -amDenys Vlasenko
2021-04-13dd: support iflag=count_bytesRafał Miłecki
2021-04-13vi: allow writing to another file if this one is readonlyAlison Winters
2021-04-13build system: avoid build failure during bisectionRon Yorston
2021-04-13hush: beautify ^D handling to match ash / bashDenys Vlasenko
2021-04-13watchdog: make open-write-close-open functionality a config knobRasmus Villemoes
2021-04-13touch: fix previous commitDenys Vlasenko
2021-04-13touch: make FEATURE_TOUCH_NODEREF unconditionalDenys Vlasenko
2021-04-13touch: code shrinkDenys Vlasenko
2021-04-13touch: code shrinkDenys Vlasenko
2021-04-13touch: prevent usage of -r and -t at onceXabier Oneca
2021-04-13touch: switch to using utimensat() and futimens()Denys Vlasenko
2021-04-12touch: unbreak -hDenys Vlasenko
2021-04-12touch: remove unneeded GETOPT32 definesXabier Oneca
2021-04-12touch: fix atime set from reference fileXabier Oneca
2021-04-12touch: add SUSv3 options -a and -mXabier Oneca
2021-04-11lineedit: fix tab completion with equal signNatanael Copa
2021-04-11vi: improvements to reporting of changesRon Yorston
2021-04-11vi: issue a warning on failure to find a characterRon Yorston
2021-04-11vi: make the substitute command more like viRon Yorston
2021-04-11vi: make put commands more like viRon Yorston
2021-04-11vi: allow the '.' command to have a repetition countRon Yorston
2021-04-11vi: allow 'r' command to be aborted, repeatedRon Yorston
2021-04-11vi: improvements to undoRon Yorston
2021-04-11vi: more fixes to range selection by wordRon Yorston
2021-04-11vi: improvements to range selectionRon Yorston
2021-04-11vi: code shrink search commandsRon Yorston
2021-04-08vi: changes to option handlingRon Yorston
2021-03-30vi: deal with invalid movements in shift commandsRon Yorston
2021-03-29vi: code shrinkRon Yorston
2021-03-29vi: improve operations involving paragraph movementRon Yorston
2021-03-29vi: improve motion by paragraphRon Yorston
2021-03-29vi: allow repetition count for paragraph motionRon Yorston
2021-03-29vi: allow motion count for change/delete/yank/shiftRon Yorston
2021-03-29vi: support more commands for range selectionRon Yorston
2021-03-29vi: improvements to character search within lineRon Yorston
2021-03-29vi: remember cursor column during vertical motionRon Yorston
2021-03-29vi: 'G'/'M' commands move to first visible characterRon Yorston
2021-03-29vi: don't overwrite existing fileRon Yorston
2021-03-29vi: make buffer handling more vi-likeRon Yorston
2021-03-29vi: code shrinkRon Yorston