diff options
| author | Joshua Bakita <bakitajoshua@gmail.com> | 2019-10-07 19:13:39 -0400 |
|---|---|---|
| committer | Joshua Bakita <bakitajoshua@gmail.com> | 2019-10-07 19:13:39 -0400 |
| commit | 386b7d3366f1359a265da207a9cafa3edf553b64 (patch) | |
| tree | c76120c2c138faed822e4ae386be6ef22a738a78 /all_pairs/source/huff_enc/ChangeLog.txt | |
| parent | 54a3f7091a2146b29c73a6fdc4b62a5c4ad7a3d8 (diff) | |
Reorganize and commit all the modified TACLeBench code and run scripts
Diffstat (limited to 'all_pairs/source/huff_enc/ChangeLog.txt')
| -rw-r--r-- | all_pairs/source/huff_enc/ChangeLog.txt | 27 |
1 files changed, 27 insertions, 0 deletions
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 @@ | |||
| 1 | File: huff_enc.c | ||
| 2 | Original provenience: David Bourgin (David.Bourgin@ufrima.imag.fr) | ||
| 3 | |||
| 4 | 2017-04-18: | ||
| 5 | - Annotated huff_enc_main as entry-point for timing analysis | ||
| 6 | |||
| 7 | 2016-03-24: | ||
| 8 | - Replaced dynamic memory allocation by a fixed array with 514 entries | ||
| 9 | - Replaced memset() with loops | ||
| 10 | - Added source code for a special qsort() implementation without | ||
| 11 | function pointer | ||
| 12 | - Replaced file I/O by reading and writing to char arrays | ||
| 13 | - Added huff_dec_main(), huff_dec_init() and huff_dec_return() | ||
| 14 | - Added huff_dec_ prefix to all functions, types and global variables | ||
| 15 | - Changed function arguments to ANSI style | ||
| 16 | - Replaced macro definitions | ||
| 17 | - Added forward declarations of all functions | ||
| 18 | - Added generic TACLeBench header replacing previous header | ||
| 19 | - Included license from compress.txt | ||
| 20 | - Applied code formatting with astyle | ||
| 21 | |||
| 22 | 2016-05-24: | ||
| 23 | - Changed type of j to unsigned to avoid warning | ||
| 24 | - Removed static declarations | ||
| 25 | |||
| 26 | 2016-05-25: | ||
| 27 | - Precise types to avoid gcc++ warnings | ||
