aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
2012-12-27BZ#14317: Optimze __xpg_strerror_r2012-12-27 Bruno Haible1-0/+2
[BZ #14317] * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen only if needed.
2012-12-25Open development for 2.18.glibc-2.17.90David S. Miller1-0/+5
* version.h (RELEASE): Set to "development". (VERSION): Set to "2.17.90". * NEWS: Add 2.18 section.
2012-12-192012-12-19 Steve Ellcey <sellcey@mips.com>Steve Ellcey1-0/+2
* NEWS: Mention new memcpy for MIPS.
2012-12-13Fix typo in previous commit.David S. Miller1-1/+1
2012-12-13Mention IFUNC enhancements to testsuite in NEWS.David S. Miller1-0/+4
* NEWS: Mention IFUNC testsuite enhancements.
2012-12-11Move node Argp Helper Functions to follow Argp Parsing StateSiddhesh Poyarekar1-10/+10
Resolves BZ #14246.
2012-12-11Mention if terminating null is included in NAME_MAX/PATH_MAXSiddhesh Poyarekar1-2/+2
Fixes BZ #14872.
2012-12-10Mark BZ#10114 as fixed.Richard Henderson1-14/+14
2012-12-08BZ #14833: message.texi typo fixesBenno Schulenberg1-2/+3
2012-12-07 [BZ #14898]Andreas Schwab1-1/+1
* include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]: Change to -1.
2012-12-06Change sources.redhat.com references to sourceware.org.Joseph Myers1-1/+1
2012-12-04Fix powl inaccuracy for ldbl-128ibm (bug 14914).Joseph Myers1-1/+1
2012-11-30Fix assertion failures in resolver (BZ #13013).Aurelien Jarno1-2/+2
[BZ #13013] * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2 depending n and resplen2 to catch cases where answer equals answerp2.
2012-11-29Add 64-bit support to MIPS register-dump.h (bug 14893).Joseph Myers1-1/+1
2012-11-29Update ChangeLog and NEWS for BZ #14197.Carlos O'Donell1-9/+9
2012-11-29hppa: Cleanup two build warnings for integer to pointers casts.Carlos O'Donell1-14/+14
2012-11-29 [BZ #13761]Jeff Law1-11/+11
* nscd/grpcache.c (cache_addgr): Rename alloca_used to dataset_temporary. Track alloca usage into alloca_used. If dataset is large allocate and release it via malloc/free.
2012-11-29hppa: Add BZ#14447 to NEWS and ChangeLog.hppa.Carlos O'Donell1-8/+8
2012-11-29Add Interlingua localeNik Kalach1-3/+3
[BZ#14879] * locales/ia_FR : New file * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
2012-11-28Use hex float 64-bit values in ldbl-96 asinl (bug 14803).Joseph Myers1-3/+3
2012-11-28 [BZ #14889]Jeff Law1-1/+5
* sunrpc/rpc/svc.h (__svc_accept_failed): New prototype. * sunrpc/svc.c: Include time.h. (__svc_accept_failed): New function. * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for any reason other than EINTR, call __svc_accept_failed. * sunrpc/svc_udp.c (svcudp_recv): Similarly. * sunrpc/svc_unix.c (rendezvous_request): Similarly.
2012-11-28Add more NEWS items for 2.17.Joseph Myers1-0/+10
2012-11-28Revert "2012-11-07 Andreas Jaeger <aj@suse.de>"Andreas Schwab1-3/+2
This reverts commit 01f34a3bd8c087ca4be0bd24857e454c8d29f20b. The issue has been fixed in the kernel.
2012-11-28Fix powl inaccuracy for x86_64 and x86 (bug 13881).Joseph Myers1-10/+11
2012-11-22Fix ldbl-128ibm atanl spurious underflows (bug 14871).Joseph Myers1-1/+1
2012-11-22Fix ldbl-128ibm hypotl internal underflows (bug 14869).Joseph Myers1-1/+1
2012-11-22Fix ldbl-128ibm hypotl inaccuracy for arguments with large ratio (bug 14868).Joseph Myers1-1/+1
2012-11-22Implement MIPS n64 sendfile64 as alias of sendfile syscall (bug 14822).Joseph Myers1-2/+2
2012-11-21Add locales niu_NU and niu_NZChris Leonard1-1/+4
2012-11-21 Chris Leonard <cjl@sugarlabs.org> [BZ #14863] * SUPPORTED: Add niu_NU and niu_NZ. * locales/niu_NU: Add Niuean (Vagahau Niue) locale for Niue, contributed by Chris Leonard <cjl@sugarlabs.org> and Emani Fakaotimanava-Lui <emani@niue.nu>. * locales/niu_NZ: Add Niuean (Vagahau Niue) locale for New Zealand, contributed by Chris Leonard <cjl@sugarlabs.org> and Emani Fakaotimanava-Lui <emani@niue.nu>.
2012-11-21Properly check linker -z XXX supportH.J. Lu1-1/+1
2012-11-21Make ARM fesetenv (FE_NOMASK_ENV) detect failure (bug 14866).Joseph Myers1-1/+1
2012-11-19Fix _POSIX_TZNAME_MAX for older POSIX (bug 14856).Joseph Myers1-1/+1
2012-11-19Define siginfo_t in signal.h for XPG4 (bug 14835).Joseph Myers1-1/+1
2012-11-19Fix ug_CNEagle Burkut1-9/+10
[BZ #13759] * locales/ug_CN (LC_COLLATE, LC_TIME, LC_MESSAGES): Fix entries.
2012-11-19Return EAI_SYSTEM if we're out of file descriptorsSiddhesh Poyarekar1-2/+2
Resolves BZ #14719.
2012-11-19bindresvport() uses two static variables port and startport which are notPeng Haitao1-9/+9
protected. It is not safe when in multithread circumstance. bindresvport() select a port number from the range 512 to 1023, when in multithread circumstance, the port may be 1024. So the static variables will be protected. Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Reviewed-by: Carlos O'Donell <carlos@systemhalted.org>
2012-11-16iconv: Fix -cAndrej Lajovic1-3/+3
2012-11-16 Andrej Lajovic <natrij@gmail.com> [BZ #14672] * iconv/iconv_prog.c (main): Fix -c handling of '/'.
2012-11-16Add szl_PLAndreas Jaeger1-7/+7
[BZ #14368] * locales/szl_PL: New Silesian Language Locale for Poland. Contributed by Przemyslaw Buczkowski <przemub@yahoo.pl>. * localedata/SUPPORTED (SUPPORTED-LOCALES): Add szl_PL.
2012-11-16printf should return negative value on errorSiddhesh Poyarekar1-11/+11
[BZ #11741] Fixed bug where printf and family may return a spurious success when printing padded formats.
2012-11-16Add ayc_PE localeAndreas Jaeger1-1/+1
[BZ # 14828] * locales/ayc_PE: Add Aymara locale for Peru contributed by Chris Leonard <cjl@sugarlabs.org> and Amos Batto <amosbatto@yahoo.com>. * SUPPORTED (SUPPORTED-LOCALES): Add ayc_PE.
2012-11-16Add nhn_MX localeAndreas Jaeger1-6/+6
[BZ # 14501] * locales/nhn_MX: Add Central Nahuatl locale for Mexico, contributed by Jorge Becerril <jrbecster@gmail.com>. * SUPPORTED (SUPPORTED-LOCALES): Add nhn_MX.
2012-11-15Correct L10n of country-name and lang-name in km_KHChris Leonard1-9/+9
[BZ #13952] * locales/km_KH: Correct country-name and lang-name.
2012-11-15[BZ #13603, 13604, 13698] Three new localesAndreas Jaeger1-9/+10
[BZ #13603] [BZ #13604] [BZ #13698] * locales/doi_IN: New file, contributed by Pravin Satpute <psatpute@redhat.com> and Sushil Badyal <badyalsk@gmail.com>. * locales/mni_IN: New file, contributed by Pravin Satpute <psatpute@redhat.com> and Rebika Devi <rebika_srd@rediffmail.com>. * locales/sat_IN: New file, contributed by Pravin Satpute <psatpute@redhat.com> and Thakur Prasad Murmu <tp_murmu@yahoo.com>. * SUPPORTED (SUPPORTED-LOCALES): Add doi_IN, mni_IN, sat_IN.
2012-11-152012-11-15 Chris Leonard <cjlhomeaddress@gmail.com>Chris Leonard1-9/+9
[BZ #13950] * locales/bo_CN (LC_NAME, LC_ADDRESS): Remove some FIXMEs with proper content, disable others. * locales/bo_IN (LC_NAME, LC_ADDRESS): Likewise.
2012-11-14Skip audit if l_reloc_result is NULLH.J. Lu1-1/+1
2012-11-13Define IPPORT_RESERVED in netdb.h for XPG4 and UNIX98 (bug 14838).Joseph Myers1-1/+1
2012-11-10NEWS entry for AArch64 port.Marcus Shawcroft1-0/+2
2012-11-09Declare ecvt, fcvt, gcvt, mktemp in stdlib.h for XOPEN2K (bug 14824).Joseph Myers1-1/+1
2012-11-09Fix sunrpc 64-bit (especially big-endian) issues (bug 14821).Joseph Myers1-1/+1
2012-11-072012-11-07 Andreas Jaeger <aj@suse.de>Jeff Law1-1/+1
[BZ #14809] * sysdeps/unix/sysv/linux/sys/sysctl.h (_UAPI_LINUX_KERNEL_H) (_UAPI_LINUX_TYPES_H): Starting with Linux 3.7, the include header guards are changed. Only define if not yet defined, #undef back after including linux/sysctl.h if defined here.