aboutsummaryrefslogtreecommitdiff
path: root/src/lib_math.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use a securely seeded global PRNG for the VM.Mike Pall2020-06-151-39/+14
| | | | It's not 2005 anymore.
* Cleanup math function compilation and fix inconsistencies.Mike Pall2020-05-221-11/+11
|
* Don't compile math.modf() anymore.Mike Pall2020-05-221-1/+1
| | | | It's rarely used and properly compiling it would be difficult.
* Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\
| * Bump copyright date.Mike Pall2020-01-201-1/+1
| |
* | Remove Lua 5.0 compatibility defines.Mike Pall2017-03-171-4/+0
| | | | | | | | Suggested by François Perrad.
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
| |
* | Add LJ_FR2 mode: Two-slot frame info.Mike Pall2015-01-031-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
| |
| * Fix argument checks for math.deg()/math.rad().Mike Pall2013-08-171-6/+6
| |
* | Replace math.deg/math.rad with builtin Lua function.Mike Pall2013-02-221-5/+2
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* From Lua 5.2: Add math.log(x, base).Mike Pall2012-10-071-1/+16
|
* Disable LUA_COMPAT_GFIND and LUA_COMPAT_MOD in Lua 5.2 mode.Mike Pall2012-09-191-1/+1
|
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* ARM: Add fast assembler implementation of floor/ceil/trunc.Mike Pall2011-06-051-2/+3
|
* Move math helpers to lj_vmmath.c. Add missing log2/exp2 for Symbian.Mike Pall2011-06-031-4/+0
|
* ARM: Fix math.ldexp() recording and folding.Mike Pall2011-05-271-2/+2
|
* ARM: Misc. fixes for interpreter.Mike Pall2011-04-081-1/+11
|
* DUALNUM: Handle integer type in x86/x64 interpreter and libraries.Mike Pall2011-02-271-3/+37
|
* DUALNUM: Add integer type to core VM.Mike Pall2011-02-171-1/+1
|
* Use names defined in lualib.h for library registration.Mike Pall2011-02-021-1/+1
|
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
|
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
|
* Fast forward to sync public repo.Mike Pall2009-12-081-26/+26
| | | | | | | | Compile math.sinh(), math.cosh(), math.tanh() and math.random(). Compile various io.*() functions. Drive the GC forward on string allocations in the parser. Improve KNUM fuse vs. load heuristics. Add abstract C call handling to IR.
* RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2Mike Pall2009-12-081-15/+4
|
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+188