X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=7191a35112e95d02c5102826e1132000242dc88a;hb=78adb5c69ac87e84f9e36960ec37742028fb4bcd;hp=1cc7578068a9629b74e6dee7e9e04d91732043c9;hpb=28a267e306abd2be1997d86e7b2d9d3c567e2674;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog b/ChangeLog index 1cc7578..7191a35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +Fri Feb 27 00:46:29 2004 Matthias Clasen + + * glib/gstrfuncs.c (g_strerror): Don't modify errno. (#116617, + Balazs Scheidler) + +2004-02-26 Sebastian Wilhelmi + + * glib/gatomic.h: Fix the !G_THREADS_ENABLED case. + + * tests/child-test.c (main): Only run, if threads are enabled. + + * glib/gatomic.h: empty G_ATOMIC_MEMORY_BARRIER() definition for + !G_THREADS_ENABLED + + * glib/gthread.h: Define g_once and + g_static_mutex_get_mutex_impl_shortcut in terms of + G_MEMORY_BARRIER, if defined and if we can inline. + + * configure.in: Remove double checked locking feature check. + + * configure.in, config.h.win32.in, glib/gthread.c: Removed the PID + niceness surrogate for thread priorities as requested by Tim. It + does more harm than good. + + * glib/gatomic.c, glib/gatomic.h: New files to implement atomic + operations for different platforms. Fixes bug #63621. + + * glib/glib.h: Include gatomic.h. + + * configure.in: Add test for assembler routines for atomic operations. + + * glib/Makefile.am: Add gatomic.c, gatomic.h. + + * tests/Makefile.am, tests/atomic-test.c: Unit test for atomic + operations. + +2003-02-26 Hans Breuer + + * glib/glib.def : added g_hash_table_find and a + bunch of g_queue_* + + * glib/gmain.c : make it compile on win32, + child_wake_up_pipe replaced by semaphore like it is done + for the other wake_up_pipe + + * config.h.win32.in : added HAVE_INT64_AND_I64 + * glibconfig.h.win32.in : G_MAXSIZE .. G_M??INT64, + and typedef for GPid + + * test/env-test.c : don't let the local log function + collide in namespace with standard C + 2004-02-25 Sebastian Wilhelmi * configure.in, glib/gthread.c: For the PID thread priorities