2002-03-02 Sverre H. Huseby * Release 1.4.1 * Updated comment style to match the one I currently use. * errno.c (msgPerror, msgFatalPerror): Using strerror() instead of sys_errlist[]. Patch from Oohara Yuuma . * internal.h (GET_ERROR_STREAM): The macro would return the message stream instead of the error stream if not set by the programmer. Patch from Oohara Yuuma. * Makefile: Cleaned up some whitespace mess. Patch from Oohara Yuuma. 1998-10-13 Sverre H. Huseby * Release 1.4.0 * Changed internal stream variables to not be initialised to stdio etc, as this would not compile with glibc2 ("initializer element is not constant"). 1998-09-04 Sverre H. Huseby * errno.c: Redefined sys_errlist to match GNU libc 2. 1998-07-05 Sverre H. Huseby * Release 1.3.4 * Updated author address. Tue May 27 23:09:35 1997 Sverre H. Huseby * Release: 1.3.3 * shhmsg.h: Added GNU C specials for checking format parameters to functions. Sun Mar 23 09:34:43 1997 Sverre H. Huseby * Release: 1.3.2 * Makefile: Creating lib*.so in addition to lib*.so.* Tue Nov 12 09:01:40 1996 Sverre H. Huseby * Version: 1.3.1 * Minor code restructuring and documentation updates. Mon Aug 14 16:50:04 1995 Sverre H. Huseby * New version: 1.3 * Incorporated Louis' changes in the distribution, with some rewriting to match my coding style and preference. Any bugs are mine. Sat Aug 13 21:46:00 1995 Louis W. Erickson * Added the msgSetShowNameAlways function, allowing a forcing of the display of the app's name. * Added the msgSetXxxStream functions, allowing streams to be redirected to other things, besides the defaults. * Added some MSG_ constants. * Added code to allow use of an environmental variable as the verbosity level for msgVerbose. Setting a verbosity of MSG_VERBOSE_DEFAULT enables this. * Wrote a rudimentary quick reference. Fri Aug 11 00:25:34 1995 Sverre H. Huseby * Version 1.2 * Updated README and INSTALL a bit. Sun Jul 16 17:49:52 1995 Sverre H. Huseby * Flushing stdout before writing anything, to avoid order corruption if stderr equals stdout. The idea is taken from W. Richard Stevens. * verbose.c/shhmsg.h: Added a verbosity level instead of just on/off. * Makefile: using -f when symlinking shared libraries. Changed version number to 1.1. Added ChangeLog to the DISTFILES.