seqlua

log

age author description
2014-08-25 jbe Use angle brackets to include seqlualib.h in seqlua_c_example.c and adjusted Makefile accordingly
2014-08-25 jbe Changed introduction in README
2014-08-25 jbe Two changes in README
2014-08-25 jbe Replaced "due to the following reasons" with "due to the following considerations" in README
2014-08-25 jbe In README: clarified that sql_query function in example returns a userdata value
2014-08-25 jbe Minor change in README
2014-08-25 jbe Re-added example for customized iteration behavior
2014-08-25 jbe Removed (wrong) example in README
2014-08-25 jbe Clarified paragraph in README (because there are four functions above, including the local function)
2014-08-25 jbe Fixed third example of "write_lines" in README
2014-08-25 jbe Minor change in README (moved word "though")
2014-08-25 jbe Changed word order in one sentence in README
2014-08-25 jbe Minor changes in introduction of README
2014-08-25 jbe Added section "Motivation" to README
2014-08-24 jbe Removed wrong spaces in example output in README
2014-08-24 jbe Support special return values of __ipairs metamethod (string as first return value)
2014-08-24 jbe Bugfix in seqlua.c
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
2014-08-20 jbe Undo previous commit (doesn't work more than once)

Impressum / About Us