mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
New files implementing GSequence, a list implemented using a binary tree.
2007-02-03 Soren Sandmann <sandmann@daimi.au.dk> * glib/gsequence.[ch]: New files implementing GSequence, a list implemented using a binary tree. * glib/glib.h, glib/glib.symbols: Update for GSequence. * docs/reference: Add documentation for GSequence * tests: Add sequence-test.c, a thorough test of all of the GSequence API. svn path=/trunk/; revision=5322
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
20a05714cc
commit
674c4df418
@@ -1,3 +1,12 @@
|
||||
2007-02-03 Soren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* glib/gsequence.[ch]: New files implementing GSequence, a list
|
||||
implemented using a binary tree.
|
||||
* glib/glib.h, glib/glib.symbols: Update for GSequence.
|
||||
* docs/reference: Add documentation for GSequence
|
||||
* tests: Add sequence-test.c, a thorough test of all of
|
||||
the GSequence API.
|
||||
|
||||
2007-01-30 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/glib.symbols:
|
||||
|
Reference in New Issue
Block a user