a78db582d3
Makefile : make install installs both lz4 and lz4c (Jorge Aparicio) Makefile : removed -Wno-implicit-declaration compilation switch lz4cli.c : include <stduni.h> for isatty() (Luca Barbato) lz4.h : introduced LZ4_MAX_INPUT_SIZE constant (Shay Green) lz4.h : LZ4_compressBound() : unified macro and inline definitions (Shay Green) lz4.h : LZ4_decompressSafe_partial() : clarify comments (Shay Green) lz4.c : LZ4_compress() verify input size condition (Shay Green) bench.c : corrected a bug in free memory size evaluation cmake : install into bin/ directory (Richard Yao) cmake : check for just C compiler (Elan Ruusamae) git-svn-id: https://lz4.googlecode.com/svn/trunk@107 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
r107 :
|
|
Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio.
|
|
Makefile : make install installs both lz4 and lz4c (Jorge Aparicio)
|
|
Makefile : removed -Wno-implicit-declaration compilation switch
|
|
lz4cli.c : include <stduni.h> for isatty() (Luca Barbato)
|
|
lz4.h : introduced LZ4_MAX_INPUT_SIZE constant (Shay Green)
|
|
lz4.h : LZ4_compressBound() : unified macro and inline definitions (Shay Green)
|
|
lz4.h : LZ4_decompressSafe_partial() : clarify comments (Shay Green)
|
|
lz4.c : LZ4_compress() verify input size condition (Shay Green)
|
|
bench.c : corrected a bug in free memory size evaluation
|
|
cmake : install into bin/ directory (Richard Yao)
|
|
cmake : check for just C compiler (Elan Ruusamae)
|
|
|
|
r106 :
|
|
Makefile : make dist modify text files in the package to respect Unix EoL convention
|
|
lz4cli : corrected small display bug in HC mode
|
|
|
|
r105 :
|
|
Makefile : New install script and man page, contributed by Prasad Pandit
|
|
lz4cli.c : Minor modifications, for easier extensibility
|
|
COPYING : added license file
|
|
LZ4_Streaming_Format.odt : modified file name to remove white space characters
|
|
exe : .exe suffix now properly added only for Windows target |