Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-23 | Add ta_LK locale | Ulrich Drepper | 5 | -35/+133 | |
2011-12-22 | Use __pthread_get_minstack in more places | Ulrich Drepper | 3 | -4/+10 | |
2011-12-22 | Create internal threads with sufficient stack size | Ulrich Drepper | 6 | -9/+31 | |
2011-12-22 | Fix fi_FI collation reordering | Ulrich Drepper | 3 | -24/+32 | |
2011-12-22 | Fix error code for too small input buffer to getnameinfo | Ulrich Drepper | 3 | -9/+14 | |
2011-12-22 | Add missing BZ | Ulrich Drepper | 2 | -1/+2 | |
2011-12-22 | Add feraiseexcept optimization for x86-32 | Ulrich Drepper | 2 | -1/+42 | |
2011-12-22 | Also retrieve SSE exceptions in x86-32 fegetexceptflag | Ulrich Drepper | 3 | -8/+28 | |
2011-12-22 | Build ur_IN locale | Ulrich Drepper | 3 | -4/+8 | |
2011-12-22 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 6 | -32/+89 | |
Conflicts: ChangeLog | |||||
2011-12-22 | Fix overrun in strcpy destination buffer in x86-32/SSSE3 version | Liubov Dmitrieva | 2 | -745/+521 | |
2011-12-22 | Support building bits/syscall.h for any number of subarch variants. | Joseph Myers | 6 | -32/+89 | |
2011-12-22 | Add brx_IN locale | Ulrich Drepper | 6 | -3/+196 | |
2011-12-22 | Optimize tr_freehook | Ulrich Drepper | 3 | -6/+12 | |
2011-12-22 | Change currency symbol placement for nl_BE | Ulrich Drepper | 3 | -3/+7 | |
2011-12-22 | Add es_CU locale | Ulrich Drepper | 4 | -3/+130 | |
2011-12-22 | WP issues | Ulrich Drepper | 1 | -1/+0 | |
2011-12-22 | Add unm_US locale | Ulrich Drepper | 4 | -3/+159 | |
2011-12-22 | WP issues | Ulrich Drepper | 1 | -34/+34 | |
2011-12-22 | Add bho_IN locale | Ulrich Drepper | 4 | -2/+175 | |
2011-12-22 | Use __REDIRECT_NTH for __feraiseexcept_renamed | Ulrich Drepper | 2 | -1/+6 | |
2011-12-21 | Define EPOLLONESHOT and EPOLLET using unsigned values | Ulrich Drepper | 5 | -10/+16 | |
2011-12-21 | Use Kahan's formula in cacosh | Ulrich Drepper | 4 | -0/+24 | |
2011-12-21 | Fix sign errr in some cacosh results | Richard B. Kreckel | 5 | -32/+13 | |
2011-12-21 | Fix reading thread name from comm file | Ulrich Drepper | 3 | -2/+17 | |
2011-12-21 | Fix one typo | Ulrich Drepper | 1 | -1/+1 | |
2011-12-21 | Store invocation-specific data of conversion modules in __gconv_step_data | Ulrich Drepper | 6 | -47/+56 | |
2011-12-21 | Fix division by denominator with more than two limbs in strtold | Andreas Schwab | 3 | -2/+10 | |
2011-12-21 | Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES. | Rafael Ávila de Espíndola | 2 | -1/+6 | |
2011-12-17 | Fix extension of array in extended printf format handling | Ulrich Drepper | 3 | -9/+13 | |
2011-12-17 | Optimized strcasecmp for Power7 | Adhemerval Zanella | 10 | -1/+298 | |
2011-12-17 | Add BZ number | Ulrich Drepper | 1 | -1/+2 | |
2011-12-17 | Avoid warnings in __*_finite math function declarations with C++ | Marek Polacek | 3 | -91/+104 | |
2011-12-17 | Check values from TZ file header | Ulrich Drepper | 3 | -10/+50 | |
2011-12-17 | Fix WP | Ulrich Drepper | 1 | -1/+1 | |
2011-12-17 | Simplify code for accessing powerpc GOT | Will Schmidt | 32 | -159/+167 | |
2011-12-17 | Optimized nearbyint for PPC | Adhemerval Zanella | 7 | -1/+292 | |
2011-12-17 | Open /etc/resolv.conf with FD_CLOEXEC | Ross Lagerwall | 2 | -1/+6 | |
2011-12-17 | WP fixes | Ulrich Drepper | 1 | -1/+0 | |
2011-12-17 | WP fixes | Ulrich Drepper | 1 | -3/+5 | |
2011-12-17 | Optimized wcschr and wcscpy for x86-64 and x86-32 | Ulrich Drepper | 20 | -13/+2466 | |
2011-12-17 | WP cleanup | Ulrich Drepper | 2 | -11/+11 | |
2011-12-17 | Fix WP | Ulrich Drepper | 1 | -5/+7 | |
2011-12-17 | Add tests for wcsrchr and wcscpy | Ulrich Drepper | 6 | -92/+163 | |
2011-12-14 | Return errno on failure in allocate_stack | Carlos O'Donell | 2 | -12/+8 | |
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 | 2 | -2/+8 | |
ENOMEM. | |||||
2011-12-14 | Manual typo fix for _SC_NPROCESSORS_ONLN. | Jeff Law | 2 | -1/+6 | |
2011-12-10 | Optimize generic ELF hash function a bit more | Ulrich Drepper | 2 | -1/+9 | |
2011-12-06 | Fix a wrong constant in powerpc hypot implementation | Andreas Schwab | 2 | -1/+6 | |
2011-12-04 | Small optimization of generic ELF hash function | Ulrich Drepper | 2 | -25/+23 | |