From 386b7d3366f1359a265da207a9cafa3edf553b64 Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Mon, 7 Oct 2019 19:13:39 -0400 Subject: Reorganize and commit all the modified TACLeBench code and run scripts --- all_pairs/source/huff_enc/ChangeLog.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 all_pairs/source/huff_enc/ChangeLog.txt (limited to 'all_pairs/source/huff_enc/ChangeLog.txt') diff --git a/all_pairs/source/huff_enc/ChangeLog.txt b/all_pairs/source/huff_enc/ChangeLog.txt new file mode 100644 index 0000000..020dc4f --- /dev/null +++ b/all_pairs/source/huff_enc/ChangeLog.txt @@ -0,0 +1,27 @@ +File: huff_enc.c +Original provenience: David Bourgin (David.Bourgin@ufrima.imag.fr) + +2017-04-18: +- Annotated huff_enc_main as entry-point for timing analysis + +2016-03-24: +- Replaced dynamic memory allocation by a fixed array with 514 entries +- Replaced memset() with loops +- Added source code for a special qsort() implementation without + function pointer +- Replaced file I/O by reading and writing to char arrays +- Added huff_dec_main(), huff_dec_init() and huff_dec_return() +- Added huff_dec_ prefix to all functions, types and global variables +- Changed function arguments to ANSI style +- Replaced macro definitions +- Added forward declarations of all functions +- Added generic TACLeBench header replacing previous header +- Included license from compress.txt +- Applied code formatting with astyle + +2016-05-24: +- Changed type of j to unsigned to avoid warning +- Removed static declarations + +2016-05-25: +- Precise types to avoid gcc++ warnings -- cgit v1.2.2