diff options
author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-07-22 16:40:48 +0000 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-07-22 16:40:48 +0000 |
commit | 5e7d0a5510c83685271168b990af0757e7daeefb (patch) | |
tree | f0e9596061f1d295b53e12cde9817a264c9ab27a /newlib/libm | |
parent | 08e2551c20dbaa27fbe63e5c7afda736914f78ab (diff) | |
download | newlib-5e7d0a5510c83685271168b990af0757e7daeefb.zip newlib-5e7d0a5510c83685271168b990af0757e7daeefb.tar.gz newlib-5e7d0a5510c83685271168b990af0757e7daeefb.tar.bz2 |
* libc/libc.texinfo: Change copyright notices to Red Hat from
Cygnus.
* libm/libm.texinfo: Likewise.
* README: Change docs URL to
http://sources.redhat.com/newlib/docs.html.
Diffstat (limited to 'newlib/libm')
-rw-r--r-- | newlib/libm/libm.texinfo | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/newlib/libm/libm.texinfo b/newlib/libm/libm.texinfo index ab527a2..c733283 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 Cygnus Support +Copyright (C) 1992, 1993, 1995, 1996-2002 Red Hat, Inc. @file{libm} includes software developed at SunPro, a Sun Microsystems, Inc. business. Permission to use, copy, modify, and distribute this @@ -57,28 +57,30 @@ into another language, under the above conditions for modified versions. @iftex @finalout @setchapternewpage odd -@settitle Cygnus C Math Library +@settitle The Red Hat newlib C Math Library @titlepage -@title The Cygnus C Math Library +@title The Red Hat newlib C Math Library @sp 1 -@subtitle @code{libm} 1.4 -@subtitle December 1995 +@subtitle @code{libm} 1.10.0 +@subtitle July 2002 @author {Steve Chamberlain} @author {Roland Pesch} -@author {Cygnus Support} +@author {Red Hat Support} +@author {Jeff Johnston} @page @tex {\parskip=0pt -\hfill Cygnus Support\par +\hfill Red Hat 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 Cygnus Support +Copyright @copyright{} 1992, 1993, 1994-2002 Red Hat, Inc. @file{libm} includes software developed at SunPro, a Sun Microsystems, Inc. business. Permission to use, copy, modify, and distribute this @@ -125,7 +127,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 Cygnus C library, @code{errno} is +With reentrant C libraries like the Red Hat newlib C library, @code{errno} is a macro which expands to the per-thread error value. This makes it thread safe. |