Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-12 | Optimized memchr, memrchr, rawmemchr for x86-32 | Liubov Dmitrieva | 1 | -1/+1 | |
2011-10-12 | Optimize libm | Ulrich Drepper | 1 | -1/+4 | |
libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized. | |||||
2011-10-08 | Note bug number in CL | Ulrich Drepper | 1 | -1/+1 | |
2011-10-08 | Fix netname2host | Andreas Jaeger | 1 | -2/+2 | |
2011-10-07 | Fix remainder (NaN, 0) | Andreas Jaeger | 1 | -3/+3 | |
2011-10-07 | Improve 64 bit memchr, memrchr, rawmemchr with SSE2 | Liubov Dmitrieva | 1 | -0/+3 | |
2011-10-07 | Fix type in NEWS | Ulrich Drepper | 1 | -1/+1 | |
2011-10-07 | Implement caching of nscd | Ulrich Drepper | 1 | -1/+4 | |
2011-09-11 | Avoid cast in non-gcc obstack_free | Ulrich Drepper | 1 | -2/+2 | |
2011-09-11 | Fix use of AC_INIT | Ulrich Drepper | 1 | -3/+3 | |
2011-09-09 | Fix jn precision | Petr Baudis | 1 | -2/+3 | |
2011-09-09 | Fix boundary conditions in scanf | Ulrich Drepper | 1 | -1/+1 | |
Allocate large buffers with realloc. When returning error make sure the stream is unlocked. | |||||
2011-09-09 | Don't lock string streams in stream cleanup code | Ulrich Drepper | 1 | -2/+2 | |
2011-09-08 | Fix macro used in test | H.J. Lu | 1 | -2/+2 | |
2011-09-08 | Add missing definition of LOCPATH for bug-regex32 run | John Stanley | 1 | -1/+1 | |
2011-09-08 | Add range checking for FD_SET, FD_CLR, and FD_ISSET | Ulrich Drepper | 1 | -1/+4 | |
2011-09-07 | Fix memory leak in case of failed dlopen | Ulrich Drepper | 1 | -1/+1 | |
2011-09-07 | Remove invalid BZ number | Ulrich Drepper | 1 | -1/+1 | |
2011-09-07 | Fix profiling on powerpc32 secure-plt shared libs and PIEs | Alan Modra | 1 | -2/+2 | |
2011-09-05 | Try shell in posix_spawn* only in compat mode | Ulrich Drepper | 1 | -1/+1 | |
2011-09-05 | Fix glob.h header by removing gcc 1.x support | Ulrich Drepper | 1 | -1/+1 | |
2011-09-05 | Use O_CLOEXEC when loading ld.so cache | Ulrich Drepper | 1 | -2/+2 | |
2011-09-05 | Optimized strchr and strrchr with SSE2 on x86-32 | Liubov Dmitrieva | 1 | -0/+3 | |
2011-09-05 | Add optimized x86-64 wcscmp | Ulrich Drepper | 1 | -1/+2 | |
2011-09-05 | Add x86-32 optimized wcscmp | Ulrich Drepper | 1 | -1/+1 | |
2011-09-05 | Fix semid_ds for x86-64 | Ulrich Drepper | 1 | -2/+3 | |
2011-08-20 | Add test for BZ 13114 | Ulrich Drepper | 1 | -2/+2 | |
2011-08-09 | Implement scandirat function | Ulrich Drepper | 1 | -1/+4 | |
2011-07-23 | Adjust test for correct installation | Ulrich Drepper | 1 | -2/+2 | |
2011-07-20 | Check for overflows in expressions | Ulrich Drepper | 1 | -1/+1 | |
Some passed in values might cause overflows in expressions. | |||||
2011-07-20 | Fix check for AVX enablement | Ulrich Drepper | 1 | -2/+2 | |
The AVX bit is set if the CPU supports AVX. But this doesn't mean the kernel does. Add checks according to Intel's documentation. | |||||
2011-07-19 | Correct feature announcement | Ulrich Drepper | 1 | -1/+1 | |
2011-07-19 | Improve 64 bit strcat functions with SSE2/SSSE3 | Liubov Dmitrieva | 1 | -1/+4 | |
2011-07-07 | Handle Lustre filesystem | Andreas Dilger | 1 | -1/+1 | |
2011-07-06 | Handle W; without long options in getopt | Ulrich Drepper | 1 | -1/+1 | |
2011-07-06 | Change error code for underflows in strtod | Ulrich Drepper | 1 | -2/+2 | |
2011-06-28 | Fix quoting in some installed shell scripts | Ulrich Drepper | 1 | -2/+2 | |
2011-06-24 | Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64 | H.J. Lu | 1 | -0/+3 | |
2011-06-24 | Work around limit in writev in 2.6.38+ kernels | Ulrich Drepper | 1 | -1/+1 | |
2011-06-24 | Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32 | H.J. Lu | 1 | -1/+4 | |
2011-06-22 | Avoid __check_pf calls in getaddrinfo unless really needed | Ulrich Drepper | 1 | -2/+2 | |
2011-06-21 | Fix IPv6-only lookups through getaddrinfo | Ulrich Drepper | 1 | -1/+5 | |
A recent patch introduced a problem where IPv6 lookups happily returned IPv4 addresses. | |||||
2011-06-15 | Add initgroups lookups to nss_db | Ulrich Drepper | 1 | -1/+5 | |
2011-06-09 | Add pldd program | Ulrich Drepper | 1 | -1/+4 | |
2011-06-07 | Start 2.15 development | Ulrich Drepper | 1 | -1/+3 | |
2011-06-04 | Fix <bits/mqueue2.h> for C++ | Jakub Jelinek | 1 | -2/+2 | |
2011-05-30 | Handle DNS server failures in case of AF_UNSPEC lookups correctly | Ulrich Drepper | 1 | -3/+3 | |
2011-05-30 | Undo last patch | Ulrich Drepper | 1 | -6/+6 | |
2011-05-30 | Add BZ number to NEWS | Ulrich Drepper | 1 | -6/+6 | |
2011-05-30 | Handle DSOs without any dependency in ld.so | Ulrich Drepper | 1 | -2/+2 | |