Remove large amount of trailing whitespace from one line. Remove #ifdef

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.
This commit is contained in:
Tor Lillqvist 2005-11-01 23:04:09 +00:00 committed by Tor Lillqvist
parent d5aec6c328
commit eff8f7511e
4 changed files with 26 additions and 3 deletions

View 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.

View 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.

View 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.

View 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,6 +572,10 @@ g_realloc
g_try_malloc G_GNUC_MALLOC
g_try_malloc0 G_GNUC_MALLOC
g_try_realloc
g_slice_alloc
g_slice_alloc0
g_slice_free1
g_slice_free_chain
#ifndef G_DISABLE_DEPRECATED
g_allocator_free
g_allocator_new