Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove more unnecessary Alpha and IA-64 configury | Ulrich Drepper | 2012-01-08 | 1 | -0/+2 |
| | |||||
* | gcc better don't use a signed type for size_t | Ulrich Drepper | 2012-01-08 | 1 | -0/+2 |
| | |||||
* | Remove last remnants of RANLIB | Ulrich Drepper | 2012-01-08 | 1 | -0/+3 |
| | |||||
* | Simplify char16_t implementation | Ulrich Drepper | 2012-01-08 | 1 | -0/+12 |
| | |||||
* | More fallout from supporting only ELF | Ulrich Drepper | 2012-01-08 | 1 | -0/+28 |
| | |||||
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 1 | -0/+202 |
| | | | | No more __const. | ||||
* | Remove non-ELF support | Ulrich Drepper | 2012-01-07 | 1 | -0/+33 |
| | |||||
* | Update ABI information | Ulrich Drepper | 2012-01-07 | 1 | -0/+20 |
| | |||||
* | Remove m68k support from Linux configure | Ulrich Drepper | 2012-01-07 | 1 | -0/+2 |
| | |||||
* | Remove Alpha support from ldsodefs.h | Ulrich Drepper | 2012-01-07 | 1 | -0/+2 |
| | |||||
* | Clean up shlib-versions files | Ulrich Drepper | 2012-01-07 | 1 | -0/+2 |
| | | | | Ports have their own files | ||||
* | 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 |
| | | | | It works now for UTF-8 locales | ||||
* | 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 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | 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 |
| | | | | | | | | c16 support for locales other than the C locale is still missing. | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | | | | | | | The problem is that parse_bracket_symbol is miscompiled, and it turns out it is because of an incorrect attribute on re_string_fetch_byte_case. Unlike re_string_peek_byte_case, this one is really not pure, it modifies memory (increments pstr->cur_idx), and with the pure attribute GCC assumed it doesn't and it cached the presumed value of regexp->cur_idx in a variable across the for (;; ++i) { if (i >= BRACKET_NAME_BUF_SIZE) return REG_EBRACK; if (token->type == OP_OPEN_CHAR_CLASS) ch = re_string_fetch_byte_case (regexp); else ch = re_string_fetch_byte (regexp); if (re_string_eoi(regexp)) return REG_EBRACK; if (ch == delim && re_string_peek_byte (regexp, 0) == ']') break; elem->opr.name[i] = ch; } | ||||
* | 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 |
| | | | | | According to http://gcc.gnu.org/ml/gcc-patches/2011-09/msg00608.html, a function without `inline' with an `always_inline' attribute is a bug. | ||||
* | 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 |
| |