aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-09Transltion updatesUlrich Drepper
2011-07-09Use an empirical check for .ctors/.dtors -> .init_array/.fini_array magic.Roland McGrath
2011-07-09Rewrite -z relro configure check to be empirical.Roland McGrath
2011-07-09Find readelf with AC_CHECK_TOOL for use in configure tests.Roland McGrath
2011-07-08(memalign_check): No need to use checked_request2size.Ulrich Drepper
2011-07-08Add test case strtod underflowAndreas Jaeger
2011-07-07Handle ext4 in {,f}pathconfUlrich Drepper
ext4 has a higher LINK_MAX limit than ext2/3. Unfortunately it is not easy to distinguish the filesystems from userlevel.
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
linker script.
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
Cleanup and optimize last patch. Add timeout fixes also to the services cache.
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
Conflicts: ChangeLog
2011-06-29Avoid write to invalid file descriptor in nscdUlrich Drepper
When readding entries to the group and services cache and the lookup is unsuccesful, we tried to write the notfound record. Just don't do it in this case.
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
It's well tested, make it the default.
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
This fixes BZ #12350 also for nscd.
2011-06-27Add missing HAVE_SENDFILE definitionUlrich Drepper