summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-09-19Get rid of tls.make include file.Roland McGrath
2011-09-19Use CPPFLAGS from configure.Mike Frysinger
2011-09-15finite for 64-bit platformsUlrich Drepper
2011-09-15Define IP_MULTICAST_ALLUlrich Drepper
2011-09-15Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ____longjmp_c...Roland McGrath
2011-09-15Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
2011-09-15Add fmax and fmin inlines for x86-64Ulrich Drepper
2011-09-15Fix PLT uses in libm on powerpcAndreas Schwab
2011-09-14Use correct section to allow mergingUlrich Drepper
2011-09-14Optimized lrint and llrint for x86-64Ulrich Drepper
2011-09-14Also relocate in dependency order when doing symbol dependency testingAndreas Schwab
2011-09-13Fix undefined symbol in powerpc64 dl-machine.hAndreas Schwab
2011-09-13Avoid macro clash between <sys/select.h> and <linux/posix_types.h>Andreas Schwab
2011-09-13Fix pattern on $(ldd-rewrite-script) substitutionAndreas Schwab
2011-09-13Only use USE___THREAD when definedAndreas Schwab
2011-09-12Optimize logb code for 64-bit machinesUlrich Drepper
2011-09-12Revert "Remove last use of USE___THREAD"Ulrich Drepper
2011-09-12Fix invalid conversion in __cmsg_nxthdrAndreas Schwab
2011-09-12Remove last use of USE___THREADAndreas Schwab
2011-09-11Cleanup CLUlrich Drepper
2011-09-11Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
2011-09-11Remove --wth-tls option, TLS support is requiredUlrich Drepper
2011-09-11Prepend $(..) to $(ldd-rewrite-script) if non-absoluteAndreas Schwab
2011-09-11Avoid cast in non-gcc obstack_freeUlrich Drepper
2011-09-11Fix use of AC_INITUlrich Drepper
2011-09-11Provide static initializer for _dl_pagesize in statically linked codeUlrich Drepper
2011-09-10Remove MALLOC_FAILURE_ACTION use in mallocUlrich Drepper
2011-09-10Simplify malloc initializationUlrich Drepper
2011-09-10Simplify malloc codeUlrich Drepper
2011-09-10Remove support for !USE___THREADUlrich Drepper
2011-09-10Cleanup of configuration optionsUlrich Drepper
2011-09-09Fix jn precisionPetr Baudis
2011-09-09Use (void*) instead of 0 for return value pointer in __cmsg_nexthdrUlrich Drepper
2011-09-09Fix boundary conditions in scanfUlrich Drepper
2011-09-09Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
2011-09-09Don't lock string streams in stream cleanup codeUlrich Drepper
2011-09-09Define ELFOSABI_GNU.Roland McGrath
2011-09-09string/strncat.c: fix compilation for some architecturesDenis Zaitceff
2011-09-09Fix sotruss help messagesUlrich Drepper
2011-09-09Fill in real information in __dl_iterate_phdrUlrich Drepper
2011-09-08Fix warning in elf/sprof.cAndreas Jaeger
2011-09-08Fix lround() loses precisionPaul Pluzhnikov
2011-09-08Remove support for automatic cvs check-insUlrich Drepper
2011-09-08Add missing definition of LOCPATH for bug-regex32 runJohn Stanley
2011-09-08Add range checking for FD_SET, FD_CLR, and FD_ISSETUlrich Drepper
2011-09-08Move wide char tests to wcsmbs directoryUlrich Drepper
2011-09-08BZ#13153: Update manual last-edit info.Roland McGrath
2011-09-08sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.Samuel Thibault
2011-09-08Hurd: fix use of uninitialized value in fork port copying.Roland McGrath
2011-09-08Fix crash during error handlingAndreas Schwab