aboutsummaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Expand)Author
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2012-07-24sed: allow 'w' cmd to use two address formMimi Li
2012-07-11awk: fix FS assignment behavior. Closes 5108Denys Vlasenko
2012-06-22awk: make -F STR interpret escape sequences. Closes 5126Denys Vlasenko
2012-06-21tweak help textsDenys Vlasenko
2012-06-11vi: save/restore screen upon invocationDenys Vlasenko
2012-06-11vi: nuke FEATURE_VI_OPTIMIZE_CURSORDenys Vlasenko
2012-06-11vi: do not set autoindent by defaultDenys Vlasenko
2012-06-08sed: yet another fix on top of zero length match codeDenys Vlasenko
2012-06-07sed: fix breakage added by zero length match codeDenys Vlasenko
2012-06-04sed: code shrinkDenys Vlasenko
2012-06-04sed: fix zero chars match/replaceDenys Vlasenko
2012-05-06sed: support long opts and -iSFXSimon B
2012-04-24sed: slightly better fix for prev commit's problemDenys Vlasenko
2012-04-24sed: fix handling of s/// which has empty matchesDenys Vlasenko
2012-01-31vi: add ":prev" command supportDennis Groenen
2012-01-31vi: move mark[i] pointers if text[] moves after reallocDenys Vlasenko
2012-01-15*: better comments on termios manipulations. No code changes.Denys Vlasenko
2012-01-15sed: fix possible case of signed char bug; expand debugging printoutsDenys Vlasenko
2011-11-28vi: fix [end] key handlingDenys Vlasenko
2011-10-10patch: make -p count path components, not slashes (think /blah//thing)Rob Landley
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