Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/time Update for tzcode2003d.



details:   https://anonhg.NetBSD.org/src/rev/c6bcc802ecf4
branches:  trunk
changeset: 556517:c6bcc802ecf4
user:      kleink <kleink%NetBSD.org@localhost>
date:      Fri Dec 19 22:25:42 2003 +0000

description:
Update for tzcode2003d.

diffstat:

 lib/libc/time/tzcode2netbsd |  17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r d18b6b6d82ab -r c6bcc802ecf4 lib/libc/time/tzcode2netbsd
--- a/lib/libc/time/tzcode2netbsd       Fri Dec 19 19:57:18 2003 +0000
+++ b/lib/libc/time/tzcode2netbsd       Fri Dec 19 22:25:42 2003 +0000
@@ -1,19 +1,26 @@
 #! /bin/sh
 
 #
-# $NetBSD: tzcode2netbsd,v 1.2 2000/12/12 15:36:49 kleink Exp $
+# $NetBSD: tzcode2netbsd,v 1.3 2003/12/19 22:25:42 kleink Exp $
 #
 # Convert an extracted tzcode distribution into the format suitable
 # for importing it into the NetBSD source tree.
-# Last updated for: tzcode2000g.
+# Last updated for: tzcode2003d.
 # 
 
 NOIMPORT="Makefile
-       date.1 date.c
+       date.1 date.1.txt date.c
        gccdiffs
        logwtmp.c
-       newstrftime.3
-       usno1988 usno1989 usno1989a usno1995 usno1997 usno1998"
+       newctime.3.txt
+       newstrftime.3 newstrftime.3.txt
+       newtzset.3.txt
+       time2posix.3.txt
+       tzfile.5.txt
+       tzselect.8.txt
+       usno1988 usno1989 usno1989a usno1995 usno1997 usno1998
+       zdump.8.txt
+       zic.8.txt"
 
 NEWTONORMAL="ctime.3
        tzset.3"



Home | Main Index | Thread Index | Old Index