]> icculus.org git repositories - icculus/xz.git/history - src/liblzma/check
liblzma: Make lzma_code() check the reserved members in lzma_stream.
[icculus/xz.git] / src / liblzma / check /
2010-02-12 Lasse CollinFix jl -> jb in ASM files.
2010-02-12 Lasse CollinUse __APPLE__ instead of __MACH__ in ASM files.
2009-11-22 Lasse CollinAdd missing consts to pointer casts.
2009-10-04 Lasse CollinUse a tuklib module for integer handling.
2009-10-02 Lasse CollinMake liblzma produce the same output on both endiannesses.
2009-08-31 Lasse CollinRevert 43f44160b1ddcbf7e5205c37db09b3bebe7226f9
2009-08-29 Lasse CollinFix x86 assembler on GCC 3.
2009-06-30 Lasse CollinBuild system fixes
2009-06-26 Lasse CollinHopefully improved portability of the assembler code in
2009-06-26 Lasse CollinBasic support for building with Cygwin and MinGW using
2009-06-26 Lasse CollinFix @variables@ to $(variables) in Makefile.am files.
2009-05-02 Lasse CollinUse a GCC-specific #pragma instead of GCC-specific
2009-04-13 Lasse CollinPut the interesting parts of XZ Utils into the public...
2009-02-13 Lasse CollinImprove support for DOS-like systems.
2009-02-09 Lasse CollinLet the user specify custom CFLAGS on the make command
2009-02-08 Lasse CollinAdd a separate internal function to initialize the...
2009-02-07 Lasse CollinSupport LZMA_API_STATIC in assembler files to
2009-02-02 Lasse CollinUpdated the x86 assembler code:
2009-02-02 Lasse CollinModify LZMA_API macro so that it works on Windows with
2009-01-29 Lasse CollinRemove dangling crc64_init.c.
2009-01-26 Lasse CollinRegenerate the CRC tables without trailing blanks.
2009-01-26 Jim Meyeringremove trailing blanks from all but .xz files
2008-12-30 Lasse CollinRemove lzma_init() and other init functions from liblzm...
2008-08-28 Lasse CollinSort of garbage collection commit. :-| Many things...
2008-06-18 Lasse CollinUpdate the code to mostly match the new simpler file...
2008-04-25 Lasse CollinRemoved src/liblzma/common/sysdefs.h symlink, which was
2008-01-26 Lasse CollinAdded note.GNU-stack to x86 assembler files. It is...
2008-01-15 Lasse CollinFix CRC code in case --enable-small is used.
2008-01-07 Lasse CollinMore pre-C99 inttypes.h compatibility fixes. Now the...
2008-01-06 Lasse CollinIntroduced compatibility with systems that have pre-C99
2007-12-14 Lasse CollinUse the filename suffix .S instead of .s for assembler...
2007-12-14 Lasse CollinFixed wrong symbol name in crc64_x86.s.
2007-12-14 Lasse CollinUse .globl instead of .global in x86 assembler code for
2007-12-09 Lasse CollinAdded missing LZMA_API to the C versions of the CRC...
2007-12-08 Lasse CollinImported to git.