Age | Commit message (Expand) | Author |
2009-09-06 | more C standard compat fixes from Dan Fandrich | Denys Vlasenko |
2008-09-25 | - update my name. No obj-code changes ;) | Bernhard Reutner-Fischer |
2008-08-15 | cut: fix buffer overflow (bug 4544). | Denis Vlasenko |
2008-07-22 | cut: stop using static data. This alone removed ~70 bytes of code. | Denis Vlasenko |
2008-07-08 | libbb: introduce and use xrealloc_vector | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-05-13 | more -Wall warning fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-03-26 | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko |
2008-03-17 | *: shrink by using [f]open_or_warn_stdin where appropriate | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2007-11-23 | cut: add proper stdout error handling, fix "-" handling; | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-12 | trylink: produce even more info about final link stage | Denis Vlasenko |
2007-07-21 | libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-10 | audit small applets and mark some of them as NOFORK. | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-12-16 | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko |
2006-10-26 | rename functions to more understandable names | Denis Vlasenko |
2006-10-12 | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko |
2006-10-12 | cut, mount: small improvements | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-08-28 | - pull from busybox_scratch: r15829:15850 | Bernhard Reutner-Fischer |
2006-08-03 | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley |
2006-07-12 | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-03-10 | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2005-10-14 | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" |
2005-09-11 | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley |
2005-09-05 | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" |
2005-05-11 | change the hardcoded error constant (0x80000000UL) to a nice flexible define ... | Mike Frysinger |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2003-06-20 | Add prototype update missing from last_patch89. Fix screwy | Eric Andersen |
2003-06-20 | last_patch89 from vodz: | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2001-08-02 | Latest patch from vodz. Adds a check for divide by zero in the posix | Eric Andersen |
2001-05-18 | (Almost) brand-new version of cut that supports muitiple lists of positions, | Mark Whitley |
2001-05-07 | Silence cut so it doesn't whine during compilation | Eric Andersen |
2001-05-05 | Rewrite -c and -b processing to shrink code and eliminate buffer overrun. | Matt Kraai |
2001-04-26 | Another nice cleanup from Larry. This adds a new last_char_is() function and | Eric Andersen |
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai |
2001-01-27 | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen |
2001-01-04 | Changed email address to codepoet.org, updated list of applets / docs I | Mark Whitley |
2000-12-18 | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai |
2000-12-18 | Add missing newlines to error messages. | Matt Kraai |