index
:
fengari
master
Mirrored from https://github.com/fengari-lua/fengari
Laria Carolin Chabowski
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
*
src/lvm.js: Rename gettable to luaV_gettable
daurnimator
2017-06-18
*
src/lvm.js: Only convert to numbers when needed
daurnimator
2017-06-18
*
src/lstrlib.js: cast to unsigned when packing unsigned
daurnimator
2017-06-17
*
src/lstrlib.js: a 'long' is 4 bytes in JS
daurnimator
2017-06-17
*
tests/test-suite/pm.js: Use luaL_loadfile instead of loadstring containing lo...
daurnimator
2017-06-17
*
str_packsize: fixed malformed luaL_argcheck
Benoit Giannangeli
2017-06-16
*
Merge branch 'test-suite'
Benoit Giannangeli
2017-06-16
|
\
|
*
str_unpack: pos is size_t in C so -1 should raise initial position error
Benoit Giannangeli
2017-06-16
|
*
unpacknum should only look at the first 'size' bytes
Benoit Giannangeli
2017-06-16
|
*
unpacknum: number can be 32bits
Benoit Giannangeli
2017-06-16
|
*
Bad error message for too long Kchar
Benoit Giannangeli
2017-06-16
|
*
packint: Fixed how we search for 0 in Kzstr
Benoit Giannangeli
2017-06-16
|
*
lstrlib.js: j/J are 4 bytes
Benoit Giannangeli
2017-06-16
|
*
packnum: num can be 32 bits
Benoit Giannangeli
2017-06-16
|
*
[test-suite] tpack.js: Moved size constants in prefix
Benoit Giannangeli
2017-06-16
|
*
Fix bad test on issigned in unpackint
Benoit Giannangeli
2017-06-16
*
|
tests/test-suite/inprogress/db.js: Escape escapes
daurnimator
2017-06-16
*
|
src/ldebug.js: TMS uses TM_ prefix not OP_
daurnimator
2017-06-16
*
|
src/ldebug.js: Use function offset as limit when finding local variable name
daurnimator
2017-06-16
*
|
tests/test-suite/inprogress/db.js: Remove debug print
daurnimator
2017-06-16
*
|
tests/test-suite/inprogress/db.js: Remove prefix from tests that don't need it
daurnimator
2017-06-16
*
|
src/ldo.js: Add call debug hook
daurnimator
2017-06-16
*
|
tests/test-suite/inprogress/db.js: Fix first test
daurnimator
2017-06-16
|
/
*
[test-suite] pm.js passes
Benoit Giannangeli
2017-06-16
*
Updated pm.js test count, removed utf8.js from inprogress
Benoit Giannangeli
2017-06-15
*
src/lstrlib.js: pass ESC charcode (not as string)
daurnimator
2017-06-15
*
src/lstrlib.js: frontier looks past end of string expecting a null byte
daurnimator
2017-06-15
*
tests/test-suite/inprogress/pm.js: Add missing checkerror function
daurnimator
2017-06-15
*
src/lstrlib.js: Fix islower+isupper
daurnimator
2017-06-15
*
src/lstrlib.js: In match_capture compare array contents not array slices
daurnimator
2017-06-15
*
tests/test-suite/inprogress/pm.js: un-split range tests
daurnimator
2017-06-15
*
src/lstrlib.js: Pass string (not offset of string)
daurnimator
2017-06-15
*
src/lstrlib.js: Fix stopping before end of gmatch subject
daurnimator
2017-06-15
*
lstrlib.js: missing charCodeAt and misspelled ms.src
Benoit Giannangeli
2017-06-12
*
lstrlib.js: matchbalance fixed wrong char lookup
Benoit Giannangeli
2017-06-12
*
src/loadlib.js: Use luaL_Buffer to build findloader error message
daurnimator
2017-06-09
*
src/loadlib.js: Use luaL_Buffer to build searchpath error message
daurnimator
2017-06-09
*
src/llex.js: Fix isreserved (it is passed a TString, not a JS string)
daurnimator
2017-06-09
*
src/lapi.js: lua_todataview should use cvt2str
daurnimator
2017-06-09
*
src/lzio.js: Introduce luaZ_buffremove
daurnimator
2017-06-09
*
src/lzio.js: Introduce luaZ_resetbuffer
daurnimator
2017-06-09
*
src/llex.js: Use luaO_pushfstring instead of javascript string interpolation
daurnimator
2017-06-09
*
Avoid .concat where simple to do so
daurnimator
2017-06-09
*
Add is_luastring function instead of using Array.isArray directly
daurnimator
2017-06-09
*
src/lvm.js: Fix whitespace
daurnimator
2017-06-08
*
src/lvm.js: Remove unwated exports
daurnimator
2017-06-08
*
src/lvm.js: Clean up 'forlimit'
daurnimator
2017-06-08
*
src/lvm.js: Simplify l_strcmp by using string hash for comparison
daurnimator
2017-06-08
*
src/lvm.js: Optimise LEnum and LTnum for our number representation
daurnimator
2017-06-08
*
src/ldo.js: Fix calling wrong stack index for atnativeerror
daurnimator
2017-06-03
[prev]
[next]