Add code to subdir in preparation for merging with mc.
Move to sized reads/writes.
Spurious change to test hg sync.
Add a bldfile for use with mbld.
Flush file correctly when closing.
Fix typo in return type for 'free'
Allow for destroying a file without closing.
Fix missing paren in abspath call
Update the makefile template.
flush on a file without write shouldn't write.
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.