about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* WP issuesUlrich Drepper2011-12-221-1/+0
* Add unm_US localeUlrich Drepper2011-12-224-3/+159
* WP issuesUlrich Drepper2011-12-221-34/+34
* Add bho_IN localeUlrich Drepper2011-12-224-2/+175
* Use __REDIRECT_NTH for __feraiseexcept_renamedUlrich Drepper2011-12-222-1/+6
* Define EPOLLONESHOT and EPOLLET using unsigned valuesUlrich Drepper2011-12-215-10/+16
* Use Kahan's formula in cacoshUlrich Drepper2011-12-214-0/+24
* Fix sign errr in some cacosh resultsRichard B. Kreckel2011-12-215-32/+13
* Fix reading thread name from comm fileUlrich Drepper2011-12-213-2/+17
* Fix one typoUlrich Drepper2011-12-211-1/+1
* Store invocation-specific data of conversion modules in __gconv_step_dataUlrich Drepper2011-12-216-47/+56
* Fix division by denominator with more than two limbs in strtoldAndreas Schwab2011-12-213-2/+10
* Define x86_64 feraiseexcept inline only under __USE_EXTERN_INLINES.Rafael Ávila de Espíndola2011-12-212-1/+6
* Fix extension of array in extended printf format handlingUlrich Drepper2011-12-173-9/+13
* Optimized strcasecmp for Power7Adhemerval Zanella2011-12-1710-1/+298
* Add BZ numberUlrich Drepper2011-12-171-1/+2
* Avoid warnings in __*_finite math function declarations with C++Marek Polacek2011-12-173-91/+104
* Check values from TZ file headerUlrich Drepper2011-12-173-10/+50
* Fix WPUlrich Drepper2011-12-171-1/+1
* Simplify code for accessing powerpc GOTWill Schmidt2011-12-1732-159/+167
* Optimized nearbyint for PPCAdhemerval Zanella2011-12-177-1/+292
* Open /etc/resolv.conf with FD_CLOEXECRoss Lagerwall2011-12-172-1/+6
* WP fixesUlrich Drepper2011-12-171-1/+0
* WP fixesUlrich Drepper2011-12-171-3/+5
* Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper2011-12-1720-13/+2466
* WP cleanupUlrich Drepper2011-12-172-11/+11
* Fix WPUlrich Drepper2011-12-171-5/+7
* Add tests for wcsrchr and wcscpyUlrich Drepper2011-12-176-92/+163
* Return errno on failure in allocate_stackCarlos O'Donell2011-12-142-12/+8
* BZ #5245: pthread_create returns EAGAIN for stack allocation failure, not ENO...Jeff Law2011-12-142-2/+8
* Manual typo fix for _SC_NPROCESSORS_ONLN.Jeff Law2011-12-142-1/+6
* Optimize generic ELF hash function a bit moreUlrich Drepper2011-12-102-1/+9
* Fix a wrong constant in powerpc hypot implementationAndreas Schwab2011-12-062-1/+6
* Small optimization of generic ELF hash functionUlrich Drepper2011-12-042-25/+23
* Fix attreibute for _dl_elf_hashUlrich Drepper2011-12-042-1/+3
* Fix aliasing issues in RPC codeUlrich Drepper2011-12-044-3/+37
* Fix more warningsUlrich Drepper2011-12-0310-29/+267
* Fix comment in mcheck.hUlrich Drepper2011-12-032-2/+6
* Remove aliasing problems in NIS codeUlrich Drepper2011-12-022-2/+7
* Avoid warning in aicache.cUlrich Drepper2011-12-022-2/+9
* SH atomic asms fix for gcc 4.7Ulrich Drepper2011-12-022-22/+38
* Implement SH backtrace using IA64 versionUlrich Drepper2011-12-022-0/+5
* Fix CLUlrich Drepper2011-12-022-6/+6
* Mark fortified __FD_ELT as extensionAndreas Schwab2011-12-022-1/+7
* Truncate time values in Linux futimes when falling back to utimeAndreas Schwab2011-12-012-3/+8
* Adjust libm test ulps for s390Andreas Schwab2011-11-302-4/+9
* Fix access after end of search string in regex matcherAndreas Schwab2011-11-309-22/+34
* Handle EAGAIN from FUTEX_WAIT_REQUEUE_PIAndreas Schwab2011-11-303-2/+160
* Remove handling of VCs other then gitUlrich Drepper2011-11-1710-47/+29
* Fix SSSE3/SSE4.2 strcasecmp[_l]/strncasecmp[_l] for non-PIC and -mno-tls-dire...Andreas Schwab2011-11-163-12/+81