aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
* winansi: add a routine to clear the screen bufferansiRon Yorston2016-04-261-0/+5
* sed: drop \r when reading inputRon Yorston2016-03-161-0/+5
* Merge branch 'busybox' into mergeRon Yorston2016-02-222-10/+12
|\
| * sed: make 's///w FILE' actually write to FILE. Closes 8251Denys Vlasenko2016-01-241-4/+7
| * patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736Denys Vlasenko2016-01-231-6/+5
* | Merge branch 'busybox' into mergeRon Yorston2015-10-191-5/+5
|\|
| * *: more BUILD_BUG_ON conversionsDenys Vlasenko2015-10-131-5/+5
* | Merge branch 'busybox' into mergeRon Yorston2015-10-134-55/+74
|\|
| * join some common strings, -400 bytesDenys Vlasenko2015-10-081-4/+4
| * build system: -fno-builtin-printfDenys Vlasenko2015-10-072-3/+3
| * awk: support "length" form of "length()". Closes 8371Denys Vlasenko2015-10-021-48/+67
* | Merge branch 'busybox' into mergeRon Yorston2015-08-041-2/+2
|\|
| * diff: fix -B with single line changesAaro Koskinen2015-07-311-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2015-07-144-22/+8
|\|
| * Removes stray empty line from codeManinder Singh2015-07-133-14/+0
| * typo fixesManinder Singh2015-05-252-8/+8
* | Merge branch 'busybox' into mergeFRPRon Yorston2015-05-182-10/+41
|\|
| * vi: basic undo feature shouldn't depend on yankmarkAndrew Fuller2015-05-031-5/+5
| * sed: implement ",+N" range endDenys Vlasenko2015-04-171-5/+36
* | Merge branch 'busybox' into mergeRon Yorston2015-03-143-7/+18
|\|
| * vi: make BACKSPACE and DELETE join lines at start/end of lineDenys Vlasenko2015-03-121-4/+4
| * libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-2/+2
| * patch: segfault fix. Closes 7916Denys Vlasenko2015-03-111-0/+10
| * diff: fix a bug in diffing against stdin. Closes 7784Denys Vlasenko2015-01-111-1/+2
| * vi: fix reading of file after last lineRon Yorston2015-01-071-1/+5
| * vi: failure to open file is not an error when initialising bufferRon Yorston2015-01-071-7/+5
* | vi: fix reading of file after last lineRon Yorston2014-12-051-1/+5
* | vi: failure to open file is not an error when initialising bufferRon Yorston2014-12-051-7/+5
* | Merge branch 'busybox' into mergeRon Yorston2014-10-062-46/+46
|\|
| * sed: fix "sed CMD -i nonexistent_file". Closes 7484Denys Vlasenko2014-10-051-2/+6
| * sed: fix a buglet in s///NUM handlingDenys Vlasenko2014-09-161-1/+4
| * vi: fix incorrect memory access on brace matching. Closes 7256Denys Vlasenko2014-09-151-43/+36
* | Merge branch 'busybox' into mergeRon Yorston2014-06-301-0/+2
|\|
| * awk: fix handling of "if ... break ; else ..." - closes 7226Denys Vlasenko2014-06-261-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2014-05-061-189/+606
|\|
| * vi: some simplificationsDenys Vlasenko2014-04-051-116/+120
| * vi: clear undo buffer when we change to another fileDenys Vlasenko2014-04-031-69/+87
| * vi: undo code shrinkDenys Vlasenko2014-04-031-41/+42
| * vi: undo support for vi with intermediate queuingJody Bruchon2014-04-021-54/+448
* | awk: treat \r as a space character to skipRon Yorston2014-01-131-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2014-01-028-215/+285
|\|
| * sed: accept s///i as a synonym for s///I ("ignore case")David A. Wheeler2013-12-181-1/+2
| * Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-291-2/+2
| * sed: code shrinkDenys Vlasenko2013-11-281-28/+21
| * sed: open input files sequentially to avoid EMFILEDenys Vlasenko2013-11-281-26/+34
| * awk: fix a bug in argc counting in recent changeDenys Vlasenko2013-11-211-8/+8
| * switch editors/* to embedded-in-source kbuild systemDenys Vlasenko2013-11-136-49/+61
| * awk: optionally support -e AWK_PROGSven-Göran Bergh2013-11-123-41/+84
| * sed: fix "sed clusternewline" testcaseDenys Vlasenko2013-10-301-67/+67
| * sed: document -E in help textDenys Vlasenko2013-10-301-3/+3