diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-11-20 18:03:05 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-11-20 18:03:05 +0100 |
commit | 51bf1b81f3c4c7c02d8101f8ab6eb5609892e728 (patch) | |
tree | ebae89c9758e456413847d5de99de8444efb7c01 /newlib/ChangeLog | |
parent | b5d8a403eca4b15e4e5a9bc5dd6a85780e6e1d3f (diff) | |
download | cygnal-51bf1b81f3c4c7c02d8101f8ab6eb5609892e728.tar.gz cygnal-51bf1b81f3c4c7c02d8101f8ab6eb5609892e728.tar.bz2 cygnal-51bf1b81f3c4c7c02d8101f8ab6eb5609892e728.zip |
Make match function globally available to stdlib functions.
* libc/stdlib/strtod.c (match): Move from here...
* libc/stdlib/gdtoa-hexnan.c (match): ...to here.
* libc/stdlib/mprec.h (match): Declare and add __match define.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index d37a378c8..27e19a1ab 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,11 @@ 2015-11-20 Corinna Vinschen <corinna@vinschen.de> + * libc/stdlib/strtod.c (match): Move from here... + * libc/stdlib/gdtoa-hexnan.c (match): ...to here. + * libc/stdlib/mprec.h (match): Declare and add __match define. + +2015-11-20 Corinna Vinschen <corinna@vinschen.de> + * libc/stdlib/wcstold.c (_strtold): Drop unused declaration. 2015-11-19 Yaakov Selkowitz <yselkowi@redhat.com> |