Release 1.0.3
- Updated grammar in several text comments.
- Added system::sleep_msec function for millisecond-precise sleeps.
- Fixed typo in Wavefront Object File Format name.
- Renamed method OutBitStream::writeb to OutBitStream::bwrite to not to clash with the parent IOutStream class.
- Added LSPString::ends_with_ascii and LSPString::ends_with_ascii_nocase methods.