summaryrefslogtreecommitdiffstats
path: root/Utilities/cmliblzma/liblzma/check/crc32_fast.c
Commit message (Collapse)AuthorAgeFilesLines
* liblzma: Revert "Port from C99 to C89/90"Brad King2018-08-061-6/+2
| | | | | | Revert commit v3.1.0-rc1~255^2~5 (liblzma: Port from C99 to C89/90, 2014-07-13). We now compile as C99 or above except on MSVC where we will use another approach.
* Merge branch 'upstream-liblzma' into update-liblzmaBrad King2016-06-291-1/+1
| | | | | * upstream-liblzma: liblzma 2014-12-21 (265e5ffb)
* liblzma: Port from C99 to C89/90Daniel Pfeifer2014-07-291-2/+6
| | | | | Remove use of designated initializers and declarations of variables after statements. Leave "//" comments as-is for now.
* Merge branch 'liblzma-upstream' into add-liblzmaBrad King2014-07-211-0/+82