]> granicus.if.org Git - gc/commitdiff
Update ChangeLog
authorIvan Maidanski <ivmai@mail.ru>
Mon, 16 Jan 2012 05:40:44 +0000 (09:40 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 16 Jan 2012 12:44:39 +0000 (16:44 +0400)
ChangeLog

index eedf3dbc63f8ad352952362b9e2cdbbea38e5bb8..af68ffad6bdaab5c3ebbd715cf895aa6b3cc80f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2012-01-13  Ivan Maidanski <ivmai@mail.ru>
+
+       * extra/gc.c: Include gc_pthread_redirects.h (unless
+       GC_NO_THREAD_REDIRECTS) to restore thread calls macro-based
+       redirection after the corresponding undef's in pthread_support.c.
+       * win32_threads.c: Restore thread calls macro-based redirection
+       (unless GC_NO_THREAD_REDIRECTS) at the file end.
+       * extra/gc.c: Remove "file not well tested" comment.
+
+2012-01-10  Ivan Maidanski <ivmai@mail.ru>
+
+       * pthread_stop_world.c (GC_restart_handler): Preserve errno value in
+       case of sem_post or GC_log_printf invocation inside.
+
 2011-12-30  Ivan Maidanski <ivmai@mail.ru>
 
        * Makefile.in: Regenerate.