From 73219778a64f7e62fc76758af11200ade6f22890 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 22 Aug 2016 19:00:41 -0400 Subject: [PATCH] Revised --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5bcfa8c..cae1e251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,11 @@ Features: - Added the SRFI 133 vector library - Added SRFI 2, `and-let*` - Added `parameterize` from section 4.2.6 of R7RS to the `(scheme base)` library. +- Modified the makefile to also search current working directories for headers and libraries. Bug Fixes: -- Thanks to Mark Meyer, identified and fixed several segfaults in `write` and `display`. In addition, the makefile has been modified to also search current working directories for headers and libraries. +- Thanks to Mark Meyer, identified and fixed several segfaults in `write` and `display`. - Updated `write` to display escaped character sequences (EG: `\t`) instead of literal characters. - Prevent C compilation errors when building a program that only contains basic primitives or a constant at the top level. - Fixed the compiler to allow application of a function that can take any number of arguments. For example: