Checkpoint in valgrind work

This commit is contained in:
Landon Curt Noll
2021-11-27 00:05:28 -08:00
parent fde724aa2d
commit f4d754b47d
9 changed files with 24 additions and 2 deletions

View File

@@ -22,6 +22,10 @@ The following are the changes from calc version 2.14.0.9 to date:
Makefile checks if ${hardware} is arm64 and adjusts the location
of libraries such as readline and history accordingly.
Pluged a number of memory leaks.
Fixed a few cases where v_subtype was not properly initialuzed.
The following are the changes from calc version 2.14.0.7 to 2.14.0.8: