about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* bits/poll2.h needs __BEGIN/__END_DECLSUlrich Drepper2012-01-082-0/+6
* Install bits/poll2.hUlrich Drepper2012-01-082-2/+6
* Fix typo in Linux/PPC32 getcontextWill Schmidt2012-01-082-4/+9
* Optimize xmalloc, xcalloc, xrealloc, and xstrdupUlrich Drepper2012-01-0815-44/+86
* Mark potential fix for BZ 11929Ulrich Drepper2012-01-082-7/+8
* sscanf always calls reallocPaul Pluzhnikov2012-01-082-2/+7
* CLAdhemerval Zanella2012-01-081-0/+6
* Use __pthread_get_minstack for AIO helper threadAdhemerval Zanella2012-01-081-2/+2
* Fix CLUlrich Drepper2012-01-081-2/+1
* Add test for CMPLX macrosUlrich Drepper2012-01-083-1/+60
* Fix typo in CMPLXLUlrich Drepper2012-01-082-1/+3
* Quash implicit declaration warningMarek Polacek2012-01-082-0/+5
* Add checking versions of poll and ppollUlrich Drepper2012-01-0814-5/+190
* RegeneratedUlrich Drepper2012-01-081-1/+0
* Define CMPLX, CMPLXF, CMPLXLUlrich Drepper2012-01-083-4/+18
* Static linking is always neededUlrich Drepper2012-01-0810-48/+17
* 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
* 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
* 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
* 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
|\
| * Fix C11 header changes for C++.Joseph Myers2012-01-064-6/+16