| Commit message (Expand) | Author | Age | Files | Lines |
* | vi: allow manual screen update if SIGWINCH isn't supported | Ron Yorston | 2019-03-30 | 1 | -0/+8 |
* | vi: code shrink, proper printf formatting for strlen() | Denys Vlasenko | 2019-03-29 | 1 | -5/+6 |
* | vi: further fixes to undo after autoindent | Ron Yorston | 2019-02-11 | 1 | -13/+15 |
* | vi: fix replacement of single character with CR | Ron Yorston | 2019-02-08 | 1 | -8/+3 |
* | vi: fix faulty undo after autoinsert | Ron Yorston | 2019-02-08 | 1 | -35/+22 |
* | sed: code shrink | Denys Vlasenko | 2019-01-21 | 1 | -15/+15 |
* | sed: Fix backslash parsing for 'w' command arg | Brian Foley | 2019-01-21 | 1 | -1/+1 |
* | awk: Fix overly permissive func arg list parsing | Brian Foley | 2019-01-21 | 1 | -1/+14 |
* | awk: Syntax error if delete isn't given an arg. | Brian Foley | 2019-01-21 | 1 | -8/+15 |
* | awk: Guard pointer chasing when parsing ternary expressions. | Brian Foley | 2019-01-21 | 1 | -1/+2 |
* | config: update size information | Denys Vlasenko | 2018-12-28 | 6 | -6/+6 |
* | vi: correctly detect when a deletion empties the buffer | Ron Yorston | 2018-12-03 | 1 | -1/+1 |
* | vi: code shrink | Denys Vlasenko | 2018-11-29 | 1 | -13/+17 |
* | vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) search | Denys Vlasenko | 2018-11-29 | 1 | -5/+10 |
* | awk: abort if NF set to negative value | Denys Vlasenko | 2018-11-28 | 1 | -0/+2 |
* | vi: remove duplicated code | Ron Yorston | 2018-10-31 | 1 | -6/+1 |
* | sed: fix double-free in FEATURE_CLEAN_UP code | Denys Vlasenko | 2018-09-25 | 1 | -12/+17 |
* | vi: placate "warning: variable orig_buf set but not used" | Denys Vlasenko | 2018-06-27 | 1 | -25/+31 |
* | vi: placate "warning: statement with no effect" | Denys Vlasenko | 2018-06-27 | 1 | -1/+4 |
* | restore documentation on the build config language | Kartik Agaram | 2018-06-06 | 1 | -1/+1 |
* | awk: do not allow $(-1) | Denys Vlasenko | 2018-04-23 | 1 | -0/+3 |
* | patch: implement --dry-run | Denys Vlasenko | 2018-04-14 | 1 | -43/+86 |
* | sed: prevent overflow of length from bb_get_chunk_from_file | Quentin Rameau | 2018-04-01 | 1 | -1/+1 |
* | awk: code shrink | Denys Vlasenko | 2018-01-07 | 1 | -4/+3 |
* | awk: fix 'delete array[var--]' decrementing var twice | Denys Vlasenko | 2018-01-07 | 1 | -23/+31 |
* | use %m printf specifier where appropriate | Denys Vlasenko | 2017-09-29 | 1 | -3/+3 |
* | regularize format of source file headers, no code changes | Denys Vlasenko | 2017-09-18 | 6 | -19/+9 |
* | *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m | Denys Vlasenko | 2017-09-13 | 1 | -10/+11 |
* | sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1 | Denys Vlasenko | 2017-08-23 | 1 | -4/+10 |
* | awk: stop on first non-option, closes 9861 | Denys Vlasenko | 2017-08-16 | 1 | -1/+5 |
* | *: stop using atexit in non-debug build: saves ~260 in bss with musl | Denys Vlasenko | 2017-08-16 | 1 | -1/+1 |
* | getopt32: remove opt_complementary | Denys Vlasenko | 2017-08-08 | 3 | -8/+12 |
* | getopt32: remove applet_long_options | Denys Vlasenko | 2017-08-08 | 3 | -11/+10 |
* | script: make -t[FILE] compatible with util-linux | Denys Vlasenko | 2017-08-07 | 1 | -2/+2 |
* | line editing: make read_line_input() not take timeout param | Denys Vlasenko | 2017-08-02 | 1 | -3/+3 |
* | do not use `a' quoting style in comments | Denys Vlasenko | 2017-08-02 | 1 | -1/+1 |
* | ed: fix "\n" removal in command line; make "w" set "dirty = 0" | Denys Vlasenko | 2017-07-27 | 1 | -20/+24 |
* | ed: code shrink | Denys Vlasenko | 2017-07-27 | 1 | -51/+43 |
* | ed: fix --help and reorder functions, no code changes | Denys Vlasenko | 2017-07-27 | 1 | -548/+516 |
* | config: trim/improve item names and help texts, take 2 | Denys Vlasenko | 2017-07-27 | 1 | -2/+1 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 8 | -65/+65 |
* | libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA | Denys Vlasenko | 2017-07-20 | 2 | -2/+2 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 8 | -8/+8 |
* | diff: fix -N and nonexistent files. Closes 7454 | Denys Vlasenko | 2017-05-05 | 1 | -5/+21 |
* | vi: survive if stdin is nonblocking. closes 9851 | Denys Vlasenko | 2017-05-02 | 1 | -1/+8 |
* | Spelling fixes in comments, documentation, tests and examples | Denys Vlasenko | 2017-04-17 | 1 | -4/+4 |
* | libbb: move isqrt from factor, use it in diff too | Denys Vlasenko | 2017-04-11 | 1 | -11/+0 |
* | vi: avoid touching a new file with ZZ when no editing has been done | Yousong Zhou | 2017-03-24 | 1 | -8/+8 |
* | vi: don't touch file with :x when modified_count == 0 | Denys Vlasenko | 2017-03-13 | 1 | -17/+26 |
* | vi,fsck: do not use build timestamp unconditionally. Closes 9626 | Denys Vlasenko | 2017-01-29 | 1 | -1/+1 |