From 44faf2d20df24d5d388b739dd14319905c1f0748 Mon Sep 17 00:00:00 2001 From: Bob Burger Date: Thu, 26 Sep 2019 11:30:29 -0400 Subject: [PATCH] fixed typos in LOG original commit: 9828528f3db0ae83bdd6059dfd74d48a75510d9a --- LOG | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LOG b/LOG index 4da697e9ce..864dad0faf 100644 --- a/LOG +++ b/LOG @@ -1443,7 +1443,7 @@ - removed a broken primvars mat and updated two others. in each case, the mat was looking for information about primitives in the wrong (i.e., old) place and silently succeeding when it didn't find any - primitives to tests. the revised mats (along with a few others) now + primitives to test. the revised mats (along with a few others) now check to make sure at least one identifier has the information they look for. the removed mat was checking for library information that is now compiled in, so the mat is now unnecessary. the others were @@ -1596,7 +1596,7 @@ 7.ss, primdata.ss, 7.ms, system.stex -- increased amount read when seeking an lz4-encrypted input +- increased amount read when seeking an lz4-compressed input file from 32 to 1024 bytes at a time compress-io.c - replaced the fasl a? parameter value #t with an "all" flag value @@ -1759,5 +1759,5 @@ - used with-object-file to restore accidentally dropped close-port in compile-whole-program and compile-whole-library compile.ss -- initialized variable to enable compilation with 9.1.0 at -O3 +- initialized variable to enable compilation with gcc 9.1.0 at -O3 c/scheme.c