Skip to content

Tags: calebj0seph/Newline

Tags

v0.1.3

Bump version to 0.1.3

v0.1.2

Bump version to 0.1.2

v0.1.1

Fix file corruption using 32-bit Windows

The issue was caused by _fseeki64 / _ftelli64, which are completely
broken when compiling for 32-bit Windows using Mingw/Mingw-w64.
Instead, use -D_FILE_OFFSET_BITS=64 and fseeko / ftello for LFS, which
were already used on non-Windows platforms. This is supported by
Mingw-w64.

The file_pos typedef was also removed, as it was only used in an
earlier prototype.

Also, update the URL to the project's license file, which previously
referred to my old GitHub username.

v0.1

Adding some missing informating to the readme