aboutsummaryrefslogtreecommitdiff
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-11-20 18:03:05 +0100
committerCorinna Vinschen <corinna@vinschen.de>2015-11-20 18:03:05 +0100
commit51bf1b81f3c4c7c02d8101f8ab6eb5609892e728 (patch)
treeebae89c9758e456413847d5de99de8444efb7c01 /newlib/ChangeLog
parentb5d8a403eca4b15e4e5a9bc5dd6a85780e6e1d3f (diff)
downloadnewlib-51bf1b81f3c4c7c02d8101f8ab6eb5609892e728.zip
newlib-51bf1b81f3c4c7c02d8101f8ab6eb5609892e728.tar.gz
newlib-51bf1b81f3c4c7c02d8101f8ab6eb5609892e728.tar.bz2
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/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index d37a378..27e19a1 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>