Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move messages.c to libbb. Make each string in messages.c be its own .o file. | Eric Andersen | 2001-04-25 | 1 | -89/+0 |
| | | | | | | | This way, we can new get rid of all that tedious #define rubbish we used to need to enable specific messages. This way is enormously simpler, and as a bonus also ends up saving us 96 bytes. -Erik | ||||
* | Use date -u instead of date --utc and consolidate version string. | Matt Kraai | 2001-04-12 | 1 | -2/+1 |
| | | | | Patch by Larry Doolittle <ldoolitt@recycle.lbl.gov>. | ||||
* | Remove the "GPL2" bit, since it hung over the end of the line. | Eric Andersen | 2001-03-15 | 1 | -1/+1 |
| | |||||
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -10/+10 |
| | |||||
* | Grammer fix. Changed "longer then" to "longer than". Fix thanks to Jim | Eric Andersen | 2000-11-14 | 1 | -2/+2 |
| | | | | Gleason <jimg@lineo.com>. | ||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Fix bug#1043 -- hanlde long filenames and links (in this case, by complaining | Eric Andersen | 2000-09-24 | 1 | -3/+3 |
| | | | | | that thay exist and skipping such files when extracting and when archiving. -Erik | ||||
* | New message added to messages.c: full_version | Pavel Roskin | 2000-07-17 | 1 | -0/+4 |
| | | | | Used where possible | ||||
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -5/+5 |
| | |||||
* | Always report the applet name when doing error reporting. | Matt Kraai | 2000-07-12 | 1 | -2/+2 |
| | |||||
* | Fixed segfaults for "chown -R" and "chgrp -R". Also added a message for "too | Mark Whitley | 2000-06-06 | 1 | -0/+3 |
| | | | | few arguments". | ||||
* | More libc portability updates, add in the website (which has not been | Erik Andersen | 2000-05-19 | 1 | -8/+17 |
| | | | | | archived previously). Wrote 'which' during the meeting today. -Erik | ||||
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -0/+12 |
| | | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | ||||
* | The new tar for busybox is now done, and works just fine | Erik Andersen | 2000-03-24 | 1 | -0/+3 |
| | | | | | for extracting files. Creation of tarballs is next... -Erik | ||||
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -12/+7 |
| | | | | -Erik | ||||
* | A few minor updates. ;-) | Erik Andersen | 2000-02-07 | 1 | -0/+64 |
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik |