pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
Update xylib to version 1.5.
change from release notes:
improved CNF reading
changes to reading SpecsLab2 xy
support text files with lines terminated by CR only
more robust reading of CSV files
fixes for big-endian platforms
included xyConvert (GUI converter)
support filenames with non-ascii characters
added SpecsLab2 xy format
Changes:
* 1.0 (2012-07-25)
- added option ``decimal-comma`` for text format
- fixed bug in CSV format
* 0.9 (2012-05-20)
- added CSV format, or more acurately: delimiter-separated values format.
Supports popular delimiters (``TAB ,;|:/``), quoting (``"``)
and escape character (``\``). Non-numeric fields are read as NaNs.
- added Canberra CNF format
* fixed reading of Bruker v3 files
* changes in API, added C API
Changes 0.5:
* added support for compressed files \*.gz (requires zlib) and \*.bz2 (bzlib)