glibc:fedora/2.10/master

Last commit made on 2009-11-20
Get this branch:
git clone -b fedora/2.10/master https://git.launchpad.net/glibc

Branch merges

Branch information

Name:
fedora/2.10/master
Repository:
lp:glibc

Recent commits

b005db4... by Andreas Schwab

2.10.2-1

82e87e0... by Andreas Schwab

Merge commit 'glibc-2.10.2' into fedora/2.10/master

ed26dd5... by Andreas Schwab

No longer try to use separate libidn addon

dacc52e... by Andreas Schwab

glibc 2.10.2 release

56ddc4b... by Roland McGrath <email address hidden>

New simplified make dist using git archive.
(cherry picked from commit 6cfe8609b890f33e6c7235549cb02c3c6a0f3820)

6c7deb9... by Andreas Schwab

Correct readahead syscall wrapper on powerpc32.

Due to alignment of 64bit parameters there is a dummy second argument.
But other than that the syscall arguments are directly mapped to the
function arguments.
(cherry picked from commit 5b55d23611e939340d658f42212c474c8188053e)

710cfbb... by Jakub Jelinek <email address hidden>

Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64.

As reported in http://bugzilla.redhat.com/533063 , preadv/pwritev prototypes
are wrong on 32-bit arches with -D_FILE_OFFSET_BITS=64 and as I've just
found, fallocate is wrong too.
The problem is that only off_t is remapped to the 64-bit type transparently,
__off_t is not.
(cherry picked from commit 34df851b3364e14133b865574dbc5f2a8b88874e)

44dbdf3... by H.J. Lu

Support binutils 2.100 and 3.0.

(cherry picked from commit 0549ce8ec1f66a41c59815e50dd48ffd74fabb52)

2efa76e... by Andreas Schwab

Fix malformed #pragma.

(cherry picked from commit 3d60eb17340768688bd287580c32365c1e925487)

d636be3... by Ulrich Drepper <email address hidden>

Fix endless loop in localedef.

localedef got into an endless loop in case order_start was used for
the unnamed_section twice and the first use didn't actually result
into any definition.
(cherry picked from commit 7a7e49c020125d444fec7fded51bd5f82bfc8c49)