mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
Don't warn about deprecation on Win32. Code written for GLib 1.2 doesn't
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.
This commit is contained in:
parent
5f130a176c
commit
78231a4b25
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
8
glib.def
8
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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
4
gutils.c
4
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)
|
||||
|
Loading…
Reference in New Issue
Block a user