From: Matt Birkholz Date: Sun, 30 Dec 2018 08:42:08 +0000 (-0700) Subject: Reduce diffs with master. X-Git-Tag: mit-scheme-pucked-10.1.7~1 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=bdb1a9712984ffaa23a477ac70a998cce1662a48;p=mit-scheme.git Reduce diffs with master. --- diff --git a/src/README.txt b/src/README.txt index 2e14918a6..d41d3f22f 100644 --- a/src/README.txt +++ b/src/README.txt @@ -64,8 +64,7 @@ The compiler subsystem consists of these three directories: The editor subsystem consists of two directories: -* "edwin" contains our Emacs-like editor written in Scheme and using - several plugins, e.g. gdbm, blowfish and x11. +* "edwin" contains our Emacs-like editor written in Scheme. * "imail" contains an email-reading program for Edwin. @@ -80,7 +79,7 @@ There are a few C/Unix FFI plugins: package (runtime blowfish). * "mcrypt" wraps libmcrypt and provides replacements for the mcrypt-* - procedures in (runtime crypto). + procedures implemented in (runtime crypto). * "pgsql" wraps libpq and provides a drop-in replacement for the microcode module based package (runtime postgresql). diff --git a/src/Tags.sh b/src/Tags.sh index 44c5bdf2a..b8df303fc 100755 --- a/src/Tags.sh +++ b/src/Tags.sh @@ -29,8 +29,10 @@ set -e DEFAULT_SUBDIRS=( \ 6001 \ + blowfish \ compiler \ cref \ + edwin \ ffi \ gdbm \ imail \ diff --git a/tests/runtime/test-string-normalization.scm b/tests/runtime/test-string-normalization.scm index 27b4f8606..703eac76d 100644 --- a/tests/runtime/test-string-normalization.scm +++ b/tests/runtime/test-string-normalization.scm @@ -34,7 +34,7 @@ USA. (read-file (merge-pathnames "test-string-normalization-data" (directory-pathname (current-load-pathname)))))) - + (define (norm-tc-source tc) (car tc)) (define (norm-tc-nfc tc) (cadr tc)) (define (norm-tc-nfd tc) (caddr tc))