summaryrefslogtreecommitdiffstats
path: root/baseline/source/huff_dec/ChangeLog.txt
blob: 865c26389e71692fcd73f4d2367d28fdaa0a2077 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
File: huff_dec.c
Original provenience: David Bourgin (David.Bourgin@ufrima.imag.fr)

2016-03-23:
- Replaced dynamic memory allocation by a fixed array with 514 entries
- Replaced memset() with loops
- 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 generic TACLeBench header replacing previous header
- Included license from compress.txt
- Corrected loop bounds in huff_dec_read_header()

2016-05-24:
- static removed and huff_dec prefix added

2016-05-25:
- added const to void g++ warning