about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | In cases where a function call fails return errno and allow the caller to fixup the return code as required by their API.
* BZ #5245: pthread_create returns EAGAIN for stack allocation failure, not ↵Jeff Law2011-12-142-2/+8
| | | | ENOMEM.
* 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 ↵Andreas Schwab2011-11-163-12/+81
| | | | -mno-tls-direct-seg-refs
* Use O_CLOEXEC in a few more placesUlrich Drepper2011-11-153-6/+13
|
* Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2011-11-153-8/+14
|\ | | | | | | | | Conflicts: sysdeps/unix/sysv/linux/clock_gettime.c
| * Fix clock_gettime for assumed kernel >= 2.6.12Andreas Schwab2011-11-153-2/+15
| |
* | Fix Linux SYSDEP_GETTIME_CPU for newer kernelsUlrich Drepper2011-11-152-1/+8
|/
* Pretty printingUlrich Drepper2011-11-151-1/+1
|
* Fix reference counting in network interface information cacheAndreas Schwab2011-11-152-1/+7
|
* Clean up internal fopen usesUlrich Drepper2011-11-1527-46/+117
| | | | No need to ever not use c and e.
* Use O_CLOEXEC in tzfile handlingUlrich Drepper2011-11-142-3/+7
|
* Update NEWSUlrich Drepper2011-11-141-1/+4
|
* Merge branch 'x32-strcase'Ulrich Drepper2011-11-1418-339/+1548
|\ | | | | | | | | Conflicts: ChangeLog
| * Add SSE4.2 support for strcasecmp and strncasecmp on x86-32Ulrich Drepper2011-11-149-89/+484
| |
| * SSSE3 optimized strcasecmp and strncasecmp for x86-32Ulrich Drepper2011-11-1315-266/+1080
| |
* | Don't call reused_arena when _int_new_arena failedAndreas Schwab2011-11-142-5/+10
|/