about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xsubx/apps/assortbin34120 -> 34112 bytes
-rwxr-xr-xsubx/apps/dquotesbin40473 -> 40465 bytes
-rwxr-xr-xsubx/apps/packbin46773 -> 46765 bytes
-rw-r--r--subx/apps/subx-common.subx4
-rwxr-xr-xsubx/apps/surveybin42769 -> 42761 bytes
-rwxr-xr-xsubx/apps/testsbin32933 -> 32925 bytes
6 files changed, 2 insertions, 2 deletions
diff --git a/subx/apps/assort b/subx/apps/assort
index 75a6eec1..64ac8cea 100755
--- a/subx/apps/assort
+++ b/subx/apps/assort
Binary files differdiff --git a/subx/apps/dquotes b/subx/apps/dquotes
index eb3a1628..eeb0fafb 100755
--- a/subx/apps/dquotes
+++ b/subx/apps/dquotes
Binary files differdiff --git a/subx/apps/pack b/subx/apps/pack
index 98ba1f44..352749c4 100755
--- a/subx/apps/pack
+++ b/subx/apps/pack
Binary files differdiff --git a/subx/apps/subx-common.subx b/subx/apps/subx-common.subx
index a5d8b037..0e5eb63c 100644
--- a/subx/apps/subx-common.subx
+++ b/subx/apps/subx-common.subx
@@ -494,7 +494,7 @@ $get-or-insert:end:
 $get-or-insert:abort:
     # . _write(2/stderr, error)
     # . . push args
-    68/push  "get-or-insert: too many segments"/imm32
+    68/push  "get-or-insert: table is full"/imm32
     68/push  2/imm32/stderr
     # . . call
     e8/call  _write/disp32
@@ -755,7 +755,7 @@ $leaky-get-or-insert-slice:end:
 $leaky-get-or-insert-slice:abort:
     # . _write(2/stderr, error)
     # . . push args
-    68/push  "leaky-get-or-insert-slice: too many segments"/imm32
+    68/push  "leaky-get-or-insert-slice: table is full"/imm32
     68/push  2/imm32/stderr
     # . . call
     e8/call  _write/disp32
diff --git a/subx/apps/survey b/subx/apps/survey
index 779ad50a..0b6c2dde 100755
--- a/subx/apps/survey
+++ b/subx/apps/survey
Binary files differdiff --git a/subx/apps/tests b/subx/apps/tests
index 2e1a23c1..511d691c 100755
--- a/subx/apps/tests
+++ b/subx/apps/tests
Binary files differ