platform/upstream/glibc.git
2011-11-15 Ulrich DrepperFix Linux SYSDEP_GETTIME_CPU for newer kernels
2011-11-15 Ulrich DrepperPretty printing
2011-11-15 Andreas SchwabFix reference counting in network interface information...
2011-11-15 Ulrich DrepperClean up internal fopen uses
2011-11-14 Ulrich DrepperUse O_CLOEXEC in tzfile handling
2011-11-14 Ulrich DrepperUpdate NEWS
2011-11-14 Ulrich DrepperMerge branch 'x32-strcase'
2011-11-14 Ulrich DrepperAdd SSE4.2 support for strcasecmp and strncasecmp on...
2011-11-14 Andreas SchwabDon't call reused_arena when _int_new_arena failed
2011-11-13 Ulrich DrepperSSSE3 optimized strcasecmp and strncasecmp for x86-32
2011-11-12 Ulrich DrepperFix wanings in clock_gettime
2011-11-12 Ulrich DrepperAvoid unused warning in getaddrinfo_a
2011-11-12 Ulrich DrepperAvoid warnings about unused variable in 96-bit j0l...
2011-11-12 Ulrich DrepperAvoid warnings about unused variables in 96-bit hypotl
2011-11-12 Ulrich DrepperPrepare dwarf2.h for multiple inclusion
2011-11-12 Ulrich DrepperFix incomplete edit in last patch
2011-11-12 Ulrich DrepperAvoid redefinition of DWARF constants
2011-11-12 Ulrich DrepperFix warning in __dl_iterate_phdr
2011-11-12 Ulrich DrepperFix case value used in RPC cod
2011-11-12 Ulrich DrepperAvoid warning from shifting
2011-11-12 Ulrich DrepperFix warnings in regex
2011-11-12 Ulrich DrepperFix warnings in fallback C code of x86-32 wide memory...
2011-11-12 Ulrich DrepperFix warning in nis_table
2011-11-11 Adhemerval... PowerPC: Arithmetic function optimizations for POWER
2011-11-11 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-11-11 Marek PolacekRemove unused variables
2011-11-11 Roland McGrathFix __readlink declaration.
2011-11-11 Ulrich Dreppermakecontext doens't need __THROWNL
2011-11-11 Ulrich DrepperFix grouping and reuse other locales in various locales
2011-11-11 Andreas SchwabFix db makefile rule for group.db
2011-11-11 Andreas SchwabMark setjmp and ucontext functions as non-leaf
2011-11-10 Andreas SchwabCheck malloc arana limit atomically
2011-11-08 Ulrich DrepperUse strcasecmp_l instead of strcasecmp
2011-11-08 Ulrich DrepperRemove unnecessary code from x86-32 SSSE3 strncmp
2011-11-07 Andreas SchwabFix locking in _IO_flush_all_lockp
2011-11-07 Andreas SchwabFix buffer allocation in files initgroups handler
2011-11-04 Andreas SchwabAlways provide declarations of long double math functio...
2011-11-04 Andreas SchwabFix off-by-one when reading link name in sprof
2011-11-03 Andreas SchwabDon't start AVC thread until credentials are installed
2011-11-03 Andreas SchwabDon't fail in makedb if SELinux is disabled
2011-11-02 Samuel ThibaultFix _IOT_sgttyb definition.
2011-11-02 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-11-01 Ulrich DrepperFix test of non-ASCII locales in x86-64 strcasecmp...
2011-11-01 Andreas SchwabAccount for alloca size rounding in extend_alloca
2011-11-01 Andreas SchwabIgnore libaudit.h when checking for system header use
2011-11-01 Andreas SchwabProperly set extra-objs in nscd makefile
2011-11-01 Ulrich DrepperFix tst-rfc3484 build failures
2011-11-01 Ulrich Drepperunsigned long it better for the size arguments
2011-11-01 Ulrich DrepperNew Linux syscalls process_vm_readv and process_vm_writev
2011-11-01 Ulrich DrepperUse kernel headers for netlink definitions
2011-10-31 Paul PluzhnikovUse extend_alloca in _dl_map_object_deps.
2011-10-31 Ulrich DrepperUnify getent output for initgroups database
2011-10-31 Ulrich DrepperFix typo in CL
2011-10-31 Ulrich DrepperCache network interface information
2011-10-30 Ulrich DrepperFix potential double close in __check_fd if OOM
2011-10-29 Ulrich DrepperAdd bug number
2011-10-29 Ulrich DrepperAvoid assertion in processes with VM in bad shape
2011-10-29 Ulrich DrepperMark a few more functions with __THROWNL.
2011-10-29 Ulrich DrepperAdd missing register initialization in x86-64 pthread_c...
2011-10-29 Ulrich DrepperFix accuracy problem in generic sin
2011-10-29 Ulrich DrepperTypo in last checkin
2011-10-29 Ulrich DrepperCorrectly NUL-terminate link name in sprof
2011-10-29 Ulrich DrepperCleanups in ldconfig's chroot handling
2011-10-29 Ulrich DrepperAvoid warning in dl-lookup.c
2011-10-29 Thomas JaroschFix readlink call in ldconfig's chroot handling
2011-10-29 Ulrich DrepperAdd strchrnul performance test
2011-10-29 Ulrich DrepperUpdate Spanish translation
2011-10-29 Ulrich DrepperUpdate Italian translation
2011-10-28 Ulrich DrepperMore cleanups of x86-64 strstr
2011-10-28 Ulrich DrepperClean up x86-64 strcasestr
2011-10-28 Ulrich DrepperRemove code without too much effects
2011-10-28 Andreas SchwabFix some warning nits
2011-10-28 Andreas SchwabMove wide char related routines to wcsmbs subdir
2011-10-27 Andreas SchwabDon't mark memory synchronisation functions as leaf
2011-10-26 Roland McGrathBZ#13349: Missing BZ tag for last change.
2011-10-26 Roland McGrathRemove mention of open_obstack_stream, which has never...
2011-10-26 Andreas SchwabFix uses of math_force_eval
2011-10-26 Andreas SchwabMake math_force_eval accept non-addressable arguments
2011-10-26 Ulrich DrepperAdd AVX optimized versions for some x86-64 math functions
2011-10-25 Ulrich DrepperTypo in CL
2011-10-25 Ulrich DrepperOptimize x86-64 SSE4.2+ strcmp a bit more
2011-10-25 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-10-25 Ulrich DrepperUse math_force_eval in more places
2011-10-25 Andreas SchwabUse correct signedness in default implementations of...
2011-10-25 Andreas SchwabFix strchr test
2011-10-25 Ulrich DrepperUse VEX encoding in inline math functions on x86-64...
2011-10-25 Andreas SchwabSmall optimization of dependency sorting
2011-10-25 Ulrich DrepperCleanup FMA4 patch
2011-10-25 Ulrich DrepperBetter DLA_FMS
2011-10-25 Ulrich DrepperRemove warnings in NPTL tests
2011-10-25 Ulrich DrepperUse inline asm for DLA_FMS because of broken old compilers
2011-10-25 Ulrich DrepperOptimize accurate 64-bit routines for FMA4 on x86-64
2011-10-24 Ulrich DrepperFinish renamed DLA_FMA -> DLA_FMS
2011-10-24 Andreas SchwabFix lost wcslen symbol
2011-10-24 Ulrich DrepperOptimized remquo for 64-bit platforms
2011-10-24 Ulrich DrepperOptimize f_mod
2011-10-23 Ulrich DrepperRemove unnecessary include from x86-32 tls.h
2011-10-23 Ulrich DrepperFix strnlen change
2011-10-23 Liubov DmitrievaAdd optimized wcslen and strnlen for x86-32
2011-10-23 Ulrich DrepperFix WS
next