aboutsummaryrefslogtreecommitdiff
path: root/editors (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change if(x)free(x); to free(x);aaronl2002-11-283-34/+17
* Use erorr_msg( isntead of fprintf(stderr,bug12002-11-281-4/+4
* Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves...bug12002-11-113-0/+2754
* A patch from Jouni Malinen to avoid some buffer overflows in vi,andersen2002-10-261-3/+9
* vi inliningaaronl2002-08-211-878/+878
* Somehow I applied an old patch for the last commit - this one works now:sandman2002-08-061-4/+4
* Added the \CregexpC syntax as an alternative for /regexp/ (like GNU sed)sandman2002-08-061-1/+5
* Applied a patch from Philip Blundell <pb@nexus.co.uk>:sandman2002-07-311-5/+7
* Fixup warnings and undefined operations that show up in gcc-3.1andersen2002-07-111-2/+4
* Patch from Simon Krahnke:sandman2002-06-111-11/+28
* fix from kergothtimr2002-04-261-2/+2
* Completely rework the config system so that it no longer annoys me to work onandersen2002-04-122-15/+44
* * editors/sed.c (process_file): Stop processing deleted lines.kraai2002-04-011-0/+5
* * editors/sed.c (parse_cmd_str): Remove redundant code to skip initialkraai2002-01-031-4/+0
* * editors/sed.c (parse_edit_cmd): Rewrite.kraai2002-01-031-34/+13
* * editors/sed.c (parse_edit_command): Require a newline after the backslashkraai2002-01-021-1/+1
* Ignore blanks before the first address and before the command.kraai2001-12-211-0/+8
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.kraai2001-12-201-20/+20
* Eliminate warning.kraai2001-11-201-1/+1
* Minor warning cleanupsandersen2001-11-171-1/+2
* Patch from "Andrew Tipton" <andrew@cadre5.com> to enable vi cursorandersen2001-11-171-4/+19
* Patch from Steve Merrifield <steve@labyrinth.net.au> to make viandersen2001-11-171-6/+6
* Change strdup calls to xstrdup (patch from Steve Merrifield).kraai2001-11-122-9/+9
* Use fopen wrapper.kraai2001-11-121-7/+5
* |2001-10-08 Rodney Brown <rbrown64@csc.com.au>andersen2001-11-101-86/+101
* more config.in entries from Giulio Orsero <giulioo@pobox.com>andersen2001-11-101-1/+1
* config.in features patch from Giulio Orsero <giulioo@pobox.com>andersen2001-11-101-0/+12
* Major rework of the directory structure and the entire build system.andersen2001-10-244-229/+277
* Fix empty line substitutions (noted by Joshua Hudson).kraai2001-10-231-2/+2
* Fix s/[/]// handling (noted by Dumas Patrice).kraai2001-08-241-1/+14
* A patch from Shu-Hao Chang <shuhao_chang@trend.com.tw> toandersen2001-08-221-13/+48
* Fix a problem with unsatisfied backrefs (noted by Martin Bene).kraai2001-08-201-4/+6
* Patch from Robert J. Osborne <rj@resourceinternational.com> that fixesandersen2001-08-021-3/+3
* Don't save and restore readonly flag if BB_FEATURE_VI_READONLY isn't enabled.kraai2001-07-311-1/+5
* Preserve whether or not the line was previously altered when running akraai2001-07-301-2/+2
* Some adjustments, mostly from David McCullough <davidm@lineo.com> toandersen2001-07-191-2/+2
* This is vodz' latest patch. Sorry it took so long...andersen2001-07-171-2/+2
* Removed obsolete function, strdup_substr.kraai2001-07-051-2/+2
* Cleanups and sinze reduction for the vi applet from Aaron Lehmannandersen2001-07-021-14/+15
* Vladimir's last_patch_15bug12001-06-261-1/+3
* These were broken when using dmalloc due to include file orderingandersen2001-06-231-4/+4
* Rewrote mkdir (and touched lots of things in the process).kraai2001-06-211-9/+0
* Always apply commands with no specified range.kraai2001-06-211-0/+4
* - Fixed bug where you couldn't mix line number and regexes in two-address cmdsmarkw2001-06-111-117/+132
* Use safe_strncpy.kraai2001-05-271-3/+2
* Patch from larry to fix some grammar errors.andersen2001-05-231-1/+1
* Always print a newline after a matching substitution.kraai2001-05-171-6/+1
* ...Need to print just a few more newlines.markw2001-05-141-2/+5
* ...And now that we're chomping lines, we need to re-add the newline later...markw2001-05-141-3/+3
* We will chomp() lines so REG_NEWLINE does not break stuff. Thanks, Matt.markw2001-05-141-0/+1