Steven Scholz writes:
[oweals/busybox.git] / editors /
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-01 Rob LandleyThe last patch broke:
2004-03-31 Eric AndersenJunio Hamano, junio at twinsun dot com writes:
2004-03-31 Eric AndersenPatch from Thomas Winkler -- vi -R did not work
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-22 Glenn L McGrathPatch from Dmitry Zakharov, this line was missedfrom...
2004-02-18 Rob LandleyAdd -i option to sed, to edit files in-place.
2004-02-06 Eric AndersenRichard Kojedzinszky writes:
2004-02-04 Eric AndersenRichard Kojedzinszky writes:
2004-02-04 Eric AndersenRob Landley writes:
2004-01-21 Glenn L McGrathPatch by Richard Kojedzinszky, when using END at end...
2004-01-04 Rob LandleyThinko in s//options. (Whitespace skipping in the...
2003-12-23 Eric AndersenMatch changes made to cmdedit
2003-12-23 Eric AndersenPatch from Matt Kraai:
2003-10-30 Glenn L McGrathPatch from Dmitry Zakharov,
2003-10-22 Eric AndersenAndreas Mohr writes:
2003-10-09 Eric AndersenFix some warnings that have crept in recently
2003-10-09 Glenn L McGrathComaptability with gcc-2.95
2003-10-04 Glenn L McGrathPatch from Rob Landley;
2003-10-01 Glenn L McGrathPatch from Rob Landley to fix backrefs
2003-10-01 Glenn L McGrathPatch by Rob Landley, fix "newline after edit command"
2003-10-01 Glenn L McGrathPatch by Rob Landley, work in progress update, fixes...
2003-09-24 Glenn L McGrathFix some typo's, remove some extra free statements
2003-09-16 Glenn L McGrathConfiguration option to define wether to follows GNU...
2003-09-16 Glenn L McGrathFix a bug that creapt in recently with substitution...
2003-09-15 Glenn L McGrathFix a simple mistake with pattern space, and add a...
2003-09-15 Glenn L McGrathFix some memory allocation problems
2003-09-15 Eric AndersenBe entirely consistant when using ioctl(0, TIOCGWINSZ...
2003-09-15 Glenn L McGrathAdd a test for the 'P' command and fix current implemen...
2003-09-15 Glenn L McGrathA test and fix for the sed 'n' command
2003-09-15 Glenn L McGrathFix for the sed-append-next-line test
2003-09-15 Glenn L McGrathFix recursion problem
2003-09-14 Glenn L McGrathMemory cleanups and fix for `echo "foo" | sed 's/foo...
2003-09-14 Glenn L McGrathCleanup memory usage
2003-09-14 Glenn L McGrathThe previous fix for 's/a/1/;s/b/2/;t one;p;:one;p...
2003-09-14 Glenn L McGrathPreserve substitution flag value within the current...
2003-09-14 Glenn L McGrathFix branching commands.
2003-09-14 Glenn L McGrathPatch from Rob Landley
2003-09-14 Glenn L McGrathStupid typo
2003-09-14 Glenn L McGrathFix some memory allocation problems
2003-09-13 Glenn L McGrathFix the following testcase by disabling global substitu...
2003-09-13 Glenn L McGrathFix the following testcase by storing the state of...
2003-08-30 Glenn L McGrathFix the substitution print subcommand, it should only...
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...
next