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:
-rw-r--r--newlib/ChangeLog8
-rw-r--r--newlib/README2
-rw-r--r--newlib/libc/libc.texinfo21
-rw-r--r--newlib/libm/libm.texinfo20
4 files changed, 31 insertions, 20 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index c93a2bfd8..b89fcd83c 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+2002-07-22 Thomas Fitzsimmons <fitzsim@redhat.com>
+
+ * 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.
+
2002-07-19 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/Makefile.am: Add pathconf.c and fpathconf.c.
diff --git a/newlib/README b/newlib/README
index a706e723a..68ae48c5c 100644
--- a/newlib/README
+++ b/newlib/README
@@ -43,7 +43,7 @@ More Documentation
==================
Newlib documentation is available on the net via:
- http://www.cygnus.com/pubs/gnupro
+ http://sources.redhat.com/newlib/docs.html
All the documentation for NEWLIB comes as part of the machine-readable
distribution. The documentation is written in Texinfo format, which is
diff --git a/newlib/libc/libc.texinfo b/newlib/libc/libc.texinfo
index ef4410195..d122a9f43 100644
--- a/newlib/libc/libc.texinfo
+++ b/newlib/libc/libc.texinfo
@@ -28,7 +28,7 @@ END-INFO-DIR-ENTRY
@ifinfo
This file documents the ANSI C library.
-Copyright (C) 1992, 1993 Cygnus Support
+Copyright (C) 1992, 1993, 1994-2002 Red Hat, Inc.
@file{libc} includes software developed by the
University of California, Berkeley and its contributors.
@@ -79,22 +79,23 @@ into another language, under the above conditions for modified versions.
@c @cropmarks
@finalout
@setchapternewpage odd
-@settitle Cygnus C Support Library, Full
+@settitle Red Hat newlib C Library, Full
@titlepage
-@title The Cygnus C Support Library
+@title The Red Hat newlib C Library
@subtitle Full Configuration
@sp 1
-@subtitle @code{libc} 1.4
-@subtitle May 1993
+@subtitle @code{libc} 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
-sac@@cygnus.com, pesch@@cygnus.com\hfill {\it The Cygnus C Support Library}\par
-Copyright \copyright{} 1992, 1993 Cygnus Support
+sac@@cygnus.com, pesch@@cygnus.com, jjohnstn@redhat.com\hfill {\it The Red Hat newlib C Library}\par
+Copyright \copyright{} 1992, 1993, 1994-2002 Red Hat Inc.
}
\global\parindent=0pt % Steve likes it this way
@end tex
@@ -105,7 +106,7 @@ University of California, Berkeley and its contributors.
@file{libc} includes software developed by Martin Jackson, Graham Haley
and Steve Chamberlain of Tadpole Technology and released to Cygnus.
-@file{libc} uses floating point converstion software developed at AT&T,
+@file{libc} uses floating point conversion software developed at AT&T,
which includes this copyright information:
@cartouche
@@ -144,7 +145,7 @@ into another language, under the above conditions for modified versions.
@ifinfo
@node Top
-@top The Cygnus C Support Library
+@top The Red Hat newlib C Library
@c The menu contents depend on the configuration, so we include them
@c as a separate file
diff --git a/newlib/libm/libm.texinfo b/newlib/libm/libm.texinfo
index ab527a244..c73328325 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.