summaryrefslogtreecommitdiffstats
path: root/baseline/source/huff_dec/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'baseline/source/huff_dec/ChangeLog.txt')
-rw-r--r--baseline/source/huff_dec/ChangeLog.txt20
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 @@
1File: huff_dec.c
2Original provenience: David Bourgin (David.Bourgin@ufrima.imag.fr)
3
42016-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
162016-05-24:
17- static removed and huff_dec prefix added
18
192016-05-25:
20- added const to void g++ warning