| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2020-02-15 | 2 | -9/+26 |
|\ |
|
| * | awk: fix more "length" cases, closes 12486 | Denys Vlasenko | 2020-02-02 | 1 | -4/+18 |
| * | vi: fixes to string search in colon commands, closes 10321 | Ron Yorston | 2020-01-29 | 1 | -5/+8 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-01-08 | 1 | -1/+1 |
|\| |
|
| * | vi: placate "warning: shifting a negative signed value is undefined" | Denys Vlasenko | 2019-10-25 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-08-16 | 7 | -37/+37 |
|\| |
|
| * | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 7 | -35/+35 |
| * | vi: code shrink | Denys Vlasenko | 2019-06-08 | 1 | -2/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-05-27 | 2 | -7/+11 |
|\| |
|
| * | sed: fix /regex/,+N match triggering only once, closes 11871 | Denys Vlasenko | 2019-05-13 | 1 | -0/+2 |
| * | vi: enable 'dG' command. Closes 11801 | Ron Yorston | 2019-04-28 | 1 | -4/+7 |
| * | vi: fix changes to word at end of line. Closes 11796 | Ron Yorston | 2019-04-28 | 1 | -3/+2 |
* | | vi: use alternate screen buffer | Ron Yorston | 2019-04-07 | 1 | -5/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-04-04 | 1 | -2226/+2113 |
|\| |
|
| * | vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi" | Denys Vlasenko | 2019-04-03 | 1 | -2/+2 |
| * | vi: code shrink | Denys Vlasenko | 2019-04-03 | 1 | -7/+12 |
| * | vi: avoid build failure in non-default case | Ron Yorston | 2019-04-03 | 1 | -16/+16 |
| * | vi: rename save_argc -> cmdline_filecnt | Denys Vlasenko | 2019-04-02 | 1 | -17/+16 |
| * | vi: restore capability to remember insertion cmds for "." | Denys Vlasenko | 2019-04-02 | 1 | -5/+6 |
| * | vi: code shrink | Denys Vlasenko | 2019-04-01 | 1 | -7/+14 |
| * | vi: convert more /**/ comments to // | Denys Vlasenko | 2019-04-01 | 1 | -62/+56 |
| * | vi: code shrink | Denys Vlasenko | 2019-04-01 | 1 | -30/+28 |
| * | vi: use vsnprintf to format status line | Denys Vlasenko | 2019-04-01 | 1 | -27/+22 |
| * | vi: rearrange functions, no logic changes | Denys Vlasenko | 2019-04-01 | 1 | -1508/+1407 |
| * | vi: rearrange functions, no logic changes | Denys Vlasenko | 2019-04-01 | 1 | -276/+276 |
| * | vi: rearrange functions, no logic changes | Denys Vlasenko | 2019-04-01 | 1 | -42/+42 |
| * | vi: rearrange functions, no logic changes | Denys Vlasenko | 2019-04-01 | 1 | -74/+75 |
| * | vi: rearrange functions, no logic changes | Denys Vlasenko | 2019-04-01 | 1 | -260/+258 |
| * | vi: fix ^Z not always working as intended | Denys Vlasenko | 2019-04-01 | 1 | -25/+17 |
| * | vi: install SIGINT handler _after_ restart setjmp is initialized | Denys Vlasenko | 2019-04-01 | 1 | -63/+52 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-03-31 | 1 | -5/+14 |
|\| |
|
| * | 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: improve reliability of pasted text | Ron Yorston | 2019-03-17 | 1 | -2/+2 |
* | | vi: fix spurious error on opening file with CRLF line endings | Ron Yorston | 2019-03-17 | 1 | -2/+5 |
* | | win32: fix POSIX build (again) | Ron Yorston | 2019-03-12 | 1 | -1/+3 |
* | | win32: stat(2) succeeds if fetching extra metadata fails | Ron Yorston | 2019-02-19 | 1 | -1/+3 |
* | | win32: make stat(2) fetch additional metadata | Ron Yorston | 2019-02-16 | 1 | -1/+2 |
* | | vi: add a function to count CRs in the text buffer | Ron Yorston | 2019-02-14 | 1 | -29/+27 |
* | | win32: add a function to remove CRs from a text buffer | Ron Yorston | 2019-02-14 | 1 | -14/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-02-12 | 3 | -72/+77 |
|\| |
|
| * | 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 |
* | | vi: simplify code to display pasted text | Ron Yorston | 2019-02-01 | 1 | -8/+4 |