Releases: ThreeDeeJay/libmysofa
Releases · ThreeDeeJay/libmysofa
Release list
[2026-01-23] libmysofa r533@3f4cb66
Commits
- use highlighted code blocks. #228 (Nicolás Ortega Froysa)
- 49032b5: Support illumos. (Jonathan Perkin) #229
- d8dc278: Don't use hardcoded path in test scripts (templateK) #237
- 3870eb7: update windows zlib to v1.3.1 (Özgür) #238
- a937da2: change data_len type to uint64_t (ozguronsoy) #239
- 4585a0a: add overflow protection to getArray (ozguronsoy) #239
- 37d811b: typo (Christian Hoene)
- 0c52be1: Update README.md (Christian Hoene)
- 3f4cb66: added support for General FIR-E (Christian Hoene) #240
libmysofa v1.3.2.2 - Safe limit increase + fix
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
Merge branch 'hoene:main' into main