aboutsummaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Expand)Author
2014-06-26awk: fix handling of "if ... break ; else ..." - closes 7226Denys Vlasenko
2014-04-05vi: some simplificationsDenys Vlasenko
2014-04-03vi: clear undo buffer when we change to another fileDenys Vlasenko
2014-04-03vi: undo code shrinkDenys Vlasenko
2014-04-02vi: undo support for vi with intermediate queuingJody Bruchon
2013-12-18sed: accept s///i as a synonym for s///I ("ignore case")David A. Wheeler
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko
2013-11-28sed: code shrinkDenys Vlasenko
2013-11-28sed: open input files sequentially to avoid EMFILEDenys Vlasenko
2013-11-21awk: fix a bug in argc counting in recent changeDenys Vlasenko
2013-11-13switch editors/* to embedded-in-source kbuild systemDenys Vlasenko
2013-11-12awk: optionally support -e AWK_PROGSven-Göran Bergh
2013-10-30sed: fix "sed clusternewline" testcaseDenys Vlasenko
2013-10-30sed: document -E in help textDenys Vlasenko
2013-10-30sed: fix memory leak in 'r FILE' commandDenys Vlasenko
2013-10-29sed: accept -E as a synonym for -rDavid A. Wheeler
2013-10-12awk: fix length(array)Denys Vlasenko
2013-07-31awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer
2013-07-21sed: fix matching of newlines by $Denys Vlasenko
2013-07-20awk: use "long long" as integer type, not "int"Denys Vlasenko
2013-07-08sed: remove now-redundant backslash-newline handlingDenys Vlasenko
2013-07-08sed: document where we are more liberal then GNUDenys Vlasenko
2013-04-21vi: make regexp search case-insensitive if ":set ignorecase" is activeDenys Vlasenko
2013-03-15vi: code shrinkDenys Vlasenko
2013-03-15vi: fix adjustment of buffer on partial file readRon Yorston
2013-03-13awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer
2013-01-22*: reuse more stringsDenys Vlasenko
2013-01-15whitespace fixes. no code changesDenys Vlasenko
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