- 9c3c38d Patch from Terje Kvernes adding quite a lot of missing documentation by Eric Andersen · 21 years ago
- cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
- e564211 Patch from Thomas Cameron: by Eric Andersen · 21 years ago
- 65e20a3 Patch from Kent Robotti adding a bunch of needed docs! -Erik by Eric Andersen · 21 years ago
- 655d814 New applet: patch, applies a unified diff by Glenn L McGrath · 21 years ago
- 91e1978 New commands, 'G' and 'H' by Glenn L McGrath · 22 years ago
- fc4cb4d Fix logic error in grouped commands by Glenn L McGrath · 22 years ago
- d4185b0 Fix up indenting by Glenn L McGrath · 22 years ago
- d7fe39b Really fix the 'r' command by Glenn L McGrath · 22 years ago
- d87a7ac Fix the sed 'r' command by Glenn L McGrath · 22 years ago
- 2410386 fix substitution when replacing with &, we shouldnt check for an escape charcter. Its already been taken care of _somewhere_ else by Glenn L McGrath · 22 years ago
- bd9b32b Label ends at a newline, update comments, rename linked list field by Glenn L McGrath · 22 years ago
- 8d6395d Run through indent by Glenn L McGrath · 22 years ago
- c1d9507 Fixes block commands to correctly identify end of block, recognise the #n directive, fix substitue command when regex isnt specified by Glenn L McGrath · 22 years ago
- 7ce9e24 Add hold space commands 'g', 'h', 'x' by Glenn L McGrath · 22 years ago
- c6adada Rename "line" to pattern_space to be more descriptive and closer to the POSIX description by Glenn L McGrath · 22 years ago
- 9a52bb6 Group common string by Glenn L McGrath · 22 years ago
- 30b47df Small fix for sed 'y' command by Glenn L McGrath · 22 years ago
- f01b46d sed 'y' command, simplify some other code by Glenn L McGrath · 22 years ago
- 0c51832 Experimental support for embeded newline. (im evil) by Glenn L McGrath · 22 years ago
- a0f0f0c Still fine tunning the printing of the substitute command by Glenn L McGrath · 22 years ago
- 595a6a4 sed 't' branching command by Glenn L McGrath · 22 years ago
- ccd43a8 Fix sed 's' command's 'p' flag, so it can print line twice by Glenn L McGrath · 22 years ago
- b08e3e8 fix q command by Glenn L McGrath · 22 years ago
- 961c6c1 Add basic branching support, sed ':' and 'b' commands by Glenn L McGrath · 22 years ago
- 56c633c make sed cleanup use linked list by Glenn L McGrath · 22 years ago
- c949bfa Use a linked list for sed commands in preparation for branching support by Glenn L McGrath · 22 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- e01f966 Match newlines, this fixes matching of ^ or $ when there is a '\n' in the pattern being matched. This fixes cases when the N command is used. by Glenn L McGrath · 22 years ago
- 2971ef1 Fix a bug that corrupted the string followed commands that had no arguments (Closes #1304) by Glenn L McGrath · 22 years ago
- 4157a8a fix n, add N, P by Glenn L McGrath · 22 years ago
- ff724fb add the 'n' command by Glenn L McGrath · 22 years ago
- bed4033 Add the q (quit) option by Glenn L McGrath · 22 years ago
- f3bd7c4 Fix a delimiter matching bug i introduced. by Glenn L McGrath · 22 years ago
- f50ce31 Support grouped commands, i.e. {cmd1;cmd2} by Glenn L McGrath · 22 years ago
- 4c6523a alloc array for commands, use string ptr in parse_command_string() by Glenn L McGrath · 22 years ago
- e7a8bc9 use typedef for struct sed_cmd by Glenn L McGrath · 22 years ago
- 1fb4467 redo get_addres(). save some space. possible fix a bug where the command might be set to 0 if no second address is given. dont parse sed_cmd struct to get_address, we only need the delim field. by Glenn L McGrath · 22 years ago
- 2f8a401 Woops, remove the code i didnt mean to commit by Glenn L McGrath · 22 years ago
- d5eadea Mention the opengroup sed reference, add a check which is disabled at present. by Glenn L McGrath · 22 years ago
- 505bd0f Fix matching for the $ address (last line) by Glenn L McGrath · 22 years ago
- 0a65e19 Support the '=' command by Glenn L McGrath · 22 years ago
- c9f20d9 Yet another major rework of the BusyBox config system, using the considerably by Eric Andersen · 22 years ago
- 7127b58 Fix crashme code, by Jim Treadway by Glenn L McGrath · 22 years ago
- 09adaca last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
- a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
- d4036f8 Use erorr_msg( isntead of fprintf(stderr, by Glenn L McGrath · 22 years ago
- 545106f Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown. by Glenn L McGrath · 22 years ago
- fda2b7f A patch from Jouni Malinen to avoid some buffer overflows in vi, by Eric Andersen · 22 years ago
- 6fdacc7 vi inlining by Aaron Lehmann · 22 years ago
- 00f5ecb Somehow I applied an old patch for the last commit - this one works now: by Robert Griebl · 22 years ago
- 7940147 Added the \CregexpC syntax as an alternative for /regexp/ (like GNU sed) by Robert Griebl · 22 years ago
- a71389b Applied a patch from Philip Blundell <pb@nexus.co.uk>: by Robert Griebl · 22 years ago
- 2276d83 Fixup warnings and undefined operations that show up in gcc-3.1 -Erik by Eric Andersen · 22 years ago
- 47abc49 Patch from Simon Krahnke: by Robert Griebl · 23 years ago
- 86c76a9 fix from kergoth by Tim Riker · 23 years ago
- 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 23 years ago
- 5c69cd8 * editors/sed.c (process_file): Stop processing deleted lines. by Matt Kraai · 23 years ago
- 9eaf059 * editors/sed.c (parse_cmd_str): Remove redundant code to skip initial by Matt Kraai · 23 years ago
- 5ed78ad * editors/sed.c (parse_edit_cmd): Rewrite. by Matt Kraai · 23 years ago
- d21735d * editors/sed.c (parse_edit_command): Require a newline after the backslash by Matt Kraai · 23 years ago
- 7062484 Ignore blanks before the first address and before the command. by Matt Kraai · 23 years ago
- 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
- 0c390a7 Eliminate warning. by Matt Kraai · 23 years ago
- 9c6b5fc Minor warning cleanups by Eric Andersen · 23 years ago
- bff7a60 Patch from "Andrew Tipton" <andrew@cadre5.com> to enable vi cursor by Eric Andersen · 23 years ago
- 80f5ac7 Patch from Steve Merrifield <steve@labyrinth.net.au> to make vi use xmalloc by Eric Andersen · 23 years ago
- c822763 Change strdup calls to xstrdup (patch from Steve Merrifield). by Matt Kraai · 23 years ago
- a5f09c6 Use fopen wrapper. by Matt Kraai · 23 years ago
- c52a6b0 |2001-10-08 Rodney Brown <rbrown64@csc.com.au> by Eric Andersen · 23 years ago
- 882cbcd more config.in entries from Giulio Orsero <giulioo@pobox.com> by Eric Andersen · 23 years ago
- 7131213 config.in features patch from Giulio Orsero <giulioo@pobox.com> by Eric Andersen · 23 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- 8470b9a Fix empty line substitutions (noted by Joshua Hudson). by Matt Kraai · 23 years ago
- a0065d5 Fix s/[/]// handling (noted by Dumas Patrice). by Matt Kraai · 23 years ago
- b76cb68 A patch from Shu-Hao Chang <shuhao_chang@trend.com.tw> to by Eric Andersen · 23 years ago
- a3e4f45 Fix a problem with unsatisfied backrefs (noted by Martin Bene). by Matt Kraai · 23 years ago
- fdbac35 Patch from Robert J. Osborne <rj@resourceinternational.com> that fixes by Eric Andersen · 23 years ago
- 51038a3 Don't save and restore readonly flag if BB_FEATURE_VI_READONLY isn't enabled. by Matt Kraai · 23 years ago
- 547e102 Preserve whether or not the line was previously altered when running a by Matt Kraai · 23 years ago
- 20aab26 Some adjustments, mostly from David McCullough <davidm@lineo.com> to by Eric Andersen · 23 years ago
- 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
- 5009f90 Removed obsolete function, strdup_substr. by Matt Kraai · 23 years ago
- dd8500b Cleanups and sinze reduction for the vi applet from Aaron Lehmann by Eric Andersen · 23 years ago
- 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 23 years ago
- e0c0757 These were broken when using dmalloc due to include file ordering by Eric Andersen · 23 years ago
- ceeff73 Rewrote mkdir (and touched lots of things in the process). by Matt Kraai · 23 years ago
- 02c40a7 Always apply commands with no specified range. by Matt Kraai · 23 years ago
- 0915c4b - Fixed bug where you couldn't mix line number and regexes in two-address cmds by Mark Whitley · 24 years ago
- 6e9e136 Use safe_strncpy. by Matt Kraai · 24 years ago
- 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 24 years ago
- 2338174 Always print a newline after a matching substitution. by Matt Kraai · 24 years ago
- d928acc ...Need to print just a few more newlines. by Mark Whitley · 24 years ago
- dd527d3 ...And now that we're chomping lines, we need to re-add the newline later... by Mark Whitley · 24 years ago
- 9de2659 We will chomp() lines so REG_NEWLINE does not break stuff. Thanks, Matt. by Mark Whitley · 24 years ago
- 452cc1f Added REG_NEWLINE as cflags to xregcomp for normal addresses so EOL $ will work by Mark Whitley · 24 years ago
- ddb0054 A patch from Aaron Lehmann <aaronl@vitelus.com> to fix a by Eric Andersen · 24 years ago
- 1f3b9f2 Added support for 'r' command in sed. by Mark Whitley · 24 years ago
- c33ebc9 A patch from Vladimir to use last_char_is(), and a patch from by Eric Andersen · 24 years ago
- 822c383 Another vi update from Sterling Huxley: by Eric Andersen · 24 years ago