glib/glib
Tim Janik cb2f078051 include <stdlib.h> and <stddef.h> if STDC_HEADERS is defined.
Wed Jul 26 05:03:24 2000  Tim Janik  <timj@gtk.org>

        * acglib.m4 (GLIB_SIZEOF): include <stdlib.h> and <stddef.h> if
        STDC_HEADERS is defined.

        * glib.h:
        * glibconfig.h: define gsize and gssize in terms of GLIB_SIZEOF_SIZE_T

        * glib.h (g_return_if_reached): applied darin's fix for copy'n
        paste error in the macro implementation.
2000-07-26 03:18:27 +00:00
..
garray.c fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK, from Art Haas 2000-05-19 08:18:29 +00:00
gasyncqueue.c added gobject 2000-05-12 15:23:16 +00:00
gbacktrace.c Add g_error functions. 2000-07-13 20:07:45 +00:00
gcache.c Changed the 'value' parameter of g_cache_remove from gpointer to 2000-04-26 08:42:19 +00:00
gcompletion.c fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK, from Art Haas 2000-05-19 08:18:29 +00:00
gdataset.c return stolen data from g_datalist_id_remove_no_notify() and 2000-02-03 20:43:00 +00:00
gdate.c 18:36. incorporated proposed cleanups from gtk-devel-list. 1999-07-24 18:50:58 +00:00
gerror.c #include <gerror.h> 2000-07-12 21:06:16 +00:00
gerror.h #include <gerror.h> 2000-07-12 21:06:16 +00:00
ghash.c Mark the functions g_hash_table_freeze, g_hash_table_thaw and thus 2000-07-20 16:06:33 +00:00
ghook.c Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:05:49 +00:00
giochannel.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
giounix.c Interpret EINTR as G_IO_ERROR_AGAIN. 2000-03-20 13:19:20 +00:00
giowin32.c If we are watching the same fd several times (for different conditions, 2000-06-06 06:56:03 +00:00
glib-object.h define gstring in terms of gchar*. this typedef reflects the type name of 2000-06-24 22:30:10 +00:00
glib.def Fix resource handling, the resource file got left out from the DLL after 2000-07-22 08:38:06 +00:00
glib.h include <stdlib.h> and <stddef.h> if STDC_HEADERS is defined. 2000-07-26 03:18:27 +00:00
glist.c Changed the 'data' parameters from gpointer to gconstpointer for the 2000-04-18 14:01:33 +00:00
gmain.c fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK, from Art Haas 2000-05-19 08:18:29 +00:00
gmem.c fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK, from Art Haas 2000-05-19 08:18:29 +00:00
gmessages.c Don't crash if removing a nonexistent value. 1999-10-31 12:15:34 +00:00
gnode.c Add configure test for garbage collector friendliness for GLib. If 2000-04-17 13:23:27 +00:00
gprimes.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gqueue.c Add configure test for garbage collector friendliness for GLib. If 2000-04-17 13:23:27 +00:00
grand.c Fixed bug. Thanks to Marko Kreen <marko@l-t.ee> for reporting that. 2000-04-07 11:44:43 +00:00
grel.c Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:05:49 +00:00
gscanner.c Mark the functions g_hash_table_freeze, g_hash_table_thaw and thus 2000-07-20 16:06:33 +00:00
gslist.c fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK, from Art Haas 2000-05-19 08:18:29 +00:00
gstrfuncs.c fixed an off by 0 error (yeah, the function went off when the while (n--) 2000-07-15 07:18:19 +00:00
gstring.c updated 2000-06-29 20:09:36 +00:00
gthread.c Added the missing POSIX_NO_YIELD and POSIX_NO_PRIORITIES warning messages. 2000-03-17 14:49:59 +00:00
gthreadpool.c New File implementing an asynchronous queue to be used for asynchronous 2000-04-28 12:24:53 +00:00
gtimer.c After finding the right thread library (containing e.g. pthread_create) we 2000-03-23 16:23:50 +00:00
gtree.c fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK, from Art Haas 2000-05-19 08:18:29 +00:00
gunichartables.h Initial pass at adding unicode support functions. A few things still need 2000-06-21 16:11:21 +00:00
gunicode.h Move string.h include into the .c file instead of where it was in the .h 2000-07-10 01:28:03 +00:00
gunidecomp.c Initial pass at adding unicode support functions. A few things still need 2000-06-21 16:11:21 +00:00
gunidecomp.h Initial pass at adding unicode support functions. A few things still need 2000-06-21 16:11:21 +00:00
guniprop.c Initial pass at adding unicode support functions. A few things still need 2000-06-21 16:11:21 +00:00
gutf8.c Fix up to correspond to configure.in checks. 2000-07-03 22:01:58 +00:00
gutils.c Mark the functions g_basename and g_dirname deprecated. They will issue an 2000-07-20 16:58:54 +00:00
gwin32.c Mark the functions g_basename and g_dirname deprecated. They will issue an 2000-07-20 16:58:54 +00:00
Makefile.am Include the "build" module in GLib, too, to make it more self-contained. 2000-07-14 22:46:35 +00:00
makefile.mingw.in Include the "build" module in GLib, too, to make it more self-contained. 2000-07-14 22:46:35 +00:00
makefile.msc.in Add new entry points. 2000-06-30 23:39:13 +00:00