Age | Commit message (Expand) | Author |
2011-09-10 | awk: fix define name collision with BSD headers | Denys Vlasenko |
2011-09-09 | vi: prevent unlimited recursion in do_cmd(). Closes 4153 | Denys Vlasenko |
2011-09-07 | awk: next_input_file can return NULL, don't SEGV in this case. | Denys Vlasenko |
2011-08-22 | patch: make it able to create files (again) | Rob Landley |
2011-08-16 | sed: fix range handling for sed -i. Closes 4069 | Denys Vlasenko |
2011-07-25 | less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659. | Denys Vlasenko |
2011-07-08 | more tweak for bionic | Denys Vlasenko |
2011-07-03 | vi: tweak regex.h include | Denys Vlasenko |
2011-06-27 | vi: fix regex search, make it selectable in config | Walter Harms |
2011-06-19 | diff: disable debug code; remove unsupported --dry-run from help text | Denys Vlasenko |
2011-06-05 | *: remove "Options:" string from help texts | Denys Vlasenko |
2011-05-22 | reformime: do not require \r\n | Denys Vlasenko |
2011-05-16 | vi.c: remove warning: variable 'sp' set but not used | Cristian Ionescu-Idbohrn |
2011-05-13 | fix "variable 'foo' set but not used" warnings | Denys Vlasenko |
2011-05-08 | libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall... | Denys Vlasenko |
2011-05-05 | sed: shrink by 17 bytes | Pascal Bellard |
2011-05-03 | sed: support \r in s command | Denys Vlasenko |
2011-05-03 | sed: code shrink | Denys Vlasenko |
2011-04-16 | Fix double words in comments. No code changes | Marek Polacek |
2011-04-03 | move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit... | Pere Orga |
2011-03-27 | diff: optimize diffing of files with the same metadata | Roman Borisov |
2011-02-08 | ash: fix TMOUT not restoring tty attributes | Denys Vlasenko |
2011-02-03 | whitespace fixes | Denys Vlasenko |
2011-01-26 | diff: return 1 when skipping directories with -r, but without -N | Alexander Shishkin |
2011-01-18 | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko |
2010-11-29 | patch: fix "patch at the beginning" testcase failure | Rob Landley |
2010-11-22 | patch: remove out-of-file build machinery | Denys Vlasenko |
2010-11-21 | cmp: with -s, do not report open errors | Denys Vlasenko |
2010-11-21 | patch: simplify double list helpers | Denys Vlasenko |
2010-11-21 | patch: busyboxify by migrating from toybox to busybox helpers | Denys Vlasenko |
2010-10-29 | whitespace cleanup | Denys Vlasenko |
2010-10-24 | awk: reduce ifdef forest | Rob Landley |
2010-10-24 | awk: fix breakage in last commit | Denys Vlasenko |
2010-10-23 | awk: fix segfault on closing non-opened file | Denys Vlasenko |
2010-10-22 | *: introduce and use xmkstemp. -65 bytes. | Alexander Shishkin |
2010-10-21 | patch: implement -E option | Lukas Huba |
2010-10-21 | revert last change (wrong author) | Denys Vlasenko |
2010-10-21 | patch: implement -E option | Gilles Espinasse |
2010-10-18 | *: replace xopen3 with xopen where makes sense | Denys Vlasenko |
2010-10-05 | awk: code shrink | Denys Vlasenko |
2010-10-05 | awk: 00.123 is not a octal constant; neither is 009.123. fixing this | Denys Vlasenko |
2010-10-05 | *: whitespace fixes | Denys Vlasenko |
2010-10-04 | patch: tweaks | Rob Landley |
2010-09-12 | *: s/perror/bb_simple_perror_msg/g | Marek Polacek |
2010-08-30 | typo fix in comment | Denys Vlasenko |
2010-08-22 | patch: support "patch [FILE [PATCH]]" format | Denys Vlasenko |
2010-08-17 | patch: fix -N regression | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-08-16 | sed: make N command behave as in GNU sed | Denys Vlasenko |
2010-08-16 | patch: add -N and a test for it (fails for now) | Denys Vlasenko |