diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-30 00:28:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-30 00:28:09 +0000 |
commit | 12f1c4e67f7ecaa3181912b5c18539e4e43138ce (patch) | |
tree | b7f1cbd94dd15977fcfef89deae71674a429e0f3 | |
parent | c14de078c5ec6f891f2961542617e743764ec1da (diff) | |
download | hurd-12f1c4e67f7ecaa3181912b5c18539e4e43138ce.tar.gz hurd-12f1c4e67f7ecaa3181912b5c18539e4e43138ce.tar.bz2 hurd-12f1c4e67f7ecaa3181912b5c18539e4e43138ce.zip |
.
-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 |