Skip to content

Tags: adflib/ADFlib

Tags

v0.10.5

Toggle v0.10.5's commit message
tests adfls: fix tests on Windows and MacOS.

Reordering the command line arguments calling adfls.

The tests were passing on Linux, but on Windows and MacOS,
the command-line arguments seems to be interpreted as filenames.
Apparently, getopt on Windows and on MacOS does not accept options
(switches) after the positional arguments (here - after the first
argument, the adf file).

This modification fixes that issue.

v0.10.4

Toggle v0.10.4's commit message
Update changelogs.

v0.10.3

Toggle v0.10.3's commit message
Update changelog.

v0.10.2

Toggle v0.10.2's commit message
ChangeLog: set proper date for v0.10.2.

v0.10.1

Toggle v0.10.1's commit message
deb packaging: update changelog.

v0.10.0

Toggle v0.10.0's commit message
automake conf: fix make distcheck failing due to file name length lim…

…itation.

Fixes issue #88.

v0.9.0

Toggle v0.9.0's commit message
Update README (files section, credits, minor corrections).

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #57 from t-w/actions

Updated Github Actions, info files, the date of the version 0.8.0

0.8.0-pre4

Toggle 0.8.0-pre4's commit message
gh actions / cmake / windows: correct jobs (add shell).

0.8.0-pre3

Toggle 0.8.0-pre3's commit message
gh actions: correct tags trigger for autotools.