Define and export DECODED-TIME?.
authorChris Hanson <org/chris-hanson/cph>
Tue, 30 Sep 2003 17:17:22 +0000 (17:17 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 30 Sep 2003 17:17:22 +0000 (17:17 +0000)
v7/src/runtime/datime.scm
v7/src/runtime/runtime.pkg

index dcb50853a4d28ab607bb46d25f5bc34ead6c1ef3..71b5a759fb88c2deea9ad12f4177f6c06b54039e 100644 (file)
@@ -1,8 +1,9 @@
 #| -*-Scheme-*-
 
-$Id: datime.scm,v 14.35 2003/02/14 18:28:32 cph Exp $
+$Id: datime.scm,v 14.36 2003/09/30 17:17:05 cph Exp $
 
-Copyright (c) 1988-2000 Massachusetts Institute of Technology
+Copyright 1986,1987,1988,1989,1990,1993 Massachusetts Institute of Technology
+Copyright 1995,1996,1997,1999,2000,2003 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -41,6 +42,7 @@ USA.
                   (conc-name decoded-time/)
                   (constructor %make-decoded-time)
                   (constructor allocate-decoded-time ())
+                  (predicate decoded-time?)
                   (copier))
   (second #f read-only #t)
   (minute #f read-only #t)
index b4f0aec380a1b8dfa49f54bb5d6f3065416fa5de..aaff4a2ef17a8d23fa021c467c695a3dc5c88874 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.461 2003/09/30 04:22:52 cph Exp $
+$Id: runtime.pkg,v 14.462 2003/09/30 17:17:22 cph Exp $
 
 Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology
 Copyright 1994,1995,1996,1997,1998,1999 Massachusetts Institute of Technology
@@ -1171,6 +1171,7 @@ USA.
          decoded-time/time-string
          decoded-time/year
          decoded-time/zone
+         decoded-time?
          encode-universal-time
          epoch
          file-time->global-ctime-string