Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement timespec_get | Ulrich Drepper | 2012-01-01 | 8 | -16/+154 |
* | Implement aligned_alloc | Ulrich Drepper | 2012-01-01 | 6 | -2/+32 |
* | Missed half the support for __USE_ISOC11 | Ulrich Drepper | 2012-01-01 | 1 | -0/+2 |
* | Enable at_quick_exit and quick_exit for ISO C11 | Ulrich Drepper | 2012-01-01 | 3 | -7/+7 |
* | Add __USE_ISOCXX11 | Ulrich Drepper | 2012-01-01 | 2 | -0/+13 |
* | Remove gets declaration | Ulrich Drepper | 2012-01-01 | 3 | -1/+10 |
* | Define static_assert | Ulrich Drepper | 2012-01-01 | 3 | -2/+12 |
* | Start 2.16 development | Ulrich Drepper | 2012-01-01 | 2 | -2/+4 |
* | Missing BZ | Ulrich Drepper | 2012-01-01 | 2 | -0/+8 |
* | Support C11 __STDC_SOURCE__ and _ISOC11_SOURCE | Ulrich Drepper | 2012-01-01 | 2 | -6/+15 |
* | Also update new programs | Ulrich Drepper | 2012-01-01 | 5 | -8/+12 |
* | Update copyright year | Ulrich Drepper | 2012-01-01 | 17 | -32/+51 |
* | Fix up regcomp/regexec | Jakub Jelinek | 2011-12-30 | 2 | -1/+6 |
* | Preliminaries for 2.15 releaseglibc-2.15 | Ulrich Drepper | 2011-12-23 | 3 | -3/+6 |
* | Fix typos in comments | Marek Polacek | 2011-12-23 | 2 | -4/+7 |
* | Prevent warnings due to long long constants | Ulrich Drepper | 2011-12-23 | 6 | -90/+124 |
* | CL | Liubov Dmitrieva | 2011-12-23 | 1 | -2/+2 |
* | Fix overrun in destination buffer | Liubov Dmitrieva | 2011-12-23 | 3 | -508/+331 |
* | Add missing inline keyword | Marek Polacek | 2011-12-23 | 6 | -6/+14 |
* | Add another BZ | Ulrich Drepper | 2011-12-23 | 2 | -7/+8 |
* | Modernize time format in Swedish locale | Ulrich Drepper | 2011-12-23 | 3 | -9/+12 |
* | Fix wal_ET locale and build it | Ulrich Drepper | 2011-12-23 | 4 | -36/+41 |
* | Various fixes to fi_FI | Ulrich Drepper | 2011-12-23 | 3 | -29/+42 |
* | Optimize x86-32 feraiseexcept also for !__SSE_MATH__ | Ulrich Drepper | 2011-12-23 | 2 | -1/+16 |
* | Fix wrong copying processing for last bytes in x86-32 wcscpy | Liubov Dmitrieva | 2011-12-23 | 2 | -41/+26 |
* | iconv mapping of 0xA8 0xEC in CP1258 is non-canonical | Bruno Haible | 2011-12-23 | 3 | -8/+11 |
* | iconv mapping of U+0385 in TCVN5712-1 is incorrect | Bruno Haible | 2011-12-23 | 3 | -11/+17 |
* | Add ta_LK locale | Ulrich Drepper | 2011-12-23 | 5 | -35/+133 |
* | Use __pthread_get_minstack in more places | Ulrich Drepper | 2011-12-22 | 3 | -4/+10 |
* | Create internal threads with sufficient stack size | Ulrich Drepper | 2011-12-22 | 6 | -9/+31 |
* | Fix fi_FI collation reordering | Ulrich Drepper | 2011-12-22 | 3 | -24/+32 |
* | Fix error code for too small input buffer to getnameinfo | Ulrich Drepper | 2011-12-22 | 3 | -9/+14 |
* | Add missing BZ | Ulrich Drepper | 2011-12-22 | 2 | -1/+2 |
* | Add feraiseexcept optimization for x86-32 | Ulrich Drepper | 2011-12-22 | 2 | -1/+42 |
* | Also retrieve SSE exceptions in x86-32 fegetexceptflag | Ulrich Drepper | 2011-12-22 | 3 | -8/+28 |
* | Build ur_IN locale | Ulrich Drepper | 2011-12-22 | 3 | -4/+8 |
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-12-22 | 6 | -32/+89 |
|\ | |||||
| * | Support building bits/syscall.h for any number of subarch variants. | Joseph Myers | 2011-12-22 | 6 | -32/+89 |
* | | Fix overrun in strcpy destination buffer in x86-32/SSSE3 version | Liubov Dmitrieva | 2011-12-22 | 2 | -745/+521 |
|/ | |||||
* | Add brx_IN locale | Ulrich Drepper | 2011-12-22 | 6 | -3/+196 |
* | Optimize tr_freehook | Ulrich Drepper | 2011-12-22 | 3 | -6/+12 |
* | Change currency symbol placement for nl_BE | Ulrich Drepper | 2011-12-22 | 3 | -3/+7 |
* | Add es_CU locale | Ulrich Drepper | 2011-12-22 | 4 | -3/+130 |
* | WP issues | Ulrich Drepper | 2011-12-22 | 1 | -1/+0 |
* | Add unm_US locale | Ulrich Drepper | 2011-12-22 | 4 | -3/+159 |
* | WP issues | Ulrich Drepper | 2011-12-22 | 1 | -34/+34 |
* | Add bho_IN locale | Ulrich Drepper | 2011-12-22 | 4 | -2/+175 |
* | Use __REDIRECT_NTH for __feraiseexcept_renamed | Ulrich Drepper | 2011-12-22 | 2 | -1/+6 |
* | Define EPOLLONESHOT and EPOLLET using unsigned values | Ulrich Drepper | 2011-12-21 | 5 | -10/+16 |
* | Use Kahan's formula in cacosh | Ulrich Drepper | 2011-12-21 | 4 | -0/+24 |