about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-21 00:17:37 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-21 00:17:37 -0700
commit709e89551459b14a800a7ae0debf627453e2060d (patch)
tree9803e0c28a3f9aafaf9f1ffca8c198a3bb69432b /subx
parentbcb5f18fc1b5e0b15724f49d67c8938f56ddc950 (diff)
downloadmu-709e89551459b14a800a7ae0debf627453e2060d.tar.gz
5433
Diffstat (limited to 'subx')
-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
n248' href='#n248'>248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438