projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a24359f
)
Put back inadvertently-deleted bindings.
author
Chris Hanson
<org/chris-hanson/cph>
Sun, 15 Apr 2018 08:29:02 +0000
(
01:29
-0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Sun, 15 Apr 2018 08:29:02 +0000
(
01:29
-0700)
src/runtime/runtime.pkg
patch
|
blob
|
history
diff --git
a/src/runtime/runtime.pkg
b/src/runtime/runtime.pkg
index 097ecaaae8d033e00fc7ff4fd37306419433e02f..16dc970081ce5b626256969150c2e64a8d9eafb1 100644
(file)
--- a/
src/runtime/runtime.pkg
+++ b/
src/runtime/runtime.pkg
@@
-2845,6
+2845,8
@@
USA.
(files "list")
(parent (runtime))
(export () deprecated:list
+ (list-search-negative find-non-matching-item)
+ (list-search-positive find-matching-item)
(list-transform-negative delete-matching-items)
(list-transform-positive keep-matching-items)
(mapcan append-map!)