Fixed when disabling use of the GNU-readline facility

Fixed FUNCPTR typedef in hist.c to fix deprecated compiler warnings.

Fixed when USE_READLINE, READLINE_LIB, READLINE_EXTRAS, and
READLINE_INCLUDE are set to empty (disable use of the GNU-readline
facility).

Fix cases of spaces before tabs in Makefile and Makefile.simple.
This commit is contained in:
Landon Curt Noll
2023-03-12 19:27:11 -07:00
parent cce930987b
commit 6a54caf1c2
4 changed files with 115 additions and 81 deletions

View File

@@ -8,6 +8,12 @@ The following are the changes from calc version 2.14.1.5 to date:
Fixed FUNCPTR typedef in hist.c to fix deprecated compiler warnings.
Fixed when USE_READLINE, READLINE_LIB, READLINE_EXTRAS, and
READLINE_INCLUDE are set to empty (disable use of the GNU-readline
facility).
Fix cases of spaces before tabs in Makefile and Makefile.simple.
The following are the changes from calc version 2.14.1.3 to 2.14.1.4: