Release calc version 2.12.6.5

This commit is contained in:
Landon Curt Noll
2018-01-28 18:26:08 -08:00
parent f42a003d04
commit c585d7aa78
7 changed files with 35 additions and 6 deletions

14
CHANGES
View File

@@ -1,4 +1,16 @@
The following are the changes from calc version 2.12.6.1 to date:
The following are the changes from calc version 2.12.6.5 to date:
Fixed warning about undefined operations involving the qlink(q)
macro by deplacing that macro with an inline-function. Thanks goes
to David Haller <dnh at opensuse dot org> for this fix.
NOTE for Windows 10 users: Pavel Nemec <pane at seznam dot cz>
reported that calc version 2.12.6.4 has been successfully
compiled, installed and running on Windows 10. See README.WINDOWS
for more details.
The following are the changes from calc version 2.12.6.1 to 2.12.6.3:
Improved gen_v1(h,n) in lucas.cal to use an even faster search method.