diff options
author | Philipp Janda <siffiejoe@gmx.net> | 2015-01-20 11:35:16 +0100 |
---|---|---|
committer | Philipp Janda <siffiejoe@gmx.net> | 2015-01-20 11:35:16 +0100 |
commit | 866cb79f65c844b3fcfa99d2caa4bf19930dbc6d (patch) | |
tree | 338699b9df9b2c99cec053321790e9a5960c4b3b /README.md | |
parent | e52c3c4e7af665acd23e63fd3ae85f2c8ae87e49 (diff) | |
download | lua-compat-5.3-866cb79f65c844b3fcfa99d2caa4bf19930dbc6d.tar.gz lua-compat-5.3-866cb79f65c844b3fcfa99d2caa4bf19930dbc6d.tar.bz2 lua-compat-5.3-866cb79f65c844b3fcfa99d2caa4bf19930dbc6d.zip |
luajit already has yieldable (x)pcall, add tests for code from compat52
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -116,6 +116,8 @@ For Lua 5.1 additionally: | |||
116 | * `luaL_Stream` | 116 | * `luaL_Stream` |
117 | * `LUA_FILEHANDLE` | 117 | * `LUA_FILEHANDLE` |
118 | * `lua_absindex` | 118 | * `lua_absindex` |
119 | * `lua_arith` | ||
120 | * `lua_compare` | ||
119 | * `lua_len`, `lua_rawlen`, and `luaL_len` | 121 | * `lua_len`, `lua_rawlen`, and `luaL_len` |
120 | * `lua_copy` | 122 | * `lua_copy` |
121 | * `lua_pushglobaltable` | 123 | * `lua_pushglobaltable` |
@@ -141,9 +143,8 @@ For Lua 5.1 additionally: | |||
141 | * the following C API functions/macros: | 143 | * the following C API functions/macros: |
142 | * `lua_isyieldable` | 144 | * `lua_isyieldable` |
143 | * `lua_getextraspace` | 145 | * `lua_getextraspace` |
144 | * `lua_arith` (not at all in 5.1, operators missing in 5.2) | 146 | * `lua_arith` (new operators missing) |
145 | * `lua_pushfstring` (new formats) | 147 | * `lua_pushfstring` (new formats) |
146 | * `lua_compare` (5.1) | ||
147 | * `lua_upvalueid` (5.1) | 148 | * `lua_upvalueid` (5.1) |
148 | * `lua_upvaluejoin` (5.1) | 149 | * `lua_upvaluejoin` (5.1) |
149 | * `lua_version` (5.1) | 150 | * `lua_version` (5.1) |