aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-30Build system fixesLasse Collin2-47/+51
2009-06-27Hopefully improved portability of the assembler code inLasse Collin2-2/+14
2009-06-26Basic support for building with Cygwin and MinGW usingLasse Collin2-6/+8
2009-06-26Fix @variables@ to $(variables) in Makefile.am files.Lasse Collin1-2/+2
2009-05-02Use a GCC-specific #pragma instead of GCC-specificLasse Collin2-5/+5
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin15-93/+88
2009-02-13Improve support for DOS-like systems.Lasse Collin2-6/+6
2009-02-09Let the user specify custom CFLAGS on the make commandLasse Collin1-1/+1
2009-02-08Add a separate internal function to initialize the CRC32Lasse Collin2-1/+10
2009-02-07Support LZMA_API_STATIC in assembler files toLasse Collin2-0/+6
2009-02-02Updated the x86 assembler code:Lasse Collin2-22/+144
2009-02-02Modify LZMA_API macro so that it works on Windows withLasse Collin5-6/+6
2009-01-30Remove dangling crc64_init.c.Lasse Collin1-55/+0
2009-01-26Regenerate the CRC tables without trailing blanks.Lasse Collin4-2024/+2024
2009-01-26remove trailing blanks from all but .xz filesJim Meyering2-2/+2
2008-12-31Remove lzma_init() and other init functions from liblzma API.Lasse Collin11-146/+228
2008-08-28Sort of garbage collection commit. :-| Many things are stillLasse Collin3-134/+90
2008-06-18Update the code to mostly match the new simpler file formatLasse Collin8-95/+110
2008-04-25Removed src/liblzma/common/sysdefs.h symlink, which wasLasse Collin2-2/+2
2008-01-26Added note.GNU-stack to x86 assembler files. It is neededLasse Collin2-0/+18
2008-01-15Fix CRC code in case --enable-small is used.Lasse Collin2-2/+2
2008-01-08More pre-C99 inttypes.h compatibility fixes. Now the codeLasse Collin4-18/+6
2008-01-06Introduced compatibility with systems that have pre-C99Lasse Collin8-16/+2
2007-12-14Use the filename suffix .S instead of .s for assembler filesLasse Collin3-2/+2
2007-12-14Fixed wrong symbol name in crc64_x86.s.Lasse Collin1-1/+1
2007-12-14Use .globl instead of .global in x86 assembler code forLasse Collin2-2/+2
2007-12-09Added missing LZMA_API to the C versions of the CRC functions.Lasse Collin2-2/+2
2007-12-09Imported to git.Lasse Collin21-0/+3596