Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 209 | -2244/+2420 |
| | | | | No more __const. | ||||
* | NEWS | Ulrich Drepper | 2012-01-07 | 1 | -0/+2 |
| | |||||
* | Remove non-ELF support | Ulrich Drepper | 2012-01-07 | 35 | -421/+118 |
| | |||||
* | NEWS | Ulrich Drepper | 2012-01-07 | 1 | -0/+2 |
| | |||||
* | Update ABI information | Ulrich Drepper | 2012-01-07 | 19 | -344/+818 |
| | |||||
* | Remove m68k support from Linux configure | Ulrich Drepper | 2012-01-07 | 2 | -1/+3 |
| | |||||
* | Remove Alpha support from ldsodefs.h | Ulrich Drepper | 2012-01-07 | 2 | -10/+2 |
| | |||||
* | Clean up shlib-versions files | Ulrich Drepper | 2012-01-07 | 4 | -19/+4 |
| | | | | Ports have their own files | ||||
* | More IA-64 removal | Ulrich Drepper | 2012-01-07 | 8 | -137/+31 |
| | |||||
* | 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 |
| | | | | It works now for UTF-8 locales | ||||
* | 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 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | 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 |
| | | | | | | | | c16 support for locales other than the C locale is still missing. | ||||
| * | 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 |
| |