xz/src/liblzma/check
Lasse Collin 99c1c2abfa Updated the x86 assembler code:
- Use call/ret pair to get instruction pointer for PIC.
  - Use PIC only if PIC or __PIC__ is #defined.
  - The code should work on MinGW and Darwin in addition
    to GNU/Linux and Solaris.
2009-02-02 21:19:01 +02:00
..
Makefile.am Remove lzma_init() and other init functions from liblzma API. 2008-12-31 00:30:49 +02:00
check.c Modify LZMA_API macro so that it works on Windows with 2009-02-02 20:14:03 +02:00
check.h Remove lzma_init() and other init functions from liblzma API. 2008-12-31 00:30:49 +02:00
crc32_fast.c Modify LZMA_API macro so that it works on Windows with 2009-02-02 20:14:03 +02:00
crc32_small.c Modify LZMA_API macro so that it works on Windows with 2009-02-02 20:14:03 +02:00
crc32_table.c Removed src/liblzma/common/sysdefs.h symlink, which was 2008-04-25 13:58:56 +03:00
crc32_table_be.h Regenerate the CRC tables without trailing blanks. 2009-01-26 20:09:17 +02:00
crc32_table_le.h Regenerate the CRC tables without trailing blanks. 2009-01-26 20:09:17 +02:00
crc32_tablegen.c remove trailing blanks from all but .xz files 2009-01-26 20:01:51 +02:00
crc32_x86.S Updated the x86 assembler code: 2009-02-02 21:19:01 +02:00
crc64_fast.c Modify LZMA_API macro so that it works on Windows with 2009-02-02 20:14:03 +02:00
crc64_small.c Modify LZMA_API macro so that it works on Windows with 2009-02-02 20:14:03 +02:00
crc64_table.c Removed src/liblzma/common/sysdefs.h symlink, which was 2008-04-25 13:58:56 +03:00
crc64_table_be.h Regenerate the CRC tables without trailing blanks. 2009-01-26 20:09:17 +02:00
crc64_table_le.h Regenerate the CRC tables without trailing blanks. 2009-01-26 20:09:17 +02:00
crc64_tablegen.c remove trailing blanks from all but .xz files 2009-01-26 20:01:51 +02:00
crc64_x86.S Updated the x86 assembler code: 2009-02-02 21:19:01 +02:00
crc_macros.h Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
sha256.c Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +03:00