glibc:hjl/pr19590

Last commit made on 2016-02-16
Get this branch:
git clone -b hjl/pr19590 https://git.launchpad.net/glibc

Branch merges

Branch information

Name:
hjl/pr19590
Repository:
lp:glibc

Recent commits

539f0c9... by "H.J. Lu" <email address hidden>

Remove test-double-libmvec-alias-*-wrappers.c

b21680a... by Andrew Senkevich <email address hidden>

Another way for test of aliases.

f070143... by Andrew Senkevich <email address hidden>

Fixed workaround for *_finite libmvec symbols and added tests.

2c8f75f... by Carlos O'Donell <email address hidden>

Update INSTALL with latest versions tested to work.

3c47c83... by Carlos O'Donell <email address hidden>

Ensure isinff, isinfl, isnanf, and isnanl are defined (Bug 19439)

In ICO C++11 mode ensure that isinff, isinfl, isnanf, and isnanl
are defined. These functions were accidentally removed from the
header as part of commit d9b965fa56350d6eea9f7f438a0714c7ffbb183f,
but being GNU extensions, they should have been left in place.

1233be7... by Mike Frysinger

Revert "ChangeLogs: convert to utf-8"

This reverts commit d2bb040b2a2f58b1ef80f01292bd722fce01d36a.

It seems some files (like tst-regex) directly parse these and rely on
some of its content *not* being UTF-8. Until we can fix thoses tests
(and isolate them from ChangeLog updates), back out this change.

It also shouldn't really have landed during the freeze.

f34f146... by Florian Weimer

hsearch_r: Apply VM size limit in test case

e535ce2... by Szabolcs Nagy <email address hidden>

[ARM] add missing -funwind-tables to test case (bug 19529)

stdlib/tst-makecontext test failed on arm because it used backtrace
without -funwind-tables.

d2bb040... by Paul Eggert

ChangeLogs: convert to utf-8

cd46e35... by Mike Frysinger

localedata: convert all files to utf-8

The comments were using various encodings like ISO-8859-1.
Convert them all over to UTF-8.