| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | vi: don't move cursor when yanking whole lines | Ron Yorston | 2021-04-15 | 1 | -0/+6 |
| * | vi: reset command count when specifying '0' range | Ron Yorston | 2021-04-15 | 1 | -5/+10 |
| * | vi: code shrink motion by paragraph | Ron Yorston | 2021-04-15 | 1 | -12/+15 |
| * | vi: position cursor on last column of tab | Ron Yorston | 2021-04-15 | 1 | -12/+9 |
| * | vi: correctly record deleted characters | Ron Yorston | 2021-04-15 | 1 | -17/+22 |
| * | platform.h: fix for Bionic >= 21 not having wait3() | Denys Vlasenko | 2021-04-14 | 2 | -0/+11 |
| * | unzip: add -t | Denys Vlasenko | 2021-04-14 | 1 | -3/+9 |
| * | unzip: fix for .zip archives with >4GB file | Denys Vlasenko | 2021-04-14 | 1 | -2/+20 |
| * | fix "warning array subscript has type 'char'" | Denys Vlasenko | 2021-04-14 | 7 | -22/+22 |
| * | Makefile.flags: add a test for -lrt availability | Denys Vlasenko | 2021-04-14 | 1 | -5/+8 |
| * | echo: fix !ENABLE_FEATURE_FANCY_ECHO build | Denys Vlasenko | 2021-04-14 | 1 | -1/+1 |
| * | fix gcc-11.0 warnings | Denys Vlasenko | 2021-04-14 | 4 | -4/+4 |
| * | *: --help text tweaks | Denys Vlasenko | 2021-04-14 | 16 | -21/+21 |
| * | touch: shorten --help text | Denys Vlasenko | 2021-04-14 | 1 | -1/+1 |
| * | touch: code shrink | Denys Vlasenko | 2021-04-14 | 1 | -6/+4 |
| * | touch: fix -am | Denys Vlasenko | 2021-04-14 | 1 | -5/+8 |
| * | dd: support iflag=count_bytes | Rafał Miłecki | 2021-04-13 | 2 | -18/+33 |
| * | vi: allow writing to another file if this one is readonly | Alison Winters | 2021-04-13 | 1 | -1/+1 |
| * | build system: avoid build failure during bisection | Ron Yorston | 2021-04-13 | 1 | -1/+1 |
| * | hush: beautify ^D handling to match ash / bash | Denys Vlasenko | 2021-04-13 | 1 | -0/+2 |
| * | watchdog: make open-write-close-open functionality a config knob | Rasmus Villemoes | 2021-04-13 | 1 | -5/+21 |
| * | touch: fix previous commit | Denys Vlasenko | 2021-04-13 | 1 | -1/+1 |
| * | touch: make FEATURE_TOUCH_NODEREF unconditional | Denys Vlasenko | 2021-04-13 | 1 | -18/+9 |
| * | touch: code shrink | Denys Vlasenko | 2021-04-13 | 1 | -4/+4 |
| * | touch: code shrink | Denys Vlasenko | 2021-04-13 | 1 | -23/+17 |
| * | touch: prevent usage of -r and -t at once | Xabier Oneca | 2021-04-13 | 1 | -7/+11 |
| * | touch: switch to using utimensat() and futimens() | Denys Vlasenko | 2021-04-13 | 1 | -41/+16 |
| * | touch: unbreak -h | Denys Vlasenko | 2021-04-12 | 1 | -9/+10 |
| * | touch: remove unneeded GETOPT32 defines | Xabier Oneca | 2021-04-12 | 1 | -18/+13 |
| * | touch: fix atime set from reference file | Xabier Oneca | 2021-04-12 | 1 | -1/+2 |
| * | touch: add SUSv3 options -a and -m | Xabier Oneca | 2021-04-12 | 1 | -14/+45 |
| * | lineedit: fix tab completion with equal sign | Natanael Copa | 2021-04-11 | 1 | -1/+1 |
| * | vi: improvements to reporting of changes | Ron Yorston | 2021-04-11 | 1 | -31/+59 |
| * | vi: issue a warning on failure to find a character | Ron Yorston | 2021-04-11 | 1 | -1/+3 |
| * | vi: make the substitute command more like vi | Ron Yorston | 2021-04-11 | 1 | -13/+17 |
| * | vi: make put commands more like vi | Ron Yorston | 2021-04-11 | 1 | -2/+13 |
| * | vi: allow the '.' command to have a repetition count | Ron Yorston | 2021-04-11 | 1 | -10/+11 |
| * | vi: allow 'r' command to be aborted, repeated | Ron Yorston | 2021-04-11 | 1 | -3/+12 |
| * | vi: improvements to undo | Ron Yorston | 2021-04-11 | 1 | -13/+22 |
| * | vi: more fixes to range selection by word | Ron Yorston | 2021-04-11 | 1 | -3/+5 |
| * | vi: improvements to range selection | Ron Yorston | 2021-04-11 | 1 | -41/+42 |
| * | vi: code shrink search commands | Ron Yorston | 2021-04-11 | 1 | -49/+36 |
| * | vi: changes to option handling | Ron Yorston | 2021-04-08 | 1 | -34/+57 |
| * | vi: deal with invalid movements in shift commands | Ron Yorston | 2021-03-30 | 1 | -2/+4 |
| * | vi: code shrink | Ron Yorston | 2021-03-29 | 1 | -3/+3 |
| * | vi: improve operations involving paragraph movement | Ron Yorston | 2021-03-29 | 1 | -6/+24 |
| * | vi: improve motion by paragraph | Ron Yorston | 2021-03-29 | 1 | -3/+11 |
| * | vi: allow repetition count for paragraph motion | Ron Yorston | 2021-03-29 | 1 | -9/+8 |
| * | vi: allow motion count for change/delete/yank/shift | Ron Yorston | 2021-03-29 | 1 | -2/+18 |
| * | vi: support more commands for range selection | Ron Yorston | 2021-03-29 | 1 | -3/+3 |