seqlua
log seqlua.c
| age | author | description |
|---|---|---|
| 2014-08-21 | jbe | Removed iterator(...) function; ipairs doesn't accept iterator triplets anymore |
| 2014-08-20 | jbe | Bugfix: switched raw and meta helper functions |
| 2014-08-20 | jbe | Removed disabled luaL_checktype(L, 1, LUA_TFUNCTION) call in seqlua.c |
| 2014-08-20 | jbe | Removed unnecessary creation of closures for callable values (through __call) |
| 2014-08-20 | jbe | Added TODO: avoid closure creation with seqlua_aux_call in seqlua.c |
| 2014-08-20 | jbe | Pass value as argument to __call metamethod |
| 2014-08-20 | jbe | Initial commit |