Lines Matching refs:now
74 - C++ LZMA code now is just wrapper over ANSI-C code.
86 - now it supports BCJ and BCJ2 filters
87 - now it supports files larger than 4 GB.
88 - now it supports "Last Write Time" field for files.
125 - LZMA now can use only these match finders: HC4, BT2, BT3, BT4
137 - -fb switch now supports values up to 273
149 ISequentialInStream::Read now works as old ReadPart
150 ISequentialOutStream::Write now works as old WritePart
184 - ANSI-C LZMA Decoder now can decompress files larger than 4 GB
203 - Speed optimization of ANSI-C LZMA Decoder (now it's about 20% faster).
204 Old version of LZMA Decoder now is in file LzmaDecodeSize.c.
238 - C++ LZMA Encoder/Decoder code now is more portable