Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-01-07 | Remove m68k support from Linux configure | Ulrich Drepper | 2 | -1/+3 |
2012-01-07 | Remove Alpha support from ldsodefs.h | Ulrich Drepper | 2 | -10/+2 |
2012-01-07 | Clean up shlib-versions files | Ulrich Drepper | 4 | -19/+4 |
2012-01-07 | More IA-64 removal | Ulrich Drepper | 8 | -137/+31 |
2012-01-07 | Linux configure cleanup | Ulrich Drepper | 3 | -38/+4 |
2012-01-07 | Remove IA-64 support from kernel-features.h | Ulrich Drepper | 2 | -8/+8 |
2012-01-07 | Remove IA-64 support from NPTL | Ulrich Drepper | 32 | -2005/+6 |
2012-01-07 | Fix up a comment | Ulrich Drepper | 1 | -1/+1 |
2012-01-07 | Yet more ia64 removal fallout | Ulrich Drepper | 2 | -2/+134 |
2012-01-07 | Fix WS | Ulrich Drepper | 1 | -1/+0 |
2012-01-07 | More ia64 removal changes | Ulrich Drepper | 5 | -9/+143 |
2012-01-07 | Remove --enable-omitfp support | Ulrich Drepper | 10 | -82/+17 |
2012-01-07 | Remove IA-64 support | Ulrich Drepper | 449 | -152654/+6 |
2012-01-07 | Remove support in configure for unsupported architectures | Ulrich Drepper | 4 | -11/+4 |
2012-01-07 | More NEWS | Ulrich Drepper | 1 | -0/+2 |
2012-01-07 | Fix collation in Hungarian locale | Ulrich Drepper | 3 | -83/+117 |
2012-01-07 | Add BZ | Ulrich Drepper | 2 | -3/+5 |
2012-01-07 | More char16_t and char32_t support | Ulrich Drepper | 11 | -85/+607 |
2012-01-07 | Do not declare gets in _GNU_SOURCE mode at all | Ulrich Drepper | 2 | -1/+3 |
2012-01-07 | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 4 | -6/+16 |
2012-01-07 | Add explicit declaration of gets in C++ code | Ulrich Drepper | 5 | -0/+13 |
2012-01-07 | Fix problem with reuse of test-strcpy for wide char testing | Ulrich Drepper | 2 | -2/+9 |
2012-01-06 | Fix C11 header changes for C++. | Joseph Myers | 4 | -6/+16 |
2012-01-03 | Fix assertion in gconv's loop.c | Ulrich Drepper | 2 | -2/+6 |
2012-01-03 | Typo in test for C11-capable compiler | Ulrich Drepper | 2 | -4/+4 |
2012-01-03 | Merge branch 'c11' | Ulrich Drepper | 31 | -52/+825 |
2012-01-03 | Optimize regex a bit | Ulrich Drepper | 2 | -4/+36 |
2012-01-01 | Add uchar.h support, part 1 | Ulrich Drepper | 14 | -18/+478 |
2012-01-01 | More fallout from gets removal | Ulrich Drepper | 1 | -0/+6 |
2012-01-01 | Better gets prototype and fallout from removal | Ulrich Drepper | 2 | -2/+7 |
2012-01-01 | Fix aligned_alloc prototype | Ulrich Drepper | 1 | -1/+2 |
2012-01-01 | Start of uchar.h work | Ulrich Drepper | 2 | -1/+77 |
2012-01-01 | Add missing restrict in mbrtowc declaration | Ulrich Drepper | 2 | -1/+5 |
2012-01-01 | Typo in CL | Ulrich Drepper | 1 | -1/+1 |
2012-01-01 | Implement timespec_get | Ulrich Drepper | 8 | -16/+154 |
2012-01-01 | Implement aligned_alloc | Ulrich Drepper | 6 | -2/+32 |
2012-01-01 | Missed half the support for __USE_ISOC11 | Ulrich Drepper | 1 | -0/+2 |
2012-01-01 | Enable at_quick_exit and quick_exit for ISO C11 | Ulrich Drepper | 3 | -7/+7 |
2012-01-01 | Add __USE_ISOCXX11 | Ulrich Drepper | 2 | -0/+13 |
2012-01-01 | Remove gets declaration | Ulrich Drepper | 3 | -1/+10 |
2012-01-01 | Define static_assert | Ulrich Drepper | 3 | -2/+12 |
2012-01-01 | Start 2.16 development | Ulrich Drepper | 2 | -2/+4 |
2012-01-01 | Missing BZ | Ulrich Drepper | 2 | -0/+8 |
2012-01-01 | Support C11 __STDC_SOURCE__ and _ISOC11_SOURCE | Ulrich Drepper | 2 | -6/+15 |
2012-01-01 | Also update new programs | Ulrich Drepper | 5 | -8/+12 |
2012-01-01 | Update copyright year | Ulrich Drepper | 17 | -32/+51 |
2011-12-30 | Fix up regcomp/regexec | Jakub Jelinek | 2 | -1/+6 |
2011-12-23 | Preliminaries for 2.15 releaseglibc-2.15 | Ulrich Drepper | 3 | -3/+6 |
2011-12-23 | Fix typos in comments | Marek Polacek | 2 | -4/+7 |
2011-12-23 | Prevent warnings due to long long constants | Ulrich Drepper | 6 | -90/+124 |