Alex Shinn
1d9ef7c3a0
Fixing SRFI 38 reading trailing #; comment after dotted tail.
2014-04-08 08:08:31 +09:00
Alex Shinn
5f7e5acb3e
Supporting raw 8-bit binary in mime.
2014-04-01 18:45:58 +09:00
Alex Shinn
31aaaef062
Preserving binary data as bytevectors in mime parsing.
2014-03-21 21:53:02 +09:00
Alex Shinn
f425126a11
Adding bytevector support to base64 lib.
2014-03-21 17:38:49 +09:00
Alex Shinn
061f7f57f5
Adding file-truncate.
2014-03-21 11:25:23 +09:00
Alex Shinn
d945e744e1
Adding binary custom ports.
2014-03-16 20:12:12 +09:00
Alex Shinn
b84c205f03
Adding tar library.
2014-03-09 23:43:04 +09:00
Alex Shinn
c1a5bc9d43
Respecting line length limit in read-line.
2014-03-03 23:39:09 +09:00
Alex Shinn
a0854df2ca
Simplifying and fixing some edge cases in iset-union.
...
Fixes issue #212 .
2014-03-01 12:30:01 +09:00
Alex Shinn
1678c6aa47
Fixing bit-set? on fixnums with larger than word-size index.
...
Fixing some cases of arithmetic shift on bignums with zero
modulo word-sized offset.
2014-02-26 20:03:28 +09:00
Alex Shinn
91f8516a89
Fixing right shift of a fixnum by > word size.
...
Fixes bug report from Miroslav Urbanek.
2014-02-26 07:16:01 +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