aboutsummaryrefslogtreecommitdiff
path: root/libbb/error_msg_and_die.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: fix handling of unmatched ${name (without closing '}') -vda2007-05-241-3/+3
* hush: begin fixing non-functional job controlvda2007-04-211-2/+4
* Rename two config options:vda2007-04-101-2/+2
* make a few struct bb_applet members conditionalvda2007-04-101-5/+16
* make xfunctions optionally longjump instead of exit.vda2007-04-091-5/+6
* convert calloc to xzallocvda2007-01-031-3/+8
* rename bb_default_error_retval -> xfunc_error_retvalvda2006-10-031-1/+1
* getty, sulogin: convert to using bb_msg for syslog outputvda2006-09-071-0/+4
* Implement optional syslog logging using ordinaryvda2006-09-061-2/+1
* - remove emacs layout block as suggested by Robert P.J. Dayaldot2006-05-191-23/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-1/+1
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-1/+1
* Major coreutils update.mjn32003-03-191-3/+3
* Major rework of the directory structure and the entire build system.andersen2001-10-241-7/+1
* Split error messages into separate files.andersen2001-03-191-0/+53