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 /baseline/source/huff_dec/ChangeLog.txt | |
| parent | 54a3f7091a2146b29c73a6fdc4b62a5c4ad7a3d8 (diff) | |
Reorganize and commit all the modified TACLeBench code and run scripts
Diffstat (limited to 'baseline/source/huff_dec/ChangeLog.txt')
| -rw-r--r-- | baseline/source/huff_dec/ChangeLog.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/baseline/source/huff_dec/ChangeLog.txt b/baseline/source/huff_dec/ChangeLog.txt new file mode 100644 index 0000000..865c263 --- /dev/null +++ b/baseline/source/huff_dec/ChangeLog.txt | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | File: huff_dec.c | ||
| 2 | Original provenience: David Bourgin (David.Bourgin@ufrima.imag.fr) | ||
| 3 | |||
| 4 | 2016-03-23: | ||
| 5 | - Replaced dynamic memory allocation by a fixed array with 514 entries | ||
| 6 | - Replaced memset() with loops | ||
| 7 | - Replaced file I/O by reading and writing to char arrays | ||
| 8 | - Added huff_dec_main(), huff_dec_init() and huff_dec_return() | ||
| 9 | - Added huff_dec_ prefix to all functions, types and global variables | ||
| 10 | - Changed function arguments to ANSI style | ||
| 11 | - Replaced macro definitions | ||
| 12 | - Added generic TACLeBench header replacing previous header | ||
| 13 | - Included license from compress.txt | ||
| 14 | - Corrected loop bounds in huff_dec_read_header() | ||
| 15 | |||
| 16 | 2016-05-24: | ||
| 17 | - static removed and huff_dec prefix added | ||
| 18 | |||
| 19 | 2016-05-25: | ||
| 20 | - added const to void g++ warning | ||
