Home | History | Annotate | Download | only in DOC

Lines Matching full:ansi

65 - Some changes in ANSI-C 7z Decoder interfaces.

86 - The bug in ANSI-C LZMA Decoder was fixed:
89 - Some changes in ANSI-C 7z Decoder interfaces.
107 - ANSI-C LZMA Decoder was rewritten for speed optimizations.
108 - ANSI-C LZMA Encoder was included to LZMA SDK.
109 - C++ LZMA code now is just wrapper over ANSI-C code.
120 - .7z ANSI-C Decoder:
135 - Small changes in .h files in ANSI-C version.
214 - Interfaces for ANSI-C LZMA Decoder (LzmaDecode.c) were changed
215 - New additional version of ANSI-C LZMA Decoder with zlib-like interface:
219 - ANSI-C LZMA Decoder now can decompress files larger than 4 GB
235 - The bug was fixed in LzmaDecode.c (ANSI-C LZMA Decoder):
238 - Speed optimization of ANSI-C LZMA Decoder (now it's about 20% faster).
243 - Simplified version of .7z ANSI-C Decoder was included