restore compare_string_array new interface (make broken by landley)
[oweals/busybox.git] / editors /
2005-11-28 Paul Foxfix bug #474:
2005-11-20 Rob LandleySupport # comments after s/// option list.
2005-10-30 Rob Landley\0 is a synonym for &. Our own "make allbaseconfig...
2005-10-27 Bernhard Reutner... - correct boilerplate
2005-10-19 "Vladimir N. Oleynik"more const, attribute_noreturn saved 200 bytes
2005-10-17 Bernhard Reutner... - consume space between functionname and opening brackets
2005-10-15 "Vladimir N. Oleynik"common BUFSIZ BSS buffer, small reduce code, data and bss
2005-10-10 Bernhard Reutner... - do not use bb_xgetularg10_bnd as a lower value of...
2005-10-09 Paul Foxcatch and report errors from file_write()
2005-10-09 Paul Foxmake Hit_Return() available when CONFIG_FEATURE_VI_COLO...
2005-10-06 "Vladimir N. Oleynik"change strange depend to libbb.h, but require busybox.h
2005-09-27 Mike Frysingeras pointed out in Bug 17, use uint32_t instead of unsig...
2005-09-27 Mike Frysingereat misappropriated whitespace
2005-09-27 Mike Frysingeruncuddle function scope brackets
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-09-16 Paul Foxinitialize a couple of vars whose warnings were suppres...
2005-09-16 Paul Foxsome combinations of status line and screen refresh...
2005-09-14 "Vladimir N. Oleynik"split libbb: moved xregcomp separatelly for speed up...
2005-09-14 "Vladimir N. Oleynik"removed strange extern void xregcomp(... from some...
2005-09-13 Paul Foxallow either backspace or DEL, in addition to the user...
2005-09-02 Rob LandleyMissing break was screwing up 'y//' command. Bug ...
2005-09-01 Rob LandleyPatch -i support from Berhnard Fischer.
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2005-07-20 Paul Foxapplying fix for:
2005-07-18 Paul Foxallow both ^H and DEL to backspace in insert mode ...
2005-07-18 Eric AndersenFix vi so that error messages, insert mode messages...
2005-06-07 Rob LandleyPatch from Dmitry Zakharov:
2005-05-18 Rob LandleyPatch from Colin Watson (mangled slightly by Rob Landley):
2005-05-18 Rob LandleyDoug Swarin pointed out a security bug in the -i option...
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2005-04-16 Mike FrysingerIn Bug 208, bernhardf writes:
2004-11-25 Rob LandleyHiroshi found another bug. Currently sed's $ triggers...
2004-10-30 Rob LandleyHiroshi Ito found some bugs. The 'c' command (cut...
2004-10-08 Eric Andersenegor duda writes:
2004-09-24 Glenn L McGrathPatch from Dmitry Zakharov to fix a bug triggered by...
2004-08-19 Eric Andersenregularly update the status line display
2004-07-30 Eric AndersenSimon Poole reports that awk segfaults when environment...
2004-07-23 Glenn L McGrathPatch from Dmitry Zakharov to fix a bug discovered...
2004-07-20 Eric AndersenAssign 'forced' before the goto to avoid a warning
2004-05-26 Eric AndersenRob Landley writes:
2004-05-16 Glenn L McGrathUse int instead of char for return type, in theory...
2004-05-10 Glenn L McGrathFix for debian bug #248106, should use int for returned...
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2004-04-21 Eric AndersenThis sed patch can only be described as "duh". Stat...
2004-04-21 Eric AndersenSo I'm building a linux from scratch system, using...
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...
next