aboutsummaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Expand)Author
2011-09-13sed: better help textDenys Vlasenko
2011-09-11awk: fix a SEGVDenys Vlasenko
2011-09-10awk: fix define name collision with BSD headersDenys Vlasenko
2011-09-09vi: prevent unlimited recursion in do_cmd(). Closes 4153Denys Vlasenko
2011-09-07awk: next_input_file can return NULL, don't SEGV in this case.Denys Vlasenko
2011-08-22patch: make it able to create files (again)Rob Landley
2011-08-16sed: fix range handling for sed -i. Closes 4069Denys Vlasenko
2011-07-25less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.Denys Vlasenko
2011-07-08more tweak for bionicDenys Vlasenko
2011-07-03vi: tweak regex.h includeDenys Vlasenko
2011-06-27vi: fix regex search, make it selectable in configWalter Harms
2011-06-19diff: disable debug code; remove unsupported --dry-run from help textDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-22reformime: do not require \r\nDenys Vlasenko
2011-05-16vi.c: remove warning: variable 'sp' set but not usedCristian Ionescu-Idbohrn
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko
2011-05-08libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko
2011-05-05sed: shrink by 17 bytesPascal Bellard
2011-05-03sed: support \r in s commandDenys Vlasenko
2011-05-03sed: code shrinkDenys Vlasenko
2011-04-16Fix double words in comments. No code changesMarek Polacek
2011-04-03move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga
2011-03-27diff: optimize diffing of files with the same metadataRoman Borisov
2011-02-08ash: fix TMOUT not restoring tty attributesDenys Vlasenko
2011-02-03whitespace fixesDenys Vlasenko
2011-01-26diff: return 1 when skipping directories with -r, but without -NAlexander Shishkin
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-11-29patch: fix "patch at the beginning" testcase failureRob Landley
2010-11-22patch: remove out-of-file build machineryDenys Vlasenko
2010-11-21cmp: with -s, do not report open errorsDenys Vlasenko
2010-11-21patch: simplify double list helpersDenys Vlasenko
2010-11-21patch: busyboxify by migrating from toybox to busybox helpersDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-24awk: reduce ifdef forestRob Landley
2010-10-24awk: fix breakage in last commitDenys Vlasenko
2010-10-23awk: fix segfault on closing non-opened fileDenys Vlasenko
2010-10-22*: introduce and use xmkstemp. -65 bytes.Alexander Shishkin
2010-10-21patch: implement -E optionLukas Huba
2010-10-21revert last change (wrong author)Denys Vlasenko
2010-10-21patch: implement -E optionGilles Espinasse
2010-10-18*: replace xopen3 with xopen where makes senseDenys Vlasenko
2010-10-05awk: code shrinkDenys Vlasenko
2010-10-05awk: 00.123 is not a octal constant; neither is 009.123. fixing thisDenys Vlasenko
2010-10-05*: whitespace fixesDenys Vlasenko
2010-10-04patch: tweaksRob Landley
2010-09-12*: s/perror/bb_simple_perror_msg/gMarek Polacek
2010-08-30typo fix in commentDenys Vlasenko
2010-08-22patch: support "patch [FILE [PATCH]]" formatDenys Vlasenko
2010-08-17patch: fix -N regressionDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko