small tests/.cvsignore commit
[platform/upstream/glib.git] / ChangeLog.pre-2-12
index fc4ab5c..1883290 100644 (file)
@@ -1,3 +1,48 @@
+1999-06-17  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in, acglib.m4, acconfig.h, glib.h, gthread.c:
+       Completed the thread support in GLib. Thread creation,
+       prioritizing threads, yielding, joining threads as well as
+       reader/writer locks and recursive mutexes are now in place. Please
+       test heavily on your platform. It is so far tested on
+       Linux/i386/pthreads, Solaris/Sparc/pthreads and
+       Solaris/Sparc/solaristhreads.
+
+       * gtimer.c, glib.h: Implement g_usleep (gulong microseconds) for
+       thread safe sleeping. (sleep() is not MT-safe at all!)
+
+       * gutils.c: Avoid compiler warning.
+
+       * tests/Makefile.am, tests/thread-test.c: New program to test some
+       aspects of the thread implementation.
+
+       * gthread.c, Makefile.am: Renamed from gmutex.c to reflect the
+       change of content.
+
+       * configure.in: Purged all appearances of nspr. 
+
+Wed Jun  2 11:42:46 PDT 1999 Manish Singh <yosh@gimp.org>
+
+       * acinclude.m4
+       * config.guess
+       * config.status
+       * ltconfig
+       * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
+
+1999-05-29  Tor Lillqvist  <tml@iki.fi>
+
+       * gstrfuncs.c (g_strescape): Backslashify also '"' characters.
+
+       * glib.h: Document g_strescape.
+
+1999-05-12  Tor Lillqvist  <tml@iki.fi>
+
+       * glib.h (Win32): Map fileno to _fileno for mingw32. Map fstat to
+       _fstat.
+
+       * README.win32: Advice also to remove -lmoldname in the
+       patch to the egcs-1.1.2 spec file.
+
 Wed May 12 00:23:55 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
 
        * gmodule/Makefile.am: Another small fix.