Don't warn about deprecation on Win32. Code written for GLib 1.2 doesn't
authorTor Lillqvist <tml@iki.fi>
Tue, 9 Jan 2001 16:33:21 +0000 (16:33 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 9 Jan 2001 16:33:21 +0000 (16:33 +0000)
2001-01-09  Tor Lillqvist  <tml@iki.fi>

* gutils.c (g_basename, g_dirname): Don't warn about deprecation
on Win32. Code written for GLib 1.2 doesn't have much choice but
to use GLib >= 1.3 on Win32.

* glib.def: Update.

12 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.def
glib/glib.def
glib/gutils.c
gutils.c

index 8bedfaf..a5762a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-01-09  Tor Lillqvist  <tml@iki.fi>
+
+       * gutils.c (g_basename, g_dirname): Don't warn about deprecation
+       on Win32. Code written for GLib 1.2 doesn't have much choice but
+       to use GLib >= 1.3 on Win32.
+
+       * glib.def: Update.
+
 2001-01-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * gmem.c: Made g_profile_mutex a GMutex* instead of
index 8bedfaf..a5762a1 100644 (file)
@@ -1,3 +1,11 @@
+2001-01-09  Tor Lillqvist  <tml@iki.fi>
+
+       * gutils.c (g_basename, g_dirname): Don't warn about deprecation
+       on Win32. Code written for GLib 1.2 doesn't have much choice but
+       to use GLib >= 1.3 on Win32.
+
+       * glib.def: Update.
+
 2001-01-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * gmem.c: Made g_profile_mutex a GMutex* instead of
index 8bedfaf..a5762a1 100644 (file)
@@ -1,3 +1,11 @@
+2001-01-09  Tor Lillqvist  <tml@iki.fi>
+
+       * gutils.c (g_basename, g_dirname): Don't warn about deprecation
+       on Win32. Code written for GLib 1.2 doesn't have much choice but
+       to use GLib >= 1.3 on Win32.
+
+       * glib.def: Update.
+
 2001-01-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * gmem.c: Made g_profile_mutex a GMutex* instead of
index 8bedfaf..a5762a1 100644 (file)
@@ -1,3 +1,11 @@
+2001-01-09  Tor Lillqvist  <tml@iki.fi>
+
+       * gutils.c (g_basename, g_dirname): Don't warn about deprecation
+       on Win32. Code written for GLib 1.2 doesn't have much choice but
+       to use GLib >= 1.3 on Win32.
+
+       * glib.def: Update.
+
 2001-01-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * gmem.c: Made g_profile_mutex a GMutex* instead of
index 8bedfaf..a5762a1 100644 (file)
@@ -1,3 +1,11 @@
+2001-01-09  Tor Lillqvist  <tml@iki.fi>
+
+       * gutils.c (g_basename, g_dirname): Don't warn about deprecation
+       on Win32. Code written for GLib 1.2 doesn't have much choice but
+       to use GLib >= 1.3 on Win32.
+
+       * glib.def: Update.
+
 2001-01-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * gmem.c: Made g_profile_mutex a GMutex* instead of
index 8bedfaf..a5762a1 100644 (file)
@@ -1,3 +1,11 @@
+2001-01-09  Tor Lillqvist  <tml@iki.fi>
+
+       * gutils.c (g_basename, g_dirname): Don't warn about deprecation
+       on Win32. Code written for GLib 1.2 doesn't have much choice but
+       to use GLib >= 1.3 on Win32.
+
+       * glib.def: Update.
+
 2001-01-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * gmem.c: Made g_profile_mutex a GMutex* instead of
index 8bedfaf..a5762a1 100644 (file)
@@ -1,3 +1,11 @@
+2001-01-09  Tor Lillqvist  <tml@iki.fi>
+
+       * gutils.c (g_basename, g_dirname): Don't warn about deprecation
+       on Win32. Code written for GLib 1.2 doesn't have much choice but
+       to use GLib >= 1.3 on Win32.
+
+       * glib.def: Update.
+
 2001-01-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * gmem.c: Made g_profile_mutex a GMutex* instead of
index 8bedfaf..a5762a1 100644 (file)
@@ -1,3 +1,11 @@
+2001-01-09  Tor Lillqvist  <tml@iki.fi>
+
+       * gutils.c (g_basename, g_dirname): Don't warn about deprecation
+       on Win32. Code written for GLib 1.2 doesn't have much choice but
+       to use GLib >= 1.3 on Win32.
+
+       * glib.def: Update.
+
 2001-01-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * gmem.c: Made g_profile_mutex a GMutex* instead of
index 994d083..a6ab722 100644 (file)
--- a/glib.def
+++ b/glib.def
@@ -1,4 +1,6 @@
 EXPORTS
+       g_allocator_free
+       g_allocator_new
        g_array_append_vals
        g_array_free
        g_array_insert_vals
@@ -8,6 +10,8 @@ EXPORTS
        g_array_remove_index_fast
        g_array_set_size
        g_array_sized_new
+       g_array_sort
+       g_array_sort_with_data
        g_atexit
        g_basename
        g_bit_nth_lsf
@@ -22,6 +26,8 @@ EXPORTS
        g_byte_array_remove_index_fast
        g_byte_array_set_size
        g_byte_array_sized_new
+       g_byte_array_sort
+       g_byte_array_sort_with_data
        g_cache_destroy
        g_cache_insert
        g_cache_key_foreach
@@ -309,6 +315,8 @@ EXPORTS
        g_ptr_array_remove_index_fast
        g_ptr_array_set_size
        g_ptr_array_sized_new
+       g_ptr_array_sort
+       g_ptr_array_sort_with_data
        g_qsort_with_data
        g_quark_from_static_string
        g_quark_from_string
index 994d083..a6ab722 100644 (file)
@@ -1,4 +1,6 @@
 EXPORTS
+       g_allocator_free
+       g_allocator_new
        g_array_append_vals
        g_array_free
        g_array_insert_vals
@@ -8,6 +10,8 @@ EXPORTS
        g_array_remove_index_fast
        g_array_set_size
        g_array_sized_new
+       g_array_sort
+       g_array_sort_with_data
        g_atexit
        g_basename
        g_bit_nth_lsf
@@ -22,6 +26,8 @@ EXPORTS
        g_byte_array_remove_index_fast
        g_byte_array_set_size
        g_byte_array_sized_new
+       g_byte_array_sort
+       g_byte_array_sort_with_data
        g_cache_destroy
        g_cache_insert
        g_cache_key_foreach
@@ -309,6 +315,8 @@ EXPORTS
        g_ptr_array_remove_index_fast
        g_ptr_array_set_size
        g_ptr_array_sized_new
+       g_ptr_array_sort
+       g_ptr_array_sort_with_data
        g_qsort_with_data
        g_quark_from_static_string
        g_quark_from_string
index 7e2cec5..449a251 100644 (file)
@@ -378,7 +378,7 @@ gchar*
 g_basename (const gchar           *file_name)
 {
   register gchar *base;
-#ifdef G_ENABLE_DEBUG
+#if defined(G_ENABLE_DEBUG) && !defined(G_OS_WIN32)
   static gboolean first_call = TRUE;
 
   if (first_call)
@@ -538,7 +538,7 @@ g_path_get_dirname (const gchar        *file_name)
 gchar*
 g_dirname (const gchar    *file_name)
 {
-#ifdef G_ENABLE_DEBUG
+#if defined(G_ENABLE_DEBUG) && !defined(G_OS_WIN32)
   static gboolean first_call = TRUE;
 
   if (first_call)
index 7e2cec5..449a251 100644 (file)
--- a/gutils.c
+++ b/gutils.c
@@ -378,7 +378,7 @@ gchar*
 g_basename (const gchar           *file_name)
 {
   register gchar *base;
-#ifdef G_ENABLE_DEBUG
+#if defined(G_ENABLE_DEBUG) && !defined(G_OS_WIN32)
   static gboolean first_call = TRUE;
 
   if (first_call)
@@ -538,7 +538,7 @@ g_path_get_dirname (const gchar        *file_name)
 gchar*
 g_dirname (const gchar    *file_name)
 {
-#ifdef G_ENABLE_DEBUG
+#if defined(G_ENABLE_DEBUG) && !defined(G_OS_WIN32)
   static gboolean first_call = TRUE;
 
   if (first_call)