summaryrefslogtreecommitdiff
path: root/glib/gslist.c
Commit message (Expand)AuthorAgeFilesLines
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-3/+3
* Make g_slist_insert_sorted() always insert.rhlabs1998-02-171-3/+0
* The list sort functions compared things backwards. Fixed.Manish Singh1998-01-291-2/+2
* Fixed a really lame error where g_slist_insert didn't hook the dataManish Singh1998-01-271-19/+23
* Added g_list_insert_sorted and g_slist_insert_sorted to glib.Manish Singh1998-01-071-0/+51
* Moved list concatenation code from gtkmain.c into its properGnome CVS User1997-11-261-0/+14
* Initial revisionElliot Lee1997-11-241-0/+324