Changes:
- Fix character transliteration on Windows when iconv is not present
#66
- Make C++ test conditional on having a C++11 compiler
- README: Add links to language bindings (and an OSS-Fuzz badge!)
C++11 support is needed only for a test but causing the build to fail
on older but still suported OSes like RHEL 6. A patch has been
submitted upstream to simply skip the test if C++11 support is lacking,
but until then, use GCC_REQD.
Upstream changes:
- Fix undefined behavior when formatting NaNs
- Add missing files to distribution tarballs
- Remove unused checks from configure
- Add C++ test target and fix errors
- Add a pkg-config file
- Fix off-by-one in double byteswapping (big-endian systems)
- Add note about Autoconf Archive
Package changes:
- Add test target
C library to extract cell data and some metadata from legacy Microsoft Excel
files. Also includes an 'xls2csv' tool.
Packaged in pkgsrc-wip by Sijmen J. Mulder.