index
:
lua-compat-5.3
ci/add-readline
fix-pushlstring
master
strerror
A mirror of https://github.com/lunarmodules/lua-compat-5.3.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compat53.lua
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
split compat53 Lua module into separate modules that do/don't modify the ↵
Philipp Janda
2015-04-11
1
-933
/
+0
|
|
|
|
global env
*
remove some references to global variables
Philipp Janda
2015-02-23
1
-1
/
+3
|
*
use Lua 5.3's source for string packing
Philipp Janda
2015-01-21
1
-9
/
+18
|
*
luajit already has yieldable (x)pcall, add tests for code from compat52
Philipp Janda
2015-01-20
1
-156
/
+162
|
*
use table library from Lua 5.3 sources if available
Philipp Janda
2015-01-20
1
-2
/
+3
|
*
prepare to use ltablib.c from 5.3 for table library
Philipp Janda
2015-01-19
1
-8
/
+16
|
*
add table.sort, add code from lua-compat-5.2
Philipp Janda
2015-01-18
1
-4
/
+658
|
*
table library (except table.sort for now) respects metamethods
Philipp Janda
2015-01-17
1
-11
/
+147
|
*
add ipairs function that respects __index
Philipp Janda
2015-01-17
1
-2
/
+26
|
*
add new fields to math library
Philipp Janda
2015-01-16
1
-4
/
+73
|
*
add utf8 library from Lua 5.3; use struct for string packing
Philipp Janda
2015-01-14
1
-0
/
+24