aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilipp Janda <siffiejoe@gmx.net>2015-01-17 02:17:25 +0100
committerPhilipp Janda <siffiejoe@gmx.net>2015-01-17 02:17:25 +0100
commit64783408a4a108812f22268c12f71c75f5399d81 (patch)
tree2134d0dbc1287538220d677c682d43264cb29d85 /README.md
parent6124b7b5e687eff120507dccfe98b72b7ddb702d (diff)
downloadlua-compat-5.3-64783408a4a108812f22268c12f71c75f5399d81.tar.gz
lua-compat-5.3-64783408a4a108812f22268c12f71c75f5399d81.tar.bz2
lua-compat-5.3-64783408a4a108812f22268c12f71c75f5399d81.zip
add ipairs function that respects __index
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7099702..5adaa38 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,7 @@ your project:
65 to Lua 5.3's string packing!) 65 to Lua 5.3's string packing!)
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 69
69### C 70### C
70 71
@@ -113,7 +114,7 @@ For Lua 5.1 additionally:
113* integer division operator 114* integer division operator
114* `table.move` 115* `table.move`
115* `coroutine.isyieldable` 116* `coroutine.isyieldable`
116* `ipairs` and the `table` library don't respect metamethods yet 117* `table` library doesn't respect metamethods yet
117* Lua 5.1: `_ENV`, `goto`, labels, ephemeron tables, etc. See 118* Lua 5.1: `_ENV`, `goto`, labels, ephemeron tables, etc. See
118 [`lua-compat-5.2`][2] for a detailed list. 119 [`lua-compat-5.2`][2] for a detailed list.
119* the following C API functions/macros: 120* the following C API functions/macros: