-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some BIO delimited utilities and bug fixes (#754)
* fix buf in delimited read-u8 it was raising instead of returning eof * BufferedReader-read-line accepts #f as separator to match the behaviour of gambit's read-line * add varint delimited utilities * newline cosmetics * document varint delimited i/o * fix behaviour of signed fixed integer io bitwise-not does the wrong thing unless the integer has the right number of bits; sigh. * allow varint reading of arbitrary length * update documentation. * bio: allow arbitrary length varint writing
- Loading branch information
Showing
5 changed files
with
197 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters