From eff8f7511e08c73425fa65c9eaceb7dacf456f7a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 1 Nov 2005 23:04:09 +0000 Subject: [PATCH] Remove large amount of trailing whitespace from one line. Remove #ifdef 2005-11-02 Tor Lillqvist * glib/glib.symbols: Remove large amount of trailing whitespace from one line. Remove #ifdef G_UNDEFINED from around g_hash_table_new and g_hash_table_new_full symbols, what was the purpose of that? Add the g_slice functions. --- ChangeLog | 7 +++++++ ChangeLog.pre-2-10 | 7 +++++++ ChangeLog.pre-2-12 | 7 +++++++ glib/glib.symbols | 8 +++++--- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1b3c98e48..53fb72cd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-11-02 Tor Lillqvist + + * glib/glib.symbols: Remove large amount of trailing whitespace + from one line. Remove #ifdef G_UNDEFINED from around + g_hash_table_new and g_hash_table_new_full symbols, what was the + purpose of that? Add the g_slice functions. + Tue Nov 1 16:24:20 2005 Tim Janik * glib/gmem.[hc]: prepared deprecation of GMemChunk and GAllocator. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 1b3c98e48..53fb72cd7 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,10 @@ +2005-11-02 Tor Lillqvist + + * glib/glib.symbols: Remove large amount of trailing whitespace + from one line. Remove #ifdef G_UNDEFINED from around + g_hash_table_new and g_hash_table_new_full symbols, what was the + purpose of that? Add the g_slice functions. + Tue Nov 1 16:24:20 2005 Tim Janik * glib/gmem.[hc]: prepared deprecation of GMemChunk and GAllocator. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 1b3c98e48..53fb72cd7 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,10 @@ +2005-11-02 Tor Lillqvist + + * glib/glib.symbols: Remove large amount of trailing whitespace + from one line. Remove #ifdef G_UNDEFINED from around + g_hash_table_new and g_hash_table_new_full symbols, what was the + purpose of that? Add the g_slice functions. + Tue Nov 1 16:24:20 2005 Tim Janik * glib/gmem.[hc]: prepared deprecation of GMemChunk and GAllocator. diff --git a/glib/glib.symbols b/glib/glib.symbols index 7ca791cd7..fe4bef1ca 100644 --- a/glib/glib.symbols +++ b/glib/glib.symbols @@ -290,10 +290,8 @@ g_hash_table_foreach_steal g_hash_table_insert g_hash_table_lookup g_hash_table_lookup_extended -#ifdef G_UNDEFINED g_hash_table_new g_hash_table_new_full -#endif g_hash_table_remove g_hash_table_replace g_hash_table_size @@ -574,7 +572,11 @@ g_realloc g_try_malloc G_GNUC_MALLOC g_try_malloc0 G_GNUC_MALLOC g_try_realloc -#ifndef G_DISABLE_DEPRECATED +g_slice_alloc +g_slice_alloc0 +g_slice_free1 +g_slice_free_chain +#ifndef G_DISABLE_DEPRECATED g_allocator_free g_allocator_new g_mem_chunk_alloc