Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / verror_msg.c
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2019-04-30 James ByrneOptionally re-introduce bb_info_msg()
2016-04-03 Denys Vlasenkolibbb: speed up error_msg functions
2014-05-02 Denys VlasenkoFix compile failures
2014-04-30 Denys Vlasenkolibbb: make syslog level for bb_error_msg's configurabl...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-04 Denys Vlasenkolibbb: reduce number of *error_msg[_and_die].c files...
2010-04-09 Nguyễn Thái Ngọc DuyExclude syslog code if FEATURE_SYSLOG is not set
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-08-01 Denys Vlasenkolibbb: prevent resursion on malloc failure
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-05-19 Bernhard Reutner... - use STD*_FILENO some more. No object-code changes
2008-01-27 Bernhard Reutner... - fix conflicting decls of syslog related facilitynames...
2007-12-22 Denis Vlasenkoperror_nomsg: don't print extra colon
2007-08-17 Denis Vlasenkohttpd shring and logging update, part 1 or 7
2007-05-29 Denis Vlasenkoverror_msg: don't printf(NULL)
2007-04-07 Denis Vlasenkorandom small shrinkage and elimination of statics
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-09-22 Denis Vlasenkolosetup: getopt_ulflags'ification + small fix for perro...
2006-09-12 Bernhard Reutner... - small trivia to be gentle to gcc-2.95.x which had...
2006-09-07 Denis Vlasenkogetty, sulogin: convert to using bb_msg for syslog...
2006-09-07 Denis Vlasenkofix if (ENABLE_FEATURE_SYSLOG & (...)) - should be &&
2006-09-07 Denis VlasenkoAdd CONFIG_FEATURE_SYSLOG which controls whether
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-04-24 Matt KraaiMove applet_name declaration from busybox.h to libbb.h.
2001-03-19 Eric AndersenSplit error messages into separate files.