webmcp
log
| age | author | description |
|---|---|---|
| 2016-01-14 | jbe | Decode some JSON numbers (those without decimal point or exponential notation) as Lua integers |
| 2016-01-14 | jbe | Lua 5.3 compatibility: do not use luaL_checkint |
| 2016-01-12 | jbe | Stack traceback for "coro" (initializers/finalizers) |
| 2016-01-12 | jbe | Fixed bug which was introduced during code-cleanup of <db_handle>:quote_string(...) function |