| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2016-11-29 | 3 | -9/+23 |
|\ |
|
| * | Code style fixes, no code changes | Denys Vlasenko | 2016-11-28 | 3 | -10/+13 |
| * | patch: fix matching failure | Aaro Koskinen | 2016-11-24 | 1 | -0/+11 |
| * | patch: fix debug log failure | Aaro Koskinen | 2016-11-24 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-10-26 | 1 | -1/+1 |
|\| |
|
| * | awk: fix segfault on for loop syntax error | Brian Foley | 2016-10-24 | 1 | -1/+1 |
* | | diff: use TMPDIR rather than TMP/TEMP | Ron Yorston | 2016-10-24 | 1 | -1/+1 |
* | | diff: change handling of temporary files for WIN32 | Ron Yorston | 2016-10-20 | 1 | -0/+21 |
* | | Merge branch busybox (up to "ash: comment out free(p) just before...") | Ron Yorston | 2016-10-19 | 2 | -15/+18 |
|\| |
|
| * | vi: fix '' command (goto to prev context) | Denys Vlasenko | 2016-09-28 | 1 | -5/+5 |
| * | vi: make "g<key>" error message less likely to show garbage | Denys Vlasenko | 2016-09-15 | 1 | -1/+3 |
| * | sed: fix "sed n (flushes pattern space, terminates early)" testcase failure | Denys Vlasenko | 2016-09-01 | 1 | -9/+10 |
* | | vi: remove duplicated code | Ron Yorston | 2016-07-08 | 1 | -6/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-07-07 | 3 | -11/+6 |
|\| |
|
| * | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko | 2016-07-06 | 3 | -11/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-05-16 | 4 | -30/+57 |
|\| |
|
| * | sed: fix append command to match GNU sed 4.2.1 | Denys Vlasenko | 2016-05-06 | 1 | -10/+19 |
| * | sed: understand \n,\r and \t in i and a commands. Closes 8871 | Denys Vlasenko | 2016-04-24 | 1 | -13/+25 |
| * | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko | 2016-04-22 | 2 | -2/+2 |
| * | *: hopefully all setup_common_bufsiz() are in place | Denys Vlasenko | 2016-04-21 | 2 | -4/+5 |
| * | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko | 2016-04-21 | 1 | -0/+1 |
| * | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko | 2016-04-21 | 3 | -4/+8 |
| * | sed: support "-f -" idiom | Denys Vlasenko | 2016-04-08 | 1 | -2/+2 |
* | | winansi: revert to previous console behaviour for vi/less | Ron Yorston | 2016-04-26 | 1 | -0/+5 |
* | | 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 |