summaryrefslogtreecommitdiffstats
path: root/Utilities/cmliblzma/liblzma/simple/x86.c
Commit message (Collapse)AuthorAgeFilesLines
* liblzma: Avoid possible overflow on signed left shiftBrad King2016-05-251-1/+1
| | | | Use an unsigned value to produce the needed mask.
* liblzma: Port from C99 to C89/90Daniel Pfeifer2014-07-291-6/+13
| | | | | 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/+154