xz/src/liblzma/check
Lasse Collin 3b34851de1 Sort of garbage collection commit. :-| Many things are still
broken. API has changed a lot and it will still change a
little more here and there. The command line tool doesn't
have all the required changes to reflect the API changes, so
it's easy to get "internal error" or trigger assertions.
2008-08-28 22:53:15 +03:00
..
Makefile.am Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03:00
check.c Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +03:00
check.h Sort of garbage collection commit. :-| Many things are still 2008-08-28 22:53:15 +03: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 Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03: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 Update the code to mostly match the new simpler file format 2008-06-18 18:02:10 +03: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 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