aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * vi: do not set autoindent by defaultDenys Vlasenko2012-06-111-7/+8
| * sed: yet another fix on top of zero length match codeDenys Vlasenko2012-06-081-5/+10
| * sed: fix breakage added by zero length match codeDenys Vlasenko2012-06-071-1/+1
| * sed: code shrinkDenys Vlasenko2012-06-041-13/+15
| * sed: fix zero chars match/replaceDenys Vlasenko2012-06-041-22/+42
* | Merge branch 'busybox' into mergeRon Yorston2012-05-091-5/+28
|\|
| * sed: support long opts and -iSFXSimon B2012-05-061-5/+28
* | Merge branch 'busybox' into mergeRon Yorston2012-04-291-3/+3
|\|
| * sed: slightly better fix for prev commit's problemDenys Vlasenko2012-04-241-4/+4
| * sed: fix handling of s/// which has empty matchesDenys Vlasenko2012-04-241-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2012-03-232-53/+82
|\|
| * vi: add ":prev" command supportDennis Groenen2012-01-311-11/+18
| * vi: move mark[i] pointers if text[] moves after reallocDenys Vlasenko2012-01-311-27/+37
| * *: better comments on termios manipulations. No code changes.Denys Vlasenko2012-01-151-1/+1
| * sed: fix possible case of signed char bug; expand debugging printoutsDenys Vlasenko2012-01-151-13/+25
| * vi: fix [end] key handlingDenys Vlasenko2011-11-281-1/+1
* | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into mergeRon Yorston2012-03-234-216/+282
|\|
| * patch: make -p count path components, not slashes (think /blah//thing)Rob Landley2011-10-101-8/+10
| * sed: better help textDenys Vlasenko2011-09-131-2/+3
| * awk: fix a SEGVDenys Vlasenko2011-09-111-9/+62
| * awk: fix define name collision with BSD headersDenys Vlasenko2011-09-101-0/+3
| * vi: prevent unlimited recursion in do_cmd(). Closes 4153Denys Vlasenko2011-09-091-155/+139
| * awk: next_input_file can return NULL, don't SEGV in this case.Denys Vlasenko2011-09-071-9/+11
| * patch: make it able to create files (again)Rob Landley2011-08-221-5/+3
| * sed: fix range handling for sed -i. Closes 4069Denys Vlasenko2011-08-161-28/+51
* | Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into mergeRon Yorston2012-03-222-3/+5
|\|
| * less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.Denys Vlasenko2011-07-251-2/+2