summaryrefslogtreecommitdiff
path: root/libbb/error_msg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-311-4/+0
| | | | | (add/remove: 1/1 grow/shrink: 37/37 up/down: 139/-228) Total: -89 bytes
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-2/+1
| | | | | | bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually.
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-23/+1
| | | | - use shorter boilerplate while at it
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
| | | | definitions. (That should only be on prototypes.)
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
|
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-1/+1
|
* Major coreutils update.Manuel Novoa III2003-03-191-2/+2
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-7/+1
| | | | -Erik
* Split error messages into separate files.Eric Andersen2001-03-191-48/+0
| | | | | | Update libbb.h, per suggestion from Vladimir, to include __attribute__((format (printf ...))) stuff -Erik
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+100
files. Clean up the resulting damage and fix up the makefile. -Erik