about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Replace alloca in __tzfile_read by malloc. Fixes bug 15670Ondřej Bílka2013-10-203-23/+18
* Mention FIPS 140-2 compliance and Sun RPC.Carlos O'Donell2013-10-192-1/+14
* Enhance localedef --list-archive option.Carlos O'Donell2013-10-186-10/+44
* Move entries to correct port ChangeLog files.Joseph Myers2013-10-183-11/+11
* Add e500 port.Joseph Myers2013-10-1832-11/+1227
* Remove duplicate bug numbers from NEWS.Joseph Myers2013-10-181-1/+0
* Fix localedef collation handling of <U0000> (bug 15948).Richard Sandiford2013-10-183-3/+15
* Don't include tls.h in test casesSiddhesh Poyarekar2013-10-1824-41/+26
* Remove assert in malloc statistic. Fixes bug 12486.Ondřej Bílka2013-10-182-9/+5
* Fix inet_network("1 bar"). Fixes bug 15277.Ondřej Bílka2013-10-174-8/+35
* Don't use gethostbyaddr to determine canonical nameAndreas Schwab2013-10-173-85/+24
* Format floating routines.Ondřej Bílka2013-10-1759-2175/+2830
* soft-fp: make extensions quiet signaling NaNs (bug 16041).Joseph Myers2013-10-173-1/+8
* soft-fp: fix horizontal whitespace.Joseph Myers2013-10-1688-1783/+1875
* soft-fp: remove unused macros.Joseph Myers2013-10-153-33/+5
* Clear initfini list after freeing. Fixes bug 15308.Ondřej Bílka2013-10-153-6/+12
* soft-fp: fix vertical whitespace and indentation.Joseph Myers2013-10-1586-3286/+3865
* Fix error_tail overflow in allocation calculation.Ondřej Bílka2013-10-143-6/+11
* Correctly copy resolver address. Fixes bug #13028.Ondřej Bílka2013-10-143-7/+14
* ldd: make try_trace more robust and portablePatrick 'P. J.' McDermott2013-10-143-20/+24
* Adjust language-code fields of LC_ADDRESS.Chris Leonard2013-10-1317-27/+105
* soft-fp: fix preprocessor indentation.Joseph Myers2013-10-129-278/+290
* Fix typos.Yuri Chornoivan2013-10-127-8/+18
* Fix typo in setlocale.c. Fixes BZ #15764Reuben Thomas2013-10-123-5/+11
* soft-fp: make __unord* raise "invalid" for signaling NaNs (bug 16036).Joseph Myers2013-10-125-1/+22
* soft-fp: make ordered comparisons raise "invalid" for quiet NaNs (bug 14910).Joseph Myers2013-10-128-12/+21
* soft-fp: add missing FP_INIT_EXCEPTIONS and FP_INIT_ROUNDMODE calls.Joseph Myers2013-10-1240-0/+79
* soft-fp: add macro FP_NO_EXCEPTIONS.Joseph Myers2013-10-128-12/+48
* soft-fp: fix _FP_DIV_MEAT_* returning results with wrong exponent (bug 16032).Joseph Myers2013-10-124-5/+16
* soft-fp: fix floating-point to integer unsigned saturation.Joseph Myers2013-10-122-1/+6
* Add systemtap markers to math function slow pathsSiddhesh Poyarekar2013-10-118-5/+160
* Fix fwrite() reading beyond end of buffer in error pathEric Biggers2013-10-118-36/+50
* Fix readdir regressions on sparc 32-bit.David S. Miller2013-10-102-2/+12
* Update copyright and license notices in soft-fp files from libgcc.Joseph Myers2013-10-1015-56/+58
* Add soft-fp files from libgcc.Joseph Myers2013-10-1015-0/+663
* Update sparc ULPs.David S. Miller2013-10-102-0/+129
* Extend powerpc-nofpu -fno-builtin-fabsl workaround to more files.Joseph Myers2013-10-102-0/+14
* Avoid ordered comparisons of NaNs in ldbl-128ibm acosl and asinl.Joseph Myers2013-10-103-0/+11
* malloc/hooks.c: Correct check for overflow in memalign_check.Will Newton2013-10-102-4/+12
* benchtests: Add include-sources directive.Torvald Riegel2013-10-103-6/+28
* soft-fp: split FP_INIT_EXCEPTIONS from FP_INIT_ROUNDMODE.Joseph Myers2013-10-105-3/+17
* soft-fp: fix negation NaN handling (bug 16034).Joseph Myers2013-10-107-24/+21
* soft-fp: Remove trailing semicolon from _FP_FRAC_DISASSEMBLE_4.Joseph Myers2013-10-092-1/+6
* soft-fp: fix typo in comment.Adam Buchbinder2013-10-092-1/+5
* Update gethostbyname2_r documentation. Fixes bug #156.Yogesh Chaudhari2013-10-083-10/+18
* Fix typo in last changeAndreas Schwab2013-10-081-1/+1
* m68k: use PIC for Scrt1.oAndreas Schwab2013-10-082-0/+25
* Use p2align instead ALIGNOndřej Bílka2013-10-0810-323/+301
* correct LC_TELEPHONE for pap localesChris Leonard2013-10-083-6/+12
* Format e_pow.cSiddhesh Poyarekar2013-10-082-260/+315