head	1.19;
access;
symbols
	tcllib-1-13:1.19
	tcllib-1-12:1.18
	tklib-0-5:1.17
	tcllib-1-11-1:1.17
	tcllib-1-11:1.15
	tcllib-1-10:1.14
	tcllib-1-9:1.11
	tcllib-1-8:1.8
	tcllib-1-7:1.7
	tcllib-1-6-1:1.5.2.1
	tcllib-1-6-branch:1.5.0.2
	tcllib-1-6:1.5;
locks; strict;
comment	@# @;


1.19
date	2011.01.25.06.06.38;	author andreas_kupries;	state Exp;
branches;
next	1.18;

1.18
date	2009.12.07.17.39.23;	author andreas_kupries;	state Exp;
branches;
next	1.17;

1.17
date	2008.12.15.20.25.30;	author andreas_kupries;	state Exp;
branches;
next	1.16;

1.16
date	2008.12.02.04.01.56;	author andreas_kupries;	state Exp;
branches;
next	1.15;

1.15
date	2008.10.17.05.32.40;	author andreas_kupries;	state Exp;
branches;
next	1.14;

1.14
date	2007.09.12.16.29.50;	author andreas_kupries;	state Exp;
branches;
next	1.13;

1.13
date	2007.03.25.01.29.25;	author andreas_kupries;	state Exp;
branches;
next	1.12;

1.12
date	2006.10.30.06.17.09;	author andreas_kupries;	state Exp;
branches;
next	1.11;

1.11
date	2006.10.04.02.56.06;	author andreas_kupries;	state Exp;
branches;
next	1.10;

1.10
date	2006.01.24.05.10.01;	author andreas_kupries;	state Exp;
branches;
next	1.9;

1.9
date	2006.01.22.00.27.23;	author andreas_kupries;	state Exp;
branches;
next	1.8;

1.8
date	2005.10.06.21.29.26;	author andreas_kupries;	state Exp;
branches;
next	1.7;

1.7
date	2004.10.06.14.36.06;	author andreas_kupries;	state Exp;
branches;
next	1.6;

1.6
date	2004.08.05.03.53.45;	author andreas_kupries;	state Exp;
branches;
next	1.5;

1.5
date	2004.02.16.04.14.48;	author andreas_kupries;	state Exp;
branches
	1.5.2.1;
next	1.4;

1.4
date	2004.02.11.07.48.41;	author andreas_kupries;	state Exp;
branches;
next	1.3;

1.3
date	2003.05.20.23.01.47;	author andreas_kupries;	state Exp;
branches;
next	1.2;

1.2
date	2003.05.19.13.40.21;	author davidw;	state Exp;
branches;
next	1.1;

1.1
date	2003.05.19.08.28.48;	author davidw;	state Exp;
branches;
next	;

1.5.2.1
date	2004.05.27.02.47.45;	author andreas_kupries;	state Exp;
branches;
next	;


desc
@@


1.19
log
@Tcllib 1.13 released
@
text
@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-03-21  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

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

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

	* multiplexer.test: Accept anything matching 127.*.*.* as
	  ip-address for localhost.

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

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

2006-01-23  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* multiplexer.test: More boilerplate simplified via use of test support.

2006-01-19  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* multiplexer.test: Hooked into the new common test support code.

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.
@


1.18
log
@Added README for 1.12, and tagged the ChangeLogs
@
text
@d1 6
@


1.17
log
@1.11.1 release.
@
text
@d1 6
@


1.16
log
@Fix typo in ChangeLogs made at the time of the 1.11 release.
@
text
@d1 6
@


1.15
log
@
	*
	* Released and tagged Tcllib 1.11 ========================
	*
@
text
@d1 1
a1 1
2008-10-16  1.11  <andreas_kupries@@users.sourceforge.net>
@


1.14
log
@Tcllib 1.10 tagged and released.
@
text
@d1 6
@


1.13
log
@
Added sections about how to give
feedback (bugs, ideas, ...), and
where.
@
text
@d1 6
@


1.12
log
@
	* multiplexer.test: Accept anything matching 127.*.*.* as
	  ip-address for localhost.
@
text
@d1 5
@


1.11
log
@
	*
	* Released and tagged Tcllib 1.9 ========================
	*
@
text
@d1 5
@


1.10
log
@Simplified the testsuite boilerplate in the packages
"[i-r]*", using the new commands in the test support.

More util commands for test support.
@
text
@d1 6
@


1.9
log
@Removed comon test constrants from 'all.tcl', ditto
'wrongNumArgs' and 'tooManyArgs' emulations. This is now all
in the common test support code.

Put common test constraints into the common test support
code.

Fixed expected errorCode in math-7.4

Replaced 'queryConstraint' with regular 'testConstraint'.

Removed more copies of the common command "dictsort".

Hooked the "[s-z]*" packages into the new common test
support code.

Hooked the "[m-r]*" packages into the new common test
support code.

Updated Tcl dependency information for logger::utilities,
requires 8.4 due to use of new trace APIs.

Hooked the "[hijkl]*" packages into the new common test
support code.

Hooked the "[efg]*" packages into the new common test
support code.

Hooked the "[cd]*" packages into the new common test support
code.



Fixed usage of 8.4isms in package declared to work for 8.2+.

Better emulation of testConstraint command, with query
ability.

Hooked all "[ab]*" packages into the new test support code.

Fixed reversed guard conditions, and polished the error
messages a bit.
@
text
@d1 4
@


1.8
log
@	* Released and tagged Tcllib 1.8 ========================
@
text
@d1 4
@


1.7
log
@Released and taggen Tcllib 1.7.

Manual merge of ftpd changes.

Last minute changes to ftpd, jpeg, updated README.

Moved version to 1.7, release version.
@
text
@d1 6
@


1.6
log
@Import Pat, smtp work: No authentication if there is no
username.

Textutil ChangeLog merge.

Prevent downgraded version numbers in mime from
contaminating the main line.

Merging bugfix branch changelogs back into the mainline.

ChangeLog and index merge.
@
text
@d1 6
@


1.5
log
@
	*
	* Released and tagged Tcllib 1.6 ========================
	*

	* list.tcl (split): New method, like 'filter', but returns lists
	* list.test:        of both passing and failing elements. Extended
	* struct_list.man:  both testsuite and documentation.
@
text
@d1 6
@


1.5.2.1
log
@Tagged for release.

Last minute fix of buglet in smtp, asking for wrong version
of mime.

Release engineering. Updated version numbers to reflect the
changes made to various modules and packages.

Also added the README for version 1.6.1.
@
text
@a0 6
2004-05-23  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

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

@


1.4
log
@
	* ftpd.man: Updated documentation to explain the new features (Two
	  additional callbacks, and the variable 'CurrentSocket').
	* ftpd.tcl (Finish): Replaced string compare with canonical
	  'hasCallback'.
	  (GetDone): Ditto for 'xferDoneCmd'.
	  (command::REIN): Closing passive data server port,
	  reinitializing to empty as well.
	  (read): Reverted call of Finish to relative addressing of the
	  command.

	* inifile.test: It was easier to make this package useable for Tcl
	* ini.tcl:      8.2 than excluding it from test for versions of Tcl
	* ini.man:      before 8.4. So that was done.

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

	* pkgIndex.tcl:   Both pop3d and dbox rely on 'mime', which requires
	* pop3d.man:      Tcl 8.3. This implies that these packages require
	* pop3d_dbox.man: Tcl 8.3 as well, and not 8.2, as advertised.

	* pop3d.tcl: Requiring v1 of md5 explicitly.

	* pop3d.test:      Explicitly loading the supporting packages
	* pop3d_dbox.test: (mime, md5, dbox, udb, ...). Ensured usage of
	  md5 v1. Excluding the whole series of tests if the interpreter
	  is not at least 8.3. Added suppression of logger output.

	* snit.man:    Integrated 0.93 changes.
	* snitfaq.man:
@
text
@d1 6
@


1.3
log
@
	* 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.
@
text
@d1 10
@


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

* multiplexer.man: Minor cleanups.

* multiplexer.test: Added several tests.
@
text
@d1 8
d25 1
a25 1
	* multiplexer.test: Added a few initial tests.  Working on more.@


1.1
log
@* 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.
@
text
@d3 7
@

