Skip to content

Releases: ddablib/fractions

v0.1.2-beta

14 Dec 01:09
Compare
Choose a tag to compare

Release v0.1.2 beta of 13 December 2023

Downloads

Download the zip file in the Assets section below. Installation instructions are included.

Changes

  • Revised LCM routine to reduce chance of integer overflow [issue #8].
  • Added .gitignore file.
  • Documentation changes:
    • Moved Docs/ChangeLog.txtinto repo root, converted from plain text to Markdown format and renamed as CHANGELOG.md.
    • Moved Docs/ReadMe.htm file into repo root, converted from HTML to Markdown format, revised and renamed as README.md.
    • Removed broken links from header comments in Pascal unit.

v0.1.1-beta

22 May 05:43
Compare
Choose a tag to compare

Release v0.1.1 beta of 11 January 2014

Downloads

Download the zip file in the Assets section below. Installation instructions are included.

Earlier versions are available from SourceForge.

Changes

  • Fixed problem with compiler directives in Fractions unit that was causing compilation to fail on Delphi XE5.
  • Minor documentation tweaks and corrections.