mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
use standard_calloc to allocate the profile_data. (#335209, Chris Wilson)
2006-03-20 Matthias Clasen <mclasen@redhat.com> * glib/gmem.c (profiler_log): use standard_calloc to allocate the profile_data. (#335209, Chris Wilson) * glib/gmain.c (g_main_context_unref): Avoid a deadlock. (#335207, Chris Wilson) Minor optimizations (#335216, Chris Wilson): * glib/gasyncqueue.c (g_async_queue_pop_intern_unlocked): Use g_queue_peek_tail_link instead of g_queue_peek_tail. * glib/glist.c: * glib/gslist.c: Avoid some memset calls.
This commit is contained in:
committed by
Matthias Clasen
parent
56b06e14dc
commit
d0ee63840c
16
ChangeLog
16
ChangeLog
@@ -1,3 +1,19 @@
|
||||
2006-03-20 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gmem.c (profiler_log): use standard_calloc to allocate
|
||||
the profile_data. (#335209, Chris Wilson)
|
||||
|
||||
* glib/gmain.c (g_main_context_unref): Avoid a deadlock.
|
||||
(#335207, Chris Wilson)
|
||||
|
||||
Minor optimizations (#335216, Chris Wilson):
|
||||
|
||||
* glib/gasyncqueue.c (g_async_queue_pop_intern_unlocked): Use
|
||||
g_queue_peek_tail_link instead of g_queue_peek_tail.
|
||||
|
||||
* glib/glist.c:
|
||||
* glib/gslist.c: Avoid some memset calls.
|
||||
|
||||
2006-03-19 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* MAINTAINERS: Add this, at the request of the GNOME sysadmin team.
|
||||
|
Reference in New Issue
Block a user