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>2015-06-16 13:52:10 +0300
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-06-24 14:23:49 +0300
commit433aad912d9e324b137b8ff991bcdba3b5f5ea7f (patch)
tree9f7e3c828e673a327e981f26d970ac071eeda9d4 /newlib/ChangeLog
parent958c953416d8df84e5cccc06e158c1f769f3ad51 (diff)
Don't chew files which contain no documentation markup
Don't chew files which contain no documentation markup. Neither of the alternatives for MALLOCR (mallocr.c or nano-mallocr.c) contain any documentation markup. 2015-06-23 Jon Turney <jon.turney@dronecode.org.uk> * libc/stdlib/Makefile.am (CHEWOUT_FILES): Remove $(MALLOCR).def. * libc/stdio/Makefile.am (CHEWOUT_FILES): Remove getwc.def and putwc.def. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
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 7f8b5c713..21657dad1 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,11 @@
2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
+ * libc/stdlib/Makefile.am (CHEWOUT_FILES): Remove $(MALLOCR).def.
+ * libc/stdio/Makefile.am (CHEWOUT_FILES): Remove getwc.def and
+ putwc.def.
+
+2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
+
* libc/locale/locale.c: Fix mismatched parentheses in
documentation.
* libc/locale/locale.tex: Ditto.