summaryrefslogtreecommitdiff
path: root/src/lib_math.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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