about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Remove pwd tst from configureUlrich Drepper2012-01-084-62/+3
|
* No need for test for __builtin_expectUlrich Drepper2012-01-083-54/+1
|
* Forgot to remove AC_SUBST(bonuded)Ulrich Drepper2012-01-082-3/+0
|
* Remove more unnecessary Alpha and IA-64 configuryUlrich Drepper2012-01-083-14/+2
|
* gcc better don't use a signed type for size_tUlrich Drepper2012-01-083-42/+2
|
* Remove last remnants of RANLIBUlrich Drepper2012-01-084-7/+3
|
* Simplify char16_t implementationUlrich Drepper2012-01-0810-642/+59
|
* More fallout from supporting only ELFUlrich Drepper2012-01-0825-1029/+713
|
* Remove pre-ISO C supportUlrich Drepper2012-01-07209-2244/+2420
| | | | No more __const.
* NEWSUlrich Drepper2012-01-071-0/+2
|
* Remove non-ELF supportUlrich Drepper2012-01-0735-421/+118
|
* NEWSUlrich Drepper2012-01-071-0/+2
|
* Update ABI informationUlrich Drepper2012-01-0719-344/+818
|
* Remove m68k support from Linux configureUlrich Drepper2012-01-072-1/+3
|
* Remove Alpha support from ldsodefs.hUlrich Drepper2012-01-072-10/+2
|
* Clean up shlib-versions filesUlrich Drepper2012-01-074-19/+4
| | | | Ports have their own files
* More IA-64 removalUlrich Drepper2012-01-078-137/+31
|
* Linux configure cleanupUlrich Drepper2012-01-073-38/+4
|
* Remove IA-64 support from kernel-features.hUlrich Drepper2012-01-072-8/+8
|
* Remove IA-64 support from NPTLUlrich Drepper2012-01-0732-2005/+6
|
* Fix up a commentUlrich Drepper2012-01-071-1/+1
|
* Yet more ia64 removal falloutUlrich Drepper2012-01-072-2/+134
|
* Fix WSUlrich Drepper2012-01-071-1/+0
|
* More ia64 removal changesUlrich Drepper2012-01-075-9/+143
|
* Remove --enable-omitfp supportUlrich Drepper2012-01-0710-82/+17
|
* Remove IA-64 supportUlrich Drepper2012-01-07449-152654/+6
|
* Remove support in configure for unsupported architecturesUlrich Drepper2012-01-074-11/+4
|
* More NEWSUlrich Drepper2012-01-071-0/+2
|
* Fix collation in Hungarian localeUlrich Drepper2012-01-073-83/+117
|
* Add BZUlrich Drepper2012-01-072-3/+5
|
* More char16_t and char32_t supportUlrich Drepper2012-01-0711-85/+607
| | | | It works now for UTF-8 locales
* Do not declare gets in _GNU_SOURCE mode at allUlrich Drepper2012-01-072-1/+3
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2012-01-074-6/+16
|\ | | | | | | | | Conflicts: ChangeLog
| * Fix C11 header changes for C++.Joseph Myers2012-01-064-6/+16
| |
* | Add explicit declaration of gets in C++ codeUlrich Drepper2012-01-075-0/+13
| |
* | Fix problem with reuse of test-strcpy for wide char testingUlrich Drepper2012-01-072-2/+9
|/
* Fix assertion in gconv's loop.cUlrich Drepper2012-01-032-2/+6
|
* Typo in test for C11-capable compilerUlrich Drepper2012-01-032-4/+4
|
* Merge branch 'c11'Ulrich Drepper2012-01-0331-52/+825
|\
| * Add uchar.h support, part 1Ulrich Drepper2012-01-0114-18/+478
| | | | | | | | c16 support for locales other than the C locale is still missing.
| * More fallout from gets removalUlrich Drepper2012-01-011-0/+6
| |
| * Better gets prototype and fallout from removalUlrich Drepper2012-01-012-2/+7
| |
| * Fix aligned_alloc prototypeUlrich Drepper2012-01-011-1/+2
| |
| * Start of uchar.h workUlrich Drepper2012-01-012-1/+77
| |
| * Add missing restrict in mbrtowc declarationUlrich Drepper2012-01-012-1/+5
| |
| * Typo in CLUlrich Drepper2012-01-011-1/+1
| |
| * Implement timespec_getUlrich Drepper2012-01-018-16/+154
| |
| * Implement aligned_allocUlrich Drepper2012-01-016-2/+32
| |
| * Missed half the support for __USE_ISOC11Ulrich Drepper2012-01-011-0/+2
| |
| * Enable at_quick_exit and quick_exit for ISO C11Ulrich Drepper2012-01-013-7/+7
| |