Alex Shinn
4495d00bf9
Fixing potential stack corruption in n-ary numeric inequalities.
2014-06-20 19:14:51 +09:00
Alex Shinn
21980b21aa
Final sigma handling is optional.
2014-05-07 13:04:57 -04:00
Alex Shinn
a1ab36c667
Fixing string-foldcase to always use non-final small sigma.
...
Fixes issue #217 .
2014-05-06 10:04:48 +09:00
Alex Shinn
ca0cc6cb51
Updating R7RS tests to allow exact results from transcendental functions.
...
Patch from Takashi Kato. Fixes issue #218 .
2014-05-05 21:10:10 +09:00
Alex Shinn
76a4cfa952
Fixing 4 byte utf8 read-char. Fixing resized strings in custom ports.
2014-04-26 13:39:26 +09:00
Alex Shinn
e7cd4b6c33
4 byte utf8 char tests.
2014-04-26 12:40:42 +09:00
Alex Shinn
64ad4886e9
Writing out invisible combining mark as an escape for clarity.
2014-04-26 10:09:17 +09:00
Alex Shinn
1d9ef7c3a0
Fixing SRFI 38 reading trailing #; comment after dotted tail.
2014-04-08 08:08:31 +09:00
Alex Shinn
f5a33c3aa1
R7RS test patches for Windows from Per Bothner.
2014-02-24 21:37:40 +09:00
Alex Shinn
8b5eb68238
File descriptors maintain a reference count of ports open on them
...
They can be close()d explicitly with close-file-descriptor, and
will close() on gc, but only explicitly closing the last port on
them will close the fileno. Notably needed for network sockets
where we open separate input and output ports on the same socket.
2014-02-20 22:32:50 +09:00