diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-06-23 14:10:14 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-06-24 12:23:55 +0100 |
commit | a4dd7dd87c886e66be679f19bc8cab8ce9ca70d1 (patch) | |
tree | 201b77c4f2ac1385b6ec93d8d845f839bd74af93 /newlib/libm/common | |
parent | 433aad912d9e324b137b8ff991bcdba3b5f5ea7f (diff) | |
download | cygnal-a4dd7dd87c886e66be679f19bc8cab8ce9ca70d1.tar.gz cygnal-a4dd7dd87c886e66be679f19bc8cab8ce9ca70d1.tar.bz2 cygnal-a4dd7dd87c886e66be679f19bc8cab8ce9ca70d1.zip |
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/libm/common')
-rw-r--r-- | newlib/libm/common/s_exp10.c | 2 | ||||
-rw-r--r-- | newlib/libm/common/s_pow10.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libm/common/s_exp10.c b/newlib/libm/common/s_exp10.c index 12f30036e..23cedfbf3 100644 --- a/newlib/libm/common/s_exp10.c +++ b/newlib/libm/common/s_exp10.c @@ -14,7 +14,7 @@ /* FUNCTION - <<exp10>>, <<exp10f>>---exponential + <<exp10>>, <<exp10f>>---exponential, base 10 INDEX exp10 INDEX diff --git a/newlib/libm/common/s_pow10.c b/newlib/libm/common/s_pow10.c index 16ec0046a..052e26d36 100644 --- a/newlib/libm/common/s_pow10.c +++ b/newlib/libm/common/s_pow10.c @@ -14,7 +14,7 @@ /* FUNCTION - <<pow10>>, <<pow10f>>---exponential + <<pow10>>, <<pow10f>>---base 10 power functions INDEX pow10 INDEX |