glibc:hjl/ctor/release/2.11

Last commit made on 2013-01-28
Get this branch:
git clone -b hjl/ctor/release/2.11 https://git.launchpad.net/glibc

Branch merges

Branch information

Name:
hjl/ctor/release/2.11
Repository:
lp:glibc

Recent commits

91a47ba... by H.J. Lu

Remove `.ctors' and `.dtors' output sections

Conflicts:
 ChangeLog
 configure

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

Restore _res correctly

getaddrinfo works around the resolver functionality to avoid automatic
IPv6 lookups. The restoring didn't allow for the resolver to set
additional bits in _res.

(cherry picked from commit 7ae22829afb2b4ca531d1c00437d428f55d59341)

07c65bd... by Ulrich Drepper <email address hidden>

Fix unnecessary overallocation due to incomplete character

When incomplete characters are found at the end of a string the
code ran amok and allocated lots of memory. Stricter limits
are now in place.

(cherry picked from commit 8887a920a4b81a500f54893250085e0d1a52cf9a)

36edeca... by Petr Baudis <email address hidden>

Revert "Fix file descriptor position after fclose"

This reverts commit 82c938203add9de265744987c8f1efa454d80461.

cf65c66... by Petr Baudis <email address hidden>

Revert "Initialize variable in _IO_new_file_close_it"

This reverts commit 875703d0957adb972d542cfd174dba9bb95e8321.

Conflicts:

 ChangeLog

81313e3... by Roland McGrath <email address hidden>

Revert "Fix memory leak in dlopen with RTLD_NOLOAD."

This reverts commit 522cb50e61c109d41df4dbc366312a133e248dca.

Conflicts:

 ChangeLog

448f6a4... by Roland McGrath <email address hidden>

Revert "Install bits/timex.h header."

This reverts commit c81fb726d822c5c5296c21c9d47c323ce14aa723.

Conflicts:

 ChangeLog

78856c5... by H.J. Lu

Fix typo in x86-64 powl

(cherry picked from commit 8db736347c7aca3201f61e3f05b5f672bcdd5bd9)

50cb4b0... by Ulrich Drepper <email address hidden>

Fix test for error_one_per_line mode in error

(cherry picked from commit 15cc7dd182a6be79cbb01a5de4f13e958717bd69)

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

Remove shortcut for call of chown

The UID might differ, too. Just call chown unconditionally.

(cherry picked from commit f3799213a3ee8265ba47fad33d9cff71d97ab0d4)