From: Chris Hanson Date: Fri, 21 Apr 1989 19:25:50 +0000 (+0000) Subject: Export new procedures `weak-list->list' and `list->weak-list'. X-Git-Tag: 20090517-FFI~12142 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0b519074c96b0efe4411a100053e986b5b0071eb;p=mit-scheme.git Export new procedures `weak-list->list' and `list->weak-list'. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 70f35de8c..146547d9f 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.35 1989/04/18 16:29:51 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.36 1989/04/21 19:25:50 cph Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -782,6 +782,7 @@ MIT in each case. |# last-pair length list + list->weak-list list-copy list-deletor list-deletor! @@ -822,6 +823,7 @@ MIT in each case. |# weak-car weak-cdr weak-cons + weak-list->list weak-memq weak-pair/car? weak-pair? diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index 24a39ae10..ceda38c0c 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.35 1989/04/18 16:29:51 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.36 1989/04/21 19:25:50 cph Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -782,6 +782,7 @@ MIT in each case. |# last-pair length list + list->weak-list list-copy list-deletor list-deletor! @@ -822,6 +823,7 @@ MIT in each case. |# weak-car weak-cdr weak-cons + weak-list->list weak-memq weak-pair/car? weak-pair?