summaryrefslogtreecommitdiff
path: root/editors
Commit message (Expand)AuthorAgeFilesLines
* Completely rework the config system so that it no longer annoys me to work onEric Andersen2002-04-122-15/+44
* * editors/sed.c (process_file): Stop processing deleted lines.Matt Kraai2002-04-011-0/+5
* * editors/sed.c (parse_cmd_str): Remove redundant code to skip initialMatt Kraai2002-01-031-4/+0
* * editors/sed.c (parse_edit_cmd): Rewrite.Matt Kraai2002-01-031-34/+13
* * editors/sed.c (parse_edit_command): Require a newline after the backslashMatt Kraai2002-01-021-1/+1
* Ignore blanks before the first address and before the command.Matt Kraai2001-12-211-0/+8
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai2001-12-201-20/+20
* Eliminate warning.Matt Kraai2001-11-201-1/+1
* Minor warning cleanupsEric Andersen2001-11-171-1/+2
* Patch from "Andrew Tipton" <andrew@cadre5.com> to enable vi cursorEric Andersen2001-11-171-4/+19
* Patch from Steve Merrifield <steve@labyrinth.net.au> to make viEric Andersen2001-11-171-6/+6
* Change strdup calls to xstrdup (patch from Steve Merrifield).Matt Kraai2001-11-122-9/+9
* Use fopen wrapper.Matt Kraai2001-11-121-7/+5
* |2001-10-08 Rodney Brown <rbrown64@csc.com.au>Eric Andersen2001-11-101-86/+101
* more config.in entries from Giulio Orsero <giulioo@pobox.com>Eric Andersen2001-11-101-1/+1
* config.in features patch from Giulio Orsero <giulioo@pobox.com>Eric Andersen2001-11-101-0/+12
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-244-229/+277
* Fix empty line substitutions (noted by Joshua Hudson).Matt Kraai2001-10-231-2/+2
* Fix s/[/]// handling (noted by Dumas Patrice).Matt Kraai2001-08-241-1/+14
* A patch from Shu-Hao Chang <shuhao_chang@trend.com.tw> toEric Andersen2001-08-221-13/+48
* Fix a problem with unsatisfied backrefs (noted by Martin Bene).Matt Kraai2001-08-201-4/+6
* Patch from Robert J. Osborne <rj@resourceinternational.com> that fixesEric Andersen2001-08-021-3/+3
* Don't save and restore readonly flag if BB_FEATURE_VI_READONLY isn't enabled.Matt Kraai2001-07-311-1/+5
* Preserve whether or not the line was previously altered when running aMatt Kraai2001-07-301-2/+2
* Some adjustments, mostly from David McCullough <davidm@lineo.com> toEric Andersen2001-07-191-2/+2
* This is vodz' latest patch. Sorry it took so long...Eric Andersen2001-07-171-2/+2
* Removed obsolete function, strdup_substr.Matt Kraai2001-07-051-2/+2
* Cleanups and sinze reduction for the vi applet from Aaron LehmannEric Andersen2001-07-021-14/+15
* Vladimir's last_patch_15Glenn L McGrath2001-06-261-1/+3
* These were broken when using dmalloc due to include file orderingEric Andersen2001-06-231-4/+4
* Rewrote mkdir (and touched lots of things in the process).Matt Kraai2001-06-211-9/+0
* Always apply commands with no specified range.Matt Kraai2001-06-211-0/+4
* - Fixed bug where you couldn't mix line number and regexes in two-address cmdsMark Whitley2001-06-111-117/+132
* Use safe_strncpy.Matt Kraai2001-05-271-3/+2
* Patch from larry to fix some grammar errors.Eric Andersen2001-05-231-1/+1
* Always print a newline after a matching substitution.Matt Kraai2001-05-171-6/+1
* ...Need to print just a few more newlines.Mark Whitley2001-05-141-2/+5
* ...And now that we're chomping lines, we need to re-add the newline later...Mark Whitley2001-05-141-3/+3
* We will chomp() lines so REG_NEWLINE does not break stuff. Thanks, Matt.Mark Whitley2001-05-141-0/+1
* Added REG_NEWLINE as cflags to xregcomp for normal addresses so EOL $ will workMark Whitley2001-05-141-1/+1
* A patch from Aaron Lehmann <aaronl@vitelus.com> to fix aEric Andersen2001-05-131-1/+9
* Added support for 'r' command in sed.Mark Whitley2001-05-111-10/+73
* A patch from Vladimir to use last_char_is(), and a patch fromEric Andersen2001-05-071-4/+7
* Another vi update from Sterling Huxley:Eric Andersen2001-05-071-224/+348
* Another nice cleanup from Larry. This adds a new last_char_is() function andEric Andersen2001-04-261-2/+2
* Fixed a buglet where an extra newline was being added after an insert commandMark Whitley2001-04-201-7/+10
* Made a correction to a bad test expression. Props to Larry Doolittle forMark Whitley2001-04-201-2/+1
* Several fixes from Sterling Huxley for the vi applet.Eric Andersen2001-04-161-79/+210
* Remove unused optarg variableEric Andersen2001-04-041-2/+1
* Some cleanups for libc5 supportEric Andersen2001-04-041-17/+9