| Commit message (Expand) | Author | Age | Files | Lines |
* | sed: fix handling of s/// which has empty matches | Denys Vlasenko | 2012-04-24 | 1 | -1/+1 |
* | vi: add ":prev" command support | Dennis Groenen | 2012-01-31 | 1 | -11/+18 |
* | vi: move mark[i] pointers if text[] moves after realloc | Denys Vlasenko | 2012-01-31 | 1 | -27/+37 |
* | *: better comments on termios manipulations. No code changes. | Denys Vlasenko | 2012-01-15 | 1 | -1/+1 |
* | sed: fix possible case of signed char bug; expand debugging printouts | Denys Vlasenko | 2012-01-15 | 1 | -13/+25 |
* | vi: fix [end] key handling | Denys Vlasenko | 2011-11-28 | 1 | -1/+1 |
* | patch: make -p count path components, not slashes (think /blah//thing) | Rob Landley | 2011-10-10 | 1 | -8/+10 |
* | sed: better help text | Denys Vlasenko | 2011-09-13 | 1 | -2/+3 |
* | awk: fix a SEGV | Denys Vlasenko | 2011-09-11 | 1 | -9/+62 |
* | awk: fix define name collision with BSD headers | Denys Vlasenko | 2011-09-10 | 1 | -0/+3 |
* | vi: prevent unlimited recursion in do_cmd(). Closes 4153 | Denys Vlasenko | 2011-09-09 | 1 | -155/+139 |
* | awk: next_input_file can return NULL, don't SEGV in this case. | Denys Vlasenko | 2011-09-07 | 1 | -9/+11 |
* | patch: make it able to create files (again) | Rob Landley | 2011-08-22 | 1 | -5/+3 |
* | sed: fix range handling for sed -i. Closes 4069 | Denys Vlasenko | 2011-08-16 | 1 | -28/+51 |
* | less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659. | Denys Vlasenko | 2011-07-25 | 1 | -2/+2 |
* | more tweak for bionic | Denys Vlasenko | 2011-07-08 | 1 | -1/+3 |
* | vi: tweak regex.h include | Denys Vlasenko | 2011-07-03 | 1 | -3/+6 |
* | vi: fix regex search, make it selectable in config | Walter Harms | 2011-06-27 | 3 | -158/+181 |
* | diff: disable debug code; remove unsupported --dry-run from help text | Denys Vlasenko | 2011-06-19 | 1 | -7/+10 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 5 | -7/+2 |
* | reformime: do not require \r\n | Denys Vlasenko | 2011-05-22 | 1 | -2/+2 |
* | vi.c: remove warning: variable 'sp' set but not used | Cristian Ionescu-Idbohrn | 2011-05-16 | 1 | -0/+4 |
* | fix "variable 'foo' set but not used" warnings | Denys Vlasenko | 2011-05-13 | 1 | -2/+0 |
* | libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall... | Denys Vlasenko | 2011-05-08 | 1 | -1/+1 |
* | sed: shrink by 17 bytes | Pascal Bellard | 2011-05-05 | 1 | -3/+7 |
* | sed: support \r in s command | Denys Vlasenko | 2011-05-03 | 1 | -1/+2 |
* | sed: code shrink | Denys Vlasenko | 2011-05-03 | 1 | -54/+92 |
* | Fix double words in comments. No code changes | Marek Polacek | 2011-04-16 | 1 | -1/+1 |
* | move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit... | Pere Orga | 2011-04-03 | 6 | -0/+72 |
* | diff: optimize diffing of files with the same metadata | Roman Borisov | 2011-03-27 | 1 | -0/+25 |
* | ash: fix TMOUT not restoring tty attributes | Denys Vlasenko | 2011-02-08 | 1 | -3/+3 |
* | whitespace fixes | Denys Vlasenko | 2011-02-03 | 1 | -1/+1 |
* | diff: return 1 when skipping directories with -r, but without -N | Alexander Shishkin | 2011-01-26 | 1 | -3/+6 |
* | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko | 2011-01-18 | 1 | -1/+1 |
* | patch: fix "patch at the beginning" testcase failure | Rob Landley | 2010-11-29 | 1 | -9/+14 |
* | patch: remove out-of-file build machinery | Denys Vlasenko | 2010-11-22 | 2 | -7/+0 |
* | cmp: with -s, do not report open errors | Denys Vlasenko | 2010-11-21 | 1 | -4/+5 |
* | patch: simplify double list helpers | Denys Vlasenko | 2010-11-21 | 1 | -42/+32 |
* | patch: busyboxify by migrating from toybox to busybox helpers | Denys Vlasenko | 2010-11-21 | 1 | -160/+85 |
* | whitespace cleanup | Denys Vlasenko | 2010-10-29 | 3 | -11/+11 |
* | awk: reduce ifdef forest | Rob Landley | 2010-10-24 | 1 | -33/+32 |
* | awk: fix breakage in last commit | Denys Vlasenko | 2010-10-24 | 1 | -12/+15 |
* | awk: fix segfault on closing non-opened file | Denys Vlasenko | 2010-10-23 | 1 | -86/+96 |
* | *: introduce and use xmkstemp. -65 bytes. | Alexander Shishkin | 2010-10-22 | 3 | -8/+4 |
* | patch: implement -E option | Lukas Huba | 2010-10-21 | 1 | -9/+16 |
* | revert last change (wrong author) | Denys Vlasenko | 2010-10-21 | 1 | -16/+9 |
* | patch: implement -E option | Gilles Espinasse | 2010-10-21 | 1 | -9/+16 |
* | *: replace xopen3 with xopen where makes sense | Denys Vlasenko | 2010-10-18 | 2 | -2/+2 |
* | awk: code shrink | Denys Vlasenko | 2010-10-05 | 1 | -43/+41 |
* | awk: 00.123 is not a octal constant; neither is 009.123. fixing this | Denys Vlasenko | 2010-10-05 | 1 | -8/+40 |