head	1.20;
access;
symbols
	tcllib-1-13:1.20
	tcllib-1-12:1.17
	tklib-0-5:1.12
	tcllib-1-11-1:1.12
	tcllib-1-11:1.10
	tcllib-1-10:1.6
	tcllib-1-9:1.4;
locks; strict;
comment	@# @;


1.20
date	2011.01.25.06.06.38;	author andreas_kupries;	state Exp;
branches;
next	1.19;

1.19
date	2011.01.20.15.11.55;	author andreas_kupries;	state Exp;
branches;
next	1.18;

1.18
date	2009.12.10.17.48.12;	author andreas_kupries;	state Exp;
branches;
next	1.17;

1.17
date	2009.12.07.17.39.22;	author andreas_kupries;	state Exp;
branches;
next	1.16;

1.16
date	2009.11.25.04.41.01;	author andreas_kupries;	state Exp;
branches;
next	1.15;

1.15
date	2009.11.24.04.53.46;	author andreas_kupries;	state Exp;
branches;
next	1.14;

1.14
date	2009.05.26.11.45.59;	author kanryu6;	state Exp;
branches;
next	1.13;

1.13
date	2009.04.17.23.20.53;	author kanryu6;	state Exp;
branches;
next	1.12;

1.12
date	2008.12.15.20.25.30;	author andreas_kupries;	state Exp;
branches;
next	1.11;

1.11
date	2008.12.02.04.01.56;	author andreas_kupries;	state Exp;
branches;
next	1.10;

1.10
date	2008.10.17.05.32.40;	author andreas_kupries;	state Exp;
branches;
next	1.9;

1.9
date	2008.06.14.23.28.59;	author andreas_kupries;	state Exp;
branches;
next	1.8;

1.8
date	2007.12.06.00.36.53;	author andreas_kupries;	state Exp;
branches;
next	1.7;

1.7
date	2007.12.06.00.35.22;	author andreas_kupries;	state Exp;
branches;
next	1.6;

1.6
date	2007.09.12.16.29.48;	author andreas_kupries;	state Exp;
branches;
next	1.5;

1.5
date	2007.03.25.01.29.24;	author andreas_kupries;	state Exp;
branches;
next	1.4;

1.4
date	2006.10.04.02.56.05;	author andreas_kupries;	state Exp;
branches;
next	1.3;

1.3
date	2006.08.25.23.19.53;	author hobbs;	state Exp;
branches;
next	1.2;

1.2
date	2006.08.18.17.25.41;	author andreas_kupries;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.18.00.50.46;	author hobbs;	state Exp;
branches;
next	;


desc
@@


1.20
log
@Tcllib 1.13 released
@
text
@2011-01-24  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.13 ========================
	* 

2011-01-20  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* 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  <andreask@@activestate.com>

	* json.tcl: [Patch 2909962]: Accepted rewrite of the json parser
	* json.man: internals by Thomas Maeder
	* pkgIndex.tcl: <thomasmaeder@@users.sourceforge.net>. The new
	  (regex-based) parser is considerably faster than the previous
	  implementation. Bumped version to 1.1.

2009-12-07  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.12 ========================
	* 

2009-11-24  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* 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  <andreas_kupries@@users.sourceforge.net>

	* 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  <kanryu6@@users.sourceforge.net>

	* json.test: improved to compare dicts

2009-04-18  KATO Kanryu  <kanryu6@@users.sourceforge.net>

	* json.tcl: fixed to parse last integer
	* json.test: improved to compare dicts

2008-12-12  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.11.1 ========================
	* 

2008-10-16  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.11 ========================
	* 

2008-06-14  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* json.pcx: New file. Syntax definitions for the public commands
	  of the json package.

2007-12-05  Andreas Kupries  <andreask@@activestate.com>

	* 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
	  <lvirden@@users.sourceforge.net>. Thanks.

2007-09-12  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.10 ========================
	* 

2007-03-21  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* 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  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.9 ========================
	* 

2006-08-25  Jeff Hobbs  <jeffh@@ActiveState.com>

	* json.test: empty list test cases
	* json.tcl (json::_json2dict): handle empty list case

2006-08-18  Andreas Kupries  <andreask@@activestate.com>

	* json.man: Added some more keywords to the docs.

2006-08-17  Jeff Hobbs  <jeffh@@ActiveState.com>

	* 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.
@


1.19
log
@
	* 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
@
text
@d1 6
@


1.18
log
@
	* json.tcl: [Patch 2909962]: Accepted rewrite of the json parser
	* json.man: internals by Thomas Maeder
	* pkgIndex.tcl: <thomasmaeder@@users.sourceforge.net>. The new
	  (regex-based) parser is considerably faster than the previous
	  implementation. Bumped version to 1.1.
@
text
@d1 6
@


1.17
log
@Added README for 1.12, and tagged the ChangeLogs
@
text
@d1 8
@


1.16
log
@
	* 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:
@
text
@d1 6
@


1.15
log
@After review fixed a few out-of-sync version numbers.
@
text
@d1 9
a9 1
2009-11-23  Andreas Kupries  <akupries@@shaw.ca>
@


1.14
log
@* json.test: improved to compare dicts
@
text
@d1 5
@


1.13
log
@fixed to parse last integer
@
text
@d1 4
@


1.12
log
@1.11.1 release.
@
text
@d1 5
@


1.11
log
@Fix typo in ChangeLogs made at the time of the 1.11 release.
@
text
@d1 6
@


1.10
log
@
	*
	* Released and tagged Tcllib 1.11 ========================
	*
@
text
@d1 1
a1 1
2008-10-16  1.11  <andreas_kupries@@users.sourceforge.net>
@


1.9
log
@
	* json.pcx: New file. Syntax definitions for the public commands
	  of the json package.
@
text
@d1 6
@


1.8
log
@Added reporter and bug ref to last entry.
@
text
@d1 5
@


1.7
log
@
	* 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.
@
text
@d7 3
a9 1
	  into variants, one for both of the two cases.
@


1.6
log
@Tcllib 1.10 tagged and released.
@
text
@d1 8
@


1.5
log
@
Added sections about how to give
feedback (bugs, ideas, ...), and
where.
@
text
@d1 6
@


1.4
log
@
	*
	* Released and tagged Tcllib 1.9 ========================
	*
@
text
@d1 5
@


1.3
log
@	* json.test: empty list test cases
	* json.tcl (json::_json2dict): handle empty list case
@
text
@d1 20
a20 14
2006-08-25  Jeff Hobbs  <jeffh@@ActiveState.com>

	* json.test: empty list test cases
	* json.tcl (json::_json2dict): handle empty list case

2006-08-18  Andreas Kupries  <andreask@@activestate.com>

	* json.man: Added some more keywords to the docs.

2006-08-17  Jeff Hobbs  <jeffh@@ActiveState.com>

	* 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.
@


1.2
log
@
	* json.man: Added some more keywords to the docs.
@
text
@d1 5
@


1.1
log
@	* 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.
@
text
@d1 4
@

