Lines Matching full:ansi
30 - Some changes in ANSI-C 7z Decoder interfaces.
51 - The bug in ANSI-C LZMA Decoder was fixed:
54 - Some changes in ANSI-C 7z Decoder interfaces.
72 - ANSI-C LZMA Decoder was rewritten for speed optimizations.
73 - ANSI-C LZMA Encoder was included to LZMA SDK.
74 - C++ LZMA code now is just wrapper over ANSI-C code.
85 - .7z ANSI-C Decoder:
100 - Small changes in .h files in ANSI-C version.
179 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed
180 - New additional version of ANSI-C LZMA Decoder with zlib-like interface:
184 - ANSI-C LZMA Decoder now can decompress files larger than 4 GB
200 - The bug was fixed in LzmaDecode.c (ANSI-C LZMA Decoder):
203 - Speed optimization of ANSI-C LZMA Decoder (now it's about 20% faster).
208 - Simplified version of .7z ANSI-C Decoder was included