diff options
author | Ludovic Courtès <ludo@gnu.org> | 2010-09-23 22:34:31 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2010-09-23 22:34:31 +0200 |
commit | 3fa882203aefb68c00ebd28ca8b9ed6988e7a1ad (patch) | |
tree | 3bf1287a7b1e034c569f785f0053b61b952a97e6 /THANKS | |
parent | e7bee747712be9ee98f4f739cc1b52df8fd7dcd8 (diff) |
Fix bug #31081 (`lookahead-u8' returns an s8.)
Reported by Göran Weinholt <goran@weinholt.se>.
* libguile/r6rs-ports.c (scm_lookahead_u8): Return an unsigned byte.
* test-suite/tests/r6rs-ports.test ("7.2.8 Binary Input")["lookahead-u8:
result is unsigned"]: New test.
Diffstat (limited to 'THANKS')
-rw-r--r-- | THANKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -130,6 +130,7 @@ For fixes or providing information which led to a fix: Michael Tuexen Thomas Wawrzinek Mark H. Weaver + Göran Weinholt Jon Wilson Andy Wingo Keith Wright |