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:
Diffstat (limited to 'newlib/libm/libm.texinfo')
-rw-r--r--newlib/libm/libm.texinfo20
1 files changed, 9 insertions, 11 deletions
diff --git a/newlib/libm/libm.texinfo b/newlib/libm/libm.texinfo
index 309f39f30..ab527a244 100644
--- a/newlib/libm/libm.texinfo
+++ b/newlib/libm/libm.texinfo
@@ -28,7 +28,7 @@ END-INFO-DIR-ENTRY
@ifinfo
This file documents an ANSI-C conforming mathematical subroutine library.
-Copyright (C) 1992, 1993, 1995, 1996-2004 Red Hat, Inc.
+Copyright (C) 1992, 1993, 1995 Cygnus Support
@file{libm} includes software developed at SunPro, a Sun Microsystems,
Inc. business. Permission to use, copy, modify, and distribute this
@@ -57,30 +57,28 @@ into another language, under the above conditions for modified versions.
@iftex
@finalout
@setchapternewpage odd
-@settitle The Red Hat newlib C Math Library
+@settitle Cygnus C Math Library
@titlepage
-@title The Red Hat newlib C Math Library
+@title The Cygnus C Math Library
@sp 1
-@subtitle @code{libm} 1.14.0
-@subtitle December 2005
+@subtitle @code{libm} 1.4
+@subtitle December 1995
@author {Steve Chamberlain}
@author {Roland Pesch}
-@author {Red Hat Support}
-@author {Jeff Johnston}
+@author {Cygnus Support}
@page
@tex
{\parskip=0pt
-\hfill Red Hat Support\par
+\hfill Cygnus Support\par
\hfill sac@@cygnus.com\par
\hfill pesch@@cygnus.com\par
-\hfill jjohnstn@@redhat.com\par
}
\global\parindent=0pt % Steve likes it this way
@end tex
@vskip 0pt plus 1filll
-Copyright @copyright{} 1992, 1993, 1994-2004 Red Hat, Inc.
+Copyright @copyright{} 1992, 1993 Cygnus Support
@file{libm} includes software developed at SunPro, a Sun Microsystems,
Inc. business. Permission to use, copy, modify, and distribute this
@@ -127,7 +125,7 @@ be reentrant.
@c The exact behavior depends on the currently selected error handling
@c mode (IEEE, POSIX, X/Open, or SVID).
-With reentrant C libraries like the Red Hat newlib C library, @code{errno} is
+With reentrant C libraries like the Cygnus C library, @code{errno} is
a macro which expands to the per-thread error value. This makes it thread
safe.