webmcp
log
| age | author | description |
|---|---|---|
| 2014-08-11 | jbe | Fix in autodoc.lua to allow ellipsis in return values |
| 2014-08-11 | jbe | Fix in inline documentation of atom.integer.invalid |
| 2014-08-11 | jbe | Fix in JSON documentation |
| 2014-08-11 | jbe | Bugfix in autodoc.lua; Added documentation for JSON library; json.import(...) returns json.null for "null" on top-level |
| 2014-08-11 | jbe | Improved performance of JSON library by storing shadow tables directly via a lightuserdata key instead of using ephemeron tables |
| 2014-08-10 | jbe | Minimum decimal floating point precision of 16 in json.encode(...) |