Export new procedures `weak-list->list' and `list->weak-list'.
authorChris Hanson <org/chris-hanson/cph>
Fri, 21 Apr 1989 19:25:50 +0000 (19:25 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 21 Apr 1989 19:25:50 +0000 (19:25 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index 70f35de8c513ced652abdbc09f9dffbc604014ca..146547d9f4c1ff57d0086f1fbe3c2940ce551ae3 100644 (file)
@@ -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?
index 24a39ae100717d180549e5fde1e2176873b92ae5..ceda38c0c2714579807ba994df96ed86b4cb9637 100644 (file)
@@ -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?