Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-12-23 | Fix typos in comments | 2 | -4/+7 | ||
2011-12-23 | Prevent warnings due to long long constants | 6 | -90/+124 | ||
2011-12-23 | CL | 1 | -2/+2 | ||
2011-12-23 | Fix overrun in destination buffer | 3 | -508/+331 | ||
2011-12-23 | Add missing inline keyword | 6 | -6/+14 | ||
According to http://gcc.gnu.org/ml/gcc-patches/2011-09/msg00608.html, a function without `inline' with an `always_inline' attribute is a bug. | |||||
2011-12-23 | Add another BZ | 2 | -7/+8 | ||
2011-12-23 | Modernize time format in Swedish locale | 3 | -9/+12 | ||
2011-12-23 | Fix wal_ET locale and build it | 4 | -36/+41 | ||
2011-12-23 | Various fixes to fi_FI | 3 | -29/+42 | ||
2011-12-23 | Optimize x86-32 feraiseexcept also for !__SSE_MATH__ | 2 | -1/+16 | ||
2011-12-23 | Fix wrong copying processing for last bytes in x86-32 wcscpy | 2 | -41/+26 | ||
Wrong copy algorithm for last bytes, not thread safety. In some particular cases it uses the destination memory beyond the string end for 16-byte load, puts changes into that part that is relevant to destination string and writes whole 16-byte chunk into memory. I have a test case where the memory beyond the string end contains malloc/free data, that appear corrupted in case free() updates it in between the 16-byte read and 16-byte write. | |||||
2011-12-23 | iconv mapping of 0xA8 0xEC in CP1258 is non-canonical | 3 | -8/+11 | ||
2011-12-23 | iconv mapping of U+0385 in TCVN5712-1 is incorrect | 3 | -11/+17 | ||
2011-12-23 | Add ta_LK locale | 5 | -35/+133 | ||
2011-12-22 | Use __pthread_get_minstack in more places | 3 | -4/+10 | ||
2011-12-22 | Create internal threads with sufficient stack size | 6 | -9/+31 | ||
2011-12-22 | Fix fi_FI collation reordering | 3 | -24/+32 | ||
2011-12-22 | Fix error code for too small input buffer to getnameinfo | 3 | -9/+14 | ||
2011-12-22 | Add missing BZ | 2 | -1/+2 | ||
2011-12-22 | Add feraiseexcept optimization for x86-32 | 2 | -1/+42 | ||
2011-12-22 | Also retrieve SSE exceptions in x86-32 fegetexceptflag | 3 | -8/+28 | ||
2011-12-22 | Build ur_IN locale | 3 | -4/+8 | ||
2011-12-22 | Fix overrun in strcpy destination buffer in x86-32/SSSE3 version | 2 | -745/+521 | ||
2011-12-22 | Support building bits/syscall.h for any number of subarch variants. | 6 | -32/+89 | ||
2011-12-22 | Add brx_IN locale | 6 | -3/+196 | ||
2011-12-22 | Optimize tr_freehook | 3 | -6/+12 | ||
2011-12-22 | Change currency symbol placement for nl_BE | 3 | -3/+7 | ||
2011-12-22 | Add es_CU locale | 4 | -3/+130 | ||
2011-12-22 | WP issues | 1 | -1/+0 | ||
2011-12-22 | Add unm_US locale | 4 | -3/+159 | ||
2011-12-22 | WP issues | 1 | -34/+34 | ||
2011-12-22 | Add bho_IN locale | 4 | -2/+175 | ||
2011-12-22 | Use __REDIRECT_NTH for __feraiseexcept_renamed | 2 | -1/+6 | ||
2011-12-21 | Define EPOLLONESHOT and EPOLLET using unsigned values | 5 | -10/+16 | ||
2011-12-21 | Use Kahan's formula in cacosh | 4 | -0/+24 | ||
2011-12-21 | Fix sign errr in some cacosh results | 5 | -32/+13 | ||
2011-12-21 | Fix reading thread name from comm file | 3 | -2/+17 | ||
2011-12-21 | Fix one typo | 1 | -1/+1 | ||
2011-12-21 | Store invocation-specific data of conversion modules in __gconv_step_data | 6 | -47/+56 | ||
2011-12-21 | Fix division by denominator with more than two limbs in strtold | 3 | -2/+10 | ||
2011-12-21 | Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES. | 2 | -1/+6 | ||
2011-12-17 | Fix extension of array in extended printf format handling | 3 | -9/+13 | ||
2011-12-17 | Optimized strcasecmp for Power7 | 10 | -1/+298 | ||
2011-12-17 | Add BZ number | 1 | -1/+2 | ||
2011-12-17 | Avoid warnings in __*_finite math function declarations with C++ | 3 | -91/+104 | ||
2011-12-17 | Check values from TZ file header | 3 | -10/+50 | ||
2011-12-17 | Fix WP | 1 | -1/+1 | ||
2011-12-17 | Simplify code for accessing powerpc GOT | 32 | -159/+167 | ||
2011-12-17 | Optimized nearbyint for PPC | 7 | -1/+292 | ||
2011-12-17 | Open /etc/resolv.conf with FD_CLOEXEC | 2 | -1/+6 | ||