summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-06-30 23:39:13 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-06-30 23:39:13 +0000
commit3250d07cbc52a4e68675bb62a3b72ebe6ee6f75b (patch)
tree2fc839bc50c55cb4e905f85fd47253e02b417bac /glib
parent6e47268c14ef1285fb8c9f4d2d3748c2bd84335f (diff)
downloadglib-3250d07cbc52a4e68675bb62a3b72ebe6ee6f75b.tar.gz
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.
Diffstat (limited to 'glib')
-rw-r--r--glib/glib.def37
-rw-r--r--glib/makefile.mingw.in3
-rw-r--r--glib/makefile.msc.in3
3 files changed, 42 insertions, 1 deletions
diff --git a/glib/glib.def b/glib/glib.def
index 18e7e08e2..239a96d35 100644
--- a/glib/glib.def
+++ b/glib/glib.def
@@ -93,6 +93,7 @@ EXPORTS
g_filename_from_utf8
g_filename_to_utf8
g_free
+ g_get_charset
g_get_codeset
g_get_current_dir
g_get_current_time
@@ -356,6 +357,7 @@ EXPORTS
g_source_remove
g_source_remove_by_source_data
g_source_remove_by_user_data
+ g_spaced_primes_closest
g_static_mutex_get_mutex_impl
g_static_private_get
g_static_private_set
@@ -394,6 +396,7 @@ EXPORTS
g_string_chunk_insert_const
g_string_chunk_new
g_string_down
+ g_string_equal
g_string_erase
g_string_free
g_string_insert
@@ -447,7 +450,40 @@ EXPORTS
g_tree_traverse
g_tuples_destroy
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_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_win32_closedir
g_win32_error_message
@@ -461,4 +497,3 @@ EXPORTS
glib_major_version
glib_micro_version
glib_minor_version
- g_spaced_primes_closest
diff --git a/glib/makefile.mingw.in b/glib/makefile.mingw.in
index 9b750d41f..739c02551 100644
--- a/glib/makefile.mingw.in
+++ b/glib/makefile.mingw.in
@@ -67,6 +67,9 @@ glib_OBJECTS = \
gstring.o \
gstrfuncs.o \
gscanner.o \
+ gunidecomp.o \
+ guniprop.o \
+ gutf8.o \
gutils.o \
gwin32.o
diff --git a/glib/makefile.msc.in b/glib/makefile.msc.in
index 7d9f501da..2b9223efc 100644
--- a/glib/makefile.msc.in
+++ b/glib/makefile.msc.in
@@ -83,6 +83,9 @@ glib_OBJECTS = \
gthreadpool.obj \
gtimer.obj \
gtree.obj \
+ gunidecomp.obj \
+ guniprop.obj \
+ gutf8.obj \
gutils.obj \
gwin32.obj