seqlua
log
| age | author | description | 
|---|---|---|
| 2014-08-24 | jbe | Changed one sentence in README | 
| 2014-08-24 | jbe | Do not respect __len metamethods | 
| 2014-08-23 | jbe | Mention 3 extra elements on stack in README; Changed order of two instructions in seqlualib.c | 
| 2014-08-23 | jbe | Respect the __ipairs and __len metamethods | 
| 2014-08-22 | jbe | Renamed created filter in README to "alpha_beta_x" | 
| 2014-08-22 | jbe | Modified filter example in README (shows effect on alphabet() too) | 
| 2014-08-22 | jbe | Modified examples for filter function in README | 
| 2014-08-22 | jbe | Curried function "filter" in README | 
| 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 |