diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-10-24 03:26:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-10-24 03:26:33 +0000 |
commit | 4d54786a9b982820570e616c1b5669d5b169fd00 (patch) | |
tree | 9a52705c4e5feb159e86daf72efb21fc35eb9475 /ChangeLog | |
parent | d0f1175e9440779ee112ab10c089a24736144384 (diff) | |
download | glibc-4d54786a9b982820570e616c1b5669d5b169fd00.tar.gz glibc-4d54786a9b982820570e616c1b5669d5b169fd00.tar.xz glibc-4d54786a9b982820570e616c1b5669d5b169fd00.zip |
Update.
2003-10-23 Jakub Jelinek <jakub@redhat.com> * locale/programs/locale.c (show_info): Fix printing word values on 64-bit big-endian architectures. 2003-10-19 Bruno Haible <bruno@clisp.org> * intl/hash-string.c (hash_string): Zero-extend each char from the string; the old code did a sign-extend on some platforms.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ebd2765e55..4a512a9481 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-10-23 Jakub Jelinek <jakub@redhat.com> + + * locale/programs/locale.c (show_info): Fix printing word values on + 64-bit big-endian architectures. + +2003-10-19 Bruno Haible <bruno@clisp.org> + + * intl/hash-string.c (hash_string): Zero-extend each char from the + string; the old code did a sign-extend on some platforms. + 2003-10-22 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/powerpc/powerpc32/Makefile (+cflags, asm-CPPFLAGS): Don't |