cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs/doc ChangeLog getdate.texi


From: Mark D. Baushke
Subject: [Cvs-cvs] ccvs/doc ChangeLog getdate.texi
Date: Wed, 25 Jan 2006 12:53:34 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         
Changes by:     Mark D. Baushke <address@hidden>        06/01/25 12:53:33

Modified files:
        doc            : ChangeLog getdate.texi 

Log message:
        * doc/getdate.texi: Update from GNULIB.
        
        * lib/chdir-long.c, lib/getopt.c, lib/gettime.c, lib/glob-libc.h,
        lib/glob_.h, lib/intprops.h, lib/md5.c, lib/md5.h, lib/mkdirat.c,
        lib/openat-priv.h, lib/openat.c, lib/openat.h, lib/quotearg.c,
        lib/regex_internal.h, lib/save-cwd.c, lib/socket_.h, lib/stdbool_.h,
        lib/stdint_.h, lib/strftime.c, lib/vasnprintf.c: Update from GNULIB.
        
        * m4/fpending.m4, m4/getopt.m4, m4/gnulib-comp.m4, m4/openat.m4,
        m4/socklen.m4, m4/stdbool.m4, m4/stdint.m4, m4/sys_socket_h.m4: Update
        from GNULIB.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/doc/ChangeLog.diff?tr1=1.945&tr2=1.946&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/doc/getdate.texi.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: ccvs/doc/ChangeLog
diff -u ccvs/doc/ChangeLog:1.945 ccvs/doc/ChangeLog:1.946
--- ccvs/doc/ChangeLog:1.945    Sat Dec 31 23:34:22 2005
+++ ccvs/doc/ChangeLog  Wed Jan 25 12:53:33 2006
@@ -1,3 +1,7 @@
+2006-01-25  Mark D. Baushke  <address@hidden>
+
+       * getdate.texi: Update from GNULIB.
+
 2005-12-31  Mark D. Baushke  <address@hidden>
 
        [Add CVSNT compatible [-w width] switch to cvs (r)annotate command.]
Index: ccvs/doc/getdate.texi
diff -u ccvs/doc/getdate.texi:1.4 ccvs/doc/getdate.texi:1.5
--- ccvs/doc/getdate.texi:1.4   Mon May 23 17:38:24 2005
+++ ccvs/doc/getdate.texi       Wed Jan 25 12:53:33 2006
@@ -1,7 +1,7 @@
 @c GNU date syntax documentation
 
 @c Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
address@hidden 2003, 2004, 2005 Free Software Foundation, Inc.
address@hidden 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
 @c Permission is granted to copy, distribute and/or modify this document
 @c under the terms of the GNU Free Documentation License, Version 1.1 or
@@ -144,6 +144,11 @@
 nested.  Hyphens not followed by a digit are currently ignored.  Leading
 zeros on numbers are ignored.
 
+Invalid dates like @samp{2005-02-29} or times like @samp{24:00} are
+rejected.  In the typical case of a host that does not support leap
+seconds, a time like @samp{23:59:60} is rejected even if it
+corresponds to a valid leap second.
+
 
 @node Calendar date items
 @section Calendar date items
@@ -238,7 +243,8 @@
 @samp{.} or @samp{,} and a fraction containing one or more digits.
 Alternatively,
 @samp{:@var{second}} can be omitted, in which case it is taken to
-be zero.
+be zero.  On the rare hosts that support leap seconds, @var{second}
+may be 60.
 
 @findex am @r{in date strings}
 @findex pm @r{in date strings}
@@ -464,8 +470,8 @@
 of seconds with nanosecond subcounts, and can represent all the times
 in the known lifetime of the universe to a resolution of 1 nanosecond.
 
-On most systems, these counts ignore the presence of leap seconds.
-For example, on most systems @samp{@@915148799} represents 1998-12-31
+On most hosts, these counts ignore the presence of leap seconds.
+For example, on most hosts @samp{@@915148799} represents 1998-12-31
 23:59:59 @sc{utc}, @samp{@@915148800} represents 1999-01-01 00:00:00
 @sc{utc}, and there is no way to represent the intervening leap second
 1998-12-31 23:59:60 @sc{utc}.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]