Remove large amount of trailing whitespace from one line. Remove #ifdef
authorTor Lillqvist <tml@novell.com>
Tue, 1 Nov 2005 23:04:09 +0000 (23:04 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 1 Nov 2005 23:04:09 +0000 (23:04 +0000)
2005-11-02  Tor Lillqvist  <tml@novell.com>

* 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
ChangeLog.pre-2-10
ChangeLog.pre-2-12
glib/glib.symbols

index 1b3c98e..53fb72c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-11-02  Tor Lillqvist  <tml@novell.com>
+
+       * 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  <timj@imendio.com>
 
        * glib/gmem.[hc]: prepared deprecation of GMemChunk and GAllocator.
index 1b3c98e..53fb72c 100644 (file)
@@ -1,3 +1,10 @@
+2005-11-02  Tor Lillqvist  <tml@novell.com>
+
+       * 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  <timj@imendio.com>
 
        * glib/gmem.[hc]: prepared deprecation of GMemChunk and GAllocator.
index 1b3c98e..53fb72c 100644 (file)
@@ -1,3 +1,10 @@
+2005-11-02  Tor Lillqvist  <tml@novell.com>
+
+       * 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  <timj@imendio.com>
 
        * glib/gmem.[hc]: prepared deprecation of GMemChunk and GAllocator.
index 7ca791c..fe4bef1 100644 (file)
@@ -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