glib/gthread
Sebastian Wilhelmi f0f028abd2 Changed the prototype of thread_create and thread_self to return the
1999-11-16  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

        * gthread-posix.c, gthread-solaris.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. Made some more functions static.

        * gthread-posix.c: Small fixes for DCE threads: Detaching has to
        be done after thread creation for DCE.
1999-11-16 10:29:27 +00:00
..
.cvsignore Shut up cvs 1999-01-05 20:28:45 +00:00
ChangeLog Changed the prototype of thread_create and thread_self to return the 1999-11-16 10:29:27 +00:00
gthread-impl.c G_OS_FOO #defines. I *think* I got the cygwin and beos stuff right, but 1999-10-04 02:32:50 +00:00
gthread-none.c inserted additional note to look for ChangeLog and AUTHORS file for a log 1999-02-24 06:14:27 +00:00
gthread-posix.c Changed the prototype of thread_create and thread_self to return the 1999-11-16 10:29:27 +00:00
gthread-solaris.c Changed the prototype of thread_create and thread_self to return the 1999-11-16 10:29:27 +00:00
gthread.def Added missing gthread/gthread.def file. Incremented version numbers 1999-01-17 11:11:39 +00:00
Makefile.am added --export-dynamic so we can load dynmic modules, (required, according 1999-08-26 13:09:50 +00:00