diff options
Diffstat (limited to 'all_pairs/source/huff_dec/ChangeLog.txt')
| -rw-r--r-- | all_pairs/source/huff_dec/ChangeLog.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/all_pairs/source/huff_dec/ChangeLog.txt b/all_pairs/source/huff_dec/ChangeLog.txt new file mode 100644 index 0000000..865c263 --- /dev/null +++ b/all_pairs/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 | ||
