Fixup 'make clean' to properly clean the _install directory
[oweals/busybox.git] / editors /
2003-07-22 Eric AndersenPatch from Terje Kvernes adding quite a lot of missing...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-14 Eric AndersenPatch from Thomas Cameron:
2003-07-05 Eric AndersenPatch from Kent Robotti adding a bunch of needed docs!
2003-06-22 Glenn L McGrathNew applet: patch, applies a unified diff
2003-04-26 Glenn L McGrathNew commands, 'G' and 'H'
2003-04-12 Glenn L McGrathFix logic error in grouped commands
2003-04-11 Glenn L McGrathFix up indenting
2003-04-09 Glenn L McGrathReally fix the 'r' command
2003-04-09 Glenn L McGrathFix the sed 'r' command
2003-04-09 Glenn L McGrathfix substitution when replacing with &, we shouldnt...
2003-04-09 Glenn L McGrathLabel ends at a newline, update comments, rename linked...
2003-04-08 Glenn L McGrathRun through indent
2003-04-08 Glenn L McGrathFixes block commands to correctly identify end of block...
2003-04-07 Glenn L McGrathAdd hold space commands 'g', 'h', 'x'
2003-04-07 Glenn L McGrathRename "line" to pattern_space to be more descriptive...
2003-03-30 Glenn L McGrathGroup common string
2003-03-30 Glenn L McGrathSmall fix for sed 'y' command
2003-03-30 Glenn L McGrathsed 'y' command, simplify some other code
2003-03-30 Glenn L McGrathExperimental support for embeded newline. (im evil)
2003-03-28 Glenn L McGrathStill fine tunning the printing of the substitute command
2003-03-28 Glenn L McGrathsed 't' branching command
2003-03-28 Glenn L McGrathFix sed 's' command's 'p' flag, so it can print line...
2003-03-28 Glenn L McGrathfix q command
2003-03-28 Glenn L McGrathAdd basic branching support, sed ':' and 'b' commands
2003-03-28 Glenn L McGrathmake sed cleanup use linked list
2003-03-28 Glenn L McGrathUse a linked list for sed commands in preparation for...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-03-18 Glenn L McGrathMatch newlines, this fixes matching of ^ or $ when...
2003-03-18 Glenn L McGrathFix a bug that corrupted the string followed commands...
2003-03-10 Glenn L McGrathfix n, add N, P
2003-03-10 Glenn L McGrathadd the 'n' command
2003-03-10 Glenn L McGrathAdd the q (quit) option
2003-03-09 Glenn L McGrathFix a delimiter matching bug i introduced.
2003-03-09 Glenn L McGrathSupport grouped commands, i.e. {cmd1;cmd2}
2003-03-09 Glenn L McGrathalloc array for commands, use string ptr in parse_comma...
2003-03-09 Glenn L McGrathuse typedef for struct sed_cmd
2003-03-09 Glenn L McGrathredo get_addres(). save some space. possible fix a...
2003-03-09 Glenn L McGrathWoops, remove the code i didnt mean to commit
2003-03-09 Glenn L McGrathMention the opengroup sed reference, add a check which...
2003-03-08 Glenn L McGrathFix matching for the $ address (last line)
2002-12-23 Glenn L McGrathSupport the '=' command
2002-12-05 Eric AndersenYet another major rework of the BusyBox config system...
2002-12-03 Glenn L McGrathFix crashme code, by Jim Treadway
2002-12-02 Glenn L McGrathlast_patch_69, 8 bit clean and other fixes from Vladimi...
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-11-28 Glenn L McGrathUse erorr_msg( isntead of fprintf(stderr,
2002-11-11 Glenn L McGrathMove awk from textutils to editors. Cleanup run-parts...
2002-10-26 Eric AndersenA patch from Jouni Malinen to avoid some buffer overflo...
2002-08-21 Aaron Lehmannvi inlining
2002-08-06 Robert GrieblSomehow I applied an old patch for the last commit...
2002-08-06 Robert GrieblAdded the \CregexpC syntax as an alternative for /regex...
2002-07-31 Robert GrieblApplied a patch from Philip Blundell <pb@nexus.co.uk>:
2002-07-11 Eric AndersenFixup warnings and undefined operations that show up...
2002-06-11 Robert GrieblPatch from Simon Krahnke:
2002-04-26 Tim Rikerfix from kergoth
2002-04-12 Eric AndersenCompletely rework the config system so that it no longe...
2002-04-01 Matt Kraai* editors/sed.c (process_file): Stop processing deleted...
2002-01-03 Matt Kraai* editors/sed.c (parse_cmd_str): Remove redundant code...
2002-01-03 Matt Kraai* editors/sed.c (parse_edit_cmd): Rewrite.
2002-01-02 Matt Kraai* editors/sed.c (parse_edit_command): Require a newline...
2001-12-21 Matt KraaiIgnore blanks before the first address and before the...
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-11-20 Matt KraaiEliminate warning.
2001-11-17 Eric AndersenMinor warning cleanups
2001-11-17 Eric AndersenPatch from "Andrew Tipton" <andrew@cadre5.com> to enabl...
2001-11-17 Eric AndersenPatch from Steve Merrifield <steve@labyrinth.net.au...
2001-11-12 Matt KraaiChange strdup calls to xstrdup (patch from Steve Merrif...
2001-11-12 Matt KraaiUse fopen wrapper.
2001-11-10 Eric Andersen|2001-10-08 Rodney Brown <rbrown64@csc.com.au>
2001-11-10 Eric Andersenmore config.in entries from Giulio Orsero <giulioo...
2001-11-10 Eric Andersenconfig.in features patch from Giulio Orsero <giulioo...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-23 Matt KraaiFix empty line substitutions (noted by Joshua Hudson).
2001-08-24 Matt KraaiFix s/[/]// handling (noted by Dumas Patrice).
2001-08-22 Eric AndersenA patch from Shu-Hao Chang <shuhao_chang@trend.com...
2001-08-20 Matt KraaiFix a problem with unsatisfied backrefs (noted by Marti...
2001-08-02 Eric AndersenPatch from Robert J. Osborne <rj@resourceinternational...
2001-07-31 Matt KraaiDon't save and restore readonly flag if BB_FEATURE_VI_R...
2001-07-30 Matt KraaiPreserve whether or not the line was previously altered...
2001-07-19 Eric AndersenSome adjustments, mostly from David McCullough <davidm...
2001-07-17 Eric AndersenThis is vodz' latest patch. Sorry it took so long...
2001-07-05 Matt KraaiRemoved obsolete function, strdup_substr.
2001-07-02 Eric AndersenCleanups and sinze reduction for the vi applet from...
2001-06-26 Glenn L McGrathVladimir's last_patch_15
2001-06-23 Eric AndersenThese were broken when using dmalloc due to include...
2001-06-21 Matt KraaiRewrote mkdir (and touched lots of things in the process).
2001-06-21 Matt KraaiAlways apply commands with no specified range.
2001-06-11 Mark Whitley - Fixed bug where you couldn't mix line number and...
2001-05-27 Matt KraaiUse safe_strncpy.
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-05-17 Matt KraaiAlways print a newline after a matching substitution.
2001-05-14 Mark Whitley...Need to print just a few more newlines.
2001-05-14 Mark Whitley...And now that we're chomping lines, we need to re...
2001-05-14 Mark WhitleyWe will chomp() lines so REG_NEWLINE does not break...
2001-05-14 Mark WhitleyAdded REG_NEWLINE as cflags to xregcomp for normal...
2001-05-13 Eric AndersenA patch from Aaron Lehmann <aaronl@vitelus.com> to...
2001-05-11 Mark WhitleyAdded support for 'r' command in sed.
2001-05-07 Eric AndersenA patch from Vladimir to use last_char_is(), and a...
2001-05-07 Eric AndersenAnother vi update from Sterling Huxley:
next