gmem.c (g_mem_chunk_area_compare): Fix 64-bitness bug in comparing two
[platform/upstream/glib.git] / ChangeLog.pre-2-2
index 17db0f8..808d05a 100644 (file)
@@ -1,9 +1,21 @@
+2000-03-22 Elliot Lee <sopwith@redhat.com>
+       * gmem.c (g_mem_chunk_area_compare): Fix 64-bitness bug in comparing two pointers more
+       than 4G apart.
+
+2000-03-22  Tor Lillqvist  <tml@iki.fi>
+
+       * gutils.c: Move Win32-only includes after inclusion of glib.h, so
+       that G_OS_WIN32 is defined.
+
+       * glibconfig.h.win32.in: Add GSystemThread.
+
 2000-03-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * gutils.c (g_get_current_dir): Ok, Marcus Brinkmann
        <Marcus.Brinkmann@ruhr-uni-bochum.de> convinced me, that 128 KB
        path length might not be enough for the HURD. So I changed the
-       loop to at least avoid an integer overflow.
+       loop to at least avoid an integer overflow, which could happen at
+       beyond 2GB size ;-)
 
        * configure.in: Test for sched_yield as the native yield function
        first. Corrected typo g_thread_sleep -> g_usleep. Corrected