summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-09-01Fix array overflow in floating point parserAndreas Schwab
2010-09-01More copyright changes.Ulrich Drepper
2010-09-01Remove duplicate version of pmap_getport from NIS code.Ulrich Drepper
2010-08-31Support fanotify_mark syscall on powerpc32Andreas Schwab
2010-08-27Add missing i686/multiarch/Makefile bit for shared x86_64 code.Roland McGrath
2010-08-27Fixup x86 after x86-64 varshift change.Ulrich Drepper
2010-08-26Move slow Atom code to separate section.Ulrich Drepper
2010-08-26Unroll x86-64 strlenH.J. Lu
2010-08-25Clean up warnings in new x86_64/multiarch code.Roland McGrath
2010-08-25Unroll 32bit SSE strlen and handle slow bsfH.J. Lu
2010-08-25Missing server address again leads to localhost being usedUlrich Drepper
2010-08-24Rejigger header generation for default uname implementation.Roland McGrath
2010-08-24Avoid nested comment.Roland McGrath
2010-08-24Clean up SSE variable shiftsRichard Henderson
2010-08-23Remove multiarch dirs when gnu indirect is not supportedMike Frysinger
2010-08-23Update the LICENSES file.Petr Baudis
2010-08-19Once again change RPC copyright notices.Ulrich Drepper
2010-08-19Fix two typos in x86-64 SSE4.2 strncasecmp implementation.Ulrich Drepper
2010-08-19Fix ifunc thunk for strspn on x86 in static libcAndreas Schwab
2010-08-19powerpc: Various P7-optimized string functionsLuis Machado
2010-08-16Replace divide and multiply with mask in sYSTRImAnton Blanchard
2010-08-16Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
2010-08-16Simplify fanotify_init definition.Ulrich Drepper
2010-08-15Fix fourth parameter of SSE4.2 strcmp for x86-64.Ulrich Drepper
2010-08-15Add -fno-asynchronous-unwind-tables to initfini.s for i386H.J. Lu
2010-08-15Remove third argument from fanotify_init functionAndreas Schwab
2010-08-15Use correct register for fourth parameter of x86-64 strncasecmp_l.Ulrich Drepper
2010-08-14Add optimized strncasecmp versions for x86-64.Ulrich Drepper
2010-08-14Fix x86-64 build without multiarch.Ulrich Drepper
2010-08-14Fix compilationAndreas Schwab
2010-08-12Define EXTPROC for Linux.Ulrich Drepper
2010-08-12PowerPC64 ABI fixesAlan Modra
2010-08-12Properly quote output of localeAndreas Schwab
2010-08-11f_flags in Linux statfs implementation.Ulrich Drepper
2010-08-11Define IN_EXCL_UNLINKUlrich Drepper
2010-08-11Add support for Linux fanotify_init and fanotify_mask syscalls.Ulrich Drepper
2010-08-11Add support for prlimit and prlimit64 on Linux.Ulrich Drepper
2010-08-11Fix IPTOS_CLASS definition.Ulrich Drepper
2010-08-11Add self-contained test for NSS.Ulrich Drepper
2010-08-09Avoid too much stack use in fnmatch.Ulrich Drepper
2010-08-07x86: Add support for frame pointer less mcountAndi Kleen
2010-08-06CLUlrich Drepper
2010-08-03Hurd: fix ttyname{,_r} errno result for non-ttysSamuel Thibault
2010-08-02Hurd: fix timeout rounding in selectSamuel Thibault
2010-07-31Add support for SSSE3 and SSE4.2 versions of strcasecmp on x86-64.Ulrich Drepper
2010-07-30Pretty printing x86-64 SSE4.3 strcmp.Ulrich Drepper
2010-07-30Implement optimized strcaecmp for x86-64.Ulrich Drepper
2010-07-30Fix tolower operation in strcasestr.Ulrich Drepper
2010-07-29Cleanup.Ulrich Drepper
2010-07-29BZ 11856: fix manual nitRoland McGrath