summaryrefslogtreecommitdiff
path: root/gqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, ISebastian Wilhelmi2000-12-191-0/+4
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* Add configure test for garbage collector friendliness for GLib. IfSebastian Wilhelmi2000-04-171-0/+5
* Renamed g_queue_create to g_queue_new in conformance to all other GLibSebastian Wilhelmi2000-04-171-1/+1
* We want the next and prev pointer of the inserted link to be NULL.Sebastian Wilhelmi2000-03-131-4/+4
* 18:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1999-07-241-81/+181
* Add copyright, clean up code a bit.Jeff Garzik1999-03-171-70/+80
* Added stack, queue ADTs and related tests.Jeff Garzik1999-03-091-0/+144