Add g_error functions.

2000-07-14  Tor Lillqvist  <tml@iki.fi>

* glib.def: Add g_error functions.

* makefile.mingw.in: Add gbacktrace.o.

* gbacktrace.c: No need to include <process.h>.
This commit is contained in:
Tor Lillqvist 2000-07-13 20:07:45 +00:00 committed by Tor Lillqvist
parent eafc443929
commit f4e591eb7b
14 changed files with 80 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2000-07-14 Tor Lillqvist <tml@iki.fi>
* glib.def: Add g_error functions.
* makefile.mingw.in: Add gbacktrace.o.
* gbacktrace.c: No need to include <process.h>.
2000-07-12 Havoc Pennington <hp@redhat.com> 2000-07-12 Havoc Pennington <hp@redhat.com>
* glib.h: #include <gerror.h> * glib.h: #include <gerror.h>

View File

@ -1,3 +1,11 @@
2000-07-14 Tor Lillqvist <tml@iki.fi>
* glib.def: Add g_error functions.
* makefile.mingw.in: Add gbacktrace.o.
* gbacktrace.c: No need to include <process.h>.
2000-07-12 Havoc Pennington <hp@redhat.com> 2000-07-12 Havoc Pennington <hp@redhat.com>
* glib.h: #include <gerror.h> * glib.h: #include <gerror.h>

View File

@ -1,3 +1,11 @@
2000-07-14 Tor Lillqvist <tml@iki.fi>
* glib.def: Add g_error functions.
* makefile.mingw.in: Add gbacktrace.o.
* gbacktrace.c: No need to include <process.h>.
2000-07-12 Havoc Pennington <hp@redhat.com> 2000-07-12 Havoc Pennington <hp@redhat.com>
* glib.h: #include <gerror.h> * glib.h: #include <gerror.h>

View File

@ -1,3 +1,11 @@
2000-07-14 Tor Lillqvist <tml@iki.fi>
* glib.def: Add g_error functions.
* makefile.mingw.in: Add gbacktrace.o.
* gbacktrace.c: No need to include <process.h>.
2000-07-12 Havoc Pennington <hp@redhat.com> 2000-07-12 Havoc Pennington <hp@redhat.com>
* glib.h: #include <gerror.h> * glib.h: #include <gerror.h>

View File

@ -1,3 +1,11 @@
2000-07-14 Tor Lillqvist <tml@iki.fi>
* glib.def: Add g_error functions.
* makefile.mingw.in: Add gbacktrace.o.
* gbacktrace.c: No need to include <process.h>.
2000-07-12 Havoc Pennington <hp@redhat.com> 2000-07-12 Havoc Pennington <hp@redhat.com>
* glib.h: #include <gerror.h> * glib.h: #include <gerror.h>

View File

@ -1,3 +1,11 @@
2000-07-14 Tor Lillqvist <tml@iki.fi>
* glib.def: Add g_error functions.
* makefile.mingw.in: Add gbacktrace.o.
* gbacktrace.c: No need to include <process.h>.
2000-07-12 Havoc Pennington <hp@redhat.com> 2000-07-12 Havoc Pennington <hp@redhat.com>
* glib.h: #include <gerror.h> * glib.h: #include <gerror.h>

View File

@ -1,3 +1,11 @@
2000-07-14 Tor Lillqvist <tml@iki.fi>
* glib.def: Add g_error functions.
* makefile.mingw.in: Add gbacktrace.o.
* gbacktrace.c: No need to include <process.h>.
2000-07-12 Havoc Pennington <hp@redhat.com> 2000-07-12 Havoc Pennington <hp@redhat.com>
* glib.h: #include <gerror.h> * glib.h: #include <gerror.h>

View File

@ -1,3 +1,11 @@
2000-07-14 Tor Lillqvist <tml@iki.fi>
* glib.def: Add g_error functions.
* makefile.mingw.in: Add gbacktrace.o.
* gbacktrace.c: No need to include <process.h>.
2000-07-12 Havoc Pennington <hp@redhat.com> 2000-07-12 Havoc Pennington <hp@redhat.com>
* glib.h: #include <gerror.h> * glib.h: #include <gerror.h>

View File

@ -62,7 +62,6 @@
#ifdef G_OS_WIN32 #ifdef G_OS_WIN32
# define STRICT /* Strict typing, please */ # define STRICT /* Strict typing, please */
# include <windows.h> # include <windows.h>
# include <process.h> /* For _getpid() */
#endif #endif
#ifndef NO_FD_SET #ifndef NO_FD_SET

View File

@ -28,6 +28,7 @@ EXPORTS
g_cache_new g_cache_new
g_cache_remove g_cache_remove
g_cache_value_foreach g_cache_value_foreach
g_clear_error
g_completion_add_items g_completion_add_items
g_completion_clear_items g_completion_clear_items
g_completion_complete g_completion_complete
@ -90,6 +91,11 @@ EXPORTS
g_direct_equal g_direct_equal
g_direct_hash g_direct_hash
g_dirname g_dirname
g_error_copy
g_error_free
g_error_matches
g_error_new
g_error_new_literal
g_filename_from_utf8 g_filename_from_utf8
g_filename_to_utf8 g_filename_to_utf8
g_free g_free
@ -324,6 +330,7 @@ EXPORTS
g_scanner_thaw_symbol_table g_scanner_thaw_symbol_table
g_scanner_unexp_token g_scanner_unexp_token
g_scanner_warn g_scanner_warn
g_set_error
g_set_error_handler g_set_error_handler
g_set_message_handler g_set_message_handler
g_set_prgname g_set_prgname

View File

@ -62,7 +62,6 @@
#ifdef G_OS_WIN32 #ifdef G_OS_WIN32
# define STRICT /* Strict typing, please */ # define STRICT /* Strict typing, please */
# include <windows.h> # include <windows.h>
# include <process.h> /* For _getpid() */
#endif #endif
#ifndef NO_FD_SET #ifndef NO_FD_SET

View File

@ -28,6 +28,7 @@ EXPORTS
g_cache_new g_cache_new
g_cache_remove g_cache_remove
g_cache_value_foreach g_cache_value_foreach
g_clear_error
g_completion_add_items g_completion_add_items
g_completion_clear_items g_completion_clear_items
g_completion_complete g_completion_complete
@ -90,6 +91,11 @@ EXPORTS
g_direct_equal g_direct_equal
g_direct_hash g_direct_hash
g_dirname g_dirname
g_error_copy
g_error_free
g_error_matches
g_error_new
g_error_new_literal
g_filename_from_utf8 g_filename_from_utf8
g_filename_to_utf8 g_filename_to_utf8
g_free g_free
@ -324,6 +330,7 @@ EXPORTS
g_scanner_thaw_symbol_table g_scanner_thaw_symbol_table
g_scanner_unexp_token g_scanner_unexp_token
g_scanner_warn g_scanner_warn
g_set_error
g_set_error_handler g_set_error_handler
g_set_message_handler g_set_message_handler
g_set_prgname g_set_prgname

View File

@ -41,6 +41,7 @@ install : all
glib_OBJECTS = \ glib_OBJECTS = \
garray.o \ garray.o \
gasyncqueue.o \ gasyncqueue.o \
gbacktrace.o \
gcache.o \ gcache.o \
gcompletion.o \ gcompletion.o \
gdataset.o \ gdataset.o \

View File

@ -41,6 +41,7 @@ install : all
glib_OBJECTS = \ glib_OBJECTS = \
garray.o \ garray.o \
gasyncqueue.o \ gasyncqueue.o \
gbacktrace.o \
gcache.o \ gcache.o \
gcompletion.o \ gcompletion.o \
gdataset.o \ gdataset.o \