diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-05 17:08:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-05 17:08:26 +0000 |
commit | 4f8dbcb126883c92d33d49c86365a1fb1e54696a (patch) | |
tree | 0bdac0d2659e6b57ce50ad5994301c12ace483e8 /ChangeLog | |
parent | bc9ffe71f95d21d8aa4107838d7c7f912863c3b7 (diff) | |
download | glibc-4f8dbcb126883c92d33d49c86365a1fb1e54696a.tar glibc-4f8dbcb126883c92d33d49c86365a1fb1e54696a.tar.gz glibc-4f8dbcb126883c92d33d49c86365a1fb1e54696a.tar.bz2 glibc-4f8dbcb126883c92d33d49c86365a1fb1e54696a.zip |
Update.
* stdio-common/_itoa.c (_itoa): Fix special 32bit platform case
with specific bases and only few bits set in second word.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 1999-05-05 Ulrich Drepper <drepper@cygnus.com> + * stdio-common/_itoa.c (_itoa): Fix special 32bit platform case + with specific bases and only few bits set in second word. + * timezone/Makefile (install-others): Create target directory before creating tzfiles. |