aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-19Add NEWS entry for C++11 thread_local support.Siddhesh Poyarekar1-0/+4
2013-02-19Fix copyright year in new filesSiddhesh Poyarekar4-3/+9
2013-02-19Add FUTEX_*_REQUEUE_PI support for MIPS.Joseph Myers2-0/+40
2013-02-18Add FUTEX_*_REQUEUE_PI support for ARM.Joseph Myers2-0/+38
2013-02-18stdlib.h: use existing malloc/alloc_size attribute definesMike Frysinger2-1/+6
2013-02-18sys/cdefs.h: export __attribute_alloc_size__Mike Frysinger4-5/+19
2013-02-18unify xmalloc prototypes & friendsMike Frysinger13-55/+60
2013-02-18Add __cxa_thread_atexit_impl to aarch64 abilistSiddhesh Poyarekar2-0/+8
2013-02-18Fix ChangeLogsSiddhesh Poyarekar2-3/+5
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar40-2/+422
2013-02-18Fix build warnings in some test casesSiddhesh Poyarekar5-0/+9
2013-02-18New function _dl_find_dso_for_objectSiddhesh Poyarekar6-38/+51
2013-02-18FUTEX_*_REQUEUE_PI support for non-x86 codeSiddhesh Poyarekar10-45/+260
2013-02-18S/390: Fix _dl_runtime_profileAndreas Krebbel2-32/+44
2013-02-17Remove bounded-pointers handling from x86_64 assembly sources.Joseph Myers18-197/+77
2013-02-17Sort Versions filesAndreas Jaeger8-27/+36
2013-02-16Fix ChangeLog date (again)Siddhesh Poyarekar1-1/+1
2013-02-16Don't require LIM to determine loop end in __sqrSiddhesh Poyarekar2-10/+7
2013-02-16Use intermediate variable to compute exponent in __mulSiddhesh Poyarekar2-5/+20
2013-02-15Fix determination of lower precision in __mulSiddhesh Poyarekar2-1/+9
2013-02-15Remove bounded-pointers build system support.Joseph Myers16-95/+62
2013-02-15Remove miscellaneous bounded-pointers relics in C code.Joseph Myers9-16/+28
2013-02-14hppa: Remove unused lll_unlock_wake_cb.Carlos O'Donell3-14/+7
2013-02-14aarch64: Update libm-test-ulps.Marcus Shawcroft2-0/+368
2013-02-14Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers27-99/+178
2013-02-14Remove redundant return keywordSiddhesh Poyarekar3-26/+22
2013-02-14Use __sqr instead of __mul wherever possibleSiddhesh Poyarekar4-4/+10
2013-02-14New __sqr function as a faster special case of __mulSiddhesh Poyarekar8-2/+309
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers60-155/+234
2013-02-13Fix up ChangeLog.Roland McGrath1-3/+1
2013-02-13Install stdlib-bsearch.h headerOndrej Bilka2-1/+6
2013-02-13Call memcpy in generic mempcpyOndrej Bilka2-36/+6
2013-02-13Remove unnecessary factorial arraySiddhesh Poyarekar2-10/+5
2013-02-13Better exp polynomialSiddhesh Poyarekar2-23/+40
2013-02-13Optimized mp multiplicationSiddhesh Poyarekar2-8/+51
2013-02-13Clean up add_magnitudes and sub_magnitudesSiddhesh Poyarekar2-52/+66
2013-02-12Remove redunant "warning: " prefix from stub warnings.Roland McGrath2-2/+6
2013-02-12Fix buffer overrun in regexp matcherAndreas Schwab5-9/+68
2013-02-12Fix handling of collating symbols in regexpsAndreas Schwab5-48/+92
2013-02-12Fix typo, improve comment, remove superfluous #undefs, add missing #undef.Tom de Vries2-5/+15
2013-02-11Fix log entry in last change.Roland McGrath1-2/+2
2013-02-11Add inline bsearch expansion.Ondrej Bilka4-28/+56
2013-02-11Fix some errors in declarations in the manual.Roland McGrath20-88/+164
2013-02-11Remove dead CFLAGS lines from string/MakefileTom de Vries2-2/+5
2013-02-11Fix a typo in the mremap comment.Roland McGrath2-1/+5
2013-02-11Add CFI information for MIPS assembly sources.Joseph Myers20-34/+191
2013-02-11Fix typo in ChangeLog entry for commit 03759f47db62930f2dddf1c9733ef89b9d99e2daTom de Vries1-1/+1
2013-02-08Fix PF_LOCAL socket example sockaddr_un size calculation.Roland McGrath2-3/+7
2013-02-08m68k: update kernel-features.hAndreas Schwab2-0/+29
2013-02-08Remove CHECK_N and bp-checks.h.Joseph Myers46-183/+181