r127
Makefile : added capability to install libraries Modified Directory tree, to better separate libraries from programs.
Added : -pedantic compilation option
C90 compatibility
minor refactoring
Fixed : bug within LZ4 HC streaming mode, reported by James Boyle
New : lz4frame integrated into liblz4 (v1.5.0)
Fixed : LZ4_compress_limitedOutput() bug, as reported by Christopher Speller
First version of Block Streaming API : LZ4_compress_usingDict()
Added lz4c & lz4cat man pages
updated lz4cat man page
Fixed : older compiler don't like nameless unions, reported by Cheyi Lin
LZ4IO : modified to use lz4frame instead