aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2011-08-20Add test for BZ 13114Ulrich Drepper
2011-08-09Implement scandirat functionUlrich Drepper
2011-07-23Adjust test for correct installationUlrich Drepper
2011-07-20Check for overflows in expressionsUlrich Drepper
Some passed in values might cause overflows in expressions.
2011-07-20Fix check for AVX enablementUlrich Drepper
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-19Correct feature announcementUlrich Drepper
2011-07-19Improve 64 bit strcat functions with SSE2/SSSE3Liubov Dmitrieva
2011-07-07Handle Lustre filesystemAndreas Dilger
2011-07-06Handle W; without long options in getoptUlrich Drepper
2011-07-06Change error code for underflows in strtodUlrich Drepper
2011-06-28Fix quoting in some installed shell scriptsUlrich Drepper
2011-06-24Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64H.J. Lu
2011-06-24Work around limit in writev in 2.6.38+ kernelsUlrich Drepper
2011-06-24Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32H.J. Lu
2011-06-22Avoid __check_pf calls in getaddrinfo unless really neededUlrich Drepper
2011-06-21Fix IPv6-only lookups through getaddrinfoUlrich Drepper
A recent patch introduced a problem where IPv6 lookups happily returned IPv4 addresses.
2011-06-15Add initgroups lookups to nss_dbUlrich Drepper
2011-06-09Add pldd programUlrich Drepper
2011-06-07Start 2.15 developmentUlrich Drepper
2011-06-04Fix <bits/mqueue2.h> for C++Jakub Jelinek
2011-05-30Handle DNS server failures in case of AF_UNSPEC lookups correctlyUlrich Drepper
2011-05-30Undo last patchUlrich Drepper
2011-05-30Add BZ number to NEWSUlrich Drepper
2011-05-30Handle DSOs without any dependency in ld.soUlrich Drepper
2011-05-29Restore _res correctlyUlrich Drepper
getaddrinfo works around the resolver functionality to avoid automatic IPv6 lookups. The restoring didn't allow for the resolver to set additional bits in _res.
2011-05-29Reference wrong BZUlrich Drepper
2011-05-29Interpret numeric values in shadow file as signedUlrich Drepper
2011-05-29Recognize use-vc option in resolv.confUlrich Drepper
2011-05-29Record when bug 11577 was fixed and by which patchUlrich Drepper
2011-05-29Don't build AVX tests with old compilersUlrich Drepper
2011-05-29Mark malloc hook variables as deprecatedUlrich Drepper
2011-05-29Declare malloc hook variables as volatile.Ulrich Drepper
2011-05-29Don't document si_code used for raise()Ulrich Drepper
2011-05-28Fix unnecessary overallocation due to incomplete characterUlrich Drepper
When incomplete characters are found at the end of a string the code ran amok and allocated lots of memory. Stricter limits are now in place.
2011-05-28Add sotruss programUlrich Drepper
2011-05-28Add sendmmsg syscallUlrich Drepper
2011-05-28Set setns system callUlrich Drepper
2011-05-27Use getcpu definition from vDSO on x86-64Ulrich Drepper
2011-05-27Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
Conflicts: ChangeLog NEWS
2011-05-27Fix conversion to ISO-2022-JP-2 with ISO-8859-7 designationAndreas Schwab
2011-05-23Define RLIMIT_RTTIMEUlrich Drepper
2011-05-22Add a few more alloca size checksUlrich Drepper
2011-05-21Always fill output buffer in XPG strerror functionUlrich Drepper
2011-05-21Fix CP1258 conversionUlrich Drepper
a5 ec was mishandled and the other direction appropriately so, too.
2011-05-21Fix handling of LC_CTYPE in locale name handlingUlrich Drepper
2011-05-21Set stream errors in more casesUlrich Drepper
Also avoid unnecessarily setting errno when testing for TTY.
2011-05-20Don't unconditionally use alloca in gaih_inetUlrich Drepper
2011-05-20Update documentation in regex.hReuben Thomas
2011-05-18Fix typo in x86-64 powlH.J. Lu
2011-05-17Update GB18030 to 2005 versionUlrich Drepper