aboutsummaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Expand)Author
2016-01-24sed: make 's///w FILE' actually write to FILE. Closes 8251Denys Vlasenko
2016-01-23patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736Denys Vlasenko
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko
2015-10-08join some common strings, -400 bytesDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-10-02awk: support "length" form of "length()". Closes 8371Denys Vlasenko
2015-07-31diff: fix -B with single line changesAaro Koskinen
2015-07-13Removes stray empty line from codeManinder Singh
2015-05-25typo fixesManinder Singh
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