new function g_log_set_always_fatal() to set an additional fatal_mask for
authorTim Janik <timj@gtk.org>
Tue, 18 Aug 1998 03:50:35 +0000 (03:50 +0000)
committerTim Janik <timj@src.gnome.org>
Tue, 18 Aug 1998 03:50:35 +0000 (03:50 +0000)
commite1f0fb0c1e096407b41c98c7817fc4fc2aba5217
tree85c341f53d4a4fb840a323fc0bf307456b35d48b
parentd7f23839498d1f6115ad86a2df4a173206651c82
new function g_log_set_always_fatal() to set an additional fatal_mask for

Tue Aug 18 04:40:17 1998  Tim Janik  <timj@gtk.org>

        * glib.h:
        * gmessages.c: new function g_log_set_always_fatal() to set an
        additional fatal_mask for log levels that are considered to be fatal
        globally (required by gtk). since this mask is not domain-associated,
        it is restricted to the log levels, introduced by glib itself.

        * gmem.c:
        * grel.c:
        * gtree.c (g_tree_node_check):
        don't use g_print() calls for informational/debugging output,
        but log all this stuff through g_log() with G_LOG_LEVEL_INFO.
        libraries shouldn't use printf(), g_print() or g_printerr() at all.
18 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
glib.h
glib/glib.h
glib/gmem.c
glib/gmessages.c
glib/grel.c
glib/gtree.c
gmem.c
gmessages.c
grel.c
gtree.c