diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-07-01 12:25:00 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-07-01 12:25:00 -0300 |
commit | 924bed7297d5ea16a78ec07e7acc64afad951aa8 (patch) | |
tree | 2a96cf02d0d8ec43472f69faef57109e6bdcebd0 /all | |
parent | 8b7cfee26b71e66de2cef9f8db9d9e18f5439afd (diff) | |
download | lua-924bed7297d5ea16a78ec07e7acc64afad951aa8.tar.gz lua-924bed7297d5ea16a78ec07e7acc64afad951aa8.tar.bz2 lua-924bed7297d5ea16a78ec07e7acc64afad951aa8.zip |
Methods separated from metamethods in 'io'
In the 'io' library, changed the use of the metatable also as its
own "method table", so that metamethods cannot be accessed as if they
were methods. (For instance, 'io.stdin.__gc' does not result in
the finalizer metamethod anymore.)
Diffstat (limited to 'all')
0 files changed, 0 insertions, 0 deletions