summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-05-13 20:18:37 +0000
committerRoland McGrath <roland@gnu.org>1996-05-13 20:18:37 +0000
commit45086082a06454cd1a2d1b91390a04a726b3ac28 (patch)
treebca301220a6cea3381442f874322bdf827d2dcd1 /manual
parentd929664ab5b621e8990d797769e4233a5caf3791 (diff)
* time/Makefile (zonenames): Target removed.
(extra-objs): Remove it from here. Include the z.* files directly instead of including zonenames; use `-include' to not complain befre they exist. * sysdeps/unix/Makefile: Find sysd-syscalls and s-proto.d with $(common-objpfx) instead of $(objpfx).
Diffstat (limited to 'manual')
-rw-r--r--manual/maint.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/maint.texi b/manual/maint.texi
index 323ba30a04..84ff95e9c6 100644
--- a/manual/maint.texi
+++ b/manual/maint.texi
@@ -874,6 +874,10 @@ families of functions; reentrant @samp{@dots{}@code{_r}} versions of the
several highly-optimized string functions for i@var{x}86 processors.
@item
+The math functions are taken from @code{fdlibm-5.1} by Sun
+Microsystems, as modified by J.T. Conklin and Ian Lance Taylor.
+
+@item
The Internet-related code (most of the @file{inet} subdirectory) and
several other miscellaneous functions and header files have been
included from 4.4 BSD with little or no modification.