index
:
fengari
master
Mirrored from https://github.com/fengari-lua/fengari
Laria Carolin Chabowski
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
luaconf.js
Commit message (
Collapse
)
Author
Age
*
src/{luaconf,lobject,lstrlib}.js: lua_getlocaledecpoint now returns char ↵
daurnimator
2018-01-29
|
|
|
|
code instead of string
*
src/: Start using lua_assert() instead of plain assert()
daurnimator
2018-01-18
|
*
src/luaconf.js: Fix bug introduced in c260105662e28778fe129a3a4500c1baf40ea109
daurnimator
2017-12-30
|
*
src/lvm.js: Optimise lua_integer2str and lua_number2str
daurnimator
2017-12-29
|
*
src/lobject.js: Refactor luaO_chunkid to use Uint8Array.set
daurnimator
2017-12-15
|
*
Removed incorrect use of llimits.MAX/MIN_INT
Benoit Giannangeli
2017-11-09
|
|
|
|
llimit.js is renamed to llimits.js
*
Move jshint config to package.json
daurnimator
2017-08-18
|
*
Decrease LUAI_MAXSTACK to let node breath on Travis
Benoit Giannangeli
2017-05-29
|
*
src/luaconf.js: Implement lua_integer2str and lua_number2str
daurnimator
2017-05-23
|
*
lua_numbertointeger should return false on failure
daurnimator
2017-05-21
|
|
|
|
Found via behaviour of pushnumint in lmathlib
*
Move frexp and ldexp to luaconf.js
daurnimator
2017-04-26
|
*
Use maximum 32bit number instead of Number.MAX_SAFE_INTEGER
Benoit Giannangeli
2017-04-24
|
*
Fixed %g in sprintf.js to not keep trailing zeros
Benoit Giannangeli
2017-04-10
|
*
Fixed bad lua_tointegerx
Benoit Giannangeli
2017-03-24
|
*
strings.lua
Benoit Giannangeli
2017-03-24
|
*
string.format
Benoit Giannangeli
2017-03-16
|
*
math.random/randomseed
Benoit Giannangeli
2017-02-26
|
*
math.tointeger, math.floor, math.ceil
Benoit Giannangeli
2017-02-25
|
*
ldebug, lua_error, error
Benoit Giannangeli
2017-02-20
|
*
LUA_REGISTRYINDEX
Benoit Giannangeli
2017-02-17