X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=json%2FChangeLog;fp=json%2FChangeLog;h=e6195e0f79f0c3b69d317463b88da55e48584a23;hb=458402ad7848042949e49d5b73831f75a870317c;hp=0000000000000000000000000000000000000000;hpb=c7db0954d5c41fd117a7cbce5e88f9a89a9a4a54;p=scpubgit%2FTenDotTcl.git diff --git a/json/ChangeLog b/json/ChangeLog new file mode 100644 index 0000000..e6195e0 --- /dev/null +++ b/json/ChangeLog @@ -0,0 +1,127 @@ +2011-12-13 Andreas Kupries + + * + * Released and tagged Tcllib 1.14 ======================== + * + +2011-11-10 Andreas Kupries + + * json.tcl: [Bug 3426178]: Fixed bug in "list2json", + * json.test: reported by . + * json.man: Updated testsuite. Bumped version to 1.1.2. + * pkgIndex.tcl: + +2011-08-24 Andreas Kupries + + * json_write.man: + * json_write.test: + * json_write.tcl: [Bug 3396787]: Fixed missing argument to call of + * pkgIndex.tcl: [info level], breaking the argument checks. Bumped + version to 1.0.1 + +2011-01-24 Andreas Kupries + + * + * Released and tagged Tcllib 1.13 ======================== + * + +2011-01-20 Andreas Kupries + + * json.tcl (json::parseValue): Fixed a missing -- older 8.4 seems + * json.man: to require to handle a dash in $leadingChar. Bumped + * pkgIndex.tcl: version to 1.1.1 + +2009-12-10 Andreas Kupries + + * json.tcl: [Patch 2909962]: Accepted rewrite of the json parser + * json.man: internals by Thomas Maeder + * pkgIndex.tcl: . The new + (regex-based) parser is considerably faster than the previous + implementation. Bumped version to 1.1. + +2009-12-07 Andreas Kupries + + * + * Released and tagged Tcllib 1.12 ======================== + * + +2009-11-24 Andreas Kupries + + * json_write.tcl: New package 'json::write', supporting the + * json_write.test: generation of text in JSON format. + * json_write.man: Package version 1. + * json_write.pcx: + * pkgIndex.tcl: + +2009-11-23 Andreas Kupries + + * json.tcl: Bumped package to version 1.0.1 due to the bugfix made + * pkgIndex.tcl: on 2009-04-18. + +2009-05-26 KATO Kanryu + + * json.test: improved to compare dicts + +2009-04-18 KATO Kanryu + + * json.tcl: fixed to parse last integer + * json.test: improved to compare dicts + +2008-12-12 Andreas Kupries + + * + * Released and tagged Tcllib 1.11.1 ======================== + * + +2008-10-16 Andreas Kupries + + * + * Released and tagged Tcllib 1.11 ======================== + * + +2008-06-14 Andreas Kupries + + * json.pcx: New file. Syntax definitions for the public commands + of the json package. + +2007-12-05 Andreas Kupries + + * json.test: Brought the test results into sync with the ordered + dicts of Tcl 8.5. NOTE: This will cause the combination of Tcl + 8.4 with a backported dict to fail, at least until either the + backported dict does the same ordering, or the tests are split + into variants, one for both of the two cases. This fixes [Tcllib + SF Bug 1844104], reported by Larry Virden + . Thanks. + +2007-09-12 Andreas Kupries + + * + * Released and tagged Tcllib 1.10 ======================== + * + +2007-03-21 Andreas Kupries + + * json.man: Fixed all warnings due to use of now deprecated + commands. Added a section about how to give feedback. + +2006-10-03 Andreas Kupries + + * + * Released and tagged Tcllib 1.9 ======================== + * + +2006-08-25 Jeff Hobbs + + * json.test: empty list test cases + * json.tcl (json::_json2dict): handle empty list case + +2006-08-18 Andreas Kupries + + * json.man: Added some more keywords to the docs. + +2006-08-17 Jeff Hobbs + + * json.tcl, json.man, json.test, pkgIndex.tcl: json package v1.0 + Parses JSON formatted text into Tcl dicts. + See http://www.json.org/ for format details.