aboutsummaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Expand)Author
2015-05-03vi: basic undo feature shouldn't depend on yankmarkAndrew Fuller
2015-04-17sed: implement ",+N" range endDenys Vlasenko
2015-03-12vi: make BACKSPACE and DELETE join lines at start/end of lineDenys Vlasenko
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-03-11patch: segfault fix. Closes 7916Denys Vlasenko
2015-01-11diff: fix a bug in diffing against stdin. Closes 7784Denys Vlasenko
2015-01-07vi: fix reading of file after last lineRon Yorston
2015-01-07vi: failure to open file is not an error when initialising bufferRon Yorston
2014-10-05sed: fix "sed CMD -i nonexistent_file". Closes 7484Denys Vlasenko
2014-09-16sed: fix a buglet in s///NUM handlingDenys Vlasenko
2014-09-15vi: fix incorrect memory access on brace matching. Closes 7256Denys Vlasenko
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