about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Fix parsing of 0e+0 as floatAndreas Schwab2013-10-314-2/+46
* Accept make versions 4.0 and greaterMarc-Antoine Perennou2013-10-314-3/+9
* malloc: Fix for infinite loop in memalign/posix_memalign.Will Newton2013-10-305-0/+51
* Use atomic operations to track memory. Fixes bug 11087Ondřej Bílka2013-10-303-21/+27
* Remove code from div that is by C99 obsolete. Fixes bug 15799Ondřej Bílka2013-10-305-70/+11
* Fix reads for sizes larger than INT_MAX in AF_INET lookupSiddhesh Poyarekar2013-10-303-9/+60
* Add ChangeLog entry and fix NEWS for #16078Siddhesh Poyarekar2013-10-302-1/+7
* Add missing bug number to NEWSAllan McRae2013-10-301-8/+8
* Fix ChangeLog formatting issueAllan McRae2013-10-301-2/+2
* rename configure.in to configure.acMike Frysinger2013-10-30102-68/+245
* Let tst-swscanf find its localeAndreas Schwab2013-10-292-0/+5
* New-locale-for-anp_INChris Leonard2013-10-293-3/+209
* Benchmark inputs for powSiddhesh Poyarekar2013-10-282-0/+505
* New inputs for expSiddhesh Poyarekar2013-10-282-0/+583
* Consolidate conditionals in mp sin/cos functionsSiddhesh Poyarekar2013-10-282-8/+12
* Fix ChangeLog date.Adhemerval Zanella2013-10-281-1/+1
* Add some more NEWS items.Joseph Myers2013-10-261-0/+14
* PowerPC: strcpy/stpcpy optimization for PPC64/POWER7Adhemerval Zanella2013-10-255-134/+418
* Fix gethostbyname_r example. Fixes bug 2801.Ondřej Bílka2013-10-253-11/+18
* Changelog for last commit.Ondřej Bílka2013-10-251-0/+6
* Make strptime %Z consistent between doc and code. Fixes bug 14876Ondřej Bílka2013-10-253-8/+13
* Acknowledge that fnmatch can fail. Fixes bug 14029.Ondřej Bílka2013-10-253-13/+15
* Document that mmap() returns MAP_FAILED on error, as per the POSIX standard.Fabrice Bauzac2013-10-253-3/+10
* Fix stack overflow due to large AF_INET6 requestsSiddhesh Poyarekar2013-10-253-3/+28
* Fix incorrect getaddrinfo assertion triggerAllan McRae2013-10-252-3/+18
* Adjust language-code fields of LC_ADDRESS.Chris Leonard2013-10-2418-15/+109
* Document rpcgen -5. Fixes bug 15825Ondřej Bílka2013-10-213-5/+13
* Print the reason why preloading failed in do_preload()Michael Stahl2013-10-202-2/+6
* When glob pattern contains a trailing slash match only directories. Fixes bug...Ondřej Bílka2013-10-204-9/+27
* 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