summaryrefslogtreecommitdiff
path: root/glib/glist.c
Commit message (Expand)AuthorAgeFilesLines
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-3/+3
* Changed function so elements are always inserted, even if they compareOwen Taylor1998-02-171-3/+0
* The list sort functions compared things backwards. Fixed.Manish Singh1998-01-291-2/+2
* Added g_list_insert_sorted and g_slist_insert_sorted to glib.Manish Singh1998-01-071-0/+52
* minor optimizations: (g_list_append): `if' optimized for common code path,Tim Janik1997-12-151-77/+75
* Moved list concatenation code from gtkmain.c into its properGnome CVS User1997-11-261-0/+18
* Initial revisionElliot Lee1997-11-241-0/+349