about summary refs log tree commit diff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Optimized memchr, memrchr, rawmemchr for x86-32Liubov Dmitrieva2011-10-121-1/+1
|
* Optimize libmUlrich Drepper2011-10-121-1/+4
| | | | | libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized.
* Note bug number in CLUlrich Drepper2011-10-081-1/+1
|
* Fix netname2hostAndreas Jaeger2011-10-081-2/+2
|
* Fix remainder (NaN, 0)Andreas Jaeger2011-10-071-3/+3
|
* Improve 64 bit memchr, memrchr, rawmemchr with SSE2Liubov Dmitrieva2011-10-071-0/+3
|
* Fix type in NEWSUlrich Drepper2011-10-071-1/+1
|
* Implement caching of nscdUlrich Drepper2011-10-071-1/+4
|
* Avoid cast in non-gcc obstack_freeUlrich Drepper2011-09-111-2/+2
|
* Fix use of AC_INITUlrich Drepper2011-09-111-3/+3
|
* Fix jn precisionPetr Baudis2011-09-091-2/+3
|
* Fix boundary conditions in scanfUlrich Drepper2011-09-091-1/+1
| | | | | Allocate large buffers with realloc. When returning error make sure the stream is unlocked.
* Don't lock string streams in stream cleanup codeUlrich Drepper2011-09-091-2/+2
|
* Fix macro used in testH.J. Lu2011-09-081-2/+2
|
* Add missing definition of LOCPATH for bug-regex32 runJohn Stanley2011-09-081-1/+1
|
* Add range checking for FD_SET, FD_CLR, and FD_ISSETUlrich Drepper2011-09-081-1/+4
|
* Fix memory leak in case of failed dlopenUlrich Drepper2011-09-071-1/+1
|
* Remove invalid BZ numberUlrich Drepper2011-09-071-1/+1
|
* Fix profiling on powerpc32 secure-plt shared libs and PIEsAlan Modra2011-09-071-2/+2
|
* Try shell in posix_spawn* only in compat modeUlrich Drepper2011-09-051-1/+1
|
* Fix glob.h header by removing gcc 1.x supportUlrich Drepper2011-09-051-1/+1
|
* Use O_CLOEXEC when loading ld.so cacheUlrich Drepper2011-09-051-2/+2
|
* Optimized strchr and strrchr with SSE2 on x86-32Liubov Dmitrieva2011-09-051-0/+3
|
* Add optimized x86-64 wcscmpUlrich Drepper2011-09-051-1/+2
|
* Add x86-32 optimized wcscmpUlrich Drepper2011-09-051-1/+1
|
* Fix semid_ds for x86-64Ulrich Drepper2011-09-051-2/+3
|
* Add test for BZ 13114Ulrich Drepper2011-08-201-2/+2
|
* Implement scandirat functionUlrich Drepper2011-08-091-1/+4
|
* Adjust test for correct installationUlrich Drepper2011-07-231-2/+2
|
* Check for overflows in expressionsUlrich Drepper2011-07-201-1/+1
| | | | Some passed in values might cause overflows in expressions.
* Fix check for AVX enablementUlrich Drepper2011-07-201-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.
* Correct feature announcementUlrich Drepper2011-07-191-1/+1
|
* Improve 64 bit strcat functions with SSE2/SSSE3Liubov Dmitrieva2011-07-191-1/+4
|
* Handle Lustre filesystemAndreas Dilger2011-07-071-1/+1
|
* Handle W; without long options in getoptUlrich Drepper2011-07-061-1/+1
|
* Change error code for underflows in strtodUlrich Drepper2011-07-061-2/+2
|
* Fix quoting in some installed shell scriptsUlrich Drepper2011-06-281-2/+2
|
* Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64H.J. Lu2011-06-241-0/+3
|
* Work around limit in writev in 2.6.38+ kernelsUlrich Drepper2011-06-241-1/+1
|
* Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32H.J. Lu2011-06-241-1/+4
|
* Avoid __check_pf calls in getaddrinfo unless really neededUlrich Drepper2011-06-221-2/+2
|
* Fix IPv6-only lookups through getaddrinfoUlrich Drepper2011-06-211-1/+5
| | | | | A recent patch introduced a problem where IPv6 lookups happily returned IPv4 addresses.
* Add initgroups lookups to nss_dbUlrich Drepper2011-06-151-1/+5
|
* Add pldd programUlrich Drepper2011-06-091-1/+4
|
* Start 2.15 developmentUlrich Drepper2011-06-071-1/+3
|
* Fix <bits/mqueue2.h> for C++Jakub Jelinek2011-06-041-2/+2
|
* Handle DNS server failures in case of AF_UNSPEC lookups correctlyUlrich Drepper2011-05-301-3/+3
|
* Undo last patchUlrich Drepper2011-05-301-6/+6
|
* Add BZ number to NEWSUlrich Drepper2011-05-301-6/+6
|
* Handle DSOs without any dependency in ld.soUlrich Drepper2011-05-301-2/+2
|