This commit merges the glib-threads branch into the main
authorOwen Taylor <otaylor@src.gnome.org>
Tue, 15 Dec 1998 05:28:02 +0000 (05:28 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 15 Dec 1998 05:28:02 +0000 (05:28 +0000)
commit931ea952650b013b834041b91b0c37a748ffd449
tree0c97c450b0e07953d836f1603c6fcb0357a58149
parentc8ba100dab8949c49097f11004c09ef36ea5136f
This commit merges the glib-threads branch into the main
branch. See the ChangeLog for details of the changes.

In brief overview:

 - The set of threading functions can be set
 - A default implementation is provided in -lgthread
 - All static data structures are locked using these
   functions if g_thread_init() is called.
79 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
Makefile.am
acconfig.h
configure.in
garray.c
gbacktrace.c
gcache.c
gcompletion.c
gdataset.c
gdate.c
gerror.c
ghash.c
ghook.c
giochannel.c
giounix.c
glib-config.in
glib.h
glib/Makefile.am
glib/garray.c
glib/gbacktrace.c
glib/gcache.c
glib/gcompletion.c
glib/gdataset.c
glib/gdate.c
glib/gerror.c
glib/ghash.c
glib/ghook.c
glib/giochannel.c
glib/giounix.c
glib/glib.h
glib/glist.c
glib/gmain.c
glib/gmem.c
glib/gmessages.c
glib/gnode.c
glib/gprimes.c
glib/grel.c
glib/gscanner.c
glib/gslist.c
glib/gstrfuncs.c
glib/gstring.c
glib/gtimer.c
glib/gtree.c
glib/gutils.c
glist.c
gmain.c
gmem.c
gmessages.c
gmodule/ChangeLog
gmodule/gmodule-dl.c
gmodule/gmodule-dld.c
gmodule/gmodule-win32.c
gmodule/gmodule.c
gmutex.c [new file with mode: 0644]
gnode.c
gprimes.c
grel.c
gscanner.c
gslist.c
gstrfuncs.c
gstring.c
gthread/.cvsignore [new file with mode: 0644]
gthread/Makefile.am [new file with mode: 0644]
gthread/gthread-none.c [new file with mode: 0644]
gthread/gthread-nspr.c [new file with mode: 0644]
gthread/gthread-posix.c [new file with mode: 0644]
gthread/gthread-solaris.c [new file with mode: 0644]
gthread/gthread.c [new file with mode: 0644]
gthread/testgthread.c [new file with mode: 0644]
gtimer.c
gtree.c
gutils.c