Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up shlib-versions files | Ulrich Drepper | 2012-01-07 | 1 | -0/+2 |
* | More IA-64 removal | Ulrich Drepper | 2012-01-07 | 1 | -0/+6 |
* | Linux configure cleanup | Ulrich Drepper | 2012-01-07 | 1 | -0/+4 |
* | Remove IA-64 support from kernel-features.h | Ulrich Drepper | 2012-01-07 | 1 | -0/+1 |
* | Remove --enable-omitfp support | Ulrich Drepper | 2012-01-07 | 1 | -0/+7 |
* | Remove IA-64 support | Ulrich Drepper | 2012-01-07 | 1 | -0/+4 |
* | Remove support in configure for unsupported architectures | Ulrich Drepper | 2012-01-07 | 1 | -0/+3 |
* | Add BZ | Ulrich Drepper | 2012-01-07 | 1 | -0/+2 |
* | More char16_t and char32_t support | Ulrich Drepper | 2012-01-07 | 1 | -0/+16 |
* | Do not declare gets in _GNU_SOURCE mode at all | Ulrich Drepper | 2012-01-07 | 1 | -0/+2 |
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2012-01-07 | 1 | -0/+7 |
|\ | |||||
| * | Fix C11 header changes for C++. | Joseph Myers | 2012-01-06 | 1 | -0/+7 |
* | | Add explicit declaration of gets in C++ code | Ulrich Drepper | 2012-01-07 | 1 | -0/+5 |
* | | Fix problem with reuse of test-strcpy for wide char testing | Ulrich Drepper | 2012-01-07 | 1 | -0/+4 |
|/ | |||||
* | Fix assertion in gconv's loop.c | Ulrich Drepper | 2012-01-03 | 1 | -0/+3 |
* | Merge branch 'c11' | Ulrich Drepper | 2012-01-03 | 1 | -0/+56 |
|\ | |||||
| * | Add uchar.h support, part 1 | Ulrich Drepper | 2012-01-01 | 1 | -0/+18 |
| * | Add missing restrict in mbrtowc declaration | Ulrich Drepper | 2012-01-01 | 1 | -0/+4 |
| * | Typo in CL | Ulrich Drepper | 2012-01-01 | 1 | -1/+1 |
| * | Implement timespec_get | Ulrich Drepper | 2012-01-01 | 1 | -0/+9 |
| * | Implement aligned_alloc | Ulrich Drepper | 2012-01-01 | 1 | -1/+7 |
| * | Enable at_quick_exit and quick_exit for ISO C11 | Ulrich Drepper | 2012-01-01 | 1 | -0/+4 |
| * | Add __USE_ISOCXX11 | Ulrich Drepper | 2012-01-01 | 1 | -0/+3 |
| * | Remove gets declaration | Ulrich Drepper | 2012-01-01 | 1 | -0/+3 |
| * | Define static_assert | Ulrich Drepper | 2012-01-01 | 1 | -0/+3 |
| * | Start 2.16 development | Ulrich Drepper | 2012-01-01 | 1 | -0/+2 |
| * | Missing BZ | Ulrich Drepper | 2012-01-01 | 1 | -0/+1 |
| * | Support C11 __STDC_SOURCE__ and _ISOC11_SOURCE | Ulrich Drepper | 2012-01-01 | 1 | -0/+3 |
* | | Optimize regex a bit | Ulrich Drepper | 2012-01-03 | 1 | -0/+4 |
|/ | |||||
* | Also update new programs | Ulrich Drepper | 2012-01-01 | 1 | -0/+4 |
* | Update copyright year | Ulrich Drepper | 2012-01-01 | 1 | -0/+19 |
* | Fix up regcomp/regexec | Jakub Jelinek | 2011-12-30 | 1 | -0/+5 |
* | Preliminaries for 2.15 release glibc-2.15 | Ulrich Drepper | 2011-12-23 | 1 | -0/+3 |
* | Fix typos in comments | Marek Polacek | 2011-12-23 | 1 | -0/+3 |
* | Prevent warnings due to long long constants | Ulrich Drepper | 2011-12-23 | 1 | -0/+8 |
* | CL | Liubov Dmitrieva | 2011-12-23 | 1 | -2/+2 |
* | Fix overrun in destination buffer | Liubov Dmitrieva | 2011-12-23 | 1 | -0/+8 |
* | Add missing inline keyword | Marek Polacek | 2011-12-23 | 1 | -0/+8 |
* | Add another BZ | Ulrich Drepper | 2011-12-23 | 1 | -0/+1 |
* | Optimize x86-32 feraiseexcept also for !__SSE_MATH__ | Ulrich Drepper | 2011-12-23 | 1 | -0/+5 |
* | Fix wrong copying processing for last bytes in x86-32 wcscpy | Liubov Dmitrieva | 2011-12-23 | 1 | -0/+5 |
* | iconv mapping of 0xA8 0xEC in CP1258 is non-canonical | Bruno Haible | 2011-12-23 | 1 | -0/+4 |
* | iconv mapping of U+0385 in TCVN5712-1 is incorrect | Bruno Haible | 2011-12-23 | 1 | -0/+6 |
* | Fix error code for too small input buffer to getnameinfo | Ulrich Drepper | 2011-12-22 | 1 | -0/+4 |
* | Add missing BZ | Ulrich Drepper | 2011-12-22 | 1 | -0/+1 |
* | Add feraiseexcept optimization for x86-32 | Ulrich Drepper | 2011-12-22 | 1 | -0/+3 |
* | Also retrieve SSE exceptions in x86-32 fegetexceptflag | Ulrich Drepper | 2011-12-22 | 1 | -0/+6 |
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2011-12-22 | 1 | -0/+28 |
|\ | |||||
| * | Support building bits/syscall.h for any number of subarch variants. | Joseph Myers | 2011-12-22 | 1 | -0/+28 |
* | | Fix overrun in strcpy destination buffer in x86-32/SSSE3 version | Liubov Dmitrieva | 2011-12-22 | 1 | -0/+5 |
|/ |