diff options
author | Philipp Janda <siffiejoe@gmx.net> | 2015-01-17 20:36:32 +0100 |
---|---|---|
committer | Philipp Janda <siffiejoe@gmx.net> | 2015-01-17 20:36:32 +0100 |
commit | 4c062846ae003dd747dfcd3eca91493c7eee4f50 (patch) | |
tree | 583f36eab79954b8bb354d81f4f08cf1472be2b5 /README.md | |
parent | 64783408a4a108812f22268c12f71c75f5399d81 (diff) | |
download | lua-compat-5.3-4c062846ae003dd747dfcd3eca91493c7eee4f50.tar.gz lua-compat-5.3-4c062846ae003dd747dfcd3eca91493c7eee4f50.tar.bz2 lua-compat-5.3-4c062846ae003dd747dfcd3eca91493c7eee4f50.zip |
table library (except table.sort for now) respects metamethods
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -66,6 +66,8 @@ your project: | |||
66 | * `math.maxinteger` and `math.mininteger`, `math.tointeger`, `math.type`, | 66 | * `math.maxinteger` and `math.mininteger`, `math.tointeger`, `math.type`, |
67 | and `math.ult` | 67 | and `math.ult` |
68 | * `ipairs` respects `__index` metamethod | 68 | * `ipairs` respects `__index` metamethod |
69 | * `table.move` | ||
70 | * `table` library (except `table.sort`) respects metamethods | ||
69 | 71 | ||
70 | ### C | 72 | ### C |
71 | 73 | ||
@@ -112,9 +114,8 @@ For Lua 5.1 additionally: | |||
112 | 114 | ||
113 | * bit operators | 115 | * bit operators |
114 | * integer division operator | 116 | * integer division operator |
115 | * `table.move` | ||
116 | * `coroutine.isyieldable` | 117 | * `coroutine.isyieldable` |
117 | * `table` library doesn't respect metamethods yet | 118 | * `table.sort` doesn't respect metamethods yet |
118 | * Lua 5.1: `_ENV`, `goto`, labels, ephemeron tables, etc. See | 119 | * Lua 5.1: `_ENV`, `goto`, labels, ephemeron tables, etc. See |
119 | [`lua-compat-5.2`][2] for a detailed list. | 120 | [`lua-compat-5.2`][2] for a detailed list. |
120 | * the following C API functions/macros: | 121 | * the following C API functions/macros: |