Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Linux configure cleanup | Ulrich Drepper | 2012-01-07 | 3 | -38/+4 | |
* | Remove IA-64 support from kernel-features.h | Ulrich Drepper | 2012-01-07 | 2 | -8/+8 | |
* | Remove IA-64 support from NPTL | Ulrich Drepper | 2012-01-07 | 32 | -2005/+6 | |
* | Fix up a comment | Ulrich Drepper | 2012-01-07 | 1 | -1/+1 | |
* | Yet more ia64 removal fallout | Ulrich Drepper | 2012-01-07 | 2 | -2/+134 | |
* | Fix WS | Ulrich Drepper | 2012-01-07 | 1 | -1/+0 | |
* | More ia64 removal changes | Ulrich Drepper | 2012-01-07 | 5 | -9/+143 | |
* | Remove --enable-omitfp support | Ulrich Drepper | 2012-01-07 | 10 | -82/+17 | |
* | Remove IA-64 support | Ulrich Drepper | 2012-01-07 | 449 | -152654/+6 | |
* | Remove support in configure for unsupported architectures | Ulrich Drepper | 2012-01-07 | 4 | -11/+4 | |
* | More NEWS | Ulrich Drepper | 2012-01-07 | 1 | -0/+2 | |
* | Fix collation in Hungarian locale | Ulrich Drepper | 2012-01-07 | 3 | -83/+117 | |
* | Add BZ | Ulrich Drepper | 2012-01-07 | 2 | -3/+5 | |
* | More char16_t and char32_t support | Ulrich Drepper | 2012-01-07 | 11 | -85/+607 | |
* | Do not declare gets in _GNU_SOURCE mode at all | Ulrich Drepper | 2012-01-07 | 2 | -1/+3 | |
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2012-01-07 | 4 | -6/+16 | |
|\ | ||||||
| * | Fix C11 header changes for C++. | Joseph Myers | 2012-01-06 | 4 | -6/+16 | |
* | | Add explicit declaration of gets in C++ code | Ulrich Drepper | 2012-01-07 | 5 | -0/+13 | |
* | | Fix problem with reuse of test-strcpy for wide char testing | Ulrich Drepper | 2012-01-07 | 2 | -2/+9 | |
|/ | ||||||
* | Fix assertion in gconv's loop.c | Ulrich Drepper | 2012-01-03 | 2 | -2/+6 | |
* | Typo in test for C11-capable compiler | Ulrich Drepper | 2012-01-03 | 2 | -4/+4 | |
* | Merge branch 'c11' | Ulrich Drepper | 2012-01-03 | 31 | -52/+825 | |
|\ | ||||||
| * | Add uchar.h support, part 1 | Ulrich Drepper | 2012-01-01 | 14 | -18/+478 | |
| * | More fallout from gets removal | Ulrich Drepper | 2012-01-01 | 1 | -0/+6 | |
| * | Better gets prototype and fallout from removal | Ulrich Drepper | 2012-01-01 | 2 | -2/+7 | |
| * | Fix aligned_alloc prototype | Ulrich Drepper | 2012-01-01 | 1 | -1/+2 | |
| * | Start of uchar.h work | Ulrich Drepper | 2012-01-01 | 2 | -1/+77 | |
| * | Add missing restrict in mbrtowc declaration | Ulrich Drepper | 2012-01-01 | 2 | -1/+5 | |
| * | Typo in CL | Ulrich Drepper | 2012-01-01 | 1 | -1/+1 | |
| * | 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 | |
* | | Optimize regex a bit | Ulrich Drepper | 2012-01-03 | 2 | -4/+36 | |
|/ | ||||||
* | 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 release glibc-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 |