seqlua
log seqlualib.c
| age | author | description |
|---|---|---|
| 2014-08-23 | jbe | Respect the __ipairs and __len metamethods |
| 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 unnecessary creation of closures for callable values (through __call) |
| 2014-08-20 | jbe | Pass value as argument to __call metamethod |
| 2014-08-20 | jbe | Reverted last commit and added TODO for first argument to __call |
| 2014-08-20 | jbe | Allow seqlua_iterinit to modify the value on stack instead of storing an extra element on stack |
| 2014-08-20 | jbe | Initial commit |