busybox/editors
Paul Fox c51fc7bed6 fixed the "dot" (i.e. '.') command, to properly re-init its
buffer between commands, not recalculate its length all the time,
and to not reallocate its fixed-length buffer frequently.

fixed the 'c', 'd', and 'y' commands to properly handle both motions
that are just part of a line, and those that are multiline.  for
instance, now "c%" and "2cw" work correctly, whether the motions span
lines or not.

added some permissble motions for 'c', 'd', and 'y':  namely 'h',
'l', SPACE, BS, and DEL
2008-03-06 01:34:23 +00:00
..
awk.c *: add optimization barrier to all "G trick" locations 2008-02-27 18:41:59 +00:00
cmp.c add -fvisibility=hidden to CC flags, mark XXX_main functions 2007-10-11 10:05:36 +00:00
Config.in vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable, 2007-12-22 17:00:11 +00:00
diff.c libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() 2008-03-02 12:51:26 +00:00
ed.c *: add optimization barrier to all "G trick" locations 2008-02-27 18:41:59 +00:00
Kbuild move several applets to more correct ex-project. No code changes. 2007-06-12 08:12:33 +00:00
patch.c libbb: introduce and use xrename and rename_or_warn. 2008-02-17 14:28:53 +00:00
sed1line.txt add sed mini-doc 2007-11-13 17:13:31 +00:00
sed_summary.htm doc: add info about sed s/.../.../I modifier 2008-03-01 19:29:56 +00:00
sed.c sed: n cmd must reset "we had successful subst" flag. closes bug 1214. 2008-02-28 17:59:01 +00:00
vi.c fixed the "dot" (i.e. '.') command, to properly re-init its 2008-03-06 01:34:23 +00:00