about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Remove more unnecessary Alpha and IA-64 configuryUlrich Drepper2012-01-081-0/+2
|
* gcc better don't use a signed type for size_tUlrich Drepper2012-01-081-0/+2
|
* Remove last remnants of RANLIBUlrich Drepper2012-01-081-0/+3
|
* Simplify char16_t implementationUlrich Drepper2012-01-081-0/+12
|
* More fallout from supporting only ELFUlrich Drepper2012-01-081-0/+28
|
* Remove pre-ISO C supportUlrich Drepper2012-01-071-0/+202
| | | | No more __const.
* Remove non-ELF supportUlrich Drepper2012-01-071-0/+33
|
* Update ABI informationUlrich Drepper2012-01-071-0/+20
|
* Remove m68k support from Linux configureUlrich Drepper2012-01-071-0/+2
|
* Remove Alpha support from ldsodefs.hUlrich Drepper2012-01-071-0/+2
|
* Clean up shlib-versions filesUlrich Drepper2012-01-071-0/+2
| | | | Ports have their own files
* More IA-64 removalUlrich Drepper2012-01-071-0/+6
|
* Linux configure cleanupUlrich Drepper2012-01-071-0/+4
|
* Remove IA-64 support from kernel-features.hUlrich Drepper2012-01-071-0/+1
|
* Remove --enable-omitfp supportUlrich Drepper2012-01-071-0/+7
|
* Remove IA-64 supportUlrich Drepper2012-01-071-0/+4
|
* Remove support in configure for unsupported architecturesUlrich Drepper2012-01-071-0/+3
|
* Add BZUlrich Drepper2012-01-071-0/+2
|
* More char16_t and char32_t supportUlrich Drepper2012-01-071-0/+16
| | | | It works now for UTF-8 locales
* Do not declare gets in _GNU_SOURCE mode at allUlrich Drepper2012-01-071-0/+2
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2012-01-071-0/+7
|\ | | | | | | | | Conflicts: ChangeLog
| * Fix C11 header changes for C++.Joseph Myers2012-01-061-0/+7
| |
* | Add explicit declaration of gets in C++ codeUlrich Drepper2012-01-071-0/+5
| |
* | Fix problem with reuse of test-strcpy for wide char testingUlrich Drepper2012-01-071-0/+4
|/
* Fix assertion in gconv's loop.cUlrich Drepper2012-01-031-0/+3
|
* Merge branch 'c11'Ulrich Drepper2012-01-031-0/+56
|\
| * Add uchar.h support, part 1Ulrich Drepper2012-01-011-0/+18
| | | | | | | | c16 support for locales other than the C locale is still missing.
| * Add missing restrict in mbrtowc declarationUlrich Drepper2012-01-011-0/+4
| |
| * Typo in CLUlrich Drepper2012-01-011-1/+1
| |
| * Implement timespec_getUlrich Drepper2012-01-011-0/+9
| |
| * Implement aligned_allocUlrich Drepper2012-01-011-1/+7
| |
| * Enable at_quick_exit and quick_exit for ISO C11Ulrich Drepper2012-01-011-0/+4
| |
| * Add __USE_ISOCXX11Ulrich Drepper2012-01-011-0/+3
| |
| * Remove gets declarationUlrich Drepper2012-01-011-0/+3
| |
| * Define static_assertUlrich Drepper2012-01-011-0/+3
| |
| * Start 2.16 developmentUlrich Drepper2012-01-011-0/+2
| |
| * Missing BZUlrich Drepper2012-01-011-0/+1
| |
| * Support C11 __STDC_SOURCE__ and _ISOC11_SOURCEUlrich Drepper2012-01-011-0/+3
| |
* | Optimize regex a bitUlrich Drepper2012-01-031-0/+4
|/
* Also update new programsUlrich Drepper2012-01-011-0/+4
|
* Update copyright yearUlrich Drepper2012-01-011-0/+19
|
* Fix up regcomp/regexecJakub Jelinek2011-12-301-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.15Ulrich Drepper2011-12-231-0/+3
|
* Fix typos in commentsMarek Polacek2011-12-231-0/+3
|
* Prevent warnings due to long long constantsUlrich Drepper2011-12-231-0/+8
|
* CLLiubov Dmitrieva2011-12-231-2/+2
|
* Fix overrun in destination bufferLiubov Dmitrieva2011-12-231-0/+8
|
* Add missing inline keywordMarek Polacek2011-12-231-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 BZUlrich Drepper2011-12-231-0/+1
|
* Optimize x86-32 feraiseexcept also for !__SSE_MATH__Ulrich Drepper2011-12-231-0/+5
|