Teach md5sum and sha1sum to work the way other applets do so I don't have to
[oweals/busybox.git] / editors /
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-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-06-28 Rob LandleyFix bugs.busybox.net/view.php?id=826 in which "(echo...
2006-06-25 Rob LandleyA few patches from Erik Hovland, turning strncpy()...
2006-06-21 Rob LandleyRemove pointless "inline" wrapper around get_terminal_w...
2006-06-21 Rob LandleyZubicaray reported a bug in vi that causes it to eat...
2006-06-09 Bernhard Reutner... - make sure that we see string_insert only if we need it.
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-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
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-19 Bernhard Reutner... - remove SIGIOT as suggested by landley.
2006-05-19 Bernhard Reutner... - Rich Felker writes:
2006-05-19 Bernhard Reutner... - remove superfluous legacy includes.
2006-05-19 Bernhard Reutner... - include strings.h
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
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-05-07 Rob LandleyPatch to fix bug 868, and some related cleanup while...
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-05-04 Rob LandleyIt was sitting there, in the patches directory, for...
2006-04-16 Mike Frysingertouchup comment
2006-04-13 Rob LandleyPatch from Robert P Day: let menuconfig indent stuff...
2006-04-05 Paul Foxadjust ifdefs for inclusion of string_insert() routine
2006-03-28 Paul Foxfix behavior of ZZ, with respect to readonly mode(s...
2006-03-27 Paul Foxadd support for :wn (initial patch from Alexander...
2006-03-27 Paul Foxdrop obsolete version string in favor of actual BB...
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-09 Rob LandleyPortability patch from rfelker. The bb_asprintf.c...
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-02 Bernhard Reutner... - silence warning about "'free_and_close_stuff' used...
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
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-02-21 Rob LandleyDon't build directory libraries unless we're building...
2006-02-14 Rob LandleyPatch from awk maintainer (Dmitry Zakhrov) to fix bugs...
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-31 "Vladimir N. Oleynik"changed strange mix signed<->unsigned
2006-01-30 Eric Andersenfix up yet more annoying signed/unsigned and mixed...
2006-01-30 Eric Andersenclean up yet more annoying signed/unsigned mismatches...
2006-01-30 "Vladimir N. Oleynik"removed warning "comparison between signed and unsigned...
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2006-01-15 Bernhard Reutner... - shared libbusybox.
2006-01-09 Rob LandleyBug 112, return value of awk should be /256. In realit...
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...
next