don't whine if all we need to do is remove a bg job
[oweals/busybox.git] / sed.c
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-11 Mark WhitleyAdded support for 'r' command in sed.
2001-04-20 Mark WhitleyFixed a buglet where an extra newline was being added...
2001-04-20 Mark WhitleyMade a correction to a bad test expression. Props to...
2001-03-26 Mark WhitleyApplied patch from Anthony Towns that he posted to...
2001-03-14 Mark WhitleyApplied patch from Erik Habbinga to fix a problem with...
2001-02-17 Eric AndersenGet rid of long stale usage message code.
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-01 Matt KraaiFix wget error message and add (and use) chomp library...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-04 Mark WhitleyChanged email address to codepoet.org, updated list...
2001-01-02 Eric AndersenI just whipped up support for arbitrary regex delimiter...
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-11-14 Eric AndersenRemove unneeded junk
2000-11-03 Mark WhitleyRemoved REG_NEWLINE from regcomp to fix the same bug...
2000-11-03 Mark WhitleyNow, what was that logic block doing up there?
2000-11-03 Mark WhitleyRe-worked the support for s///p, fixed a backref limit...
2000-09-27 Matt KraaiConsolidate handling of some fopen failures.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-08-21 Mark WhitleyApplied patch from Mark Ferrell <mferrell@mvista.com...
2000-08-10 Mark WhitleyApplied patch from Mark Ferrell <mferrell@mvista.com...
2000-07-25 Mark WhitleyModified print_subst_w_backrefs() so it will print...
2000-07-25 Eric AndersenUse BB_FEATURE_CLEAN_UP where appropriate
2000-07-20 Mark WhitleyAs per a discussion on the mailing list between Matt...
2000-07-19 Matt KraaiCentralize handling of --help.
2000-07-17 Pavel RoskinNew message added to messages.c: full_version
2000-07-17 Mark Whitley - Added support for backreferences in substitution...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Mark WhitleyFixed a couple of buglets:
2000-07-14 Mark Whitley - Added support for semicolon delimited command lines...
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-14 Mark WhitleyIt dawned on me that I would need to grow a char buffer...
2000-07-14 Mark WhitleyAdded error checking for edit commands; only a beginnin...
2000-07-14 Mark WhitleyAdded support for (a)ppend, (i)nsert, and (c)hange...
2000-07-13 Mark WhitleyFixed bug where sed '/foo/p' was printing "invalid...
2000-07-13 Mark Whitley(Something I should have done in the previous checkin...
2000-07-13 Mark WhitleyMinor code reorg: Changed the interface to index_of_nex...
2000-07-12 Mark WhitleyChanged bb_regcomp to xregcomp and #if 0'ed out destroy...
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-11 Mark WhitleyApplied patch from Matt Kraai to call destroy_cmd_strs...
2000-07-11 Mark WhitleyApplied patch from Matt Kraai which does the following:
2000-07-10 Mark WhitleyBrand, new sed that uses libc regex routines.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-16 Eric AndersenFix some spelling errors in the source as well.
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-03-06 Erik AndersenFixed a bug where "sed 's/foo/bar/g'" (i.e. a script...
2000-02-10 Erik AndersenMore minor touchups.
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-01-04 Erik AndersenBunches of fixes. Typos, bugs, etc.
1999-12-29 Erik Andersen* sed now supports addresses (numeric or regexp, with...
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-11-09 Eric AndersenStuff
1999-10-29 Eric AndersenMore stuf. sed works.
1999-10-29 Eric AndersenStuf
1999-10-29 Eric AndersenStuff
1999-10-28 Eric AndersenStuf