aboutsummaryrefslogtreecommitdiff
path: root/messages.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen2001-04-251-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 Kraai2001-04-121-2/+1
| | | | Patch by Larry Doolittle <ldoolitt@recycle.lbl.gov>.
* Remove the "GPL2" bit, since it hung over the end of the line.Eric Andersen2001-03-151-1/+1
|
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-10/+10
|
* Grammer fix. Changed "longer then" to "longer than". Fix thanks to JimEric Andersen2000-11-141-2/+2
| | | | Gleason <jimg@lineo.com>.
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* Fix bug#1043 -- hanlde long filenames and links (in this case, by complainingEric Andersen2000-09-241-3/+3
| | | | | that thay exist and skipping such files when extracting and when archiving. -Erik
* New message added to messages.c: full_versionPavel Roskin2000-07-171-0/+4
| | | | Used where possible
* Use errorMsg rather than fprintf.Matt Kraai2000-07-141-5/+5
|
* Always report the applet name when doing error reporting.Matt Kraai2000-07-121-2/+2
|
* Fixed segfaults for "chown -R" and "chgrp -R". Also added a message for "tooMark Whitley2000-06-061-0/+3
| | | | few arguments".
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-191-8/+17
| | | | | archived previously). Wrote 'which' during the meeting today. -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-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 fineErik Andersen2000-03-241-0/+3
| | | | | for extracting files. Creation of tarballs is next... -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-12/+7
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-071-0/+64
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik