Add new operations `append-map', `append-map*', `append-map!',
authorChris Hanson <org/chris-hanson/cph>
Tue, 6 Jun 1989 22:43:13 +0000 (22:43 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 6 Jun 1989 22:43:13 +0000 (22:43 +0000)
`append-map*!', and `1d-table/alist'.

v7/src/runtime/runtime.pkg
v7/src/runtime/version.scm
v8/src/runtime/runtime.pkg

index cb5e7a7fbc689fa5f6efcf1511aec270665eb375..e525dc7a29f1ba3281efc92fc4293e055805a2d1 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.37 1989/05/25 16:24:00 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.38 1989/06/06 22:42:36 cph Exp $
 
 Copyright (c) 1988, 1989 Massachusetts Institute of Technology
 
@@ -86,7 +86,8 @@ MIT in each case. |#
 (define-package (runtime 1d-property)
   (files "prop1d")
   (parent ())
-  (export ()     1d-table/get
+  (export ()     1d-table/alist
+         1d-table/get
          1d-table/lookup
          1d-table/put!
          1d-table/remove!
@@ -720,6 +721,10 @@ MIT in each case. |#
          alist?
          append
          append!
+         append-map
+         append-map!
+         append-map*
+         append-map*!
          assoc
          association-procedure
          assq
index 9c95fa1ccc0c69d32a6c9fa75865f91df7018da6..1213dab582407cbf1582f596b02dfa897d0787cc 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.43 1989/05/21 17:15:32 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.44 1989/06/06 22:43:13 cph Exp $
 
 Copyright (c) 1988, 1989 Massachusetts Institute of Technology
 
@@ -45,7 +45,7 @@ MIT in each case. |#
                     '()))
   (add-system! microcode-system)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
-  (add-identification! "Runtime" 14 43))
+  (add-identification! "Runtime" 14 44))
 
 (define microcode-system)
 
index 7d40f6a595705d47d750227fb55db00a3ab46d64..23f7290b35c816d728c209a0850fb0a0bb4cca2e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.37 1989/05/25 16:24:00 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.38 1989/06/06 22:42:36 cph Exp $
 
 Copyright (c) 1988, 1989 Massachusetts Institute of Technology
 
@@ -86,7 +86,8 @@ MIT in each case. |#
 (define-package (runtime 1d-property)
   (files "prop1d")
   (parent ())
-  (export ()     1d-table/get
+  (export ()     1d-table/alist
+         1d-table/get
          1d-table/lookup
          1d-table/put!
          1d-table/remove!
@@ -720,6 +721,10 @@ MIT in each case. |#
          alist?
          append
          append!
+         append-map
+         append-map!
+         append-map*
+         append-map*!
          assoc
          association-procedure
          assq