Skip to content

Releases: ThreeDeeJay/libmysofa

[2026-01-23] libmysofa r533@3f4cb66

Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Feb 01:48

Commits

libmysofa v1.3.2.2 - Safe limit increase + fix

Choose a tag to compare

@ThreeDeeJay ThreeDeeJay released this 16 Sep 17:46
637c319
Fix "undeclared identifier" error

Error:
"libmysofa/src/hdf/btree.c:269:48: note: each undeclared identifier is reported only once for each function it appears in
269 |   if (elements <= 0 || size <= 0 || elements > INT_MAX/size)
This is probably fixable by adding #include <limits.h>"

libmysofa v1.3.2.1 - Safe limit increase

Choose a tag to compare

@ThreeDeeJay ThreeDeeJay released this 16 Sep 15:18
9e84fff
Merge branch 'hoene:main' into main