mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
1f19690914
The Index decoder code didn't perfectly match the API docs, which said that *i will be set to point to the decoded Index only after decoding has succeeded. The docs were a bit unclear too. Now the decoder will initially set *i to NULL. *i will be set to point to the decoded Index once decoding has succeeded. This simplifies applications too, since it avoids dangling pointers. |
||
---|---|---|
.. | ||
api | ||
check | ||
common | ||
delta | ||
lz | ||
lzma | ||
rangecoder | ||
simple | ||
subblock | ||
liblzma.pc.in | ||
liblzma_w32res.rc | ||
Makefile.am |