diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-19 08:35:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-19 08:35:44 +0000 |
commit | ae177b9c8a14da52538db5749eee90f08f5aedea (patch) | |
tree | 278306b73aa66ae1bae408b7e8aafcaffaf76c59 /ChangeLog | |
parent | b526f8ac5fa5e04ffe3aee151d777ad4c0747ece (diff) | |
download | glibc-ae177b9c8a14da52538db5749eee90f08f5aedea.tar.gz glibc-ae177b9c8a14da52538db5749eee90f08f5aedea.tar.xz glibc-ae177b9c8a14da52538db5749eee90f08f5aedea.zip |
Update.
* locale/langinfo.h: Always define CODESET. (CODESET): Define also as macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b636cdd391..d3d08a188a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-12-19 Ulrich Drepper <drepper@cygnus.com> + * locale/langinfo.h: Always define CODESET. + (CODESET): Define also as macro. + * stdio-common/printf_fp.c (__printf_fp): Allocate buffer to generate mantissa output in using malloc if it is larger than 20000 characters. |