File: ChangeLog

package info (click to toggle)
tcllib 1.14-dfsg-3%2Bdeb7u1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 33,036 kB
  • sloc: tcl: 148,302; ansic: 14,067; sh: 10,320; xml: 1,766; yacc: 753; pascal: 551; makefile: 129; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (41 lines) | stat: -rw-r--r-- 1,206 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
32
33
34
35
36
37
38
39
40
41
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+.