Add new entry points.

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

* glib.def: Add new entry points.

* makefile.{mingw,msc}.in: Add the new Unicode object files.

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

* gobject.def: Update added and renamed entry points.

* makefile.mingw.in: Add gvaluetypes.o.
This commit is contained in:
Tor Lillqvist 2000-06-30 23:39:13 +00:00 committed by Tor Lillqvist
parent 6e47268c14
commit 3250d07cbc
17 changed files with 147 additions and 10 deletions

View File

@ -1,3 +1,9 @@
2000-07-01 Tor Lillqvist <tml@iki.fi>
* glib.def: Add new entry points.
* makefile.{mingw,msc}.in: Add the new Unicode object files.
Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com> Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com>
* NEWS: updated * NEWS: updated

View File

@ -1,3 +1,9 @@
2000-07-01 Tor Lillqvist <tml@iki.fi>
* glib.def: Add new entry points.
* makefile.{mingw,msc}.in: Add the new Unicode object files.
Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com> Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com>
* NEWS: updated * NEWS: updated

View File

@ -1,3 +1,9 @@
2000-07-01 Tor Lillqvist <tml@iki.fi>
* glib.def: Add new entry points.
* makefile.{mingw,msc}.in: Add the new Unicode object files.
Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com> Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com>
* NEWS: updated * NEWS: updated

View File

@ -1,3 +1,9 @@
2000-07-01 Tor Lillqvist <tml@iki.fi>
* glib.def: Add new entry points.
* makefile.{mingw,msc}.in: Add the new Unicode object files.
Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com> Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com>
* NEWS: updated * NEWS: updated

View File

@ -1,3 +1,9 @@
2000-07-01 Tor Lillqvist <tml@iki.fi>
* glib.def: Add new entry points.
* makefile.{mingw,msc}.in: Add the new Unicode object files.
Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com> Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com>
* NEWS: updated * NEWS: updated

View File

@ -1,3 +1,9 @@
2000-07-01 Tor Lillqvist <tml@iki.fi>
* glib.def: Add new entry points.
* makefile.{mingw,msc}.in: Add the new Unicode object files.
Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com> Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com>
* NEWS: updated * NEWS: updated

View File

@ -1,3 +1,9 @@
2000-07-01 Tor Lillqvist <tml@iki.fi>
* glib.def: Add new entry points.
* makefile.{mingw,msc}.in: Add the new Unicode object files.
Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com> Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com>
* NEWS: updated * NEWS: updated

View File

@ -1,3 +1,9 @@
2000-07-01 Tor Lillqvist <tml@iki.fi>
* glib.def: Add new entry points.
* makefile.{mingw,msc}.in: Add the new Unicode object files.
Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com> Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com>
* NEWS: updated * NEWS: updated

View File

@ -93,6 +93,7 @@ EXPORTS
g_filename_from_utf8 g_filename_from_utf8
g_filename_to_utf8 g_filename_to_utf8
g_free g_free
g_get_charset
g_get_codeset g_get_codeset
g_get_current_dir g_get_current_dir
g_get_current_time g_get_current_time
@ -356,6 +357,7 @@ EXPORTS
g_source_remove g_source_remove
g_source_remove_by_source_data g_source_remove_by_source_data
g_source_remove_by_user_data g_source_remove_by_user_data
g_spaced_primes_closest
g_static_mutex_get_mutex_impl g_static_mutex_get_mutex_impl
g_static_private_get g_static_private_get
g_static_private_set g_static_private_set
@ -394,6 +396,7 @@ EXPORTS
g_string_chunk_insert_const g_string_chunk_insert_const
g_string_chunk_new g_string_chunk_new
g_string_down g_string_down
g_string_equal
g_string_erase g_string_erase
g_string_free g_string_free
g_string_insert g_string_insert
@ -447,7 +450,40 @@ EXPORTS
g_tree_traverse g_tree_traverse
g_tuples_destroy g_tuples_destroy
g_tuples_index g_tuples_index
g_unichar_digit_value
g_unichar_isalnum
g_unichar_isalpha
g_unichar_iscntrl
g_unichar_isdefined
g_unichar_isdigit
g_unichar_isgraph
g_unichar_islower
g_unichar_isprint
g_unichar_ispunct
g_unichar_isspace
g_unichar_istitle
g_unichar_isupper
g_unichar_iswide
g_unichar_isxdigit
g_unichar_to_utf8
g_unichar_tolower
g_unichar_totitle
g_unichar_toupper
g_unichar_type
g_unichar_xdigit_value
g_unicode_canonical_decomposition
g_unicode_canonical_ordering
g_usleep g_usleep
g_utf8_find_next_char
g_utf8_find_prev_char
g_utf8_get_char
g_utf8_offset_to_pointer
g_utf8_pointer_to_offset
g_utf8_prev_char
g_utf8_strchr
g_utf8_strlen
g_utf8_strncpy
g_utf8_to_ucs4
g_vsnprintf g_vsnprintf
g_win32_closedir g_win32_closedir
g_win32_error_message g_win32_error_message
@ -461,4 +497,3 @@ EXPORTS
glib_major_version glib_major_version
glib_micro_version glib_micro_version
glib_minor_version glib_minor_version
g_spaced_primes_closest

View File

@ -93,6 +93,7 @@ EXPORTS
g_filename_from_utf8 g_filename_from_utf8
g_filename_to_utf8 g_filename_to_utf8
g_free g_free
g_get_charset
g_get_codeset g_get_codeset
g_get_current_dir g_get_current_dir
g_get_current_time g_get_current_time
@ -356,6 +357,7 @@ EXPORTS
g_source_remove g_source_remove
g_source_remove_by_source_data g_source_remove_by_source_data
g_source_remove_by_user_data g_source_remove_by_user_data
g_spaced_primes_closest
g_static_mutex_get_mutex_impl g_static_mutex_get_mutex_impl
g_static_private_get g_static_private_get
g_static_private_set g_static_private_set
@ -394,6 +396,7 @@ EXPORTS
g_string_chunk_insert_const g_string_chunk_insert_const
g_string_chunk_new g_string_chunk_new
g_string_down g_string_down
g_string_equal
g_string_erase g_string_erase
g_string_free g_string_free
g_string_insert g_string_insert
@ -447,7 +450,40 @@ EXPORTS
g_tree_traverse g_tree_traverse
g_tuples_destroy g_tuples_destroy
g_tuples_index g_tuples_index
g_unichar_digit_value
g_unichar_isalnum
g_unichar_isalpha
g_unichar_iscntrl
g_unichar_isdefined
g_unichar_isdigit
g_unichar_isgraph
g_unichar_islower
g_unichar_isprint
g_unichar_ispunct
g_unichar_isspace
g_unichar_istitle
g_unichar_isupper
g_unichar_iswide
g_unichar_isxdigit
g_unichar_to_utf8
g_unichar_tolower
g_unichar_totitle
g_unichar_toupper
g_unichar_type
g_unichar_xdigit_value
g_unicode_canonical_decomposition
g_unicode_canonical_ordering
g_usleep g_usleep
g_utf8_find_next_char
g_utf8_find_prev_char
g_utf8_get_char
g_utf8_offset_to_pointer
g_utf8_pointer_to_offset
g_utf8_prev_char
g_utf8_strchr
g_utf8_strlen
g_utf8_strncpy
g_utf8_to_ucs4
g_vsnprintf g_vsnprintf
g_win32_closedir g_win32_closedir
g_win32_error_message g_win32_error_message
@ -461,4 +497,3 @@ EXPORTS
glib_major_version glib_major_version
glib_micro_version glib_micro_version
glib_minor_version glib_minor_version
g_spaced_primes_closest

View File

@ -67,6 +67,9 @@ glib_OBJECTS = \
gstring.o \ gstring.o \
gstrfuncs.o \ gstrfuncs.o \
gscanner.o \ gscanner.o \
gunidecomp.o \
guniprop.o \
gutf8.o \
gutils.o \ gutils.o \
gwin32.o gwin32.o

View File

@ -83,6 +83,9 @@ glib_OBJECTS = \
gthreadpool.obj \ gthreadpool.obj \
gtimer.obj \ gtimer.obj \
gtree.obj \ gtree.obj \
gunidecomp.obj \
guniprop.obj \
gutf8.obj \
gutils.obj \ gutils.obj \
gwin32.obj gwin32.obj

View File

@ -1,3 +1,9 @@
2000-07-01 Tor Lillqvist <tml@iki.fi>
* gobject.def: Update added and renamed entry points.
* makefile.mingw.in: Add gvaluetypes.o.
Thu Jun 29 16:02:07 2000 Owen Taylor <otaylor@redhat.com> Thu Jun 29 16:02:07 2000 Owen Taylor <otaylor@redhat.com>
* gobject.c:include string.h for memset * gobject.c:include string.h for memset

View File

@ -27,7 +27,7 @@ EXPORTS
g_object_set_valist g_object_set_valist
g_object_steal_qdata g_object_steal_qdata
g_object_unref g_object_unref
g_param_spec_bool g_param_spec_boolean
g_param_spec_char g_param_spec_char
g_param_spec_double g_param_spec_double
g_param_spec_enum g_param_spec_enum
@ -47,6 +47,10 @@ EXPORTS
g_param_spec_uint g_param_spec_uint
g_param_spec_ulong g_param_spec_ulong
g_param_spec_unref g_param_spec_unref
g_param_value_defaults
g_param_value_set_default
g_param_value_validate
g_param_values_cmp
g_type_add_interface_dynamic g_type_add_interface_dynamic
g_type_add_interface_static g_type_add_interface_static
g_type_check_class_cast g_type_check_class_cast
@ -79,10 +83,9 @@ EXPORTS
g_type_set_qdata g_type_set_qdata
g_value_convert g_value_convert
g_value_copy g_value_copy
g_value_defaults
g_value_dup_object g_value_dup_object
g_value_dup_string g_value_dup_string
g_value_get_bool g_value_get_boolean
g_value_get_char g_value_get_char
g_value_get_double g_value_get_double
g_value_get_enum g_value_get_enum
@ -96,11 +99,9 @@ EXPORTS
g_value_get_uint g_value_get_uint
g_value_get_ulong g_value_get_ulong
g_value_init g_value_init
g_value_init_default
g_value_reset g_value_reset
g_value_set_bool g_value_set_boolean
g_value_set_char g_value_set_char
g_value_set_default
g_value_set_double g_value_set_double
g_value_set_enum g_value_set_enum
g_value_set_flags g_value_set_flags
@ -112,7 +113,6 @@ EXPORTS
g_value_set_uchar g_value_set_uchar
g_value_set_uint g_value_set_uint
g_value_set_ulong g_value_set_ulong
g_value_types_init
g_value_unset g_value_unset
g_value_validate
g_values_cmp
g_values_exchange g_values_exchange

View File

@ -27,6 +27,7 @@ makefile.mingw: makefile.mingw.in
gobject_OBJECTS = \ gobject_OBJECTS = \
gvalue.o \ gvalue.o \
gvaluetypes.o \
gparam.o \ gparam.o \
gparamspecs.o \ gparamspecs.o \
genums.o \ genums.o \

View File

@ -67,6 +67,9 @@ glib_OBJECTS = \
gstring.o \ gstring.o \
gstrfuncs.o \ gstrfuncs.o \
gscanner.o \ gscanner.o \
gunidecomp.o \
guniprop.o \
gutf8.o \
gutils.o \ gutils.o \
gwin32.o gwin32.o

View File

@ -83,6 +83,9 @@ glib_OBJECTS = \
gthreadpool.obj \ gthreadpool.obj \
gtimer.obj \ gtimer.obj \
gtree.obj \ gtree.obj \
gunidecomp.obj \
guniprop.obj \
gutf8.obj \
gutils.obj \ gutils.obj \
gwin32.obj gwin32.obj