diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | libthreads/ChangeLog | 5 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2002-08-26 Roland McGrath <roland@frob.com> + + * configure.in: Check for uselocale function. + 2002-08-22 Marcus Brinkmann <marcus@gnu.org> * aclocal.m4 (hurd_LIB_NCURSESW): New test, modified from GNU diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog index 8e8e2ddd..eff1ade9 100644 --- a/libthreads/ChangeLog +++ b/libthreads/ChangeLog @@ -1,3 +1,8 @@ +2002-08-26 Roland McGrath <roland@frob.com> + + * cthreads.c (cthread_body) [HAVE_USELOCALE]: Call uselocale to + initialize the thread to the global locale. + 2002-07-29 Marcus Brinkmann <marcus@gnu.org> * stack.c (stack_init): Put back in setting of the |