]> git.ipfire.org Git - thirdparty/glibc.git/history - ChangeLog
Remove support for !USE___THREAD
[thirdparty/glibc.git] / ChangeLog
2011-09-10  Ulrich DrepperRemove support for !USE___THREAD
2011-09-10  Ulrich DrepperCleanup of configuration options
2011-09-10  Petr BaudisFix jn precision
2011-09-10  Ulrich DrepperUse (void*) instead of 0 for return value pointer in...
2011-09-10  Ulrich DrepperFix boundary conditions in scanf
2011-09-09  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-09-09  Ulrich DrepperDon't lock string streams in stream cleanup code
2011-09-09  Roland McGrathDefine ELFOSABI_GNU.
2011-09-09  Denis Zaitceffstring/strncat.c: fix compilation for some architectures
2011-09-09  Ulrich DrepperFix sotruss help messages
2011-09-09  Ulrich DrepperFill in real information in __dl_iterate_phdr
2011-09-09  Andreas JaegerFix warning in elf/sprof.c
2011-09-09  Paul PluzhnikovFix lround() loses precision
2011-09-09  Ulrich DrepperRemove support for automatic cvs check-ins
2011-09-09  John StanleyAdd missing definition of LOCPATH for bug-regex32 run
2011-09-08  Ulrich DrepperAdd range checking for FD_SET, FD_CLR, and FD_ISSET
2011-09-08  Ulrich DrepperMove wide char tests to wcsmbs directory
2011-09-08  Roland McGrathBZ#13153: Update manual last-edit info.
2011-09-08  Samuel Thibaultsysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
2011-09-08  Roland McGrathHurd: fix use of uninitialized value in fork port copying.
2011-09-08  Andreas SchwabFix crash during error handling
2011-09-08  Ulrich DrepperUse O_CLOEXEC when loading objects in ld.so
2011-09-08  Ulrich DrepperPass back error code from dlerror_run
2011-09-08  Ulrich DrepperFix memory leak in case of failed dlopen
2011-09-08  Liubov DmitrievaFix up x86-32 section names for Atom code
2011-09-08  Ulrich DrepperCheck for finite/infinity parms in IBM Long Double...
2011-09-08  Adhemerval ZanellaTrigonometric optimizations for POWER
2011-09-08  Alan ModraFix profiling on powerpc32 secure-plt shared libs and...
2011-09-08  Will Schmidtpower7 strncmp optimization
2011-09-08  Will Schmidtpower7 memcpy VSX optimizations
2011-09-08  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-09-08  H.J. LuSimplify AVX check
2011-09-07  Andreas SchwabRevert "Fix semid_ds for x86-64"
2011-09-07  Ulrich DrepperMake sure __vdso_clock_gettime always contains a valid...
2011-09-07  Ulrich DrepperFix handling of __vdso_clock_gettime
2011-09-07  Ulrich DrepperMove Atom-optimized code out of the way and together
2011-09-07  Ulrich DrepperDon't unconditionally use clock_gettime vsyscall on...
2011-09-07  Ulrich DrepperAvoid gettimeofday vsyscall
2011-09-06  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-09-06  Andreas SchwabFix missing declaration
2011-09-06  Ulrich DrepperPrefer real syscalls instead of vsyscalls on x86-64...
2011-09-06  Ulrich DrepperRemove unused parameter in pldd and simplify ELF handling
2011-09-06  Liubov DmitrievaAdd Atom-optimized strchr and strrchr for x86-64
2011-09-06  Ulrich DrepperTry shell in posix_spawn* only in compat mode
2011-09-05  Ulrich DrepperFix glob.h header by removing gcc 1.x support
2011-09-05  Ulrich DrepperUse O_CLOEXEC when loading ld.so cache
2011-09-05  Liubov DmitrievaOptimized strchr and strrchr with SSE2 on x86-32
2011-09-05  Ulrich DrepperAdd optimized x86-64 wcscmp
2011-09-05  Ulrich DrepperAdd x86-32 optimized wcscmp
2011-09-05  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-09-05  Ulrich DrepperUpdate Japanese translation
2011-09-05  David S. MillerFixes and optimizations for 32-bit sparc fabs*().
2011-09-05  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-09-05  Ulrich DrepperFix semid_ds for x86-64
2011-09-01  David S. MillerSanitize HWCAP_SPARC_* defines/usage, and add new entries.
2011-09-01  David S. MillerFix sparc localplt testcase failures. carlos/master
2011-08-30  Andreas SchwabRelocate objects in dependency order
2011-08-29  Jiri Olsartld, i386: Fix cfi directive in audit trampoline code
2011-08-24  David S. MillerRewritten v9/64-bit sparc strcmp.
2011-08-24  Andreas SchwabFix scope handling during dl_close
2011-08-24  David S. MillerFix nptl/tst-cancel17 and nptl/tst-cancelx17 with recen...
2011-08-24  David S. MillerFix jmpbuf unwind checks on sparc64.
2011-08-23  Andreas SchwabFix spurious nop at start of __strspn_ia32
2011-08-23  Aurelien JarnoFix duplicate definition of Elf64_FuncDesc
2011-08-22  David S. MillerBug fixes for ____longjmp_chk on sparc.
2011-08-22  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-08-22  Andreas SchwabCorrect cycle detection during dependency sorting
2011-08-22  Andreas SchwabFix missing declaration
2011-08-22  Andreas SchwabRevert "Don't crash when dependencies are missing"
2011-08-22  Andreas SchwabFix testsuite link failure
2011-08-21  Ulrich DrepperUse ifuncs for time and gettimeofday on x86-64
2011-08-20  Ulrich DrepperMore optimizations of nss_files
2011-08-20  Ulrich DrepperMinor optimizatin in alias lookup in files NSS module
2011-08-20  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-08-20  Ulrich DrepperPrint message that there is no scope instead of being...
2011-08-20  Roland McGrathMerge branch 'roland/x86-tcb-align'
2011-08-20  Ulrich DrepperFurther improve printing os ELF symbol lookup scope...
2011-08-20  Ulrich DrepperAdd test for BZ 13114
2011-08-20  Andreas JaegerFix fopen (non-existing-file, "re") errno
2011-08-20  Ulrich DrepperFix CL entry
2011-08-20  Ulrich DrepperFix minor CFI problem in regular x86-64 trampoline
2011-08-20  Ulrich DrepperFix CFI info in x86-64 trampolines for non-AVX code
2011-08-20  Andreas SchwabAdjust libm test ulps for powerpc
2011-08-20  Andreas SchwabUse correct scandir64 implementation on ppc64
2011-08-18  David S. MillerFix tst-writev on non-4K page size
2011-08-18  Ulrich DrepperAdd rules to build libresolv with SSP flags
2011-08-17  Andreas SchwabAvoid executable stack in makedb
2011-08-17  Ulrich DrepperFix some problem of 32-bit pldd on 64-bit platforms
2011-08-17  Ulrich DrepperPrevent possible race conditions by attaching pldd...
2011-08-16  Ulrich DrepperImprove printing of lookup scopes
2011-08-16  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-08-16  Ulrich DrepperFix printing of scope number
2011-08-15  Roland McGrathMore warning patrol, in dead code (sigh).
2011-08-15  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-08-15  Ulrich DrepperAdd missing initialization in service cache in nscd
2011-08-14  Roland McGrathMore warning patrol.
2011-08-14  Roland McGrathClean up locale/Makefile variables for -D switches.
2011-08-14  Roland McGrathWarning patrol.
2011-08-14  David S. Miller * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_...
2011-08-14  Ulrich DrepperImplement LD_DEBUG=scopes
next