Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-09 | printf: allow hex/oct numbers; move functions around | Denis Vlasenko | |
so that we have no forward declarations | |||
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
2007-01-29 | preparatory patch for -Wwrite-strings #1 | Denis Vlasenko | |
2006-11-27 | safe_strtoXX interface proved to be a bit unconvenient. | Denis Vlasenko | |
Remove it, introduce saner bb_strtoXX. Saved ~350 bytes. | |||
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko | |
2006-09-23 | remove unneeded #includes, fix indentation | Denis Vlasenko | |
2006-04-03 | - make append_option and multiconvert static. | Bernhard Reutner-Fischer | |
2006-02-28 | more busybox's style: close bug 745 | "Vladimir N. Oleynik" | |
2006-01-25 | just whitespace | Tim Riker | |
2006-01-06 | Bug 624 wants quoted char support for printf, so you can do something like: | Rob Landley | |
printf '%d\n' '"x"' and have it print out 120. This is the smallest implementation I can think of at the moment. | |||
2004-09-15 | Patch by Felipe Kellermann, use the common escape handling function and ↵ | Glenn L McGrath | |
remove some unused code. | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-03-06 | Fix/eliminate use of atol | Eric Andersen | |
2003-08-08 | Fix a stupid bug I introduced several months ago | Eric Andersen | |
2003-05-26 | cleanup a bit to remove needless verify() function | Eric Andersen | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2001-03-19 | locale correction patch from Vladimir | Eric Andersen | |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | |
header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik | |||
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | |
done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||
2001-01-23 | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley | |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | |
-Erik | |||
2000-08-10 | Some #include updates. | Eric Andersen | |
-Erik | |||
2000-07-16 | Extract usage information into a separate file. | Matt Kraai | |
2000-06-19 | printf now compiles cleanly under both libc5 and libc6. | Eric Andersen | |
-Erik | |||
2000-05-19 | More libc portability updates, add in the website (which has not been | Erik Andersen | |
archived previously). Wrote 'which' during the meeting today. -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-04-15 | More documentation updates, and minor fixes to make things sync | Erik Andersen | |
up with the docs. -Erik | |||
2000-02-08 | Some formatting updates (ran the code through indent) | Erik Andersen | |
-Erik | |||
2000-02-07 | A few minor updates. ;-) | Erik Andersen | |
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik | |||
2000-01-25 | Some busybox updates. See the changelog for details if you care. | Erik Andersen | |
-Erik | |||
1999-10-19 | Added sfdisk. Ststic-ified a bunch of stuff. | Eric Andersen | |
1999-10-18 | More stuff. | Eric Andersen | |
-Erik | |||
1999-10-05 | Initial revision | Eric Andersen | |