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-84-g0d7036b


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  0d7036bdb189a1ecb4232101ff83c6dd72439545 (commit)
      from  a820f9b3c0cb5e80cd892b0f9c1c48f48bd4413f (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=0d7036bdb189a1ecb4232101ff83c6dd72439545

commit 0d7036bdb189a1ecb4232101ff83c6dd72439545
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Mon Feb 16 15:31:57 2015 -0800

    * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
    
    Problem reported by J William Piggott.

diff --git a/ChangeLog b/ChangeLog
index cde2c5a..540e997 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
+	Problem reported by J William Piggott.
+
 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #17978]
diff --git a/manual/time.texi b/manual/time.texi
index c8c7288..f94cbe4 100644
--- a/manual/time.texi
+++ b/manual/time.texi
@@ -2520,7 +2520,8 @@ subdirectories for geographical areas; for example,
 @file{America/New_York}, @file{Europe/London}, @file{Asia/Hong_Kong}.
 These data files are installed by the system administrator, who also
 sets @file{/etc/localtime} to point to the data file for the local time
-zone.  @Theglibc{} comes with a large database of time zone
+zone.  The files typically come from the @url{http://www.iana.org/time-zones,
+Time Zone Database} of time zone and daylight saving time
 information for most regions of the world, which is maintained by a
 community of volunteers and put in the public domain.
 

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

Summary of changes:
 ChangeLog        |    5 +++++
 manual/time.texi |    3 ++-
 2 files changed, 7 insertions(+), 1 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]