summaryrefslogtreecommitdiff
path: root/glib/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* glib/* Moved to glib moduleOwen Taylor1998-06-101-443/+0
* Renamed g_const_pointer => gconstpointer.Owen Taylor1998-06-101-0/+4
* Removed g_object_pointer_hash, which was just g_direct_hash.Owen Taylor1998-06-091-0/+18
* wrapped enum definitions with glib macros.Tim Janik1998-06-081-0/+5
* fixed an assertment.Tim Janik1998-06-071-0/+5
* Commented out the MEM_PROFILE and MEM_CHECK from gmem.c, causing problemsManish Singh1998-06-061-0/+5
* wrote a comment describing why a hash node's key should not also getTim Janik1998-06-021-0/+13
* Use pthread_attr_init() as a test function, since most of the rest ofOwen Taylor1998-05-201-0/+5
* conditionally define NULL, FALSE and TRUE. (g_mem_chunk_create): newTim Janik1998-05-201-0/+7
* Tue, 19 May 1998 11:51:02 +0200 Paolo Molaro <lupus@debian.org>Paolo Molaro1998-05-191-0/+4
* provide usefull default specifications for identifier_spec andTim Janik1998-05-171-3/+11
* removed sputious va_end(args) that for some reason didn't produce aTim Janik1998-05-151-0/+6
* replaced some snprintf with g_snprintfrodo1998-05-151-0/+4
* [binray incompatibility]Tim Janik1998-05-151-0/+10
* typedef gint gboolean; this is needed to provide portability withTim Janik1998-05-141-0/+9
* Fixed up a stat() that Sopwith missed when changing stat => lstat.Owen Taylor1998-05-131-2/+11
* (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch)Owen Taylor1998-05-121-0/+9
* Moved g_error, g_warning, g_message and g_print from gutils.c to new fileOwen Taylor1998-05-121-0/+7
* preserve automake CFLAGS.Tim Janik1998-05-111-0/+14
* new file, gdatasets implement the object data mechanism from GtkObject. aTim Janik1998-05-111-0/+6
* bugfixes, cleanups and macro reduction, nothing major though ;)Tim Janik1998-05-101-0/+10
* macros to facilitate the printf/scanf format argument checking of gcc.Tim Janik1998-05-071-0/+29
* postfix -lg* libraries with LT_RELEASE.Tim Janik1998-05-071-0/+10
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-0/+7
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-011-0/+5
* Someone has to make SOME backwards incompatible changes sometime. IElliot Lee1998-04-281-0/+6
* Removed, because that's what a NULL comparison function means. And itOwen Taylor1998-04-071-0/+5
* fixed a bug that caused floats of the format ".xxx" to be parsed as "xxx".Tim Janik1998-04-061-0/+5
* Make debug string parsine case-insensitiveOwen Taylor1998-04-041-0/+5
* corrected possible overrun when inserting into GStringsManish Singh1998-04-041-1/+6
* Removed literal german from strings to appease SGI compiler.Owen Taylor1998-04-041-0/+5
* If the widget is _not_ a descendant of a Window widget, propagate keyOwen Taylor1998-03-271-0/+5
* When gtk_widget_draw() is called on a REDRAW_PENDING widget, draw it andOwen Taylor1998-03-261-0/+5
* Reverted garray change, and fixed the g_rarray_truncate bug with length.Manish Singh1998-03-191-3/+2
* ( From: James Henstridge <james@daa.com.au> )Owen Taylor1998-03-181-0/+5
* don't cast a NULL pointer.Tim Janik1998-03-151-0/+5
* Makefile.am fixes minor fix to gdkwindow.c -owtGTK_0_99_6Owen Taylor1998-03-141-0/+5
* Moved glibconfig.h to $pkglibdir/include. Update to libtool-1.1.Owen Taylor1998-03-141-0/+5
* applied gtk-gronlund-980309-0.patch.gz.Tim Janik1998-03-101-0/+6
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-0/+9
* Miscellaneous minor fixes to remove ANSI C incompatibilitiesOwen Taylor1998-03-021-0/+7
* Added g_string_insert[_c]() and g_string_erase().Owen Taylor1998-03-021-0/+7
* Changed function so elements are always inserted, even if they compareOwen Taylor1998-02-171-0/+6
* change logged.Owen Taylor1998-02-131-0/+5
* Add check to see if the C library's iswalnum can actually be used. (NotOwen Taylor1998-02-101-0/+6
* added some additional consts in appropriate places to remove a warningOwen Taylor1998-02-071-0/+5
* include <ctype.h> for tolower()Owen Taylor1998-02-071-0/+4
* Added and autoconfigured in a new utility function g_strcasecmpManish Singh1998-01-311-0/+5
* The list sort functions compared things backwards. Fixed.Manish Singh1998-01-291-0/+7
* g_string_prepend* had interchanged src and dest params. Fixed.Manish Singh1998-01-271-0/+5