summaryrefslogtreecommitdiffstats
path: root/all_pairs/source/huff_enc/ChangeLog.txt
diff options
context:
space:
mode:
authorJoshua Bakita <bakitajoshua@gmail.com>2019-10-07 19:13:39 -0400
committerJoshua Bakita <bakitajoshua@gmail.com>2019-10-07 19:13:39 -0400
commit386b7d3366f1359a265da207a9cafa3edf553b64 (patch)
treec76120c2c138faed822e4ae386be6ef22a738a78 /all_pairs/source/huff_enc/ChangeLog.txt
parent54a3f7091a2146b29c73a6fdc4b62a5c4ad7a3d8 (diff)
Reorganize and commit all the modified TACLeBench code and run scripts
Diffstat (limited to 'all_pairs/source/huff_enc/ChangeLog.txt')
-rw-r--r--all_pairs/source/huff_enc/ChangeLog.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/all_pairs/source/huff_enc/ChangeLog.txt b/all_pairs/source/huff_enc/ChangeLog.txt
new file mode 100644
index 0000000..020dc4f
--- /dev/null
+++ b/all_pairs/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