aboutsummaryrefslogtreecommitdiff
path: root/editors
AgeCommit message (Expand)Author
2006-07-26Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smallerRob Landley
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-07-01Remove all usage of the "register" storage class specifier."Robert P. J. Day"
2006-06-28Fix http://bugs.busybox.net/view.php?id=826 in which "(echo; echo) | sed x"Rob Landley
2006-06-25A few patches from Erik Hovland, turning strncpy() into safe_strncpy() andRob Landley
2006-06-21Remove pointless "inline" wrapper around get_terminal_width_height().Rob Landley
2006-06-21Zubicaray reported a bug in vi that causes it to eat 100% cpu when you closeRob Landley
2006-06-09- make sure that we see string_insert only if we need it.Bernhard Reutner-Fischer
2006-06-07- reuse strings and messages. Saves about 600BBernhard Reutner-Fischer
2006-06-05Confirming it's not needed.Rob Landley
2006-06-03- use bb functions instead of handrolling stuff.Bernhard Reutner-Fischer
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley
2006-05-26Change llist_add_* to take the address of the list rather than returning the newRob Landley
2006-05-24Yann Morin spotted some leftover flotsam from halfway through the recentRob Landley
2006-05-21Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessaryRob Landley
2006-05-19- remove SIGIOT as suggested by landley.Bernhard Reutner-Fischer
2006-05-19- Rich Felker writes:Bernhard Reutner-Fischer
2006-05-19- remove superfluous legacy includes.Bernhard Reutner-Fischer
2006-05-19- include strings.hBernhard Reutner-Fischer
2006-05-13pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...Mike Frysinger
2006-05-09Convert sed's static variables to a single global structure.Rob Landley
2006-05-08Move sed over to the generic llist_t for append. Saves about 90 bytes.Rob Landley
2006-05-07Patch to fix bug 868, and some related cleanup while I was in the area.Rob Landley
2006-05-07Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley
2006-05-04It was sitting there, in the patches directory, for years. It was delete itRob Landley
2006-04-16touchup commentMike Frysinger
2006-04-13Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley
2006-04-05adjust ifdefs for inclusion of string_insert() routinePaul Fox
2006-03-28fix behavior of ZZ, with respect to readonly mode(s). originalPaul Fox
2006-03-27add support for :wn (initial patch from Alexander Griesser)Paul Fox
2006-03-27drop obsolete version string in favor of actual BB version (fromPaul Fox
2006-03-13- revert back to r14406Bernhard Reutner-Fischer
2006-03-10Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley
2006-03-09Portability patch from rfelker. The bb_asprintf.c thing needs an eventualRob Landley
2006-03-09- backout using features which are not available with the previous stableBernhard Reutner-Fischer
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-03-02- use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer
2006-03-02- silence warning about "'free_and_close_stuff' used but never defined"Bernhard Reutner-Fischer
2006-03-01- fixes parallel builds (make -j)Bernhard Reutner-Fischer
2006-03-01- fix compilation of sed.Bernhard Reutner-Fischer
2006-03-01Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)Rob Landley
2006-02-24A few changes falling out from the effort to make sed handle embedded NUL bytes.Rob Landley
2006-02-21Don't build directory libraries unless we're building an applet that needs it.Rob Landley
2006-02-14Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667.Rob Landley
2006-02-02make the build system puuuuuuuuuuurtyMike Frysinger
2006-01-31changed strange mix signed<->unsigned"Vladimir N. Oleynik"
2006-01-30fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen
2006-01-30clean up yet more annoying signed/unsigned mismatches and fixupEric Andersen
2006-01-30removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNU..."Vladimir N. Oleynik"
2006-01-25just whitespaceTim Riker