about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Restrict shm_open and shm_unlink to SHMDIR. Fixes bugs 14752 and 15763.Ondřej Bílka2013-10-311-0/+7
* Fix BZ referenceAndreas Schwab2013-10-311-2/+2
* Fix parsing of 0e+0 as floatAndreas Schwab2013-10-311-0/+7
* Accept make versions 4.0 and greaterMarc-Antoine Perennou2013-10-311-0/+6
* malloc: Fix for infinite loop in memalign/posix_memalign.Will Newton2013-10-301-0/+10
* Use atomic operations to track memory. Fixes bug 11087Ondřej Bílka2013-10-301-1/+8
* Remove code from div that is by C99 obsolete. Fixes bug 15799Ondřej Bílka2013-10-301-0/+7
* Fix reads for sizes larger than INT_MAX in AF_INET lookupSiddhesh Poyarekar2013-10-301-0/+8
* Fix ChangeLog formatting issueAllan McRae2013-10-301-2/+2
* rename configure.in to configure.acMike Frysinger2013-10-301-0/+68
* Let tst-swscanf find its localeAndreas Schwab2013-10-291-0/+4
* Benchmark inputs for powSiddhesh Poyarekar2013-10-281-0/+2
* New inputs for expSiddhesh Poyarekar2013-10-281-0/+2
* Consolidate conditionals in mp sin/cos functionsSiddhesh Poyarekar2013-10-281-0/+6
* Fix ChangeLog date.Adhemerval Zanella2013-10-281-1/+1
* PowerPC: strcpy/stpcpy optimization for PPC64/POWER7Adhemerval Zanella2013-10-251-0/+11
* Fix gethostbyname_r example. Fixes bug 2801.Ondřej Bílka2013-10-251-0/+5
* Changelog for last commit.Ondřej Bílka2013-10-251-0/+6
* Acknowledge that fnmatch can fail. Fixes bug 14029.Ondřej Bílka2013-10-251-0/+5
* Document that mmap() returns MAP_FAILED on error, as per the POSIX standard.Fabrice Bauzac2013-10-251-0/+6
* Fix stack overflow due to large AF_INET6 requestsSiddhesh Poyarekar2013-10-251-0/+6
* Fix incorrect getaddrinfo assertion triggerAllan McRae2013-10-251-0/+8
* Adjust language-code fields of LC_ADDRESS.Chris Leonard2013-10-241-0/+4
* Document rpcgen -5. Fixes bug 15825Ondřej Bílka2013-10-211-1/+6
* Print the reason why preloading failed in do_preload()Michael Stahl2013-10-201-0/+4
* When glob pattern contains a trailing slash match only directories. Fixes bug...Ondřej Bílka2013-10-201-0/+7
* Replace alloca in __tzfile_read by malloc. Fixes bug 15670Ondřej Bílka2013-10-201-0/+5
* Mention FIPS 140-2 compliance and Sun RPC.Carlos O'Donell2013-10-191-0/+5
* Enhance localedef --list-archive option.Carlos O'Donell2013-10-181-0/+16
* Add e500 port.Joseph Myers2013-10-181-0/+58
* Fix localedef collation handling of <U0000> (bug 15948).Richard Sandiford2013-10-181-0/+8
* Don't include tls.h in test casesSiddhesh Poyarekar2013-10-181-0/+26
* Remove assert in malloc statistic. Fixes bug 12486.Ondřej Bílka2013-10-181-0/+5
* Fix inet_network("1 bar"). Fixes bug 15277.Ondřej Bílka2013-10-171-0/+6
* Don't use gethostbyaddr to determine canonical nameAndreas Schwab2013-10-171-0/+6
* Format floating routines.Ondřej Bílka2013-10-171-0/+61
* soft-fp: make extensions quiet signaling NaNs (bug 16041).Joseph Myers2013-10-171-0/+6
* soft-fp: fix horizontal whitespace.Joseph Myers2013-10-161-0/+90
* soft-fp: remove unused macros.Joseph Myers2013-10-151-0/+5
* Clear initfini list after freeing. Fixes bug 15308.Ondřej Bílka2013-10-151-0/+4
* soft-fp: fix vertical whitespace and indentation.Joseph Myers2013-10-151-0/+88
* Fix error_tail overflow in allocation calculation.Ondřej Bílka2013-10-141-0/+5
* Correctly copy resolver address. Fixes bug #13028.Ondřej Bílka2013-10-141-0/+6
* ldd: make try_trace more robust and portablePatrick 'P. J.' McDermott2013-10-141-0/+6
* soft-fp: fix preprocessor indentation.Joseph Myers2013-10-121-0/+11
* Fix typos.Yuri Chornoivan2013-10-121-0/+5
* Fix typo in setlocale.c. Fixes BZ #15764Reuben Thomas2013-10-121-0/+5
* soft-fp: make __unord* raise "invalid" for signaling NaNs (bug 16036).Joseph Myers2013-10-121-0/+6
* soft-fp: make ordered comparisons raise "invalid" for quiet NaNs (bug 14910).Joseph Myers2013-10-121-0/+9
* soft-fp: add missing FP_INIT_EXCEPTIONS and FP_INIT_ROUNDMODE calls.Joseph Myers2013-10-121-0/+40