summaryrefslogtreecommitdiff
path: root/src/lj_vmmath.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid negation of signed integers in C that may hold INT*_MIN.Mike Pall2022-12-221-4/+4
* Bump copyright date.Mike Pall2022-01-151-1/+1
* Bump copyright date.Mike Pall2021-01-021-1/+1
* Bump copyright date.Mike Pall2020-01-201-1/+1
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* ARM/PPC: Remove assembler code for lj_vm_foldarith().Mike Pall2012-06-121-3/+1
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* MIPS: Add interpreter. Enable MIPS build rules.Mike Pall2012-01-231-1/+24
* FFI: Record ffi.errno().Mike Pall2011-11-261-0/+8
* Rearrange defines for workarounds to embedded operating systems.Mike Pall2011-10-191-2/+2
* PPC: Fix or remove assembler helper functions.Mike Pall2011-09-051-2/+2
* Fix compiler warning.Mike Pall2011-06-071-3/+3
* Add narrowing of modulo operator.Mike Pall2011-06-031-0/+14
* Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian.Mike Pall2011-06-031-0/+97