~ chicken-core (chicken-5) d5f7ef25957413a828bd65c4d8e5968f8ab18e62


commit d5f7ef25957413a828bd65c4d8e5968f8ab18e62
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Wed Apr 27 06:17:32 2011 -0400
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Wed Apr 27 06:17:32 2011 -0400

    added note about integer->char with negative arguments

diff --git a/manual/The R5RS standard b/manual/The R5RS standard
index f8b6ba4c..f051fdc3 100644
--- a/manual/The R5RS standard	
+++ b/manual/The R5RS standard	
@@ -2211,6 +2211,10 @@ and x and y are in the domain of integer->char, then
  (char<=? (integer->char x)
           (integer->char y))             ===>  #t
 
+Note that {{integer->char}} does currently not detect
+a negative argument and will quietly convert {{-1}} to
+{{#x1ffff}} in CHICKEN.
+
 <procedure>(char-upcase char)</procedure><br>
 <procedure>(char-downcase char)</procedure><br>
 
Trap