| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | *: 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 |
| * | *: 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-29 | 2 | -579/+542 |
|\| |
|
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-24 | 9 | -73/+73 |
|\| |
|
| * | 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 |
* | | Use %I64* formats with MinGW instead of %ll* formats | Johannes Schindelin | 2017-07-18 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-05-29 | 3 | -46/+67 |
|\| |
|
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-02-08 | 3 | -33/+21 |
|\| |
|
| * | vi,fsck: do not use build timestamp unconditionally. Closes 9626 | Denys Vlasenko | 2017-01-29 | 1 | -1/+1 |
| * | libbb: consolidate the code to set termios unbuffered mode | Denys Vlasenko | 2017-01-11 | 1 | -11/+4 |
| * | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 3 | -21/+16 |
* | | 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 |