File: ChangeLog

package info (click to toggle)
tcllib 1.8-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 13,628 kB
  • ctags: 4,897
  • sloc: tcl: 88,012; sh: 7,856; ansic: 4,174; xml: 1,765; yacc: 753; perl: 84; f90: 84; makefile: 60; python: 33; ruby: 13; php: 11
file content (59 lines) | stat: -rw-r--r-- 1,779 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
2005-10-06  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.8 ========================
	* 

2004-10-05  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.7 ========================
	* 

2004-05-23  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.6.1 ========================
	* 

2004-02-15  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.6 ========================
	* 

2004-02-10  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* multiplexer.man: This package is can be used with Tcl
	* pkgIndex.tcl:    8.2. Documented as such.

	* multiplexer.test: One test uses the 8.3'ism 'file
	  channels'. Added constraint and skipping it when under Tcl
	  8.2. Changed initialization code to ensure that the local
	  multiplexer package is loaded, and not an installed one.

2003-05-20  Andreas Kupries  <andreask@activestate.com>

	* multiplexer.man: Cleaned up the documentation of the three hooks
	  which can be set per multiplexer instance (access, data, exit).

	* multiplexer.tcl: Made sendtoorigin a true boolean flag, instead
	  of just 0/1.

2003-05-19  David N. Welton  <davidw@dedasys.com>

	* multiplexer.tcl (NewClient): Added access denied debug message
	for accessfilter.

	* multiplexer.man: Minor cleanups.

	* multiplexer.test: Added several tests.

	* multiplexer.tcl: Adding updated multiplexer to tcllib.  It is
	now possible to run multiple multiplexer instances, and it uses
	the logger package for logging.

	* multiplexer.man: New file, still needs cleaning up.  Content
	taken from old multiplexer.n.

	* multiplexer.test: Added a few initial tests.  Working on more.