glibc:cvs/glibc-2_6-branch

Last commit made on 2007-07-31
Get this branch:
git clone -b cvs/glibc-2_6-branch https://git.launchpad.net/glibc

Branch merges

Branch information

Name:
cvs/glibc-2_6-branch
Repository:
lp:glibc

Recent commits

e6ff5e3... by Jakub Jelinek <email address hidden>

.

007bd9c... by Jakub Jelinek <email address hidden>

 * NEWS, version.h (VERSION): 2.6.1.

8dce637... by Jakub Jelinek <email address hidden>

 * sysdeps/unix/sysv/linux/i386/clone.S: Revert 2006-11-30 changes.
 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.

6120b32... by Jakub Jelinek <email address hidden>

2007-07-31 Jakub Jelinek <email address hidden>

 * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.

2007-07-28 Ulrich Drepper <email address hidden>

 [BZ #4858]
 * stdio-common/printf_fp.c (___printf_fp): Fix special case of
 #.0g and value rounded to 1.0.
 * stdio-common/tfformat.c (sprint_doubles): Add two new tests.

78a2b0c... by Jakub Jelinek <email address hidden>

2007-07-27 Jakub Jelinek <email address hidden>

 * sysdeps/sparc/tls.h (tcbhead_t): Move gscope_flag to the end
 of the structure for sparc32.

2007-07-26 Aurelien Jarno <email address hidden>

 * sysdeps/sparc/tls.h (tcbhead_t): Add gscope_flag.

13a4ee0... by Jakub Jelinek <email address hidden>

 [BZ #4745]
 [BZ #4586]
 [BZ #4702]
 [BZ #4525]
 [BZ #4514]
 [BZ #4512]
 Merge selected bugfixes from the trunk.

0923a2c... by Ulrich Drepper <email address hidden>

* stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF

 in loop to look for conversion specifier to avoid testing of
 wrong errno value.
 * stdio-common/Makefile (tests): Add bug18, bug18a, bug19, bug19a.
 * stdio-common/bug18a.c: New file.
 * stdio-common/bug19.c: New file.
 * stdio-common/bug19a.c: New file.

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

* libio/wstrops.c (_IO_wstr_underflow): Clear errno before

 returning WEOF.
 * stdio-common/Makefile (tests): Add bug18a.
 * stdio-common/bug18a.c: New file.

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

[BZ #4745]

2007-07-07 Ulrich Drepper <email address hidden>
 [BZ #4745]
 * libio/strops.c (_IO_str_underflow): Clear errno before returning
 EOF.
 * stdio-common/Makefile (tests): Add bug18.
 * stdio-common/bug18.c: New file.

765c6b0... by Ulrich Drepper <email address hidden>

* sysdeps/sh/tls.h: Include stdlib.h, list.h, sysdep.h and

 kernel-features.h.