Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
glibc
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
André Almeida
glibc
Commits
ee9247c3
Commit
ee9247c3
authored
12 years ago
by
Carlos O'Donell
Browse files
Options
Downloads
Patches
Plain Diff
Update NEWS and README.
Final update for 2.16 release.
parent
4648c381
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+6
-0
6 additions, 0 deletions
ChangeLog
NEWS
+14
-3
14 additions, 3 deletions
NEWS
README
+5
-3
5 additions, 3 deletions
README
with
25 additions
and
6 deletions
ChangeLog
+
6
−
0
View file @
ee9247c3
2012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
* NEWS: Update copyright. Remove last-updated date.
Mention math library bug fixes and timezone data changes.
* README: Mention GNU/Hurd, x32, and HPPA support status.
2012-06-28 Thomas Schwinge <thomas@codesourcery.com>
* manual/contrib.texi (Contributors): Sort alphabetically by last name.
...
...
This diff is collapsed.
Click to expand it.
NEWS
+
14
−
3
View file @
ee9247c3
GNU C Library NEWS -- history of user-visible changes.
2012-1-27
Copyright (C) 1992-
2009, 2010, 2011,
2012 Free Software Foundation, Inc.
GNU C Library NEWS -- history of user-visible changes.
Copyright (C) 1992-2012 Free Software Foundation, Inc.
See the end for copying conditions.
Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/>
...
...
@@ -123,6 +123,17 @@ Version 2.16
what x86-64 configurations install. These same header files can be used
for -m32, -m64, or -mx32 builds.
Contributed by H.J. Lu.
* Math library bug fixes. A thorough audit of all open math library bugs was
conducted by Joseph Myers. Significant progress was made on many math
library bugs resulting in more accurate exceptions and function results.
Many thanks to all those that contributed including Andreas Jaeger for his
patch review and work on the x87 trigonometric instruction issues.
* Timezone data is no longer installed. Timezone-related binaries and scripts
will continue to be installed. Users should obtain their timezone data from
their distribution provider or from the tzdata package at
<ftp://munnari.oz.au/pub/>.
Version 2.15
...
...
@@ -2087,7 +2098,7 @@ Version 1.04
----------------------------------------------------------------------
Copyright information:
Copyright (C) 1992-20
09, 2010, 201
1 Free Software Foundation, Inc.
Copyright (C) 1992-201
2
Free Software Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
...
...
This diff is collapsed.
Click to expand it.
README
+
5
−
3
View file @
ee9247c3
...
...
@@ -12,7 +12,9 @@ implement the operating system behavior seen by user applications.
In GNU/Hurd systems, it works with a microkernel and Hurd servers.
The GNU C Library implements much of the POSIX.1 functionality in the
GNU/Hurd system, using configurations i[34567]86-*-gnu.
GNU/Hurd system, using configurations i[34567]86-*-gnu. The current
GNU/Hurd support requires out-of-tree patches that will eventually be
incorporated into an official GNU C Library release.
When working with Linux kernels, the GNU C Library version from
version 2.4 on is intended primarily for use with Linux kernel version
...
...
@@ -34,7 +36,7 @@ installed for the pthread library to work correctly.
The GNU C Library supports these configurations for using Linux kernels:
i[4567]86-*-linux-gnu
x86_64-*-linux-gnu
x86_64-*-linux-gnu
Can build either x86_64 or x32
powerpc-*-linux-gnu Hardware floating point required
powerpc64-*-linux-gnu
s390-*-linux-gnu
...
...
@@ -52,7 +54,7 @@ Currently these configurations have code in the `ports' add-on:
alpha*-*-linux-gnu Requires Linux 2.6.9 or newer for NPTL
am33*-*-linux-gnu Not currently functional
arm-*-linux-gnueabi Requires Linux 2.6.16-rc1 or newer for NPTL
hppa-*-linux-gnu
Requires Linux 2.6.9 or newer for NPTL
hppa-*-linux-gnu
Not currently functional without patches.
ia64-*-linux-gnu
m68k-*-linux-gnu
mips-*-linux-gnu Requires Linux 2.6.12 or newer for NPTL
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment