summaryrefslogtreecommitdiff
path: root/glib/gsequence.c
Commit message (Expand)AuthorAgeFilesLines
* Don't export the consistency check functionMatthias Clasen2007-03-171-55/+0
* For move, test moving between two sequences. Add test for swap.Soren Sandmann2007-02-161-343/+311
* Remove assertion. Return TRUE if the iter doesn't have a parent. FixSøren Sandmann2007-02-091-25/+29
* Force an arbitrary order on otherwise identical items.Soren Sandmann2007-02-081-2/+53
* Don't prohibit access until after the g_sequence_move_range() call. BugSoren Sandmann2007-02-061-3/+3
* Add a new 'real_sequence' field. (g_sequence_new): InitializeSoren Sandmann2007-02-041-5/+30
* New files implementing GSequence, a list implemented using a binary tree.Soren Sandmann2007-02-031-0/+1747