Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-13 | Fix from Matt Kraai -- a better way to NULL terminate strings for the | Eric Andersen | |
my_* passwd and group routines. I should have thought of doing it this way... | |||
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | |
compliant with the style guide. Everybody rebuild your tags file! | |||
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | |
-Erik | |||
2000-07-28 | Fix for a potential uninitialized variable, thx to | Eric Andersen | |
Ken Chalmers <chalmers@norscan.com> -Erik | |||
2000-07-28 | Some cleanups, based on a patch from Ken Chalmers | Eric Andersen | |
-Erik | |||
2000-07-20 | Whoops. Forgot to #include <getopt.h>. | Mark Whitley | |
2000-07-19 | Converted option parsing to getopt() and made some minor formatting changes. | Mark Whitley | |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai | |
2000-06-19 | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | |
Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | |||
2000-05-17 | Some more portability updates | Erik Andersen | |
-Erik | |||
2000-05-13 | More doc updates | Erik Andersen | |
-Erik | |||
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | |
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | |||
2000-05-01 | Some accrued fixes/updates. | Erik Andersen | |
* cp/mv now accepts (and ignores) the -f flag, since it always does force anyway * tail can now accept -<num> commands (e.g. -10) for better compatibility with the standard tail command * added a simple id implementation; doesn't support supp. groups yet |