summaryrefslogtreecommitdiff
path: root/glib/gutils.c
Commit message (Expand)AuthorAgeFilesLines
* Removed g_object_pointer_hash, which was just g_direct_hash.Owen Taylor1998-06-091-1/+1
* wrote a comment describing why a hash node's key should not also getTim Janik1998-06-021-0/+25
* Use pthread_attr_init() as a test function, since most of the rest ofOwen Taylor1998-05-201-0/+1
* Fixed up a stat() that Sopwith missed when changing stat => lstat.Owen Taylor1998-05-131-1/+1
* (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch)Owen Taylor1998-05-121-27/+27
* Moved g_error, g_warning, g_message and g_print from gutils.c to new fileOwen Taylor1998-05-121-156/+0
* macros to facilitate the printf/scanf format argument checking of gcc.Tim Janik1998-05-071-2/+54
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-4/+18
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* really remove g_direct_compare() (this includes its declaration ;).Tim Janik1998-04-081-1/+1
* Removed, because that's what a NULL comparison function means. And itOwen Taylor1998-04-071-6/+1
* added g_direct_hash and g_direct_compare functions, since I happen to use the...Elliot Lee1998-04-071-0/+11
* Make debug string parsine case-insensitiveOwen Taylor1998-04-041-2/+2
* don't cast a NULL pointer.Tim Janik1998-03-151-20/+20
* Miscellaneous minor fixes to remove ANSI C incompatibilitiesOwen Taylor1998-03-021-3/+3
* configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.cOwen Taylor1998-02-191-0/+47
* added some additional consts in appropriate places to remove a warningOwen Taylor1998-02-071-1/+1
* include <ctype.h> for tolower()Owen Taylor1998-02-071-0/+1
* Added and autoconfigured in a new utility function g_strcasecmpManish Singh1998-01-311-0/+19
* Applied patch from (Raja R Harinath <harinath@cs.umn.edu>) to add functionTim Janik1998-01-211-1/+36
* changed message for EAGAIN from "no more processes" to "try again" sinceTim Janik1998-01-101-1/+1
* new file for GScanner: Flexible lexical scanner for general purpose. addedTim Janik1997-12-231-4/+81
* Initial revisionElliot Lee1997-11-241-0/+732