X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-12;h=5b4a21dd8d5856568020020ff1a00d9e392b88f8;hb=852ed69e87674a027ad8b945d8b63e9249256e61;hp=d863951428ae84e9e8a9ddfb3f73dafea0539379;hpb=8f167cbecd1d8d3a027c6a0e971c04a16b57ddf0;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index d863951..5b4a21d 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,9 +1,15 @@ 2002-07-03 Sebastian Wilhelmi + * configure.in: Made the thread flags determination tests first + check for the canonical form -pthread[s], then for other + possibilities. Also recognize some more platforms. Modeled after + patch from Miroslaw Dobrzanski-Neumann + (#77981). + * configure.in: Fixed bugs in posix thread priority resolution. Also added AIX priorities. Fix from Laurent Vivier . (#82599) - + * gthread/gthread-solaris.c: Use thr_min_stack() instead of sysconf (_SC_THREAD_STACK_MIN). if stack_size is 0 on entry to g_thread_create_solaris_impl, also pass 0 to thr_create. Otherwise