r119
Makefile : added capability to install libraries Modified Directory tree, to better separate libraries from programs.
update to r119
Fixed issue 127 & 128
lz4io : reduced memory usage in streaming mode
Fixed : issue 52 (reported by Ludwig Strigeus)
First version of Block Streaming API : LZ4_compress_usingDict()
Added lz4c & lz4cat man pages
updated lz4cat man page
LZ4 Streaming : check overlapping input/dictionary
Makefile : library correctly compiled with -O3 switch (issue 114) Makefile : library compilation compatible with clang Makefile : library is versioned and linked (issue 119) lz4.h : no more static inline prototypes (issue 116) man : improved header/footer (issue 111) Makefile : Use system default $(CC) & $(MAKE) variables (issue 112) xxhash : updated to r34