prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API to
[platform/upstream/glib.git] / glib / gqueue.c
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2005-09-20 Matthias ClasenDoc fixes
2005-08-15 Matthias ClasenClarify docs a little. (#311727, Tristan van Berkom)
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-02-21 Matthias ClasenUse a memchunk for sizeof(GQueue)-sized chunks. (#16798...
2004-12-04 Matthias ClasenReturn -1 if queue is NULL. (#159530, Philippe Blain)
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-04-22 Matthias ClasenAdd some tests for off-by-one errors.
2004-02-27 Matthias ClasenDocumentation updates.
2004-02-21 Soeren SandmannSome documentation fixes.
2004-02-21 Soeren SandmannExtend GQueue API to match the GList API. (#118439).
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-11-08 Soeren SandmannTrivial s/foo/foo_/ fixes to make <glib.h> includable...
2001-10-02 Matthias Clasendocumentation update. add documentation. update docs...
2000-12-19 Sebastian WilhelmiOk, I'm a moron. When I originally implemented ENABLE_G...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-04-17 Sebastian WilhelmiAdd configure test for garbage collector friendliness...
2000-04-17 Sebastian WilhelmiRenamed g_queue_create to g_queue_new in conformance...
2000-03-13 Sebastian WilhelmiWe want the next and prev pointer of the inserted link...
1999-07-24 Tim Janik18:36. incorporated proposed cleanups from gtk-devel...
1999-03-17 Jeff GarzikAdd copyright, clean up code a bit.
1999-03-09 Jeff GarzikAdded stack, queue ADTs and related tests.