]> Pileus Git - ~andy/gtk/commit
Moved g_error, g_warning, g_message and g_print from gutils.c to new file
authorOwen Taylor <otaylor@gtk.org>
Tue, 12 May 1998 03:52:55 +0000 (03:52 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 12 May 1998 03:52:55 +0000 (03:52 +0000)
commit906b1feab3311b7aa2556fccacaa57581b993d04
treece05bf5033f9557c77dcf9836f9f5c1b13c02076
parent2fa59370f739364f217579e481baab2e70ebb50f
Moved g_error, g_warning, g_message and g_print from gutils.c to new file

Mon May 11 21:11:54 1998  Owen Taylor  <otaylor@gtk.org>

* gutils.c gmessages.c: Moved g_error, g_warning, g_message and
g_print from gutils.c to new file gmessages.c, to avoid having to
include <unistd.h> in gutils.c which was causing problems for the
g_strsignal implementation on FreeBSD boxes.
glib/ChangeLog
glib/gmessages.c [new file with mode: 0644]
glib/gutils.c