seqlua
log
| age | author | description |
|---|---|---|
| 2014-08-20 | jbe | Modified filter example in seqlua_ipairs_example.lua: avoid closure creation in for-loop invocation |
| 2014-08-20 | jbe | Added coroutine based filter(func, ...) example to new file seqlua_ipairs_example.lua |
| 2014-08-20 | jbe | Precedence of __call and __index noted in README |
| 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 | More compact coroutine example in README |
| 2014-08-20 | jbe | Added coroutine example to README |
| 2014-08-20 | jbe | Extended README to contain example for file:lines() iterator |
| 2014-08-20 | jbe | Fixed sample output in README (one line for a letter was missing) |
| 2014-08-20 | jbe | Minor fix in comment in seqlua_c_example_test.lua |