diff options
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) |
