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 3778db1be5 liblzma: Make the use of lzma_allocator const-correct.
There is a tiny risk of causing breakage: If an application
assigns lzma_stream.allocator to a non-const pointer, such
code won't compile anymore. I don't know why anyone would do
such a thing though, so in practice this shouldn't cause trouble.

Thanks to Jan Kratochvil for the patch.
2012-07-17 18:19:59 +03:00
..
api liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
check liblzma: Try to use SHA-256 from the operating system. 2011-05-21 15:08:44 +03:00
common liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
delta liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
lz liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
lzma liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
rangecoder liblzma: Check that the first byte of range encoded data is 0x00. 2012-06-28 10:47:49 +03:00
simple liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
liblzma.map Bump the version number to 5.1.2alpha. 2012-07-04 20:01:49 +03:00
liblzma.pc.in liblzma: Fix Libs.private in liblzma.pc to include -lrt when needed. 2012-04-19 14:02:25 +03:00
liblzma_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
Makefile.am Build: Include validate_map.sh in the distribution. 2012-07-05 07:28:53 +03:00
validate_map.sh liblzma: Use symbol versioning. 2011-05-28 15:55:39 +03:00