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:
authorJon TURNEY <jon.turney@dronecode.org.uk>2014-10-30 14:25:17 +0300
committerJon TURNEY <jon.turney@dronecode.org.uk>2014-10-30 14:25:17 +0300
commite7ebfb119ef3c3c54e98116734cb9fe28d7e50cd (patch)
treec1e4f4ddf03a0e56e76463a8b7e11dc549090dc6 /newlib/ChangeLog
parent963545173c13eadcb9ce52f4cb8b8dbad2862669 (diff)
2014-10-29 Jon Turney <jon.turney@dronecode.org.uk>
* libc/include/string.h: Correct guard for strcasecmp().
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 04a81347d..0382bbcd7 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-29 Jon Turney <jon.turney@dronecode.org.uk>
+
+ * libc/include/string.h: Correct guard for strcasecmp().
+
2014-10-29 Terry Guo <terry.guo@arm.com>
* libc/stdio/vfprintf.c (_VFPRINTF_R): Remove unnecessary comparison.