summaryrefslogtreecommitdiffstats
path: root/baseline/source/huff_enc/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'baseline/source/huff_enc/ChangeLog.txt')
-rw-r--r--baseline/source/huff_enc/ChangeLog.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/baseline/source/huff_enc/ChangeLog.txt b/baseline/source/huff_enc/ChangeLog.txt
new file mode 100644
index 0000000..020dc4f
--- /dev/null
+++ b/baseline/source/huff_enc/ChangeLog.txt
@@ -0,0 +1,27 @@
1File: huff_enc.c
2Original provenience: David Bourgin (David.Bourgin@ufrima.imag.fr)
3
42017-04-18:
5- Annotated huff_enc_main as entry-point for timing analysis
6
72016-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
222016-05-24:
23- Changed type of j to unsigned to avoid warning
24- Removed static declarations
25
262016-05-25:
27- Precise types to avoid gcc++ warnings