glib/glib
Sebastian Wilhelmi 760a7ceef2 Renamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflect
1999-11-16  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

        * acconfig.h, config.h.win32.in, configure.in: Renamed
        GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflect
        changed meaning.

        * configure.in: Cope with systems, that have a pthread_t type,
        that is not a pointer. Hint from Karl Nelson
        <kenelson@ece.ucdavis.edu>. Define GLIB_SIZEOF_SYSTEM_THREAD to 4
        for Solaris. Cope with systems, that have no default mutex
        initialize, like obviously most DCE systems.

        * glib.h, gthread.c: Changed the prototype of thread_create and
        thread_self to return the system thread into provided memory
        instead of a return value. This is necessary, as HPUX has a
        pthread_t, that is bigger than the biggest integral type there.

        * gthread.c: system_thread is no longer a pointer, but an memory
        area of size GLIB_SIZEOF_SYSTEM_THREAD. Changed the
        zeroinitialization and the tests for zeroness accordingly.
1999-11-16 10:30:25 +00:00
..
garray.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gbacktrace.c Don't define WIN32 and NATIVE_WIN32. 1999-10-04 23:04:34 +00:00
gcache.c Use the fix for the g_cache_remove bug from the 1.2 branch instead. 1999-10-31 23:03:45 +00:00
gcompletion.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gdataset.c remove g_dataset_global_lock around destroy() notification here as well. 1999-10-17 16:04:49 +00:00
gdate.c 18:36. incorporated proposed cleanups from gtk-devel-list. 1999-07-24 18:50:58 +00:00
gerror.c Don't define WIN32 and NATIVE_WIN32. 1999-10-04 23:04:34 +00:00
ghash.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +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 18:36. incorporated proposed cleanups from gtk-devel-list. 1999-07-24 18:50:58 +00:00
giowin32.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
glib.def glib.h Rename Win32-only functions from gwin_* to g_win32_* to match the 1999-11-01 20:46:44 +00:00
glib.h Renamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflect 1999-11-16 10:30:25 +00:00
glist.c Add a cast. 1999-08-17 17:41:01 +00:00
gmain.c G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, but 1999-10-04 02:32:50 +00:00
gmem.c applied patch from Soeren Sandmann <sandmann@daimi.au.dk>, to force mem 1999-09-17 09:02:48 +00:00
gmessages.c Don't crash if removing a nonexistent value. 1999-10-31 12:15:34 +00:00
gnode.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14: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 18:36. incorporated proposed cleanups from gtk-devel-list. 1999-07-24 18:50:58 +00:00
grand.c Use /dev/urandom, as it doesn't block, which /dev/random might do. Do not 1999-08-19 08:32:03 +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 G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, but 1999-10-04 02:32:50 +00:00
gslist.c Add a cast. 1999-08-17 17:41:01 +00:00
gstrfuncs.c completly new implementation for printf string upper bounds calculation. 1999-10-12 12:08:13 +00:00
gstring.c 18:36. incorporated proposed cleanups from gtk-devel-list. 1999-07-24 18:50:58 +00:00
gthread.c Renamed GLIB_SIZEOF_PTHREAD_T to GLIB_SIZEOF_SYSTEM_THREAD to reflect 1999-11-16 10:30:25 +00:00
gtimer.c G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, but 1999-10-04 02:32:50 +00:00
gtree.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gutils.c glib.h Rename Win32-only functions from gwin_* to g_win32_* to match the 1999-11-01 20:46:44 +00:00
gwin32.c Typos. 1999-11-08 09:49:10 +00:00
Makefile.am Distribute also gwin32.c 1999-11-01 20:47:30 +00:00
makefile.msc.in Add gwin32 object. Add rule to make .i (preprocessed source) files. 1999-11-04 22:49:19 +00:00