aboutsummaryrefslogtreecommitdiff
path: root/editors/sed.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Eliminate warning.kraai2001-11-201-1/+1
* Minor warning cleanupsandersen2001-11-171-1/+2
* Change strdup calls to xstrdup (patch from Steve Merrifield).kraai2001-11-121-1/+1
* Use fopen wrapper.kraai2001-11-121-7/+5
* |2001-10-08 Rodney Brown <rbrown64@csc.com.au>andersen2001-11-101-86/+101
* Major rework of the directory structure and the entire build system.andersen2001-10-241-4/+4
* 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
* Preserve whether or not the line was previously altered when running akraai2001-07-301-2/+2
* Removed obsolete function, strdup_substr.kraai2001-07-051-2/+2
* 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
* Added REG_NEWLINE as cflags to xregcomp for normal addresses so EOL $ will workmarkw2001-05-141-1/+1
* Added support for 'r' command in sed.markw2001-05-111-10/+73
* Fixed a buglet where an extra newline was being added after an insert commandmarkw2001-04-201-7/+10
* Made a correction to a bad test expression. Props to Larry Doolittle formarkw2001-04-201-2/+1
* Applied patch from Anthony Towns that he posted to Debian bug tracking.markw2001-03-261-2/+3
* Applied patch from Erik Habbinga to fix a problem with an uninitializedmarkw2001-03-141-0/+4
* Get rid of long stale usage message code.andersen2001-02-171-4/+3
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-2/+2
* Fix wget error message and add (and use) chomp library function.kraai2001-02-011-2/+1
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-10/+10
* Fix up copyright msgs. Bump version to 0.49 in preparation forandersen2001-01-271-1/+1
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+2
* Changed email address to codepoet.org, updated list of applets / docs Imarkw2001-01-041-1/+1
* I just whipped up support for arbitrary regex delimiters, soandersen2001-01-021-63/+18
* Use busybox error handling functions wherever possible.kraai2000-12-221-4/+2
* Change calls to error_msg.* and strerror to use perror_msg.*.kraai2000-12-181-1/+1
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-11/+11
* Remove unneeded junkandersen2000-11-141-4/+0
* Removed REG_NEWLINE from regcomp to fix the same bug found in grep where itmarkw2000-11-031-1/+1
* Now, what was that logic block doing up there?markw2000-11-031-6/+6
* Re-worked the support for s///p, fixed a backref limit buglet, and cleaned upmarkw2000-11-031-71/+86
* Consolidate handling of some fopen failures.kraai2000-09-271-3/+1
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofkraai2000-09-131-3/+2
* Applied patch from Mark Ferrell <mferrell@mvista.com> to use the 'p' option inmarkw2000-08-211-9/+39