File: ChangeLog

package info (click to toggle)
tcllib 1.20%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 68,064 kB
  • sloc: tcl: 216,842; ansic: 14,250; sh: 2,846; xml: 1,766; yacc: 1,145; pascal: 881; makefile: 107; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (108 lines) | stat: -rw-r--r-- 3,271 bytes parent folder | download | duplicates (7)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
2013-02-01  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.15 ========================
	* 

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

	*
	* Released and tagged Tcllib 1.14 ========================
	* 

2011-11-07  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* interp.tcl (::interp::createEmpty): Fixed problem with 8.6,
	* interp.man: where the removal of the ::tcl namespace also kills
	* pkgIndex.tcl: the 'namespace' command, as it is ensemblified.
	  Version bumped to 0.1.2.

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

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

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

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

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 ========================
	* 

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

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

2007-08-20  Andreas Kupries  <andreask@activestate.com>

	* tcllib_interp.tcl: Bumped package version to 0.1.1.
	* interp.man:
	* pkgIndex.tcl:

2007-08-02  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* interp.tcl (::interp::createEmpty): Modified the sequence
	  clearing an interpreter of commands to properly handle the ::tcl
	  system namespace of Tcl 8.5.

2007-08-01  Andreas Kupries  <andreask@activestate.com>

	* deleg_method.test: Updated tests for changes in snit internal,
	  now using the new method introspection methods. Requires snit
	  1.3.1

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

	* tcllib_interp.man: Fixed all warnings due to use of now
	* deleg_method.man: deprecated commands. Added a section about how
	* deleg_proc.man: to give feedback.

2006-10-03  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

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

2006-09-01  Andreas Kupries <andreask@activestate.com>

	* deleg_proc.man:    Added manpages for the packages creating
	* deleg_merthod.man: delegation procedures and methods.

	* deleg_proc.tcl:    Fixed bug, forgot that not only a comm
	* deleg_method.tcl:  channel is needed, but also the id of
	* deleg_proc.test:   the remote location. Added argument,
	* deleg_method.test: shuffled arguments, updated testsuites.
	* pkgIndex.tcl:      ** INCOMPATIBILITY ** Version bumped to 0.2

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

	* interp.man:        Renamed the manpage, avoid clash with
	* tcllib_interp.man: core documentation.

2006-08-29  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* deleg_proc.tcl: Creation of delegation procedures.
	* deleg_proc.test: 

	* deleg_method.tcl: Creation of delegation methods.
	* deleg_method.test: 

2006-08-16  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* interp.tcl: New module. Interpreter creation and alias
	* interp.man: utility commands. Basic testsuite.
	* interp.test: