summaryrefslogtreecommitdiff
path: root/libbb/fflush_stdout_and_exit.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: fflush_stdout_and_exit(0) still exits with _error_ (not 0!) if fflush ...Denys Vlasenko2022-01-041-1/+1
* libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko2022-01-041-0/+5
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-3/+1
* remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko2015-10-091-9/+4
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* expand, unexpand: new applets from Tito <farmatito@tiscali.it>Denis Vlasenko2007-08-131-1/+1
* Rename two config options:Denis Vlasenko2007-04-101-1/+1
* make a few struct bb_applet members conditionalDenis Vlasenko2007-04-101-5/+9
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-0/+4
* convert calloc to xzallocDenis Vlasenko2007-01-031-5/+2
* remove bb_printf and the likeDenis Vlasenko2006-10-261-4/+2
* rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko2006-10-031-1/+1
* getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko2006-09-071-0/+2
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-101-14/+1
* Major coreutils update.Manuel Novoa III2003-03-191-0/+37