platform/upstream/glibc.git
2010-12-25 Ulrich DrepperUse fastbin macro everywhere.
2010-12-25 Ulrich DrepperChange XPG-compliant strerror_r function to return...
2010-12-25 Ulrich DrepperPretty printing.
2010-12-25 H.J. LuRemove `.ctors' and `.dtors' output sections
2010-12-25 Ulrich DrepperAlways allow overwriting printf modifiers etc.
2010-12-20 Ulrich DrepperFix ChangeLogs.
2010-12-20 Ryan S. ArnoldMake PowerPC64 default to nonexecutable stack
2010-12-19 Ulrich DrepperMore accurate computatin of reclen in readdir_r.
2010-12-14 Ulrich DrepperUndo accidental checkin.
2010-12-10 Andreas SchwabDeclare wcpcpy and wcpncpy only under _GNU_SOURCE
2010-12-10 Andreas SchwabFix use of restrict in wchar.h
2010-12-10 Ulrich DrepperFix typo in comment.
2010-12-09 Ulrich DrepperFix race in qsort_r initialization.
2010-12-09 Jakub JelinekFix -D_FORTIFY_SOURCE memmove and bcop
2010-12-03 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2010-12-03 Ulrich DrepperUpdate Italian translation.
2010-12-02 H.J. LuRemove dead code from x86-32 SSSE3 strncmp.
2010-11-30 Ulrich DrepperRelax libm tests for x86-32.
2010-11-26 Andreas SchwabDon't ignore zero TTL in DNS answers
2010-11-22 Jakub Jelinekldbl-128 fmal compile fix
2010-11-22 Petr BaudisAllow aux_cache_file open()ing to fail silently even...
2010-11-22 Ulrich DrepperOptimize last initgroups patch a bit.
2010-11-22 Ulrich DrepperFix multiple nss_compat initgroups() bugs
2010-11-19 Ulrich DrepperDefine MAP_HUGETLB.
2010-11-16 Ulrich DrepperDefine SWAP_FLAG_DISCARD.
2010-11-12 Andreas SchwabFix memory leak in fnmatch
2010-11-12 H.J. LuSupport Intel processor model 6 and model 0x2.
2010-11-10 Luis MachadoFix comparison in sqrtl for IBM long double 128.
2010-11-10 H.J. LuFix one exit path in x86-64 SSE4.2 str{,n}casecmp.
2010-11-10 Ulrich DrepperFix warnings in __bswap_16.
2010-11-08 H.J. LuUse IFUNC on x86-64 memset
2010-11-05 Luis Machadopower7-optimized mempcpy
2010-11-05 Ulrich Drepper32bit memset-sse2.S fails with uneven cache size
2010-11-03 Miklos SzerediVerify in ttyname() that the symlink is valid.
2010-11-01 Erich RitzFix typo in comment.
2010-11-01 Ulrich DrepperUpdate Danish translations.
2010-10-26 Ulrich DrepperFix assertion in ld.so, introduced by delayed adding...
2010-10-26 Ulrich DrepperAdd missing file.
2010-10-26 Andreas KrebbelFix concurrency problem between dl_open and dl_iterate_phdr
2010-10-25 Richard LiFix x86-64 strchr propagation of search byte into all...
2010-10-25 Ulrich DrepperFix perturbing in malloc on free.
2010-10-25 Michael B.... powerpc: PPCA2/A2 optimized memcpy function
2010-10-25 Andreas SchwabRequire suid bit on audit objects in privileged programs
2010-10-25 Andreas SchwabWork around shortest-stem feature in make 3.82+
2010-10-25 Andreas SchwabDon't expand DST twice in dl_open
2010-10-19 Ulrich DrepperProvide FP_FAST_FMA{,F,L} definitions for x86/x86-64.
2010-10-19 Michael MeissnerAdd C99 FP_FAST_FMA{,F,L} macros to math.h
2010-10-19 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2010-10-18 Jakub JelinekIEEE quad fmal fixes
2010-10-15 Jakub JelinekMissing CL.
2010-10-15 Jakub JelinekImplement fmal, some fma bugfixes
2010-10-15 Jakub JelinekFix some more dbl-64/s_fma.c issue
2010-10-15 Andreas SchwabExpect PLT call to _Unwind_Find_FDE on s390*-linux
2010-10-14 Jakub JelinekImplement accurate fma.
2010-10-14 H.J. LuFix alignment of AVX safe area on x86-64.
2010-10-12 Ulrich DrepperOne more regex memory leak fixed.
2010-10-12 Ulrich DrepperMore regex memory leak fixes and tests.
2010-10-11 Ulrich DrepperTest case for last regex problem.
2010-10-11 Ulrich DrepperFix memory leak for some invalid regular expressions.
2010-10-11 Ulrich Drepperpsiginfo relied too much on sys_siglist.
2010-10-11 Ulrich DrepperLinux getifaddrs might return entries with ->ifa_addr...
2010-10-11 Jakub JelinekCorrect implementation of fmaf.
2010-10-11 Ulrich DrepperFix BZ reference in last checkin.
2010-10-11 Ulrich DrepperUnify psiginfo output.
2010-10-06 Ulrich DrepperAdd test case for strstr problem.
2010-10-06 Eric BlakeFix strstr and memmem algorithm.
2010-10-04 Ulrich DrepperMore NEWS changes.
2010-10-04 Ulrich DrepperUpdate NEWS.
2010-10-04 Ulrich DrepperRemove specific binutils version recommendation in...
2010-10-04 Ulrich DrepperHandle large requests.
2010-10-04 Ulrich DrepperFix handling of tail bytes of buffer in SSE2/SSSE3...
2010-10-01 Nobuhiro Iwamatsush: Add "extern "C"" to __set_fpscr function
2010-10-01 Andreas JaegerFix last checkin.
2010-10-01 Andreas JaegerHandle cgroup and btrfs filesystems
2010-09-29 Luis Machadopowerpc: Use generic memset for RTLD for ppc32/64
2010-09-29 Andreas KrebbelS/390: Fix highgprs check in startup code
2010-09-28 Ulrich DrepperRevert "powerpc: PPCA2 optimized memcpy function"
2010-09-28 Andreas SchwabProperly convert f_fsid in statvfs
2010-09-25 Petr BaudisAdd two forgotten licence exceptions
2010-09-21 Michael B.... powerpc: PPCA2 optimized memcpy function
2010-09-21 Joseph Myersgetdents64 fallback d_type support
2010-09-21 Ulrich DrepperWhitespace cleanup.
2010-09-21 Andreas SchwabMove freeres function from ld.so to libc.so.
2010-09-21 Ulrich DrepperUndo feature selection for ftruncate.
2010-09-21 Andreas SchwabFix namespace pollution in pthread_cleanup_push.
2010-09-21 Ulrich DrepperBetter CL.
2010-09-21 Ulrich DrepperRe-enable all strncasecmp versions.
2010-09-20 Ulrich DrepperFix limit detection in x86-64 SSE2 strncasecmp.
2010-09-20 Andreas SchwabAdd support for fanotify_mark on sparc32 and s390
2010-09-15 Andreas SchwabFix register conflict in s390 ____longjmp_chk
2010-09-15 Andreas SchwabDon't try to free rpath strings allocated during startup
2010-09-14 Ulrich DrepperActually make it possible to user the default name...
2010-09-08 Chung-Lin TangFix _FORITY_SOURCE version of longjmp for Linux/x86-64.
2010-09-07 Andreas SchwabFix encoding errors in ChangeLogs
2010-09-06 Andreas SchwabDon't mix pattern rules with normal rules
2010-09-05 Andreas SchwabRemove undefined operations
2010-09-04 Ulrich DrepperRemove invalid iconv aliases.
2010-09-03 Ulrich DrepperSmall optimization of alloca handling.
2010-09-03 Ulrich DrepperUpdate x86-64 mpn routines from GMP 5.0.1.
2010-09-02 Samuel ThibaultFix generic bits/sched.h for #define __need_schedparam...
next