diff options
author | Tim Janik <timj@gtk.org> | 1999-08-15 00:58:48 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1999-08-15 00:58:48 +0000 |
commit | 9c53053abe8af7482dbf7db52a2313cad4b11478 (patch) | |
tree | 05cf114abdc75287dfd1d54f2c4b4a186386b164 /NEWS | |
parent | 1c6c7f748956caae98a79be89120c537c2032b7e (diff) |
eliminate memset() call, since string.h has not neccessarily been included
Sun Aug 15 02:47:14 1999 Tim Janik <timj@gtk.org>
* glib.h (g_trash_stack_pop): eliminate memset() call, since string.h
has not neccessarily been included prior to glib.h.
Mon Aug 2 21:03:10 1999 Tim Janik <timj@gtk.org>
* configure.in: added --enable-msg-prefix option.
* gmessages.c (g_log_default_handler): feature "prg_name (pid:%u): "
if --enable-msg-prefix was selected (use "(process:%u): " if
g_get_prgname () returns NULL, along the lines of g_on_error_query).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ What's new in GLib 1.3.1: * Improvements to the OS/2 port, OS/2 module support. * Double ended queue implementation. * GLib macros for printf() formatting, e.g. G_GULONG_FORMAT = "lu" +* New configure option --enable-msg-prefix to prefix messages, warnings + et ceteri with the program name and the process id. * New thread-safe random number generator Mersenne Twister. * g_strcompress() added, g_strescape() had a slight API change, and more tightly defined semantics. |