]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/fixups/fixups.factor
core: map-integers -> map-integers-as
[factor.git] / basis / fixups / fixups.factor
index 77b3ca7458dff353b5462d86b833c3e375223184..096cd4286fcf579e34fcb6ee23abe429877dbba4 100644 (file)
@@ -42,9 +42,12 @@ CONSTANT: word-renames {
     { "git-checkout-existing-branch" { "git-checkout-existing" "0.99" } }
     { "git-checkout-existing-branch*" { "git-checkout-existing*" "0.99" } }
     { "tags" { "chloe-tags" "0.99" } }
+    { "(each)" { "sequence-operator" "0.99" } }
     { "(each-integer)" { "each-integer-from" "0.99" } }
     { "(find-integer)" { "find-integer-from" "0.99" } }
     { "(all-integers?)" { "all-integers-from?" "0.99" } }
+    { "short" { "cramp" "0.99" } }
+    { "map-integers" { "map-integers-as" "0.99" } }
 }
 
 : compute-assoc-fixups ( continuation name assoc -- seq )