eliminate memset() call, since string.h has not neccessarily been included
authorTim Janik <timj@gtk.org>
Sun, 15 Aug 1999 00:58:48 +0000 (00:58 +0000)
committerTim Janik <timj@src.gnome.org>
Sun, 15 Aug 1999 00:58:48 +0000 (00:58 +0000)
commit9c53053abe8af7482dbf7db52a2313cad4b11478
tree05cf114abdc75287dfd1d54f2c4b4a186386b164
parent1c6c7f748956caae98a79be89120c537c2032b7e
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).
15 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
NEWS
acconfig.h
configure.in
glib.h
glib/glib.h
glib/gmessages.c
gmessages.c