From: Arthur Gleckler Date: Sun, 8 Mar 1992 16:22:30 +0000 (+0000) Subject: Export DECODED-TIME/DAY-OF-WEEK to global environment. X-Git-Tag: 20090517-FFI~9619 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c0a6c8c16c618316852a91b0826850730f2039f1;p=mit-scheme.git Export DECODED-TIME/DAY-OF-WEEK to global environment. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 1ca2a024c..3c4ae1401 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.136 1992/02/27 01:12:36 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.137 1992/03/08 16:22:30 arthur Exp $ Copyright (c) 1988-92 Massachusetts Institute of Technology @@ -362,6 +362,7 @@ MIT in each case. |# (export () decoded-time/date-string decoded-time/day + decoded-time/day-of-week decoded-time/hour decoded-time/minute decoded-time/month diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index d7b30f97b..b11200ca9 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.136 1992/02/27 01:12:36 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.137 1992/03/08 16:22:30 arthur Exp $ Copyright (c) 1988-92 Massachusetts Institute of Technology @@ -362,6 +362,7 @@ MIT in each case. |# (export () decoded-time/date-string decoded-time/day + decoded-time/day-of-week decoded-time/hour decoded-time/minute decoded-time/month