dkjson
Timeline
Not logged in

Chisel is closing down. This repository can be found under the new URL dkolf.de/src/dkjson-lua.fsl/.

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2013-04-14
19:07
fixed typo Leaf check-in: 0c0100201f user: dhkolf tags: trunk
18:12
changed the version to 2.3, changed URLs check-in: 2c8ecd5f40 user: dhkolf tags: release_2_3, trunk
17:13
fixed testsuite to allow testing version 1 check-in: b80d329d50 user: dhkolf tags: trunk
17:02
increased version, updated contact e-mail Leaf check-in: e0b1b1491d user: dhkolf tags: release_1_2, version1
16:56
backported [32b4a5af10]: fixed error reporting check-in: b6c4530017 user: dhkolf tags: version1
16:51
backported [f0800304dd]: fixed string escaping check-in: f4e5ae7f90 user: dhkolf tags: version1
15:44
added new URLs for old LuaForge projects check-in: 8a2a484e27 user: dhkolf tags: trunk
14:14
Complete test for all characters that should be escaped. The advanced escape test can now use the Unicode table to provide further informations. check-in: 9e5144e48d user: dhkolf tags: trunk
2013-02-28
18:42
added option to register the module table in a global variable check-in: 28cd747403 user: dhkolf tags: trunk
2012-05-05
12:50
another fix to string escaping check-in: f0800304dd user: dhkolf tags: trunk
12:42
output hex codepoints in the testsuite check-in: 7f64e1d11c user: dhkolf tags: trunk
2012-04-28
12:03
changed the version to 2.2 check-in: 14f0b4e712 user: dhkolf tags: release_2_2, trunk
11:46
enable decoding without assigning metatables check-in: 8a4dc64500 user: dhkolf tags: trunk
11:12
remove the global blocking code for Lua 5.1 -- it was only necessary for development and uses functions that might be banned in restricted environments check-in: e4ace81a5e user: dhkolf tags: trunk
11:02
minor changes to the documentation check-in: 405f71b9ab user: dhkolf tags: trunk
10:45
use the __jsontype metavalue only for empty tables check-in: 6f011f1e90 user: dhkolf tags: trunk
10:26
removed the LPeg version of quotestring. In most cases it was slower than the pure Lua version. check-in: 6cc17ddf47 user: dhkolf tags: trunk
10:05
fixed error reporting: off by one error for locations in the first line check-in: 32b4a5af10 user: dhkolf tags: trunk
2011-08-05
21:59
updated the tests to reflect the new version of cmj-JSON4Lua check-in: e0a83a39ad user: dhkolf tags: trunk
2011-07-17
12:19
another check for sparse arrays check-in: dcd8b2fc61 user: dhkolf tags: trunk
11:06
testsuite: added J. Friedl's module, added a test for mixed tables check-in: 5f84c79e49 user: dhkolf tags: trunk
2011-07-16
05:37
merge check-in: 4224252673 user: dhkolf tags: trunk
05:34
fixed typo in rockspec check-in: 94dc4b907f user: dhkolf tags: trunk
2011-07-09
19:13
the test suite now supports nm-json 1.2 check-in: beb2372eb7 user: dhkolf tags: trunk
2011-07-08
21:50
added rockspec check-in: 615ab01443 user: dhkolf tags: trunk
20:39
set version to 2.1, updated versions.txt check-in: 55350b663c user: dhkolf tags: release_2_1, trunk
20:02
jsontest.lua is now able to disable LPeg check-in: 0ec7ce9d53 user: dhkolf tags: trunk
19:55
fixed the single number bug on trunk check-in: 247317f3e8 user: dhkolf tags: trunk
19:39
increased version number to 1.1 check-in: 8facf667f5 user: dhkolf tags: release_1_1, version1
19:36
decoding a single number didn't work when the string ended right after the number (e.g. json.decode("0.11") ) check-in: e1640bf182 user: dhkolf tags: version1
10:52
major update to the test suite check-in: 3c14f68ec1 user: dhkolf tags: trunk
05:50
moved dkjson.wiki into the Fossil wiki (the original content of it is still versioned through the documentation comment in dkjson.lua and the text file versions.txt) check-in: 7431854193 user: dhkolf tags: trunk
2011-07-03
18:49
it should now be possible to parse arbitrary big objects and tables using the LPeg implementation check-in: 16ac7480e4 user: dhkolf tags: trunk
2011-07-02
20:24
changed url for my module check-in: a73e02cfcb user: dhkolf tags: trunk
19:08
generated the HTML for the usage from Markdown, changed other texts to Fossil-wiki style check-in: 434d21a3af user: dhkolf tags: trunk
17:56
corrected download links check-in: dd77d43d7d user: dhkolf tags: trunk
17:42
changed webpage to fossil-wiki page check-in: 40a0a27362 user: dhkolf tags: trunk
17:30
added version check-in: 27586fa458 user: dhkolf tags: version1
17:27
fixes to number handling check-in: 0bd2e6ca13 user: dhkolf tags: version1
17:22
backported [616bfb95e8]: access to blocked metatables check-in: 57c4e8128b user: dhkolf tags: version1
17:16
fixed encoding of special numbers (backport of [19963c7520]) check-in: 8fa01ecd7a user: dhkolf tags: version1
17:02
backported fix [c9a0d76b04] to version 1 check-in: b2405b5e96 user: dhkolf tags: version1
2011-06-29
20:30
enable read access to blocked metatables by using debug.getmetatable() check-in: 616bfb95e8 user: dhkolf tags: trunk
19:57
fixed string escaping check-in: c9a0d76b04 user: dhkolf tags: trunk
2011-06-28
15:20
changed the documentation to markdown format check-in: 8585702365 user: dhkolf tags: trunk
2011-05-31
05:04
minor changes to changelog check-in: 63e003168a user: dhkolf tags: release_2_0, trunk
2011-05-30
18:29
NaN/+Inf/-Inf are treated like in the original JavaScript implementation check-in: 19963c7520 user: dhkolf tags: trunk
18:11
documented the metatables that are set when decoding check-in: bd588d2835 user: dhkolf tags: trunk
18:01
updated webpage to version 2.0 check-in: b1195e0850 user: dhkolf tags: trunk
16:43
added my webpage for version 1.0 check-in: 0ac0df6638 user: dhkolf tags: trunk