summaryrefslogtreecommitdiffstats
path: root/all_pairs/source/susan/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'all_pairs/source/susan/ChangeLog.txt')
-rw-r--r--all_pairs/source/susan/ChangeLog.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/all_pairs/source/susan/ChangeLog.txt b/all_pairs/source/susan/ChangeLog.txt
new file mode 100644
index 0000000..bb603df
--- /dev/null
+++ b/all_pairs/source/susan/ChangeLog.txt
@@ -0,0 +1,11 @@
12017-07-04
2 - Removed self-assignment to avoid clangs self-assign warning.
3 - Introduced susan_initm susan_main and susan_return.
4 - Fix possible division by zero to please tacle-lint.
5 - Removed unused variables.
6 - Added prefix 'susan_'.
7 - Removed exit_on_error function.
8 - Removed PowerPC specific typedef.
9
102017-08-18:
11 - Give explicit name to former anonymous struct to silence g++ warnings.