about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* This patch improves strncat performance by using strlen. Strlen has a fast C ...Wilco Dijkstra2014-10-241-0/+4
* This patch improves strcat performance by using strlen and strcpy. Strlen has...Wilco Dijkstra2014-10-241-0/+4
* Call libc_fetestexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra2014-10-241-0/+5
* Call libc_feholdexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra2014-10-241-0/+5
* Call get_rounding_mode rather than duplicating functionality.Wilco Dijkstra2014-10-241-0/+5
* Cleanup feenableexcept to use the same logic as the ARM version. No functiona...Wilco Dijkstra2014-10-241-0/+5
* Cleanup fedisableexcept to use the same logic as the ARM version. No function...Wilco Dijkstra2014-10-241-0/+5
* Cleanup feclearexcept to use the same logic as the ARM version. No functional...Wilco Dijkstra2014-10-241-0/+5
* Cleanup fesetexceptflag to use the same logic as the ARM version. No function...Wilco Dijkstra2014-10-241-0/+5
* Remove an unused include.Wilco Dijkstra2014-10-241-0/+5
* Move get*id and getgroups definitions to syscalls.list (bug 14138).Joseph Myers2014-10-241-0/+85
* Move some chown / lchown / fchown definitions to syscalls.list (bug 14138).Joseph Myers2014-10-241-0/+32
* Remove spaces.Wilco Dijkstra2014-10-241-0/+7
* hppa: Make __SIGRTMIN 32 (ABI break).Carlos O'Donell2014-10-231-0/+8
* Don't use INTDEF for powerpc32 compat symbols (bug 14132).Joseph Myers2014-10-231-0/+16
* Rework some nscd code not to use variable-length struct types.Roland McGrath2014-10-221-0/+13
* ARM: Use movw/movt more when availableRoland McGrath2014-10-221-0/+27
* MIPS: Avoid a dangling `vfork@GLIBC_2.0' referenceMaciej W. Rozycki2014-10-221-0/+5
* Don't use INTDEF with __ldexpf (bug 14132).Joseph Myers2014-10-211-0/+5
* Avoid local PLT reference in __nptl_main.Roland McGrath2014-10-211-0/+4
* Tiny refactoring in fts to eliminate a warning.Roland McGrath2014-10-201-0/+5
* NPTL: Clean up gratuitous Linuxism in libpthread.so entry point.Roland McGrath2014-10-201-0/+4
* NPTL: Add some missing #include'sRoland McGrath2014-10-201-0/+7
* Make internal lock-init macros return void.Roland McGrath2014-10-201-0/+9
* pthread_once: Add fast path and remove x86 variants.Torvald Riegel2014-10-201-0/+8
* pthread_once: Clean up constants.Torvald Riegel2014-10-201-0/+9
* Move readv and writev definitions to syscalls.list (bug 14138).Joseph Myers2014-10-201-0/+9
* Remove obsolete TLS_DEFINE_INIT_TP fallback.Roland McGrath2014-10-171-0/+2
* NPTL: Clean up THREAD_SYSINFO macros.Roland McGrath2014-10-171-0/+11
* NPTL: Conditionalize direct futex syscall uses.Roland McGrath2014-10-171-0/+12
* NPTL: Conditionalize more uses of SIGCANCEL and SIGSETXID.Roland McGrath2014-10-171-0/+11
* Fix NPTL build error when missing __NR_set_robust_list.Roland McGrath2014-10-171-0/+5
* Fix up incorrect formatting in last commitSiddhesh Poyarekar2014-10-171-0/+5
* strcoll: improve performance by removing the cache (#15884)Leonhard Holz2014-10-171-0/+12
* Remove sysdeps/arm/soft-fp directory.Roland McGrath2014-10-161-0/+6
* conformtest: clean up POSIX expections for sys/utsname.h, sys/wait.h.Joseph Myers2014-10-141-0/+26
* Fix infinite loop in check_pf (BZ #12926)Siddhesh Poyarekar2014-10-141-0/+6
* Remove CANCEL-FCT-WAIVE and CANCEL-FILE-WAIVE.Joseph Myers2014-10-101-0/+3
* Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers2014-10-101-0/+23
* remove nested functions from elf/dl-load.cKostya Serebryany2014-10-091-0/+6
* soft-fp: Use parentheses around macro arguments.Joseph Myers2014-10-091-0/+154
* soft-fp: Support rsigned == 2 in _FP_TO_INT.Joseph Myers2014-10-091-0/+2
* soft-fp: Support more precise "invalid" exceptions.Joseph Myers2014-10-091-0/+23
* Update French translationAllan McRae2014-10-091-0/+4
* Don't use INTDEF/INTUSE with __cxa_atexit (bug 14132).Joseph Myers2014-10-091-0/+7
* Remove stray *_internal aliases (bug 14132).Joseph Myers2014-10-091-0/+16
* soft-fp: Add FP_DENORM_ZERO.Joseph Myers2014-10-091-0/+12
* soft-fp: Fix _FP_TO_INT latent bug in overflow handling.Joseph Myers2014-10-091-0/+3
* soft-fp: Refactor exception handling for comparisons.Joseph Myers2014-10-091-0/+55
* soft-fp: Make extensions of subnormals from XFmode to TFmode signal underflow...Joseph Myers2014-10-091-0/+13