changed a few CHANGES notes to use changed instead of change

This commit is contained in:
Landon Curt Noll
2023-10-03 22:28:42 -07:00
parent 4b7ba942ee
commit 915054391e

View File

@@ -157,7 +157,7 @@ The following are the changes from calc version 2.14.3.5 to 2.15.0.0:
Added new avercos(x, [,eps]) for inverse versed cosine and acovercos(x, [,eps]) Added new avercos(x, [,eps]) for inverse versed cosine and acovercos(x, [,eps])
for inverse coversed cosine. for inverse coversed cosine.
Improve comments about use of the ${CALC_ENV} Makefile variable. Improved comments about use of the ${CALC_ENV} Makefile variable.
Noted in Makefile.cal where and how the ${CALC_ENV} is used. Noted in Makefile.cal where and how the ${CALC_ENV} is used.
Use ${CALC_ENV} Makefile variable were needed. Use ${CALC_ENV} Makefile variable were needed.
@@ -242,7 +242,7 @@ The following are the changes from calc version 2.14.3.5 to 2.15.0.0:
Added E_USERMAX symbol (== 32767) to indicate the maximum value Added E_USERMAX symbol (== 32767) to indicate the maximum value
allowed for user error codes. allowed for user error codes.
Improve help/error. Added text about error code ranges and Improved help/error. Added text about error code ranges and
range symbols. range symbols.
Changed calc_errno a global int variable so that is may be directly Changed calc_errno a global int variable so that is may be directly
@@ -362,7 +362,7 @@ The following are the changes from calc version 2.14.3.5 to 2.15.0.0:
verify that the errnum calc computation error codes and their verify that the errnum calc computation error codes and their
E_STRING values have not changed. E_STRING values have not changed.
Improve the clarity of calc regression suite (regress.cal) to mostly Improved the clarity of calc regression suite (regress.cal) to mostly
use E_STRING errsym instead of numeric errnum values for error() use E_STRING errsym instead of numeric errnum values for error()
and errno() related tests. and errno() related tests.
@@ -375,7 +375,7 @@ The following are the changes from calc version 2.14.3.5 to 2.15.0.0:
Added to test 34dd, some if the missing inverse trigonometric tests. Added to test 34dd, some if the missing inverse trigonometric tests.
Improve builtin function strings, as printed by help builtin, Improved builtin function strings, as printed by help builtin,
that use an optional accuracy (epsilon) arg by adding a comma. that use an optional accuracy (epsilon) arg by adding a comma.