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 (73 lines) | stat: -rw-r--r-- 2,327 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
2013-05-31  Andreas Kupries  <andreask@activestate.com>

	* coroutine.tcl: Added Colin Macleod and http://wiki/21555
	* coro_auto.tcl: to the set of acknowledged contributors
	  and references for the module.

2013-05-15  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* coro_auto.tcl: Replaced uses of 'namespace current' in the wrap_
	* coro_auto.man: commands with a hardwired namespace name. As the
	  wrappers get renamed into different namespaces (:: and
	  ::tcl::chan) the result of 'namespace current' points to the
	  wrong namespace, causing the commands to miss the renamed
	  builtins, and fail. Bumped version to 1.1.1
	* pkgIndex.tcl: Updated version numbers.

2013-03-04  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* coroutine.man: Renamed, clashes with Tcl core manpage.
	* tcllib_coroutine.man: New name.

2013-02-08  Andreas Kupries  <andreask@activestate.com>

	* coroutine.man: Fixed missing short package title.
	* coro_auto.man: Ditto.

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-04-18  Andreas Kupries  <andreask@activestate.com>

	* coroutine.tcl: [Bug 3252952]: Fixed clash between ::coroutine
	* coroutine.man: builtin of Tcl 8.6, and the same-named ensemble
	  of the package. Moved package command ::coroutine to
	  ::coroutine::util. Bumped version to 1.1.

	* coro_auto.tcl: [Bug 3252952]: Updated user of package coroutine
	* coro_auto.man: to the new command name. Bumped version to 1.1.

	* pkgIndex.tcl: Updated version numbers.

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

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

2010-08-17  Andreas Kupries  <andreask@activestate.com>

	* coroutine.man: Added package documentation.
	* coro_auto.man:

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

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

2009-11-10  Andreas Kupries  <andreask@activestate.com>

	* New module 'coroutine' providing to coroutine utility packages
	  for easier use of channel operations. These packages are for Tcl
	  8.6+.