2001-08-02 |
Eric Andersen | Patch from Robert J. Osborne <rj@resourceinternational... |
tree | commitdiff |
2001-07-31 |
Matt Kraai | Don't save and restore readonly flag if BB_FEATURE_VI_R... |
tree | commitdiff |
2001-07-30 |
Matt Kraai | Preserve whether or not the line was previously altered... |
tree | commitdiff |
2001-07-19 |
Eric Andersen | Some adjustments, mostly from David McCullough <davidm... |
tree | commitdiff |
2001-07-17 |
Eric Andersen | This is vodz' latest patch. Sorry it took so long... |
tree | commitdiff |
2001-07-05 |
Matt Kraai | Removed obsolete function, strdup_substr. |
tree | commitdiff |
2001-07-02 |
Eric Andersen | Cleanups and sinze reduction for the vi applet from... |
tree | commitdiff |
2001-06-26 |
Glenn L McGrath | Vladimir's last_patch_15 |
tree | commitdiff |
2001-06-23 |
Eric Andersen | These were broken when using dmalloc due to include... |
tree | commitdiff |
2001-06-21 |
Matt Kraai | Rewrote mkdir (and touched lots of things in the process). |
tree | commitdiff |
2001-06-21 |
Matt Kraai | Always apply commands with no specified range. |
tree | commitdiff |
2001-06-11 |
Mark Whitley | - Fixed bug where you couldn't mix line number and... |
tree | commitdiff |
2001-05-27 |
Matt Kraai | Use safe_strncpy. |
tree | commitdiff |
2001-05-23 |
Eric Andersen | Patch from larry to fix some grammar errors. |
tree | commitdiff |
2001-05-17 |
Matt Kraai | Always print a newline after a matching substitution. |
tree | commitdiff |
2001-05-14 |
Mark Whitley | ...Need to print just a few more newlines. |
tree | commitdiff |
2001-05-14 |
Mark Whitley | ...And now that we're chomping lines, we need to re... |
tree | commitdiff |
2001-05-14 |
Mark Whitley | We will chomp() lines so REG_NEWLINE does not break... |
tree | commitdiff |
2001-05-14 |
Mark Whitley | Added REG_NEWLINE as cflags to xregcomp for normal... |
tree | commitdiff |
2001-05-13 |
Eric Andersen | A patch from Aaron Lehmann <aaronl@vitelus.com> to... |
tree | commitdiff |
2001-05-11 |
Mark Whitley | Added support for 'r' command in sed. |
tree | commitdiff |
2001-05-07 |
Eric Andersen | A patch from Vladimir to use last_char_is(), and a... |
tree | commitdiff |
2001-05-07 |
Eric Andersen | Another vi update from Sterling Huxley: |
tree | commitdiff |
2001-04-26 |
Eric Andersen | Another nice cleanup from Larry. This adds a new last_... |
tree | commitdiff |
2001-04-20 |
Mark Whitley | Fixed a buglet where an extra newline was being added... |
tree | commitdiff |
2001-04-20 |
Mark Whitley | Made a correction to a bad test expression. Props to... |
tree | commitdiff |
2001-04-16 |
Eric Andersen | Several fixes from Sterling Huxley for the vi applet. |
tree | commitdiff |
2001-04-04 |
Eric Andersen | Remove unused optarg variable |
tree | commitdiff |
2001-04-04 |
Eric Andersen | Some cleanups for libc5 support |
tree | commitdiff |
2001-04-04 |
Eric Andersen | I said no new features till after the 0.51 release... |
tree | commitdiff |
2001-03-26 |
Mark Whitley | Applied patch from Anthony Towns that he posted to... |
tree | commitdiff |
2001-03-14 |
Mark Whitley | Applied patch from Erik Habbinga to fix a problem with... |
tree | commitdiff |
2001-02-17 |
Eric Andersen | Get rid of long stale usage message code. |
tree | commitdiff |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
tree | commitdiff |
2001-02-01 |
Matt Kraai | Fix wget error message and add (and use) chomp library... |
tree | commitdiff |
2001-01-31 |
Matt Kraai | Removed trailing \n from error_msg{,_and_die} messages. |
tree | commitdiff |
2001-01-27 |
Eric Andersen | Fix up copyright msgs. Bump version to 0.49 in prepara... 0_49 |
tree | commitdiff |
2001-01-27 |
Eric Andersen | Fix header file usage -- there were many unnecessary... |
tree | commitdiff |
2001-01-04 |
Mark Whitley | Changed email address to codepoet.org, updated list... |
tree | commitdiff |
2001-01-02 |
Eric Andersen | I just whipped up support for arbitrary regex delimiter... |
tree | commitdiff |
2000-12-22 |
Matt Kraai | Use busybox error handling functions wherever possible. |
tree | commitdiff |
2000-12-18 |
Matt Kraai | Change calls to error_msg.* and strerror to use perror_... |
tree | commitdiff |
2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
tree | commitdiff |
2000-11-14 |
Eric Andersen | Remove unneeded junk |
tree | commitdiff |
2000-11-03 |
Mark Whitley | Removed REG_NEWLINE from regcomp to fix the same bug... |
tree | commitdiff |
2000-11-03 |
Mark Whitley | Now, what was that logic block doing up there? |
tree | commitdiff |
2000-11-03 |
Mark Whitley | Re-worked the support for s///p, fixed a backref limit... |
tree | commitdiff |
2000-09-27 |
Matt Kraai | Consolidate handling of some fopen failures. |
tree | commitdiff |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
tree | commitdiff |
2000-09-13 |
Matt Kraai | Fix calls to {m,c,re}alloc so that they use x{m,c,re... |
tree | commitdiff |
2000-08-21 |
Mark Whitley | Applied patch from Mark Ferrell <mferrell@mvista.com... |
tree | commitdiff |
2000-08-10 |
Mark Whitley | Applied patch from Mark Ferrell <mferrell@mvista.com... |
tree | commitdiff |
2000-07-25 |
Mark Whitley | Modified print_subst_w_backrefs() so it will print... |
tree | commitdiff |
2000-07-25 |
Eric Andersen | Use BB_FEATURE_CLEAN_UP where appropriate |
tree | commitdiff |
2000-07-20 |
Mark Whitley | As per a discussion on the mailing list between Matt... |
tree | commitdiff |
2000-07-19 |
Matt Kraai | Centralize handling of --help. |
tree | commitdiff |
2000-07-17 |
Pavel Roskin | New message added to messages.c: full_version |
tree | commitdiff |
2000-07-17 |
Mark Whitley | - Added support for backreferences in substitution... |
tree | commitdiff |
2000-07-16 |
Matt Kraai | Extract usage information into a separate file. |
tree | commitdiff |
2000-07-14 |
Mark Whitley | Fixed a couple of buglets: |
tree | commitdiff |
2000-07-14 |
Mark Whitley | - Added support for semicolon delimited command lines... |
tree | commitdiff |
2000-07-14 |
Matt Kraai | Use errorMsg rather than fprintf. |
tree | commitdiff |
2000-07-14 |
Mark Whitley | It dawned on me that I would need to grow a char buffer... |
tree | commitdiff |
2000-07-14 |
Mark Whitley | Added error checking for edit commands; only a beginnin... |
tree | commitdiff |
2000-07-14 |
Mark Whitley | Added support for (a)ppend, (i)nsert, and (c)hange... |
tree | commitdiff |
2000-07-13 |
Mark Whitley | Fixed bug where sed '/foo/p' was printing "invalid... |
tree | commitdiff |
2000-07-13 |
Mark Whitley | (Something I should have done in the previous checkin... |
tree | commitdiff |
2000-07-13 |
Mark Whitley | Minor code reorg: Changed the interface to index_of_nex... |
tree | commitdiff |
2000-07-12 |
Mark Whitley | Changed bb_regcomp to xregcomp and #if 0'ed out destroy... |
tree | commitdiff |
2000-07-12 |
Matt Kraai | Always report the applet name when doing error reporting. |
tree | commitdiff |
2000-07-11 |
Mark Whitley | Applied patch from Matt Kraai to call destroy_cmd_strs... |
tree | commitdiff |
2000-07-11 |
Mark Whitley | Applied patch from Matt Kraai which does the following: |
tree | commitdiff |
2000-07-10 |
Mark Whitley | Brand, new sed that uses libc regex routines. |
tree | commitdiff |
2000-06-19 |
Eric Andersen | Updates to a number of apps to remove warnings/compile... |
tree | commitdiff |
2000-06-16 |
Eric Andersen | Fix some spelling errors in the source as well. |
tree | commitdiff |
2000-05-12 |
Erik Andersen | Lots of updates. Finished implementing BB_FEATURE_TRIV... |
tree | commitdiff |
2000-04-13 |
Erik Andersen | Upates to include copyright 2000 to everything |
tree | commitdiff |
2000-03-06 |
Erik Andersen | Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script... |
tree | commitdiff |
2000-02-10 |
Erik Andersen | More minor touchups. |
tree | commitdiff |
2000-02-08 |
Erik Andersen | Some formatting updates (ran the code through indent) |
tree | commitdiff |
2000-01-04 |
Erik Andersen | Bunches of fixes. Typos, bugs, etc. |
tree | commitdiff |
1999-12-29 |
Erik Andersen | * sed now supports addresses (numeric or regexp, with... |
tree | commitdiff |
1999-11-10 |
Eric Andersen | Updates to usage, and made tar work. |
tree | commitdiff |
1999-11-09 |
Eric Andersen | Stuff |
tree | commitdiff |
1999-10-29 |
Eric Andersen | More stuf. sed works. |
tree | commitdiff |
1999-10-29 |
Eric Andersen | Stuf |
tree | commitdiff |
1999-10-29 |
Eric Andersen | Stuff |
tree | commitdiff |
1999-10-28 |
Eric Andersen | Stuf |
tree | commitdiff |
|