diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-02 06:17:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-02 06:17:16 +0000 |
commit | 2748878913c185e9b53913ae81de6d6d39fed3df (patch) | |
tree | 5d84fc1d6e61a556a28e8b1ee6131a00b972298c /nptl/ChangeLog | |
parent | afbf86d209f555381ceb07c58cc4e1741dee6d11 (diff) | |
download | glibc-2748878913c185e9b53913ae81de6d6d39fed3df.tar.gz glibc-2748878913c185e9b53913ae81de6d6d39fed3df.tar.xz glibc-2748878913c185e9b53913ae81de6d6d39fed3df.zip |
[BZ #2502]
* iconvdata/utf-7.c: Don't require more than two characters after the '+' sign starting Unicode shifted sequences.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 132b2d07ef..d9ae655d86 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2006-05-01 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/pthread/allocalim.h (__libc_use_alloca): Mark with + __always_inline. + 2006-04-27 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/timer_routines.c (timer_helper_thread): |