summaryrefslogtreecommitdiff
path: root/libbb/vperror_msg.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - small trivia to be gentle to gcc-2.95.x which had no va_copy but only ↵Bernhard Reutner-Fischer2006-09-121-4/+0
| | | | __va_copy.
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-5/+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-0/+51
Update libbb.h, per suggestion from Vladimir, to include __attribute__((format (printf ...))) stuff -Erik