Lines Matching refs:issue
77 Fixed : Fuzzer + frametest compatibility with NetBSD (issue #48, reported by Thomas Klausner)
129 Added : pkg-config, thanks to Zbigniew Jędrzejewski-Szmek (issue 135)
130 Makefile : lz4-test only test native binaries, as suggested by Michał Górny (issue 136)
140 fix : support ppc64le platform (issue 131)
142 fix : Makefile : minor issue 130 : header files permissions
147 fix : block-dependency command line (issue 127)
148 fix : lz4fullbench (issue 128)
151 hotfix (issue 124 & 125)
154 Added : lz4cat utility, installed on POSX systems (issue 118)
155 OS-X compatible compilation of dynamic library (issue 115)
158 Makefile : library correctly compiled with -O3 switch (issue 114)
160 Makefile : library is versioned and linked (issue 119)
161 lz4.h : no more static inline prototypes (issue 116)
162 man : improved header/footer (issue 111)
163 Makefile : Use system default $(CC) & $(MAKE) variables (issue 112)
180 lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99)
182 man : documented -l command (Legacy format, for Linux kernel compression) (issue 102)
183 cmake : improved version by Mika Attila, building programs and libraries (issue 100)
188 lz4.c : corrected issue 98 (LZ4_compress_limitedOutput())
192 lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-BD) for streams > 4 GB …