diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-11 19:04:49 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-11 19:53:23 -0700 |
commit | ecfbbfb5b58aaba9f9265cb13b9fb4a914bdcf37 (patch) | |
tree | 486cd5f4ee75323b5c733912c7a58501d65b0325 /apps | |
parent | 4d53de8afa0d44e29d3caeb01ccdd02bc2e4cd70 (diff) | |
download | mu-ecfbbfb5b58aaba9f9265cb13b9fb4a914bdcf37.tar.gz |
5647 - experimental support for swapping OS
Diffstat (limited to 'apps')
-rwxr-xr-x | apps/assort | bin | 40134 -> 40205 bytes |
-rwxr-xr-x | apps/calls | bin | 44884 -> 44955 bytes |
-rwxr-xr-x | apps/crenshaw2-1 | bin | 33868 -> 33939 bytes |
-rwxr-xr-x | apps/crenshaw2-1b | bin | 34427 -> 34498 bytes |
-rwxr-xr-x | apps/dquotes | bin | 45338 -> 45409 bytes |
-rwxr-xr-x | apps/factorial | bin | 32880 -> 32951 bytes |
-rwxr-xr-x | apps/handle | bin | 33734 -> 33805 bytes |
-rwxr-xr-x | apps/hex | bin | 42527 -> 42598 bytes |
-rwxr-xr-x | apps/pack | bin | 52820 -> 52891 bytes |
-rwxr-xr-x | apps/sigils | bin | 52847 -> 52918 bytes |
-rwxr-xr-x | apps/survey | bin | 49417 -> 49488 bytes |
-rwxr-xr-x | apps/tests | bin | 38946 -> 39017 bytes |
12 files changed, 0 insertions, 0 deletions
diff --git a/apps/assort b/apps/assort index df5bd853..aac0b75a 100755 --- a/apps/assort +++ b/apps/assort Binary files differdiff --git a/apps/calls b/apps/calls index 1305659d..11179969 100755 --- a/apps/calls +++ b/apps/calls Binary files differdiff --git a/apps/crenshaw2-1 b/apps/crenshaw2-1 index 73ea69a8..62c12a81 100755 --- a/apps/crenshaw2-1 +++ b/apps/crenshaw2-1 Binary files differdiff --git a/apps/crenshaw2-1b b/apps/crenshaw2-1b index c50483a7..e22acd4a 100755 --- a/apps/crenshaw2-1b +++ b/apps/crenshaw2-1b Binary files differdiff --git a/apps/dquotes b/apps/dquotes index 98222863..d3f84e8b 100755 --- a/apps/dquotes +++ b/apps/dquotes Binary files differdiff --git a/apps/factorial b/apps/factorial index 35e27ecf..ad02a27e 100755 --- a/apps/factorial +++ b/apps/factorial Binary files differdiff --git a/apps/handle b/apps/handle index bfe24eaf..c4ed2356 100755 --- a/apps/handle +++ b/apps/handle Binary files differdiff --git a/apps/hex b/apps/hex index 8312b87a..e5cdd533 100755 --- a/apps/hex +++ b/apps/hex Binary files differdiff --git a/apps/pack b/apps/pack index 849f2e27..55fcfb6d 100755 --- a/apps/pack +++ b/apps/pack Binary files differdiff --git a/apps/sigils b/apps/sigils index 88ae4de2..22dadf70 100755 --- a/apps/sigils +++ b/apps/sigils Binary files differdiff --git a/apps/survey b/apps/survey index 9a142dac..b55bc007 100755 --- a/apps/survey +++ b/apps/survey Binary files differdiff --git a/apps/tests b/apps/tests index 24659a6d..2fc7071c 100755 --- a/apps/tests +++ b/apps/tests Binary files differ |