glibc:hjl/pr14562/2.16

Last commit made on 2012-09-09
Get this branch:
git clone -b hjl/pr14562/2.16 https://git.launchpad.net/glibc

Branch merges

Branch information

Name:
hjl/pr14562/2.16
Repository:
lp:glibc

Recent commits

5362c04... by "H.J. Lu" <email address hidden>

Properly handle fencepost with MALLOC_ALIGN_MASK

5b48980... by "H.J. Lu" <email address hidden>

Use LD_SO to set $ld_so_name/$ld_so_version

cherry-pick d22e28b070d3d1572d39a463d711c6f223078552

Conflicts:
 ChangeLog
 NEWS

da1f431... by Joseph Myers <email address hidden>

Fix strtod integer/buffer overflow (bug 14459).
(cherry picked from commit d6e70f4368533224e66d10b7f2126b899a3fd5e4)

Conflicts:

 ChangeLog
 NEWS
 stdlib/Makefile

6db8f73... by Liubov Dmitrieva <email address hidden>

Fix segmentation fault in strncasecmp for i686

2012-08-15 Liubov Dmitrieva <email address hidden>

 [BZ #14195]
        * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
        segmentation fault for a case of two empty input strings.
 * string/test-strncasecmp.c (check1): Renamed to...
 (bz12205): ...this.
 (bz14195): Add new testcase for two empty input strings and N > 0.
 (test_main): Call new testcase, adapt for renamed function.
(cherry picked from commit b3f479a85a3e191befbe821d787d7f71c0f64e79)

a7ef7b6... by Mike Frysinger

sunrpc: fix rpc bootstrap builds

If you build & install glibc w/rpc disabled, you no longer have headers in
/usr/include/rpc/ (this is expected). But if you try to build glibc w/rpc
enabled, this gets into a bad state due to the new rpc helpers that get
cross-compiled:

$ make
...
x86_64-pc-linux-gnu-gcc -m32 -D_RPC_THREAD_SAFE_ -D_GNU_SOURCE -DIS_IN_build \
 -include $objdir/config.h rpc_clntout.c -o $objdir/sunrpc/cross-rpc_clntout.o \
 -MMD -MP -MF $objdir/sunrpc/cross-rpc_clntout.o.dt -MT $objdir/sunrpc/cross-rpc_clntout.o -c
rpc_clntout.c:34:23: fatal error: rpc/types.h: No such file or directory
compilation terminated.
make: *** [$objdir/sunrpc/cross-rpc_clntout.o] Error 1

Signed-off-by: Mike Frysinger <email address hidden>

(cherry picked from commit fb21f89b75d0152aa42efb6b620843799a4cd76b)

95e0397... by Andreas Jaeger

Update from translation team
(cherry picked from commit dd31893430a76e81cbd8b5412c5894f27bab39c7)

56935d3... by Andreas Jaeger

Update from french translation team
(cherry picked from commit b637d46e7a900f516849487a5c4de734d4b3020d)

40f2990... by Andreas Jaeger

Translation team update for fr.po/sv.po
(cherry picked from commit 71220acad5c72ecae8679e48502ab706bd908cc5)

6641208... by Andreas Jaeger

Update from translation team: fr.po
(cherry picked from commit 608404ebf64fa02c8aaf2778b1bf00d5a0292d1a)

593dafc... by Andreas Schwab

Adapt tst-catgets to changes in tst-gettext
(cherry picked from commit 704bc4594dc1fad46831823627749fa10924b41d)