Age | Commit message (Expand) | Author |
2007-07-21 | libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options | Denis Vlasenko |
2007-06-04 | Audit bb_common_bufsiz usage, add script which looks for misuse. | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-11 | bb_full_fd_action: remove potential xmalloc from NOFORK path | Denis Vlasenko |
2007-04-04 | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-06-01 | - look at bb_applet_name. Should close bugs #892 and #893 | Bernhard Reutner-Fischer |
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley |
2006-03-18 | - tito writes: this patch fixes some comments in dos2unix that are wrong | Bernhard Reutner-Fischer |
2006-03-14 | Tito shrank dos2unix. | Rob Landley |
2005-10-15 | common BUFSIZ BSS buffer, small reduce code, data and bss | "Vladimir N. Oleynik" |
2005-09-11 | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley |
2005-09-01 | Bernhard Fischer trimmed down dos2unix a bit. | Rob Landley |
2004-05-05 | Steve Grubb writes: | Eric Andersen |
2004-05-05 | Steve Grubb writes: | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-07-03 | Little fix to avoid overflow | Eric Andersen |
2001-08-22 | Scrub things and ditch uint64_t and use a custom type name | Eric Andersen |
2001-08-21 | Fix dos2unix compile problem with certain glibc versions | Eric Andersen |
2001-08-02 | More libc5 fixups | Eric Andersen |
2001-07-25 | This fixes dos2unix and unix2dos so they behave as expected. dos2unix | Eric Andersen |
2001-05-24 | Fix up some signed char vs int issues that show up on powerpc. | Eric Andersen |
2001-04-12 | Fix dos2unix/tr problem noted by Larry Doolittle. | Matt Kraai |
2001-04-12 | use tmpfile() and revert my previous changes... convert() belongs here | Glenn L McGrath |
2001-04-12 | Move convert to libbb | Glenn L McGrath |
2001-02-22 | Add in kent robotti's updated dos2unix.c | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-01-29 | Fix missing header file. | Matt Kraai |
2000-12-01 | Stop using TRUE and FALSE for exit status. | Matt Kraai |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-09-20 | Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. | Eric Andersen |