2020.10.27

This commit is contained in:
Seymour Shlien
2020-10-28 10:48:00 -04:00
parent 5a81dc34fe
commit af08248997
8 changed files with 183 additions and 124 deletions

View File

@@ -13968,4 +13968,12 @@ Significant changes were made to yapstree.c and drawtune.c.
The makefiles folder has been moved to legacy_code.
October 27 2020
James Allwright cleaned up the yaps source code, (uninitialized variables)
and memory leaks detected by valgrind. In particular, one of the elements
in the struct feature (item) was changed to a union of a void pointer
and a number. This change propagated to the other files position.c,
debug.c, yaprstree.c and drawtune.c. There are too many changes in
yapstree.c and drawtune.c to list.

View File

@@ -3,7 +3,7 @@ abcMIDI : abc <-> MIDI conversion utilities
midi2abc version 3.46 June 22 2020
abc2midi version 4.44 October 19 2020
abc2abc version 2.12 October 19 2020
yaps version 1.82 October 19 2020
yaps version 1.83 October 27 2020
abcmatch version 1.76 October 19 2020
midicopy version 1.37 October 10 2020