mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
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:
parent
d5aec6c328
commit
eff8f7511e
@ -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>
|
Tue Nov 1 16:24:20 2005 Tim Janik <timj@imendio.com>
|
||||||
|
|
||||||
* glib/gmem.[hc]: prepared deprecation of GMemChunk and GAllocator.
|
* glib/gmem.[hc]: prepared deprecation of GMemChunk and GAllocator.
|
||||||
|
@ -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>
|
Tue Nov 1 16:24:20 2005 Tim Janik <timj@imendio.com>
|
||||||
|
|
||||||
* glib/gmem.[hc]: prepared deprecation of GMemChunk and GAllocator.
|
* glib/gmem.[hc]: prepared deprecation of GMemChunk and GAllocator.
|
||||||
|
@ -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>
|
Tue Nov 1 16:24:20 2005 Tim Janik <timj@imendio.com>
|
||||||
|
|
||||||
* glib/gmem.[hc]: prepared deprecation of GMemChunk and GAllocator.
|
* glib/gmem.[hc]: prepared deprecation of GMemChunk and GAllocator.
|
||||||
|
@ -290,10 +290,8 @@ g_hash_table_foreach_steal
|
|||||||
g_hash_table_insert
|
g_hash_table_insert
|
||||||
g_hash_table_lookup
|
g_hash_table_lookup
|
||||||
g_hash_table_lookup_extended
|
g_hash_table_lookup_extended
|
||||||
#ifdef G_UNDEFINED
|
|
||||||
g_hash_table_new
|
g_hash_table_new
|
||||||
g_hash_table_new_full
|
g_hash_table_new_full
|
||||||
#endif
|
|
||||||
g_hash_table_remove
|
g_hash_table_remove
|
||||||
g_hash_table_replace
|
g_hash_table_replace
|
||||||
g_hash_table_size
|
g_hash_table_size
|
||||||
@ -574,6 +572,10 @@ g_realloc
|
|||||||
g_try_malloc G_GNUC_MALLOC
|
g_try_malloc G_GNUC_MALLOC
|
||||||
g_try_malloc0 G_GNUC_MALLOC
|
g_try_malloc0 G_GNUC_MALLOC
|
||||||
g_try_realloc
|
g_try_realloc
|
||||||
|
g_slice_alloc
|
||||||
|
g_slice_alloc0
|
||||||
|
g_slice_free1
|
||||||
|
g_slice_free_chain
|
||||||
#ifndef G_DISABLE_DEPRECATED
|
#ifndef G_DISABLE_DEPRECATED
|
||||||
g_allocator_free
|
g_allocator_free
|
||||||
g_allocator_new
|
g_allocator_new
|
||||||
|
Loading…
Reference in New Issue
Block a user