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.16-ports-merge-70-gbf9e207


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  bf9e20711e4f3905b2bbcceab2b339b50c7097dd (commit)
      from  576338111a83529ba550ad8556d48d51219b8e96 (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=bf9e20711e4f3905b2bbcceab2b339b50c7097dd

commit bf9e20711e4f3905b2bbcceab2b339b50c7097dd
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Jul 24 19:43:38 2012 +0000

    conformtest: Update expectations for time.h.

diff --git a/ChangeLog b/ChangeLog
index f9f0e44..b98741f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-07-24  Joseph Myers  <joseph@codesourcery.com>
+
+	* conform/data/time.h-data (NULL): Use macro-constant.  Require
+	equal to 0.
+	(CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
+	clock_t.
+	[ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
+
 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
 
 	* configure.in <sysdeps resolving>: Correct printing
diff --git a/conform/data/time.h-data b/conform/data/time.h-data
index 0deb6be..8ed2b4a 100644
--- a/conform/data/time.h-data
+++ b/conform/data/time.h-data
@@ -1,8 +1,8 @@
-constant NULL
-constant CLOCKS_PER_SEC
+macro-constant NULL == 0
+macro CLOCKS_PER_SEC {clock_t}
 
 #ifdef ISO11
-macro TIME_UTC
+macro-int-constant TIME_UTC > 0
 #endif
 
 #if !defined ISO && !defined ISO99

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

Summary of changes:
 ChangeLog                |    8 ++++++++
 conform/data/time.h-data |    6 +++---
 2 files changed, 11 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]