1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src/liblzma
Lasse Collin 1f19690914 Index decoder fixes.
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.
2009-11-25 12:52:56 +02:00
..
api Index decoder fixes. 2009-11-25 12:52:56 +02:00
check Add missing consts to pointer casts. 2009-11-22 12:05:33 +02:00
common Index decoder fixes. 2009-11-25 12:52:56 +02:00
delta Fix a design error in liblzma API. 2009-11-14 18:59:19 +02:00
lz Fix wrong indentation caused by incorrect settings 2009-11-15 12:54:45 +02:00
lzma Make fastpos.h use tuklib_integer.h instead of bsr.h 2009-11-22 11:55:03 +02:00
rangecoder Build system fixes 2009-06-30 17:09:57 +03:00
simple Fix a design error in liblzma API. 2009-11-14 18:59:19 +02:00
subblock Build system fixes 2009-06-30 17:09:57 +03:00
liblzma.pc.in Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
liblzma_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
Makefile.am Add lzma_physmem(). 2009-11-15 12:40:17 +02:00