Rename traits to match new compiler version.
Merge https://github.com/oridb/libbio
Use the right capacity when shifting rbuf.
Make peeking handle EOF correctly.
Handle EOF correctly for readln()
Handle EOF correctly for get[bl]e()
Call correct formatting function.
Don't unconditionally create files when calling open()
Add missing data blob for reading.
Un-work around a compiler bug.
Add test for endian reading.
Add test for endian writing (and fix it)
Update test to verify final flush.
Clean up bio.readto() and add a test
Update the makefile to the newest version.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/libbio
Fix compile against most recent version of Myrddin.
Clean up code, don't assume codepoint is 4 bytes.
Return optional types from constructors.
Add be/le integer writing functions.
Reduce redundancy in naming.
Add abort for formatted BIO output.