aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * vi: don't move cursor when yanking whole linesRon Yorston2021-04-151-0/+6
| * vi: reset command count when specifying '0' rangeRon Yorston2021-04-151-5/+10
| * vi: code shrink motion by paragraphRon Yorston2021-04-151-12/+15
| * vi: position cursor on last column of tabRon Yorston2021-04-151-12/+9
| * vi: correctly record deleted charactersRon Yorston2021-04-151-17/+22
| * platform.h: fix for Bionic >= 21 not having wait3()Denys Vlasenko2021-04-142-0/+11
| * unzip: add -tDenys Vlasenko2021-04-141-3/+9
| * unzip: fix for .zip archives with >4GB fileDenys Vlasenko2021-04-141-2/+20
| * fix "warning array subscript has type 'char'"Denys Vlasenko2021-04-147-22/+22
| * Makefile.flags: add a test for -lrt availabilityDenys Vlasenko2021-04-141-5/+8
| * echo: fix !ENABLE_FEATURE_FANCY_ECHO buildDenys Vlasenko2021-04-141-1/+1
| * fix gcc-11.0 warningsDenys Vlasenko2021-04-144-4/+4
| * *: --help text tweaksDenys Vlasenko2021-04-1416-21/+21
| * touch: shorten --help textDenys Vlasenko2021-04-141-1/+1
| * touch: code shrinkDenys Vlasenko2021-04-141-6/+4
| * touch: fix -amDenys Vlasenko2021-04-141-5/+8
| * dd: support iflag=count_bytesRafał Miłecki2021-04-132-18/+33
| * vi: allow writing to another file if this one is readonlyAlison Winters2021-04-131-1/+1
| * build system: avoid build failure during bisectionRon Yorston2021-04-131-1/+1
| * hush: beautify ^D handling to match ash / bashDenys Vlasenko2021-04-131-0/+2
| * watchdog: make open-write-close-open functionality a config knobRasmus Villemoes2021-04-131-5/+21
| * touch: fix previous commitDenys Vlasenko2021-04-131-1/+1
| * touch: make FEATURE_TOUCH_NODEREF unconditionalDenys Vlasenko2021-04-131-18/+9
| * touch: code shrinkDenys Vlasenko2021-04-131-4/+4
| * touch: code shrinkDenys Vlasenko2021-04-131-23/+17
| * touch: prevent usage of -r and -t at onceXabier Oneca2021-04-131-7/+11
| * touch: switch to using utimensat() and futimens()Denys Vlasenko2021-04-131-41/+16
| * touch: unbreak -hDenys Vlasenko2021-04-121-9/+10
| * touch: remove unneeded GETOPT32 definesXabier Oneca2021-04-121-18/+13
| * touch: fix atime set from reference fileXabier Oneca2021-04-121-1/+2
| * touch: add SUSv3 options -a and -mXabier Oneca2021-04-121-14/+45
| * lineedit: fix tab completion with equal signNatanael Copa2021-04-111-1/+1
| * vi: improvements to reporting of changesRon Yorston2021-04-111-31/+59
| * vi: issue a warning on failure to find a characterRon Yorston2021-04-111-1/+3
| * vi: make the substitute command more like viRon Yorston2021-04-111-13/+17
| * vi: make put commands more like viRon Yorston2021-04-111-2/+13
| * vi: allow the '.' command to have a repetition countRon Yorston2021-04-111-10/+11
| * vi: allow 'r' command to be aborted, repeatedRon Yorston2021-04-111-3/+12
| * vi: improvements to undoRon Yorston2021-04-111-13/+22
| * vi: more fixes to range selection by wordRon Yorston2021-04-111-3/+5
| * vi: improvements to range selectionRon Yorston2021-04-111-41/+42
| * vi: code shrink search commandsRon Yorston2021-04-111-49/+36
| * vi: changes to option handlingRon Yorston2021-04-081-34/+57
| * vi: deal with invalid movements in shift commandsRon Yorston2021-03-301-2/+4
| * vi: code shrinkRon Yorston2021-03-291-3/+3
| * vi: improve operations involving paragraph movementRon Yorston2021-03-291-6/+24
| * vi: improve motion by paragraphRon Yorston2021-03-291-3/+11
| * vi: allow repetition count for paragraph motionRon Yorston2021-03-291-9/+8
| * vi: allow motion count for change/delete/yank/shiftRon Yorston2021-03-291-2/+18
| * vi: support more commands for range selectionRon Yorston2021-03-291-3/+3