File: ChangeLog

package info (click to toggle)
tcllib 2.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 83,560 kB
  • sloc: tcl: 306,798; ansic: 14,272; sh: 3,035; xml: 1,766; yacc: 1,157; pascal: 881; makefile: 124; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (124 lines) | stat: -rw-r--r-- 3,842 bytes parent folder | download | duplicates (4)
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
2019-03-12  Aldo Buratti

    * cat.tcl - BUGFIX in event-handling . Version bumped to 1.0.3
    * 
2013-12-17  Andreas Kupries  <andreask@activestate.com>

	* randseed.man: Fixed package name.

2013-11-22  Andreas Kupries  <andreask@activestate.com>

	* memchan.tcl (Events): Ticket [864a0c83e3]. Do not suppress
	* string.tcl: readable events at end of the channel. Needed
	* variable.tcl: to signal the eof condition. Like for regular
	  files, always readable. Versions bumped to 1.0.3, 1.0.2, and
	  1.0.3 respectively

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

	* tclib_fifo2.man: Renamed more manpages, clashing with the
	* tclib_fifo.man: Memchan package. List are the new names,
	* tclib_memchan.man: with prefix "tcllib_".
	* tclib_null.man:
	* tclib_random.man:
	* tclib_zero.man:

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

	* string.man: Renamed, clashes with Tcl core manpage.
	* tcllib_string.man: New name.

	* variable.man: Renamed, clashes with Tcl core manpage.
	* tcllib_variable.man: New name.

2013-02-01  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

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

2012-10-05  Andreas Kupries <andreask@activestate.com>

	* cat.tcl (read): Fixed bugs in the reader. Bad check of buffer
	* pkgIndex.tcl: length, and buffer length was not taken into
	  account for the next read after an incomplete one. Version
	  bumped to 1.0.2.

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

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

2011-08-09  Andreas Kupries  <andreask@activestate.com>

	* memchan.tcl: Fixed missing initialization of 'content' instance
	  variable. Bumped to version 1.0.2.

	* variable.tcl: Fixed missing invokation of superclass
	  constructor. Fixed missing initialization of linked 'content'
	  variable, if not existing. Fixed missing import of linked
	  variable into the event handling. Bumped to version 1.0.2.

	* cat.tcl: Removed bogus invokation of superclass constructor,
	  there is no such. Bumped to version 1.0.1.

	* facade.tcl: Added missing logger requirements, dropped bogus
	  call to superclass constructor. Bumped to version 1.0.1.

	* std.tcl: Fixed command scoping issues, and dropped bogus call to
	  superclass constructor. Bumped to version 1.0.1.

2011-05-31  Andreas Kupries  <andreask@activestate.com>

	* cat.man: New base channels. Concatenation of channels,
	* cat.tcl: standard channel combining stdin and stdout,
	* facade.man: and a facade for wrapping around other
	* facade.tcl: channels.
	* std.man:
	* std.tcl:
	* pkgIndex.tcl:

2011-02-21  Andreas Kupries  <andreask@activestate.com>

	* pkgIndex.tcl: Removed the superfluous [list] command in the
	  ifneeded script.

2011-02-16  Andreas Kupries  <andreask@activestate.com>

	* memchan.tcl: Fixed constructor chaining, added the missing
	* pkgIndex.tcl: 'next'. The bug prevented proper initialization
	* string.tcl: of the event core. All versions bumped to 1.0.1
	* variable.tcl:

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

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

2010-07-29  Andreas Kupries  <andreask@activestate.com>

	* fifo.man: New files, documentation for the packages in
	* fifo2.man: this module.
	* halfpipe.man:
	* memchan.man:
	* null.man:
	* nullzero.man:
	* random.man:
	* randseed.man:
	* string.man:
	* textwindow.man:
	* variable.man:
	* zero.man:

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

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

2009-12-01  Andreas Kupries  <andreask@activestate.com>

	* New module 'virtchannel_base', providing classes implementing
	  various virtual channels aka reflected channels. TclOO based.