diff options
author | Roland McGrath <roland@gnu.org> | 1995-03-16 07:21:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-03-16 07:21:33 +0000 |
commit | c45e5aa9a48a5dec6a2c62cbd8be3cda8239c285 (patch) | |
tree | f4a4af2e8b5315dc278dae1e5d194c85c37c6762 /ChangeLog | |
parent | f0bf9cb92c28c9ec0ac3376d87055e9d14610082 (diff) | |
download | glibc-c45e5aa9a48a5dec6a2c62cbd8be3cda8239c285.tar.gz glibc-c45e5aa9a48a5dec6a2c62cbd8be3cda8239c285.tar.xz glibc-c45e5aa9a48a5dec6a2c62cbd8be3cda8239c285.zip |
* stdlib/strtold.c (STRTOF): Set to strtold, not __strtold.
(strtold): Remove weak alias. * stdlib/strtof.c (STRTOF): Set to strtof, not __strtof. (strtof): Remove weak alias.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cd8096b2f9..9bf5fcc23e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,10 @@ Thu Mar 16 00:04:41 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * stdlib/stdlib.h (__strtof, __strtold): Declarations removed. (__strto{f,d,ld,l,ul,q,uq}_internal): Declare these functions. [__OPTIMIZE__]: Define inline functions calling those. + * stdlib/strtold.c (STRTOF): Set to strtold, not __strtold. + (strtold): Remove weak alias. + * stdlib/strtof.c (STRTOF): Set to strtof, not __strtof. + (strtof): Remove weak alias. * stdlib/grouping.h: New file, written by drepper. * stdlib/Makefile (distribute): Add grouping.h. * stdio/vfscanf.c: Grok %' modifier to numeric conversions. Call |