seqlua
log
| age | author | description |
|---|---|---|
| 2014-08-21 | jbe | Macro seqlua_iterloop doesn't automatically pop the value anymore (use seqlua_iterloopauto instead); New function string.concat(sep, seq) introduced |
| 2014-08-21 | jbe | Removed seqlua_iterclosure header in seqlualib.h |
| 2014-08-21 | jbe | Removed iterator(...) function; ipairs doesn't accept iterator triplets anymore |
| 2014-08-21 | jbe | Added TODO to README: iterator triplet approach doesn't work |