aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-08Add test case strtod underflowAndreas Jaeger
2011-07-07Handle ext4 in {,f}pathconfUlrich Drepper
2011-07-07Handle Lustre filesystemAndreas Dilger
2011-07-06Fix warnings in resolver codeAndreas Jaeger
2011-07-06nis/nss_nisplus: Kill warningsUlrich Drepper
2011-07-06Add string/test-strncat.cUlrich Drepper
2011-07-06iconvdata/johab.c: Don't inline unlikely called functionUlrich Drepper
2011-07-06Fix for installation in sysdeps/s390/s390-64/MakefileUlrich Drepper
2011-07-06Rebuild configure scriptsUlrich Drepper
2011-07-06Handle W; without long options in getoptUlrich Drepper
2011-07-06Change error code for underflows in strtodUlrich Drepper
2011-07-06Fix typo in last patchUlrich Drepper
2011-07-06Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
2011-07-06Add the extra check also in innetgrUlrich Drepper
2011-07-06Fix handling of chained netgroupsUlrich Drepper
2011-07-05Default install_root value from DESTDIR.Roland McGrath
2011-07-05Avoid warning.Ulrich Drepper
2011-07-03Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
2011-07-02Complete last patchUlrich Drepper
2011-07-02Fail if format.lds comes out empty.Roland McGrath
2011-07-02Remove an unused variable in localedata tests.Roland McGrath
2011-07-02Generate testrun.sh to use relative directory names.Roland McGrath
2011-07-02Rewrite local headers check to be more robust and informative.Roland McGrath
2011-07-02Explicitly remove .gnu.glibc-stub sections with objcopy when not usingRoland McGrath
2011-07-02Add --with-default-link configure option.Roland McGrath
2011-07-02Consolidate shlib.lds references in new variables.Roland McGrath
2011-07-02Make asserts accept DT_FLAGS/DT_FLAGS_1 with zero flags.Roland McGrath
2011-07-02Use -defsym=_begin=0 instead of linker script munging.Roland McGrath
2011-07-02Fix last patch for big-endian machinesUlrich Drepper
2011-07-02Optimize long-word additions in SHA implementationUlrich Drepper
2011-07-01nscd cleanupsUlrich Drepper
2011-07-01Handle nscd negtimeout==0Thorsten Kukuk
2011-07-01nss_compat: query NIS domain only when neededAndreas Schwab
2011-06-30Fix robust mutex handling after forkUlrich Drepper
2011-06-30Make sure RES_USE_INET6 is always restoredAndreas Schwab
2011-06-29Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
2011-06-29Avoid write to invalid file descriptor in nscdUlrich Drepper
2011-06-29Fix build with multiarch disabled.Aurelien Jarno
2011-06-28Fix quoting in some installed shell scriptsUlrich Drepper
2011-06-28Remove the --experimental-malloc optionUlrich Drepper
2011-06-28Fix crash in GB18030 encoderAndreas Schwab
2011-06-27Distinguish configure check for .ctors/.dtors header/trailers.Roland McGrath
2011-06-27Fix missing .ctors/.dtors lead word in soinitRoland McGrath
2011-06-27Fix handling of RES_USE_INET6 big in nscdUlrich Drepper
2011-06-27Add missing HAVE_SENDFILE definitionUlrich Drepper
2011-06-27Minimal cleanup in innetgr.Ulrich Drepper
2011-06-26Use __gettimeofday instead of gettimeofdayH.J. Lu
2011-06-26We don't use linkobj/libc.so at runtmie, no need to check for text relsUlrich Drepper
2011-06-25Fix unwind info in 32bit SSE2/SSSE3 strncpyH.J. Lu
2011-06-24Improved st{r,p}{,n}cpy for SSE2 and SSSE3 on x86-64H.J. Lu