Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-23 | Optimize x86-32 feraiseexcept also for !__SSE_MATH__ | Ulrich Drepper | |
2011-12-23 | Fix wrong copying processing for last bytes in x86-32 wcscpy | Liubov Dmitrieva | |
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 | Bruno Haible | |
2011-12-23 | iconv mapping of U+0385 in TCVN5712-1 is incorrect | Bruno Haible | |
2011-12-23 | Add ta_LK locale | Ulrich Drepper | |
2011-12-22 | Use __pthread_get_minstack in more places | Ulrich Drepper | |
2011-12-22 | Create internal threads with sufficient stack size | Ulrich Drepper | |
2011-12-22 | Fix fi_FI collation reordering | Ulrich Drepper | |
2011-12-22 | Fix error code for too small input buffer to getnameinfo | Ulrich Drepper | |
2011-12-22 | Add missing BZ | Ulrich Drepper | |
2011-12-22 | Add feraiseexcept optimization for x86-32 | Ulrich Drepper | |
2011-12-22 | Also retrieve SSE exceptions in x86-32 fegetexceptflag | Ulrich Drepper | |
2011-12-22 | Build ur_IN locale | Ulrich Drepper | |
2011-12-22 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | |
Conflicts: ChangeLog | |||
2011-12-22 | Fix overrun in strcpy destination buffer in x86-32/SSSE3 version | Liubov Dmitrieva | |
2011-12-22 | Support building bits/syscall.h for any number of subarch variants. | Joseph Myers | |
2011-12-22 | Add brx_IN locale | Ulrich Drepper | |
2011-12-22 | Optimize tr_freehook | Ulrich Drepper | |
2011-12-22 | Change currency symbol placement for nl_BE | Ulrich Drepper | |
2011-12-22 | Add es_CU locale | Ulrich Drepper | |
2011-12-22 | WP issues | Ulrich Drepper | |
2011-12-22 | Add unm_US locale | Ulrich Drepper | |
2011-12-22 | WP issues | Ulrich Drepper | |
2011-12-22 | Add bho_IN locale | Ulrich Drepper | |
2011-12-22 | Use __REDIRECT_NTH for __feraiseexcept_renamed | Ulrich Drepper | |
2011-12-21 | Define EPOLLONESHOT and EPOLLET using unsigned values | Ulrich Drepper | |
2011-12-21 | Use Kahan's formula in cacosh | Ulrich Drepper | |
2011-12-21 | Fix sign errr in some cacosh results | Richard B. Kreckel | |
2011-12-21 | Fix reading thread name from comm file | Ulrich Drepper | |
2011-12-21 | Fix one typo | Ulrich Drepper | |
2011-12-21 | Store invocation-specific data of conversion modules in __gconv_step_data | Ulrich Drepper | |
2011-12-21 | Fix division by denominator with more than two limbs in strtold | Andreas Schwab | |
2011-12-21 | Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES. | Rafael Ávila de Espíndola | |
2011-12-17 | Fix extension of array in extended printf format handling | Ulrich Drepper | |
2011-12-17 | Optimized strcasecmp for Power7 | Adhemerval Zanella | |
2011-12-17 | Add BZ number | Ulrich Drepper | |
2011-12-17 | Avoid warnings in __*_finite math function declarations with C++ | Marek Polacek | |
2011-12-17 | Check values from TZ file header | Ulrich Drepper | |
2011-12-17 | Fix WP | Ulrich Drepper | |
2011-12-17 | Simplify code for accessing powerpc GOT | Will Schmidt | |
2011-12-17 | Optimized nearbyint for PPC | Adhemerval Zanella | |
2011-12-17 | Open /etc/resolv.conf with FD_CLOEXEC | Ross Lagerwall | |
2011-12-17 | WP fixes | Ulrich Drepper | |
2011-12-17 | WP fixes | Ulrich Drepper | |
2011-12-17 | Optimized wcschr and wcscpy for x86-64 and x86-32 | Ulrich Drepper | |
2011-12-17 | WP cleanup | Ulrich Drepper | |
2011-12-17 | Fix WP | Ulrich Drepper | |
2011-12-17 | Add tests for wcsrchr and wcscpy | Ulrich Drepper | |
2011-12-14 | Return errno on failure in allocate_stack | Carlos O'Donell | |
In cases where a function call fails return errno and allow the caller to fixup the return code as required by their API. | |||
2011-12-14 | BZ #5245: pthread_create returns EAGAIN for stack allocation failure, not ↵ | Jeff Law | |
ENOMEM. |