diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-03-08 04:18:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-03-08 04:18:31 +0000 |
commit | 72f1012788c07837e841300024ab554b56aa6816 (patch) | |
tree | 85993ccdd192cdafde1f81746020071ffe1af0ad /ChangeLog | |
parent | 443db178899d14a9c54248d95675fee44d718e05 (diff) | |
download | glibc-72f1012788c07837e841300024ab554b56aa6816.tar.gz glibc-72f1012788c07837e841300024ab554b56aa6816.tar.xz glibc-72f1012788c07837e841300024ab554b56aa6816.zip |
* stdlib/Makefile (aux): Add tens_in_limb.
* stdlib/strtod_l.c: Move _tens_in_limb definition to... * stdlib/tens_in_limb.c: ...here. New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9d9cf3b54f..10cb7876f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-03-07 Ulrich Drepper <drepper@redhat.com> + * stdlib/Makefile (aux): Add tens_in_limb. + * stdlib/strtod_l.c: Move _tens_in_limb definition to... + * stdlib/tens_in_limb.c: ...here. New file. + [BZ #5778] * sysdeps/unix/sysv/linux/pathconf.h: Declare __statfs_chown_restricted. |