aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-30rename configure.in to configure.acMike Frysinger102-68/+245
2013-10-29Let tst-swscanf find its localeAndreas Schwab2-0/+5
2013-10-29New-locale-for-anp_INChris Leonard3-3/+209
2013-10-28Benchmark inputs for powSiddhesh Poyarekar2-0/+505
2013-10-28New inputs for expSiddhesh Poyarekar2-0/+583
2013-10-28Consolidate conditionals in mp sin/cos functionsSiddhesh Poyarekar2-8/+12
2013-10-28Fix ChangeLog date.Adhemerval Zanella1-1/+1
2013-10-26Add some more NEWS items.Joseph Myers1-0/+14
2013-10-25PowerPC: strcpy/stpcpy optimization for PPC64/POWER7Adhemerval Zanella5-134/+418
2013-10-25Fix gethostbyname_r example. Fixes bug 2801.Ondřej Bílka3-11/+18
2013-10-25Changelog for last commit.Ondřej Bílka1-0/+6
2013-10-25Make strptime %Z consistent between doc and code. Fixes bug 14876Ondřej Bílka3-8/+13
2013-10-25Acknowledge that fnmatch can fail. Fixes bug 14029.Ondřej Bílka3-13/+15
2013-10-25Document that mmap() returns MAP_FAILED on error, as per the POSIX standard.Fabrice Bauzac3-3/+10
2013-10-25Fix stack overflow due to large AF_INET6 requestsSiddhesh Poyarekar3-3/+28
2013-10-25Fix incorrect getaddrinfo assertion triggerAllan McRae2-3/+18
2013-10-24Adjust language-code fields of LC_ADDRESS.Chris Leonard18-15/+109
2013-10-21Document rpcgen -5. Fixes bug 15825Ondřej Bílka3-5/+13
2013-10-20Print the reason why preloading failed in do_preload()Michael Stahl2-2/+6
2013-10-20When glob pattern contains a trailing slash match only directories. Fixes bug...Ondřej Bílka4-9/+27
2013-10-20Replace alloca in __tzfile_read by malloc. Fixes bug 15670Ondřej Bílka3-23/+18
2013-10-19Mention FIPS 140-2 compliance and Sun RPC.Carlos O'Donell2-1/+14
2013-10-18Enhance localedef --list-archive option.Carlos O'Donell6-10/+44
2013-10-18Move entries to correct port ChangeLog files.Joseph Myers3-11/+11
2013-10-18Add e500 port.Joseph Myers32-11/+1227
2013-10-18Remove duplicate bug numbers from NEWS.Joseph Myers1-1/+0
2013-10-18Fix localedef collation handling of <U0000> (bug 15948).Richard Sandiford3-3/+15
2013-10-18Don't include tls.h in test casesSiddhesh Poyarekar24-41/+26
2013-10-18Remove assert in malloc statistic. Fixes bug 12486.Ondřej Bílka2-9/+5
2013-10-17Fix inet_network("1 bar"). Fixes bug 15277.Ondřej Bílka4-8/+35
2013-10-17Don't use gethostbyaddr to determine canonical nameAndreas Schwab3-85/+24
2013-10-17Format floating routines.Ondřej Bílka59-2175/+2830
2013-10-17soft-fp: make extensions quiet signaling NaNs (bug 16041).Joseph Myers3-1/+8
2013-10-16soft-fp: fix horizontal whitespace.Joseph Myers88-1783/+1875
2013-10-15soft-fp: remove unused macros.Joseph Myers3-33/+5
2013-10-15Clear initfini list after freeing. Fixes bug 15308.Ondřej Bílka3-6/+12
2013-10-15soft-fp: fix vertical whitespace and indentation.Joseph Myers86-3286/+3865
2013-10-14Fix error_tail overflow in allocation calculation.Ondřej Bílka3-6/+11
2013-10-14Correctly copy resolver address. Fixes bug #13028.Ondřej Bílka3-7/+14
2013-10-14ldd: make try_trace more robust and portablePatrick 'P. J.' McDermott3-20/+24
2013-10-13Adjust language-code fields of LC_ADDRESS.Chris Leonard17-27/+105
2013-10-12soft-fp: fix preprocessor indentation.Joseph Myers9-278/+290
2013-10-12Fix typos.Yuri Chornoivan7-8/+18
2013-10-12Fix typo in setlocale.c. Fixes BZ #15764Reuben Thomas3-5/+11
2013-10-12soft-fp: make __unord* raise "invalid" for signaling NaNs (bug 16036).Joseph Myers5-1/+22
2013-10-12soft-fp: make ordered comparisons raise "invalid" for quiet NaNs (bug 14910).Joseph Myers8-12/+21
2013-10-12soft-fp: add missing FP_INIT_EXCEPTIONS and FP_INIT_ROUNDMODE calls.Joseph Myers40-0/+79
2013-10-12soft-fp: add macro FP_NO_EXCEPTIONS.Joseph Myers8-12/+48
2013-10-12soft-fp: fix _FP_DIV_MEAT_* returning results with wrong exponent (bug 16032).Joseph Myers4-5/+16
2013-10-12soft-fp: fix floating-point to integer unsigned saturation.Joseph Myers2-1/+6