aboutsummaryrefslogtreecommitdiff
path: root/libbb/messages.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - reuse strings and messages. Saves about 600Baldot2006-06-071-1/+7
* - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).aldot2006-05-261-0/+14
* - include proper headers.aldot2006-04-051-1/+0
* - move buffer allocation schemes to libbb.haldot2006-04-031-13/+1
* moved BB_BANNER to applets/version.c file: make kernel like version, vodz2006-02-161-1/+6
* common BUFSIZ BSS buffer, small reduce code, data and bssvodz2005-10-151-0/+3
* usage bb_dev_nullvodz2005-10-121-2/+2
* bb_dev_nullvodz2005-10-121-0/+4
* Add bb_msg_read_errorandersen2005-04-161-0/+3
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-1/+1
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as onebug12003-09-021-0/+4
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-2/+1
* Major coreutils update.mjn32003-03-191-35/+24
* last_patch61 from vodz:andersen2002-10-101-1/+1
* Port over the last of the tinylogin appletsandersen2002-06-231-0/+36
* Major rework of the directory structure and the entire build system.andersen2001-10-241-2/+3
* Patch from vodz:andersen2001-07-121-0/+3
* Fix a segfault in lash, hush, and cmdedit. Each of these usedandersen2001-05-111-0/+3
* These messages can be .rodata, so make them even more const.andersen2001-04-301-12/+12
* libbb.h now includes ../busybox.h. This way, files in libbb that havemarkw2001-04-251-1/+1
* Move messages.c to libbb. Make each string in messages.c be its own .o file.andersen2001-04-251-0/+61