aboutsummaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Expand)Author
2016-11-28Code style fixes, no code changesDenys Vlasenko
2016-11-24patch: fix matching failureAaro Koskinen
2016-11-24patch: fix debug log failureAaro Koskinen
2016-10-24awk: fix segfault on for loop syntax errorBrian Foley
2016-09-28vi: fix '' command (goto to prev context)Denys Vlasenko
2016-09-15vi: make "g<key>" error message less likely to show garbageDenys Vlasenko
2016-09-01sed: fix "sed n (flushes pattern space, terminates early)" testcase failureDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-05-06sed: fix append command to match GNU sed 4.2.1Denys Vlasenko
2016-04-24sed: understand \n,\r and \t in i and a commands. Closes 8871Denys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-04-08sed: support "-f -" idiomDenys Vlasenko
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