Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-11-20 20:03:05 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-11-20 20:03:05 +0300
commit51bf1b81f3c4c7c02d8101f8ab6eb5609892e728 (patch)
treeebae89c9758e456413847d5de99de8444efb7c01 /newlib/ChangeLog
parentb5d8a403eca4b15e4e5a9bc5dd6a85780e6e1d3f (diff)
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 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>