]> birchwood-abbey.net Git - mit-scheme.git/commitdiff
Release notes posted to the web now.
authorTaylor R Campbell <campbell+mit-scheme@mumble.net>
Tue, 7 Jul 2020 20:56:59 +0000 (20:56 +0000)
committerTaylor R Campbell <campbell+mit-scheme@mumble.net>
Tue, 7 Jul 2020 20:56:59 +0000 (20:56 +0000)
src/relnotes/bug-tmpdir [deleted file]
src/relnotes/modexp [deleted file]

diff --git a/src/relnotes/bug-tmpdir b/src/relnotes/bug-tmpdir
deleted file mode 100644 (file)
index 133939a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-MIT Scheme now uses /tmp as the default temporary directory, not /var/tmp.
-
-/var/tmp is conventionally for temporary files that are persistent
-across reboot, e.g. vi recovery files, not for temporary files that we
-have no use for after a reboot.
diff --git a/src/relnotes/modexp b/src/relnotes/modexp
deleted file mode 100644 (file)
index 5f06c51..0000000
+++ /dev/null
@@ -1 +0,0 @@
-New procedure (modexp b e m) computes b^e mod m.