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/check
Lasse Collin c324325f9f Removed src/liblzma/common/sysdefs.h symlink, which was
annoying, because "make dist" put two copies of sysdefs.h
into the tarball instead of the symlink.
2008-04-25 13:58:56 +03:00
..
check.c Imported to git. 2007-12-09 00:42:33 +02:00
check.h Imported to git. 2007-12-09 00:42:33 +02:00
check_byteswap.h Imported to git. 2007-12-09 00:42:33 +02:00
check_init.c Imported to git. 2007-12-09 00:42:33 +02:00
crc32.c Added missing LZMA_API to the C versions of the CRC functions. 2007-12-09 17:14:07 +02:00
crc32_init.c Fix CRC code in case --enable-small is used. 2008-01-15 07:44:59 +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 Introduced compatibility with systems that have pre-C99 2008-01-06 16:27:41 +02:00
crc32_table_le.h Introduced compatibility with systems that have pre-C99 2008-01-06 16:27:41 +02:00
crc32_tablegen.c More pre-C99 inttypes.h compatibility fixes. Now the code 2008-01-08 00:48:30 +02:00
crc32_x86.S Added note.GNU-stack to x86 assembler files. It is needed 2008-01-26 21:40:23 +02:00
crc64.c Added missing LZMA_API to the C versions of the CRC functions. 2007-12-09 17:14:07 +02:00
crc64_init.c Fix CRC code in case --enable-small is used. 2008-01-15 07:44:59 +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 Introduced compatibility with systems that have pre-C99 2008-01-06 16:27:41 +02:00
crc64_table_le.h Introduced compatibility with systems that have pre-C99 2008-01-06 16:27:41 +02:00
crc64_tablegen.c More pre-C99 inttypes.h compatibility fixes. Now the code 2008-01-08 00:48:30 +02:00
crc64_x86.S Added note.GNU-stack to x86 assembler files. It is needed 2008-01-26 21:40:23 +02:00
crc_macros.h Imported to git. 2007-12-09 00:42:33 +02:00
Makefile.am Use the filename suffix .S instead of .s for assembler files 2007-12-14 10:07:10 +02:00
sha256.c Imported to git. 2007-12-09 00:42:33 +02:00