| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | libbb.h: inline byteswaps | Denys Vlasenko | 2021-04-24 | 3 | -1/+24 |
| * | tls: make constant basepoint9[32] array 8-byte aligned | Denys Vlasenko | 2021-04-22 | 1 | -1/+1 |
| * | gcc-version.sh: fix for "invalid number" message during Android NDK builds | Chris Renshaw | 2021-04-22 | 1 | -2/+2 |
| * | tls: further reduce register pressure in i386 assembly | Denys Vlasenko | 2021-04-20 | 1 | -3/+3 |
| * | tls: reduce register pressure in i386 assembly (helps Android to compile) | Denys Vlasenko | 2021-04-20 | 1 | -0/+24 |
| * | vi: make de-indentation with ctrl-D more like vim | Ron Yorston | 2021-04-20 | 1 | -9/+21 |
| * | vi: add expandtab option | Ron Yorston | 2021-04-20 | 1 | -17/+47 |
| * | gcc-version.sh: Cygwin fix | Denys Vlasenko | 2021-04-18 | 1 | -1/+1 |
| * | vi: move undo_queue_state in globals to other byte-sized members | Denys Vlasenko | 2021-04-15 | 1 | -13/+14 |
| * | vi: allow line addresses to have an offset | Ron Yorston | 2021-04-15 | 1 | -46/+72 |
| * | vi: allow backward search to specify line address | Ron Yorston | 2021-04-15 | 1 | -7/+14 |
| * | vi: detect and warn about invalid line addresses | Ron Yorston | 2021-04-15 | 1 | -8/+14 |
| * | vi: code shrink colon line addresses | Ron Yorston | 2021-04-15 | 1 | -27/+28 |
| * | vi: make context marks more like vi | Ron Yorston | 2021-04-15 | 1 | -18/+12 |
| * | vi: correct autoindent for 'O' command | Ron Yorston | 2021-04-15 | 1 | -12/+29 |
| * | vi: allow ctrl-D to reduce indentation | Ron Yorston | 2021-04-15 | 1 | -2/+14 |
| * | 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 |