From 419fbdac26642872bcb8f4ed953a03c36bcca2ec Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 30 Sep 2003 17:17:22 +0000 Subject: [PATCH] Define and export DECODED-TIME?. --- v7/src/runtime/datime.scm | 6 ++++-- v7/src/runtime/runtime.pkg | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/v7/src/runtime/datime.scm b/v7/src/runtime/datime.scm index dcb50853a..71b5a759f 100644 --- a/v7/src/runtime/datime.scm +++ b/v7/src/runtime/datime.scm @@ -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) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index b4f0aec38..aaff4a2ef 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -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 -- 2.25.1