~ chicken-core (chicken-5) 180f5811da6a16b062a9587b829a3c6243a4ad3d


commit 180f5811da6a16b062a9587b829a3c6243a4ad3d
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Fri Jul 29 14:37:58 2011 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Fri Jul 29 14:37:58 2011 +0200

    added note about additional bindings in standard envs

diff --git a/manual/Deviations from the standard b/manual/Deviations from the standard
index f16d5eec..05798c32 100644
--- a/manual/Deviations from the standard	
+++ b/manual/Deviations from the standard	
@@ -31,6 +31,15 @@ the procedures {{string->number}}, {{read}}, {{write}}, and {{display}} do not o
 read/write invariance to inexact numbers.
 
 
+=== Environments and non-standard syntax
+
+In addition to the standard bindings {{scheme-report-environment}} and
+{{null-environment}} contain additional non-standard bindings for the
+following syntactic forms: {{import}}, {{require-extension}},
+{{require-library}}, {{begin-for-syntax}}, {{export}}, {{module}},
+{{cond-expand}}, {{syntax}}, {{reexport}}, {{import-for-syntax}}.
+
+
 == Unconfirmed deviations
 
 === {{char-ready?}}
Trap