File: ChangeLog

package info (click to toggle)
tcllib 1.10-dfsg-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 17,708 kB
  • ctags: 6,122
  • sloc: tcl: 106,354; ansic: 9,205; sh: 8,707; xml: 1,766; yacc: 753; makefile: 115; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (31 lines) | stat: -rw-r--r-- 919 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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.