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-23 16:10:14 +0300
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-06-24 14:23:55 +0300
commita4dd7dd87c886e66be679f19bc8cab8ce9ca70d1 (patch)
tree201b77c4f2ac1385b6ec93d8d845f839bd74af93 /newlib/ChangeLog
parent433aad912d9e324b137b8ff991bcdba3b5f5ea7f (diff)
Use makedoc output files which are generated but aren't included
I think these are accidental omissions, as these source files are listed to be chewed by makedoc, but the result is not included by any texinfo source file. Future work: Nothing in libc/reent/ which is processed by makedoc is included by reent.tex 2015-06-23 Jon Turney <jon.turney@dronecode.org.uk> * libc/stdlib/stdlib.tex: Include itoa and utoa, and add to menu. * libc/string/strings.tex: Include memrchr and rawmemchr, and add to menu. * libm/math/math.tex: Include exp10 and pow10, and add to menu. * libm/common/s_exp10.c: Improve one-line description. * libm/common/s_exp10.c: Ditto. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 21657dad1..834db7c38 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,14 @@
2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
+ * libc/stdlib/stdlib.tex: Include itoa and utoa, and add to menu.
+ * libc/string/strings.tex: Include memrchr and rawmemchr, and add
+ to menu.
+ * libm/math/math.tex: Include exp10 and pow10, and add to menu.
+ * libm/common/s_exp10.c: Improve one-line description.
+ * libm/common/s_exp10.c: Ditto.
+
+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.