1
0
mirror of https://github.com/lua/lua.git synced 2025-01-28 06:03:00 +08:00
lua/testes
Roberto Ierusalimschy 9a37dc0ce6 Small corrections when setting 'L->top'
- OP_NEWTABLE can use 'ra + 1' to set top (instead of ci->top);
- OP_CLOSE doesn't need to set top ('Protect' already does that);
- OP_TFORCALL must use 'ProtectNT', to preserve the top already set.
  (That was a small bug, because iterators could be called with
   extra parameters besides the state and the control variable.)
- Comments and an extra test for the bug in previous item.
2019-07-25 13:55:29 -03:00
..
2019-07-18 15:31:22 -03:00
2019-07-18 14:58:15 -03:00
2019-06-21 10:21:07 -03:00
2019-06-26 13:26:36 -03:00
2019-06-18 16:52:22 -03:00
2019-07-18 15:31:22 -03:00
2018-12-14 13:49:02 -02:00
2019-06-04 11:22:21 -03:00
2019-04-11 11:29:16 -03:00