mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02:00
debian
docs
.cvsignore
Makefile.am
glib-config.1
glib.texi
glib
gmodule
gthread
tests
.cvsignore
AUTHORS
COPYING
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
INSTALL
Makefile.am
NEWS
README
README.win32
acconfig.h
acinclude.m4
autogen.sh
config.guess
config.h.win32
config.sub
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.def
glib.h
glib.m4
glib.spec
glibconfig.h.win32
glist.c
gmain.c
gmem.c
gmessages.c
gmutex.c
gnode.c
gprimes.c
grel.c
gscanner.c
gslist.c
gstrfuncs.c
gstring.c
gtimer.c
gtree.c
gutils.c
install-sh
ltconfig
ltmain.sh
makefile.lcc
makefile.msc
missing
mkinstalldirs
sanity_check
stamp-h.in
testgdate.c
testgdateparser.c
testglib.c
1998-12-16 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * docs/glib-config.1: Updated to reflect the existence of gthread. * gmain.c (g_main_poll_add_unlocking): Changed g_main_poll_add_unlocked to g_main_poll_add_unlocking to match semantic, (indeed, main_loop must be locked, when calling this function). Removed the unlocking from the end of that function, as that is not right. Made a 'HOLDS' comment above the function.