lcn2 / calc

C-style arbitrary precision calculator
http://www.isthe.com/chongo/tech/comp/calc/index.html
Other
346 stars 52 forks source link

Fix atoq and atoz cruft in LIBRARY #75

Closed Leif-W closed 1 year ago

Leif-W commented 1 year ago

As a new user, I found this confusing. If I were a longtime user, it may also be confusing. If atoq and atoz have been removed or renamed, then the only acceptable references ought to be in the CHANGES file. Submitting a pull request.

lcn2 commented 1 year ago

We are on an eclipse expedition in a very remote area of the world with nil to none internet access. We won't be back in internet range until after 2023 May 20. Please pardon the delay ...

This message was sent via a slow satellite link and we are likely to not see any replies until after 2023 May 23.

lcn2 commented 1 year ago

We have corrected the LIBRARY file to refer to str2z() and str2()

Fixed obsolete references to the atoz() in LIBRARY to use the correct internal function name of str2z().

Fixed obsolete references to the atoq() in LIBRARY to use the correct internal function name of str2q().

These changes have been pushed to the master branch and will be part of the next release of calc.

Thank you, @Leif-W for your bug report.