Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-11 | Avoid cast in non-gcc obstack_free | Ulrich Drepper | |
2011-09-11 | Fix use of AC_INIT | Ulrich Drepper | |
2011-09-11 | Provide static initializer for _dl_pagesize in statically linked code | Ulrich Drepper | |
2011-09-10 | Remove MALLOC_FAILURE_ACTION use in malloc | Ulrich Drepper | |
2011-09-10 | Simplify malloc initialization | Ulrich Drepper | |
Singificantly reduce the code needed at malloc initialization. In the process getpagesize is simplified by always initializing GLRO(dl_pagesize). | |||
2011-09-10 | Simplify malloc code | Ulrich Drepper | |
Remove all kinds of unused configuration options and dead code. | |||
2011-09-10 | Remove support for !USE___THREAD | Ulrich Drepper | |
2011-09-10 | Cleanup of configuration options | Ulrich Drepper | |
Make several tool features mandatory and simplify the code. | |||
2011-09-09 | Fix jn precision | Petr Baudis | |
2011-09-09 | Use (void*) instead of 0 for return value pointer in __cmsg_nexthdr | Ulrich Drepper | |
2011-09-09 | Fix boundary conditions in scanf | Ulrich Drepper | |
Allocate large buffers with realloc. When returning error make sure the stream is unlocked. | |||
2011-09-09 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
Conflicts: ChangeLog | |||
2011-09-09 | Don't lock string streams in stream cleanup code | Ulrich Drepper | |
2011-09-09 | Define ELFOSABI_GNU. | Roland McGrath | |
2011-09-09 | string/strncat.c: fix compilation for some architectures | Denis Zaitceff | |
2011-09-09 | Fix sotruss help messages | Ulrich Drepper | |
2011-09-09 | Fill in real information in __dl_iterate_phdr | Ulrich Drepper | |
2011-09-08 | Fix macro used in test | H.J. Lu | |
2011-09-08 | Fix warning in elf/sprof.c | Andreas Jaeger | |
2011-09-08 | Fix lround() loses precision | Paul Pluzhnikov | |
2011-09-08 | Regenerated | Ulrich Drepper | |
2011-09-08 | Remove support for automatic cvs check-ins | Ulrich Drepper | |
CVS use for glibc is long gone. | |||
2011-09-08 | Add missing definition of LOCPATH for bug-regex32 run | John Stanley | |
2011-09-08 | Add range checking for FD_SET, FD_CLR, and FD_ISSET | Ulrich Drepper | |
2011-09-08 | Move wide char tests to wcsmbs directory | Ulrich Drepper | |
2011-09-08 | New comprehensive test for wmemcmp | Liubov Dmitrieva | |
2011-09-08 | BZ#13153: Update manual last-edit info. | Roland McGrath | |
2011-09-08 | sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro. | Samuel Thibault | |
2011-09-08 | Hurd: fix use of uninitialized value in fork port copying. | Roland McGrath | |
2011-09-08 | Fix crash during error handling | Andreas Schwab | |
2011-09-08 | Use O_CLOEXEC when loading objects in ld.so | Ulrich Drepper | |
2011-09-07 | Pass back error code from dlerror_run | Ulrich Drepper | |
2011-09-07 | Fix memory leak in case of failed dlopen | Ulrich Drepper | |
2011-09-07 | Remove invalid BZ number | Ulrich Drepper | |
2011-09-07 | Fix up x86-32 section names for Atom code | Liubov Dmitrieva | |
2011-09-07 | Check for finite/infinity parms in IBM Long Double 128 fmal( ) | Ulrich Drepper | |
This patch addresses some IBM Long Double 128 fmal () test-ldouble.out and test-ildoubl.out failures. If the ‘x’ and ‘y’ parameters are finite values and ‘z’ is infinity, the result of fmal () should be ‘z’ not NaN. Conflicts: ChangeLog | |||
2011-09-07 | Fix whitespaces | Ulrich Drepper | |
2011-09-07 | Trigonometric optimizations for POWER | Adhemerval Zanella | |
2011-09-07 | Fix profiling on powerpc32 secure-plt shared libs and PIEs | Alan Modra | |
2011-09-07 | power7 strncmp optimization | Will Schmidt | |
2011-09-07 | power7 memcpy VSX optimizations | Will Schmidt | |
2011-09-07 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
Conflicts: ChangeLog | |||
2011-09-07 | Simplify AVX check | H.J. Lu | |
2011-09-07 | Revert "Fix semid_ds for x86-64" | Andreas Schwab | |
This reverts commit 2f0ad8f3a470fa5e9aeb9c5a41984f96ae58d7ba. | |||
2011-09-07 | Remove gettimeofday vsyscall use from x86-86 libpthread | Ulrich Drepper | |
2011-09-07 | Make sure __vdso_clock_gettime always contains a valid pointer | Ulrich Drepper | |
2011-09-06 | Fix handling of __vdso_clock_gettime | Ulrich Drepper | |
2011-09-06 | Don't call gettimeofday vsyscall in x86-64 sem_timedwait | Ulrich Drepper | |
2011-09-06 | Move Atom-optimized code out of the way and together | Ulrich Drepper | |
2011-09-06 | Don't unconditionally use clock_gettime vsyscall on x86-64 | Ulrich Drepper | |