This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-588-gd715c91


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  d715c9144bdf32211cd512530d2240dc28648435 (commit)
       via  9904dc47c88d9592ec66e5990754369bfde84c02 (commit)
      from  8f9a2faee0619ed5fad7b9c54b64f866b0264bde (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d715c9144bdf32211cd512530d2240dc28648435

commit d715c9144bdf32211cd512530d2240dc28648435
Merge: 8f9a2fa 9904dc4
Author: Roland McGrath <roland@hack.frob.com>
Date:   Tue Apr 10 10:22:42 2012 -0700

    Merge commit '9904dc47c88d9592ec66e599075436'

diff --cc ChangeLog
index a85a1c0,dc8ed08..cede7b8
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,125 -1,11 +1,131 @@@
 +2012-04-09  Joseph Myers  <joseph@codesourcery.com>
 +
 +	[BZ #13872]
 +	* sysdeps/i386/fpu/e_powl.S (p78): New object.
 +	(__ieee754_powl): Saturate large exponents rather than testing for
 +	overflow of y*log2(x).
 +	* sysdeps/x86_64/fpu/e_powl.S: Likewise.
 +	* math/libm-test.inc (pow_test): Do not permit spurious overflow
 +	exceptions.
 +
 +	[BZ #11521]
 +	* math/s_ctan.c: Include <float.h>.
 +	(__ctan): Avoid internal overflow or cancellation in calculating
 +	denominator.
 +	* math/s_ctanf.c: Likewise.
 +	* math/s_ctanl.c: Likewise.
 +	* math/s_ctanh.c: Likewise.
 +	* math/s_ctanhf.c: Likewise.
 +	* math/s_ctanhl.c: Likewise.
 +	* math/libm-test.inc (ctan_test): Add more tests.
 +	(ctanh_test): Likewise.
 +	* sysdeps/i386/fpu/libm-test-ulps: Update.
 +	* sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
 +
 +2012-04-09  Andreas Jaeger  <aj@suse.de>
 +
 +	[BZ #6894]
 +	* manual/filesys.texi (Directory Entries): Mention that d_namlen
 +	is an optional BSD extension.
 +
 +	[BZ #10254]
 +	* manual/stdio.texi (Opening Streams): Document additional fopen
 +	parameters.
 +
 +2012-04-09  Roland McGrath  <roland@hack.frob.com>
 +
 +	* sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
 +	%eax without telling the compiler.
 +
 +2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
 +
 +	[BZ # 13963]
 +	* manual/install.texi: Use sourceware.org.
 +
 +2012-04-09  Joseph Myers  <joseph@codesourcery.com>
 +
 +	[BZ #13873]
 +	* sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
 +	(__ieee754_pow): Generate overflow and underflow using huge*huge
 +	and tiny*tiny rather than just returning constant infinity or zero
 +	for large exponents.
 +	* math/libm-test.inc (pow_test): Require overflow exceptions for
 +	applicable cases of large exponents.
 +
 +	[BZ #706]
 +	* sysdeps/i386/fpu/e_pow.S (p10): New object.
 +	(__ieee754_pow): Use iterative multiplication algorithm only for
 +	integer exponents with absolute value below 1024.  Check for odd
 +	integer exponents when using algorithm for real exponents.
 +	* math/libm-test.inc (pow_test): Add more tests.
 +	* sysdeps/x86_64/fpu/libm-test-ulps: Update.
 +
 +2012-04-08  Joseph Myers  <joseph@codesourcery.com>
 +
 +	[BZ #13705]
 +	* math/libm-test.inc (exp_test): Do not allow overflow exception
 +	on underflow test.
 +
 +2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
 +
 +	[BZ #13705]
 +	* sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
 +	instead of __kernel_standard_f.
 +
 +2012-04-08  Mike Frysinger  <vapier@gentoo.org>
 +
 +	* sysdeps/i386/i686/memset_chk.S: Update copyright year.
 +	* sysdeps/x86_64/memset_chk.S: Likewise.
 +
 +2012-04-08  Andreas Jaeger  <aj@suse.de>
 +
 +	[BZ #10153]
 +	* manual/startup.texi (Environment Access): Describe return value
 +	for putenv and setenv.
 +
 +	[BZ #6895]
 +	* manual/filesys.texi (Directory Entries): Add description for
 +	DT_LNK.
 +
 +	[BZ #6890]
 +	* manual/filesys.texi (Directory Entries): Clarify that it's file
 +	system not operating system in the description of DT_UNKNOWN.
 +
 +	[BZ #6578]
 +	* manual/syslog.texi (closelog): Fix reference, it's openlog.
 +
 +2012-04-08  Stephen Compall  <s11@member.fsf.org>
 +
 +	[BZ #6649]
 +	* manual/llio.texi (Opening and Closing Files): Add cross
 +	reference to explain mode argument.
 +
 +2012-04-07  Mike Frysinger  <vapier@gentoo.org>
 +
 +	* sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
 +	* sysdeps/x86_64/memset_chk.S: Likewise.
 +
 +2012-04-07  David S. Miller  <davem@davemloft.net>
 +
 +	* elf/elf.h (R_SPARC_WDISP10): Define.
 +	* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
 +	R_SPARC_SIZE32.
 +	* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
 +	R_SPARC_SIZE64 and R_SPARC_H34.
 +
 +2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
 +
 +	* elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
 +	conditions and remove no longer applicable assertion.
 +
  2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
  
+ 	* bits/byteswap.h: Include <features.h>.
+ 	(__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
+ 	(__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
+ 
+ 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
+ 
  	* bits/byteswap.h (__bswap_16): Removed.
  	Include <bits/byteswap-16.h> to get __bswap_16.
  	* sysdeps/i386/bits/byteswap.h: Likewise.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog       |    6 ++++++
 bits/byteswap.h |   24 +++++++++++++++++++++---
 2 files changed, 27 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]