diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-02 16:45:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-02 16:45:25 +0000 |
commit | 25059769a425a287a71e17ce535d3f5321284198 (patch) | |
tree | 4323c2af2f861f0bc2de751ff6599d2dbcee305b /ChangeLog | |
parent | 67e2156d930c88bc3c2b59d2adbb99f6ff42b717 (diff) | |
download | glibc-25059769a425a287a71e17ce535d3f5321284198.zip glibc-25059769a425a287a71e17ce535d3f5321284198.tar.gz glibc-25059769a425a287a71e17ce535d3f5321284198.tar.bz2 |
[BZ #2632]
2006-05-02 Ulrich Drepper <drepper@redhat.com>
[BZ #2632]
* nscd/connections.c (nscd_init): Correct initialization of
in-memory database structure.
* iconvdata/utf-7.c: Don't require more than one character after
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2006-05-02 Ulrich Drepper <drepper@redhat.com> + + [BZ #2632] + * nscd/connections.c (nscd_init): Correct initialization of + in-memory database structure. + 2006-05-02 Thorsten Kukuk <kukuk@suse.de> * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Fix MADV_REMOVE value. @@ -12,7 +18,7 @@ 2006-05-01 Ulrich Drepper <drepper@redhat.com> [BZ #2502] - * iconvdata/utf-7.c: Don't require more than two characters after + * iconvdata/utf-7.c: Don't require more than one character after the '+' sign starting Unicode shifted sequences. * misc/tsearch.c (__tdelete): Remove unnecessary test |