summaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * sed: fix memory leak in 'r FILE' commandDenys Vlasenko2013-10-301-4/+3
| * sed: accept -E as a synonym for -rDavid A. Wheeler2013-10-291-4/+10
| * awk: fix length(array)Denys Vlasenko2013-10-121-1/+9
* | Merge branch 'busybox' into mergeRon Yorston2013-08-273-63/+43
|\|
| * awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer2013-07-311-1/+1
| * sed: fix matching of newlines by $Denys Vlasenko2013-07-211-1/+1
| * awk: use "long long" as integer type, not "int"Denys Vlasenko2013-07-201-5/+5
| * sed: remove now-redundant backslash-newline handlingDenys Vlasenko2013-07-081-16/+2
| * sed: document where we are more liberal then GNUDenys Vlasenko2013-07-081-0/+6
| * vi: make regexp search case-insensitive if ":set ignorecase" is activeDenys Vlasenko2013-04-211-40/+28
* | vi: handle CRLF line endingRon Yorston2013-03-191-0/+38
* | Merge branch 'busybox' into mergeRon Yorston2013-03-192-6/+13
|\|
| * vi: code shrinkDenys Vlasenko2013-03-151-4/+10
| * vi: fix adjustment of buffer on partial file readRon Yorston2013-03-151-1/+1
| * awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer2013-03-131-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2013-02-074-23/+23
|\|
| * *: reuse more stringsDenys Vlasenko2013-01-221-14/+14
| * whitespace fixes. no code changesDenys Vlasenko2013-01-152-6/+6
| * whitespace cleanup. no code changesDenys Vlasenko2013-01-143-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2012-09-073-170/+166
|\|
| * sed: allow 'w' cmd to use two address formMimi Li2012-07-241-5/+11
| * awk: fix FS assignment behavior. Closes 5108Denys Vlasenko2012-07-111-0/+12
| * awk: make -F STR interpret escape sequences. Closes 5126Denys Vlasenko2012-06-221-7/+19
| * tweak help textsDenys Vlasenko2012-06-211-1/+1
| * vi: save/restore screen upon invocationDenys Vlasenko2012-06-111-0/+4
| * vi: nuke FEATURE_VI_OPTIMIZE_CURSORDenys Vlasenko2012-06-111-124/+58