| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | vi: display pasted text | Ron Yorston | 2019-01-26 | 1 | -1/+14 |
* | | awk: fix handling of regular expressions that match end-of-line | Ron Yorston | 2019-01-23 | 1 | -0/+24 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-01-10 | 6 | -6/+6 |
|\| |
|
| * | config: update size information | Denys Vlasenko | 2018-12-28 | 6 | -6/+6 |
* | | diff: omit unreliable test for same file | Ron Yorston | 2019-01-09 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-12-05 | 2 | -18/+29 |
|\| |
|
| * | 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 |
* | | vi: save a few bytes | Ron Yorston | 2018-11-26 | 1 | -14/+8 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-10-08 | 1 | -12/+17 |
|\| |
|
| * | sed: fix double-free in FEATURE_CLEAN_UP code | Denys Vlasenko | 2018-09-25 | 1 | -12/+17 |
* | | Merge branch 'busybox' | Ron Yorston | 2018-07-25 | 2 | -27/+36 |
|\| |
|
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-05-13 | 2 | -43/+89 |
|\| |
|
| * | 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 |
* | | win32: exclude termios code | Ron Yorston | 2018-04-05 | 1 | -0/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-04-02 | 1 | -1/+1 |
|\| |
|
| * | sed: prevent overflow of length from bb_get_chunk_from_file | Quentin Rameau | 2018-04-01 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-02-13 | 1 | -27/+34 |
|\| |
|
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-11-03 | 1 | -3/+3 |
|\| |
|
| * | use %m printf specifier where appropriate | Denys Vlasenko | 2017-09-29 | 1 | -3/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-09-27 | 6 | -33/+30 |
|\| |
|
| * | 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 |
* | | sed: support the -b/--binary option | Johannes Schindelin | 2017-08-23 | 1 | -1/+17 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-08-22 | 6 | -25/+32 |
|\| |
|
| * | awk: stop on first non-option, closes 9861 | Denys Vlasenko | 2017-08-16 | 1 | -1/+5 |