about summary refs log tree commit diff stats
path: root/subx/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-05-02 23:44:43 -0700
committerKartik Agaram <vc@akkartik.com>2019-05-02 23:48:52 -0700
commitd134a83b7454911285101dee8d14b9a41671d850 (patch)
tree8a2a01164bf73f001fac05d8979996477c011ebf /subx/apps
parentf2cd405d04cd904bf1ed4d5ddf4916234c0509f5 (diff)
downloadmu-d134a83b7454911285101dee8d14b9a41671d850.tar.gz
new primitives: append-byte, append-byte-hex
These are variants of write-byte-buffered and print-byte-buffered respectively
that operate on in-memory `stream`s rather than `buffered-file`s.

They don't operate on files, so we'll avoid using the prefix 'write-'.
Diffstat (limited to 'subx/apps')
-rwxr-xr-xsubx/apps/assortbin21401 -> 21771 bytes
-rwxr-xr-xsubx/apps/crenshaw2-1bin18589 -> 18959 bytes
-rwxr-xr-xsubx/apps/crenshaw2-1bbin19148 -> 19518 bytes
-rwxr-xr-xsubx/apps/factorialbin17505 -> 17875 bytes
-rwxr-xr-xsubx/apps/handlebin18279 -> 18649 bytes
-rwxr-xr-xsubx/apps/hexbin21598 -> 21968 bytes
-rwxr-xr-xsubx/apps/packbin36190 -> 36560 bytes
7 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/assort b/subx/apps/assort
index ba20910f..b5961b66 100755
--- a/subx/apps/assort
+++ b/subx/apps/assort
Binary files differdiff --git a/subx/apps/crenshaw2-1 b/subx/apps/crenshaw2-1
index b5614efb..8a927771 100755
--- a/subx/apps/crenshaw2-1
+++ b/subx/apps/crenshaw2-1
Binary files differdiff --git a/subx/apps/crenshaw2-1b b/subx/apps/crenshaw2-1b
index 0a7e2e13..7856904e 100755
--- a/subx/apps/crenshaw2-1b
+++ b/subx/apps/crenshaw2-1b
Binary files differdiff --git a/subx/apps/factorial b/subx/apps/factorial
index dbda72ae..92c70b86 100755
--- a/subx/apps/factorial
+++ b/subx/apps/factorial
Binary files differdiff --git a/subx/apps/handle b/subx/apps/handle
index 650cdd55..b4bf7240 100755
--- a/subx/apps/handle
+++ b/subx/apps/handle
Binary files differdiff --git a/subx/apps/hex b/subx/apps/hex
index 99ac5466..796e532e 100755
--- a/subx/apps/hex
+++ b/subx/apps/hex
Binary files differdiff --git a/subx/apps/pack b/subx/apps/pack
index 318dc3d4..ba40c5a1 100755
--- a/subx/apps/pack
+++ b/subx/apps/pack
Binary files differ