GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set "fail on error" mode directly in testsuite shell scripts
Dmitry V. Levin
2012-09-25
1
-0
/
+33
*
Add copyright notices to testsuite shell scripts
Dmitry V. Levin
2012-09-25
1
-0
/
+8
*
Use static link by default for --disable-shared
H.J. Lu
2012-09-24
1
-0
/
+7
*
Replace crtendS.o with crtend.o for static link
H.J. Lu
2012-09-24
1
-0
/
+2
*
Properly handle fencepost with MALLOC_ALIGN_MASK
H.J. Lu
2012-09-24
1
-0
/
+6
*
Make printf respect the rounding mode for hex output (bug 5044).
Joseph Myers
2012-09-24
1
-0
/
+13
*
Remove _G_HAVE_SYS_WAIT and _IO_HAVE_SYS_WAIT.
Joseph Myers
2012-09-21
1
-0
/
+11
*
Remove _G_NEED_STDARG_H.
Joseph Myers
2012-09-20
1
-0
/
+7
*
rtld: limit self loading check to normal mode only
Dmitry V. Levin
2012-09-19
1
-0
/
+8
*
Don't set TIMEOUTFACTOR in sysdeps/wordsize-64/Makefile.
Joseph Myers
2012-09-18
1
-0
/
+6
*
crypt: bump up md5test-giant timeout from 180s to 480s
Chris Metcalf
2012-09-17
1
-0
/
+4
*
Remove _G_HAVE_IO_GETLINE_INFO.
Joseph Myers
2012-09-17
1
-0
/
+11
*
Remove $(have-cpp-asm-debuginfo) check
H.J. Lu
2012-09-15
1
-0
/
+8
*
Make printf respect the rounding mode for decimal output (bug 5044).
Joseph Myers
2012-09-14
1
-0
/
+12
*
Remove unused __rtld_lock_init_recursive macro
H.J. Lu
2012-09-13
1
-0
/
+9
*
Remove _G_HAVE_PRINTF_FP.
Joseph Myers
2012-09-13
1
-0
/
+7
*
Make strtod respect the rounding mode (bug 14518).
Joseph Myers
2012-09-12
1
-0
/
+27
*
Update i386 ULPs for recently added math tests
Allan McRae
2012-09-12
1
-0
/
+4
*
Remove unused typedefs and macros from _G_config.h.
Joseph Myers
2012-09-11
1
-0
/
+27
*
Update copyright years in csu/libc-tls.c
H.J. Lu
2012-09-11
1
-0
/
+4
*
Remove _G_USING_THUNKS.
Joseph Myers
2012-09-10
1
-0
/
+5
*
Remove libio C++ vtable definitions.
Joseph Myers
2012-09-10
1
-0
/
+16
*
Update ChangeLog
H.J. Lu
2012-09-10
1
-2
/
+0
*
Run tst-fopenloc if $(build-shared) is yes
H.J. Lu
2012-09-10
1
-0
/
+6
*
Update copyright years
H.J. Lu
2012-09-10
1
-0
/
+4
*
Fix x86 SSE cosf, sinf issues
Liubov Dmitrieva
2012-09-10
1
-0
/
+10
*
Add "shopt -s nullglob" to check-local-headers.sh
H.J. Lu
2012-09-07
1
-0
/
+2
*
Check if deriv->steps is NULL before freeing it
H.J. Lu
2012-09-07
1
-0
/
+3
*
Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++
H.J. Lu
2012-09-07
1
-0
/
+13
*
Remove gnu/stubs.h dependency on soversions.mk
H.J. Lu
2012-09-07
1
-0
/
+5
*
Use www.gnu.org as example hostname in manual/examples/inetcli.c.
Joseph Myers
2012-09-07
1
-0
/
+6
*
Cleanup code duplication in malloc on fallback to use another arena
Siddhesh Poyarekar
2012-09-07
1
-0
/
+11
*
Fix description of carg branch cut (bug 13542)
John Tobey
2012-09-07
1
-0
/
+6
*
Use www.gnu.org as example hostname in manual (bug 10014).
Joseph Myers
2012-09-07
1
-0
/
+4
*
Fix pointers between nodes in manual (bug 10038).
Joseph Myers
2012-09-07
1
-0
/
+6
*
Restore GL(dl_initial_dtv)
H.J. Lu
2012-09-06
1
-0
/
+6
*
Remove _dl_initial_dtv
H.J. Lu
2012-09-06
1
-0
/
+10
*
Synchronize with linux/elf.h.
Petr Machata
2012-09-06
1
-0
/
+7
*
Always check dtv before freeing dtv[-1]
H.J. Lu
2012-09-06
1
-0
/
+7
*
Use crtbeginT.o to statically link programs
H.J. Lu
2012-09-06
1
-0
/
+12
*
Fix strtod test for values above maximum for IBM long double.
Joseph Myers
2012-09-06
1
-0
/
+7
*
S/390: Fix optimized mem* running on 31 bit kernels.
Andreas Krebbel
2012-09-06
1
-0
/
+11
*
Recognize new sparc hwcap bits.
David S. Miller
2012-09-05
1
-0
/
+6
*
Update sparc ULPs for recently added math tests.
David S. Miller
2012-09-05
1
-0
/
+4
*
* malloc/arena.c: Fold copyright years.
Alexandre Oliva
2012-09-05
1
-0
/
+5
*
* malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
Alexandre Oliva
2012-09-05
1
-0
/
+4
*
* manual/contrib.texi (Contributors): Fix typo. Complete entry.
Alexandre Oliva
2012-09-05
1
-0
/
+4
*
Don't change no_dyn_threshold on mallopt failure
Alexandre Oliva
2012-09-05
1
-0
/
+5
*
Fix typos in malloc/.
Alexandre Oliva
2012-09-05
1
-0
/
+6
*
Fix typos in comments
Siddhesh Poyarekar
2012-09-05
1
-0
/
+6
[next]