Change currency symbol placement for nl_BE
[platform/upstream/glibc.git] / sysdeps /
2011-12-22 Ulrich DrepperUse __REDIRECT_NTH for __feraiseexcept_renamed
2011-12-22 Ulrich DrepperDefine EPOLLONESHOT and EPOLLET using unsigned values
2011-12-21 Rafael Ávila de... Define x86_64 feraiseexcept inline only under __USE_EXT...
2011-12-18 Adhemerval ZanellaOptimized strcasecmp for Power7
2011-12-17 Ulrich DrepperFix WP
2011-12-17 Will SchmidtSimplify code for accessing powerpc GOT
2011-12-17 Adhemerval ZanellaOptimized nearbyint for PPC
2011-12-17 Ulrich DrepperWP fixes
2011-12-17 Ulrich DrepperOptimized wcschr and wcscpy for x86-64 and x86-32
2011-12-10 Ulrich DrepperOptimize generic ELF hash function a bit more
2011-12-06 Andreas SchwabFix a wrong constant in powerpc hypot implementation
2011-12-04 Ulrich DrepperSmall optimization of generic ELF hash function
2011-12-04 Ulrich DrepperFix attreibute for _dl_elf_hash
2011-12-04 Ulrich DrepperFix more warnings
2011-12-02 Ulrich DrepperSH atomic asms fix for gcc 4.7
2011-12-02 Ulrich DrepperImplement SH backtrace using IA64 version
2011-12-01 Andreas SchwabTruncate time values in Linux futimes when falling...
2011-11-30 Andreas SchwabAdjust libm test ulps for s390
2011-11-16 Andreas SchwabFix SSSE3/SSE4.2 strcasecmp[_l]/strncasecmp[_l] for...
2011-11-15 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-11-15 Andreas SchwabFix clock_gettime for assumed kernel >= 2.6.12
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 DrepperMerge branch 'x32-strcase'
2011-11-14 Ulrich DrepperAdd SSE4.2 support for strcasecmp and strncasecmp on...
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 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 DrepperAvoid warning from shifting
2011-11-12 Ulrich DrepperFix warnings in fallback C code of x86-32 wide memory...
2011-11-11 Adhemerval ZanellaPowerPC: 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-08 Ulrich DrepperRemove unnecessary code from x86-32 SSSE3 strncmp
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 Ulrich Drepperunsigned long it better for the size arguments
2011-11-01 Ulrich DrepperNew Linux syscalls process_vm_readv and process_vm_writev
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 DrepperFix accuracy problem in generic sin
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-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 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 Ulrich DrepperUse VEX encoding in inline math functions on x86-64...
2011-10-25 Ulrich DrepperCleanup FMA4 patch
2011-10-25 Ulrich DrepperBetter DLA_FMS
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 Ulrich DrepperOptimized remquo for 64-bit platforms
2011-10-24 Ulrich DrepperOptimize f_mod
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
2011-10-23 Liubov DmitrievaOptimized strnlen and wcscmp for x86-64
2011-10-23 Michael ZolotukhinImprove x86-32 SSSE3 memcpy
2011-10-23 Ulrich DrepperFix WS
2011-10-23 Liubov DmitrievaFix signedness in wcscmp comparison
2011-10-23 Ulrich DrepperClean up FMA use
2011-10-23 Ulrich DrepperClean up last dla.h change
2011-10-23 Andreas SchwabAdd missing _finite aliases
2011-10-23 Ulrich DrepperFix typo in last change
2011-10-23 Ulrich DrepperUpdate ULPs for x86-64
2011-10-22 Ulrich DrepperImprove DLA_FMA for FMA4
2011-10-22 Ulrich DrepperStart using fma in the libm implementation
2011-10-22 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-10-22 Andreas SchwabFix compilation due to __nan defines
2011-10-22 Ulrich DrepperOptimization to some complex math functions
2011-10-22 Ulrich DrepperFix compilation problems in x86-64 init-arch
2011-10-21 Ulrich DrepperAdd some __builtin_expect to generic __ieee754_log
2011-10-21 Ulrich DrepperDon't use NULL in last s_fma{,f} change
2011-10-21 Ulrich DrepperCheck for FMA4 support and generate appropriate fma...
2011-10-21 Ulrich DrepperMove fma routines to right place
2011-10-20 Ulrich DrepperOptimize x86-64 rawmemchr and add test
2011-10-19 Ulrich DrepperAdd optimized str{,n}casecmp for AVX on x86-64
2011-10-19 Andreas SchwabFix PLT use for feraiseexcept on x86_64
2011-10-18 Ulrich DrepperUse new internal libc_fe* interfaces in more functions
2011-10-18 Ulrich DrepperProvide combined internal feholdexcept/fesetround interface
2011-10-18 Ulrich DrepperPretty print last change to x86-64 mathinline.h
2011-10-18 Ulrich DrepperAdd optimized nearbyint{,f} for x86-64
2011-10-18 Ulrich DrepperStart optimizing the use of the fenv interfaces in...
2011-10-18 Andreas SchwabFix last change
2011-10-18 Andreas SchwabFix linkage conflict with feraiseexcept
2011-10-18 Ulrich DrepperSmall optimization of generic exp2
2011-10-18 Ulrich DrepperAdd optimized 64-bit frexp
next