Age | Commit message (Expand) | Author |
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 for | 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 |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-12-01 | Stop using TRUE and FALSE for exit status. | Matt Kraai |
2000-11-17 | Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle the | Mark Whitley |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-08-02 | Minor cleanup thingy. fprintf(stderr, ...) -> errorMsg(). | Mark Whitley |
2000-08-02 | Brand, new version of cut. This fixes the bugs in the old cut, is smaller, and | Mark Whitley |
2000-07-19 | Centralize handling of --help. | Matt Kraai |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai |
2000-07-14 | Don't use strings directly in calls to usage(). This is in preparation | Matt Kraai |
2000-07-14 | Use errorMsg rather than fprintf. | Matt Kraai |
2000-07-12 | Use global applet_name instead of local versions. | Matt Kraai |
2000-06-26 | Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport. | Eric Andersen |
2000-06-19 | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen |
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen |