*: add -Wunused-parameter; fix resulting breakage
[platform/upstream/busybox.git] / editors / sed.c
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-28 Denis Vlasenkosed: n cmd must reset "we had successful subst" flag...
2008-02-17 Denis Vlasenkolibbb: introduce and use xrename and rename_or_warn.
2008-02-16 Denis Vlasenkorandom s/short/int/
2007-11-13 Denis Vlasenkosed: support GNU-like '\t' escape in substitutions
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-28 Denis Vlasenkofix "if (p) free(p)" constructs
2007-09-21 Denis Vlasenkoupdate Glenn McGrath's email address
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-08-06 Denis Vlasenkosed: fix 'q' command handling ("Nguyen Thai Ngoc Duy...
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-05-30 Denis Vlasenkowhitespace fixes
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-12 Denis Vlasenkosed: fix escaped newlines in -f; fix multiple -f and -e
2007-03-26 Denis Vlasenkosed: a communal variable managed to slip past 'size'
2007-03-16 Denis Vlasenkosed: fix very obscure case of escaped newline in sed...
2007-03-07 Denis Vlasenkoclean up accumulated whitespace damage
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-30 Denis Vlasenkosilly space saving in sed
2007-01-30 Denis Vlasenkomicro optimization
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #7: sed
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2007-01-29 Denis Vlasenkoadd to testsuite and fix yet another sed corner case
2007-01-29 Denis Vlasenkodisable -Wold-style-definition for gcc 3.x
2007-01-29 Denis Vlasenkosed: fix 2 bugs (one testsuite entry + one newly found)
2007-01-28 Denis Vlasenkofix all known regressions with sed and also make it...
2007-01-19 Denis Vlasenkostrdup -> xstrdup
2007-01-17 Denis Vlasenkosed,get_line_from_file: improve comments
2006-12-26 Denis Vlasenkomerge post-1.3.0 fixes
2006-12-19 Denis Vlasenkoremove casts from xmalloc()
2006-12-16 Denis Vlasenkoinline strcmp(s, "-") [actually macro-ize it for now...
2006-12-10 Denis Vlasenkobb_makedev: fix for glibc 2.3.2
2006-12-10 Denis Vlasenkosed: style fixes
2006-12-02 Denis Vlasenkosed: fix handling of files not ending in '\n'
2006-12-02 Denis Vlasenkosed: improve handling of NULs
2006-10-27 Denis Vlasenkolast nail into error_msg() (de)capitalization
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-25 Denis Vlasenkosed: mostly style fixes, very small changes in actual...
2006-10-25 Denis Vlasenkouse skip_whitespace where appropriate
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-03 Denis Vlasenkorename bb_default_error_retval -> xfunc_error_retval
2006-10-03 Denis Vlasenkolots of silly indent fixes
2006-10-01 Denis Vlasenkosed: -e options were handled in reverse order. fix...
2006-10-01 Denis Vlasenkosed: unbreak multiple -e, -f option handling (my fault)
2006-09-22 Denis Vlasenkosed: getopt_ulflags'isation
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-08 Rob LandleyBugfix for: echo '123456789' | sed 's/./|&/5'
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-26 Rob LandleyRich Filker spotted that sed -e 's/xxx/[/' didn't work...
2006-06-28 Rob LandleyFix bugs.busybox.net/view.php?id=826 in which "(echo...
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-05 Rob LandleyConfirming it's not needed.
2006-06-03 Bernhard Reutner... - use bb functions instead of handrolling stuff.
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-24 Rob LandleyYann Morin spotted some leftover flotsam from halfway...
2006-05-21 Rob LandleyMinor cleanups: Convert a few calloc() calls to xzalloc...
2006-05-09 Rob LandleyConvert sed's static variables to a single global struc...
2006-05-08 Rob LandleyMove sed over to the generic llist_t for append. Saves...
2006-03-09 Rob LandleyPortability patch from rfelker. The bb_asprintf.c...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-02 Bernhard Reutner... - silence warning about "'free_and_close_stuff' used...
2006-03-01 Bernhard Reutner... - fix compilation of sed.
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-02-24 Rob LandleyA few changes falling out from the effort to make sed...
2006-01-25 Tim Rikerjust whitespace
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-09-14 "Vladimir N. Oleynik"split libbb: moved xregcomp separatelly for speed up...
2005-09-02 Rob LandleyMissing break was screwing up 'y//' command. Bug ...
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...
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-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-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-18 Rob LandleyAdd -i option to sed, to edit files in-place.
2004-02-04 Eric AndersenRob Landley writes:
2004-01-04 Rob LandleyThinko in s//options. (Whitespace skipping in the...
2003-12-23 Eric AndersenPatch from Matt Kraai:
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...
next