Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-14 | Use the filename suffix .S instead of .s for assembler files | Lasse Collin | 3 | -2/+2 | |
so that the preprocessor removes the /* */ style comments, which are not supported by some non-GNU assemblers (Solaris) that otherwise work with this code. | |||||
2007-12-14 | Fixed wrong symbol name in crc64_x86.s. | Lasse Collin | 1 | -1/+1 | |
2007-12-14 | Use .globl instead of .global in x86 assembler code for | Lasse Collin | 2 | -2/+2 | |
better portability. Still needs fixing the commenting. | |||||
2007-12-09 | Added missing LZMA_API to the C versions of the CRC functions. | Lasse Collin | 2 | -2/+2 | |
The x86 assembler versions were already OK. | |||||
2007-12-09 | Imported to git. | Lasse Collin | 21 | -0/+3596 | |