summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-07-14Fix remaining explicit uses of shlib.lds to use $(shlib-lds).Roland McGrath
2011-07-14Quash a warning in strstr-c.c built for static.Roland McGrath
2011-07-14Adjust relro test to work around GNU ld limitations.Roland McGrath
2011-07-11Fix a braino in new relro configure test.Roland McGrath
2011-07-11Generalize framework to register monitoring of files in nscdUlrich Drepper
2011-07-10Comment typo fix.Roland McGrath
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
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-06Handle W; without long options in getoptUlrich Drepper
2011-07-06Change error code for underflows in strtodUlrich 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-02Fail if format.lds comes out empty.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-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-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