aboutsummaryrefslogtreecommitdiff
path: root/examples (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-15vi: move undo_queue_state in globals to other byte-sized membersDenys Vlasenko1-13/+14
2021-04-15vi: allow line addresses to have an offsetRon Yorston1-46/+72
2021-04-15vi: allow backward search to specify line addressRon Yorston1-7/+14
2021-04-15vi: detect and warn about invalid line addressesRon Yorston1-8/+14
2021-04-15vi: code shrink colon line addressesRon Yorston1-27/+28
2021-04-15vi: make context marks more like viRon Yorston1-18/+12
2021-04-15vi: correct autoindent for 'O' commandRon Yorston1-12/+29
2021-04-15vi: allow ctrl-D to reduce indentationRon Yorston1-2/+14
2021-04-15vi: don't move cursor when yanking whole linesRon Yorston1-0/+6
2021-04-15vi: reset command count when specifying '0' rangeRon Yorston1-5/+10
2021-04-15vi: code shrink motion by paragraphRon Yorston1-12/+15
2021-04-15vi: position cursor on last column of tabRon Yorston1-12/+9
2021-04-15vi: correctly record deleted charactersRon Yorston1-17/+22
2021-04-14platform.h: fix for Bionic >= 21 not having wait3()Denys Vlasenko2-0/+11
2021-04-14unzip: add -tDenys Vlasenko1-3/+9
2021-04-14unzip: fix for .zip archives with >4GB fileDenys Vlasenko1-2/+20
2021-04-14fix "warning array subscript has type 'char'"Denys Vlasenko7-22/+22
2021-04-14Makefile.flags: add a test for -lrt availabilityDenys Vlasenko1-5/+8
2021-04-14echo: fix !ENABLE_FEATURE_FANCY_ECHO buildDenys Vlasenko1-1/+1
2021-04-14fix gcc-11.0 warningsDenys Vlasenko4-4/+4
2021-04-14*: --help text tweaksDenys Vlasenko16-21/+21
2021-04-14touch: shorten --help textDenys Vlasenko1-1/+1
2021-04-14touch: code shrinkDenys Vlasenko1-6/+4
2021-04-14touch: fix -amDenys Vlasenko1-5/+8
2021-04-13dd: support iflag=count_bytesRafał Miłecki2-18/+33
2021-04-13vi: allow writing to another file if this one is readonlyAlison Winters1-1/+1
2021-04-13build system: avoid build failure during bisectionRon Yorston1-1/+1
2021-04-13hush: beautify ^D handling to match ash / bashDenys Vlasenko1-0/+2
2021-04-13watchdog: make open-write-close-open functionality a config knobRasmus Villemoes1-5/+21
2021-04-13touch: fix previous commitDenys Vlasenko1-1/+1
2021-04-13touch: make FEATURE_TOUCH_NODEREF unconditionalDenys Vlasenko1-18/+9
2021-04-13touch: code shrinkDenys Vlasenko1-4/+4
2021-04-13touch: code shrinkDenys Vlasenko1-23/+17
2021-04-13touch: prevent usage of -r and -t at onceXabier Oneca1-7/+11
2021-04-13touch: switch to using utimensat() and futimens()Denys Vlasenko1-41/+16
2021-04-12touch: unbreak -hDenys Vlasenko1-9/+10
2021-04-12touch: remove unneeded GETOPT32 definesXabier Oneca1-18/+13
2021-04-12touch: fix atime set from reference fileXabier Oneca1-1/+2
2021-04-12touch: add SUSv3 options -a and -mXabier Oneca1-14/+45
2021-04-11lineedit: fix tab completion with equal signNatanael Copa1-1/+1
2021-04-11vi: improvements to reporting of changesRon Yorston1-31/+59
2021-04-11vi: issue a warning on failure to find a characterRon Yorston1-1/+3
2021-04-11vi: make the substitute command more like viRon Yorston1-13/+17
2021-04-11vi: make put commands more like viRon Yorston1-2/+13
2021-04-11vi: allow the '.' command to have a repetition countRon Yorston1-10/+11
2021-04-11vi: allow 'r' command to be aborted, repeatedRon Yorston1-3/+12
2021-04-11vi: improvements to undoRon Yorston1-13/+22
2021-04-11vi: more fixes to range selection by wordRon Yorston1-3/+5
2021-04-11vi: improvements to range selectionRon Yorston1-41/+42
2021-04-11vi: code shrink search commandsRon Yorston1-49/+36