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 |
| 2016-01-12 | jbe | Bugfix regarding emergency memory cleanup (missing memory initialization) |
| 2016-01-12 | jbe | Bugfix in mondelefant.connect{...} |
| 2016-01-12 | jbe | Added downward-compatibility code for mondelefant.connect{engine='postgresql', ...} call |