| Commit message (Expand) | Author | Age | Files | Lines |
* | sed: drop \r when reading input | Ron Yorston | 2016-03-16 | 1 | -0/+5 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2016-02-22 | 2 | -10/+12 |
|\ |
|
| * | sed: make 's///w FILE' actually write to FILE. Closes 8251 | Denys Vlasenko | 2016-01-24 | 1 | -4/+7 |
| * | patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736 | Denys Vlasenko | 2016-01-23 | 1 | -6/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-10-19 | 1 | -5/+5 |
|\| |
|
| * | *: more BUILD_BUG_ON conversions | Denys Vlasenko | 2015-10-13 | 1 | -5/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-10-13 | 4 | -55/+74 |
|\| |
|
| * | join some common strings, -400 bytes | Denys Vlasenko | 2015-10-08 | 1 | -4/+4 |
| * | build system: -fno-builtin-printf | Denys Vlasenko | 2015-10-07 | 2 | -3/+3 |
| * | awk: support "length" form of "length()". Closes 8371 | Denys Vlasenko | 2015-10-02 | 1 | -48/+67 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-08-04 | 1 | -2/+2 |
|\| |
|
| * | diff: fix -B with single line changes | Aaro Koskinen | 2015-07-31 | 1 | -2/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-07-14 | 4 | -22/+8 |
|\| |
|
| * | Removes stray empty line from code | Maninder Singh | 2015-07-13 | 3 | -14/+0 |
| * | typo fixes | Maninder Singh | 2015-05-25 | 2 | -8/+8 |
* | | Merge branch 'busybox' into mergeFRP | Ron Yorston | 2015-05-18 | 2 | -10/+41 |
|\| |
|
| * | vi: basic undo feature shouldn't depend on yankmark | Andrew Fuller | 2015-05-03 | 1 | -5/+5 |
| * | sed: implement ",+N" range end | Denys Vlasenko | 2015-04-17 | 1 | -5/+36 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-03-14 | 3 | -7/+18 |
|\| |
|
| * | vi: make BACKSPACE and DELETE join lines at start/end of line | Denys Vlasenko | 2015-03-12 | 1 | -4/+4 |
| * | libbb: introduce and use is_prefixed_with() | Denys Vlasenko | 2015-03-12 | 1 | -2/+2 |
| * | patch: segfault fix. Closes 7916 | Denys Vlasenko | 2015-03-11 | 1 | -0/+10 |
| * | diff: fix a bug in diffing against stdin. Closes 7784 | Denys Vlasenko | 2015-01-11 | 1 | -1/+2 |
| * | vi: fix reading of file after last line | Ron Yorston | 2015-01-07 | 1 | -1/+5 |
| * | vi: failure to open file is not an error when initialising buffer | Ron Yorston | 2015-01-07 | 1 | -7/+5 |
* | | vi: fix reading of file after last line | Ron Yorston | 2014-12-05 | 1 | -1/+5 |
* | | vi: failure to open file is not an error when initialising buffer | Ron Yorston | 2014-12-05 | 1 | -7/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-10-06 | 2 | -46/+46 |
|\| |
|
| * | sed: fix "sed CMD -i nonexistent_file". Closes 7484 | Denys Vlasenko | 2014-10-05 | 1 | -2/+6 |
| * | sed: fix a buglet in s///NUM handling | Denys Vlasenko | 2014-09-16 | 1 | -1/+4 |
| * | vi: fix incorrect memory access on brace matching. Closes 7256 | Denys Vlasenko | 2014-09-15 | 1 | -43/+36 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-06-30 | 1 | -0/+2 |
|\| |
|
| * | awk: fix handling of "if ... break ; else ..." - closes 7226 | Denys Vlasenko | 2014-06-26 | 1 | -0/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-05-06 | 1 | -189/+606 |
|\| |
|
| * | vi: some simplifications | Denys Vlasenko | 2014-04-05 | 1 | -116/+120 |
| * | vi: clear undo buffer when we change to another file | Denys Vlasenko | 2014-04-03 | 1 | -69/+87 |
| * | vi: undo code shrink | Denys Vlasenko | 2014-04-03 | 1 | -41/+42 |
| * | vi: undo support for vi with intermediate queuing | Jody Bruchon | 2014-04-02 | 1 | -54/+448 |
* | | awk: treat \r as a space character to skip | Ron Yorston | 2014-01-13 | 1 | -0/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-01-02 | 8 | -215/+285 |
|\| |
|
| * | sed: accept s///i as a synonym for s///I ("ignore case") | David A. Wheeler | 2013-12-18 | 1 | -1/+2 |
| * | Use unsigned printf/scanf conversion where more appropriate | Denys Vlasenko | 2013-11-29 | 1 | -2/+2 |
| * | sed: code shrink | Denys Vlasenko | 2013-11-28 | 1 | -28/+21 |
| * | sed: open input files sequentially to avoid EMFILE | Denys Vlasenko | 2013-11-28 | 1 | -26/+34 |
| * | awk: fix a bug in argc counting in recent change | Denys Vlasenko | 2013-11-21 | 1 | -8/+8 |
| * | switch editors/* to embedded-in-source kbuild system | Denys Vlasenko | 2013-11-13 | 6 | -49/+61 |
| * | awk: optionally support -e AWK_PROG | Sven-Göran Bergh | 2013-11-12 | 3 | -41/+84 |
| * | sed: fix "sed clusternewline" testcase | Denys Vlasenko | 2013-10-30 | 1 | -67/+67 |
| * | sed: document -E in help text | Denys Vlasenko | 2013-10-30 | 1 | -3/+3 |
| * | sed: fix memory leak in 'r FILE' command | Denys Vlasenko | 2013-10-30 | 1 | -4/+3 |