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.21-508-gfea1d8d


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  fea1d8d67363c8b675a4c2533769ae12dc86efff (commit)
      from  7540cfc5a8c39eca9ba7b631dd30b35f6530f54d (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=fea1d8d67363c8b675a4c2533769ae12dc86efff

commit fea1d8d67363c8b675a4c2533769ae12dc86efff
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Sun Jun 21 18:41:12 2015 +0000

    Correct ChangeLog syntax for conditional change within function.

diff --git a/ChangeLog b/ChangeLog
index 3503f3c..aee4136 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,10 @@
 
 	[BZ #16361]
 	* sysdeps/i386/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
-	[!USE_AS_EXPM1L] (IEEE754_EXPL): Force underflow exception for
+	(IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
 	tiny results.
 	* sysdeps/x86_64/fpu/e_expl.S [!USE_AS_EXPM1L] (cmin): New object.
-	[!USE_AS_EXPM1L] (IEEE754_EXPL): Force underflow exception for
+	(IEEE754_EXPL) [!USE_AS_EXPM1L]: Force underflow exception for
 	tiny results.
 	* math/auto-libm-test-in: Add more tests of exp and exp10.  Do not
 	mark underflow exceptions as possibly missing for bug 16361.

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

Summary of changes:
 ChangeLog |    4 ++--
 1 files changed, 2 insertions(+), 2 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]