head	1.14;
access;
symbols
	tcllib-1-13:1.14
	tcllib-1-12:1.13
	tklib-0-5:1.12
	tcllib-1-11-1:1.12
	tcllib-1-11:1.10
	tcllib-1-10:1.9
	tcllib-1-9:1.4;
locks; strict;
comment	@# @;


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

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

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

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

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

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

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

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

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

1.5
date	2007.03.25.01.29.24;	author andreas_kupries;	state Exp;
branches;
next	1.4;

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

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

1.2
date	2006.08.30.16.31.56;	author andreas_kupries;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.30.07.22.38;	author andreas_kupries;	state Exp;
branches;
next	;


desc
@@


1.14
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-08-20  Andreas Kupries  <andreask@@activestate.com>

	* tcllib_interp.tcl: Bumped package version to 0.1.1.
	* interp.man:
	* pkgIndex.tcl:

2007-08-02  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* interp.tcl (::interp::createEmpty): Modified the sequence
	  clearing an interpreter of commands to properly handle the ::tcl
	  system namespace of Tcl 8.5.

2007-08-01  Andreas Kupries  <andreask@@activestate.com>

	* deleg_method.test: Updated tests for changes in snit internal,
	  now using the new method introspection methods. Requires snit
	  1.3.1

2007-03-21  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

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

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

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

2006-09-01  Andreas Kupries <andreask@@activestate.com>

	* deleg_proc.man:    Added manpages for the packages creating
	* deleg_merthod.man: delegation procedures and methods.

	* deleg_proc.tcl:    Fixed bug, forgot that not only a comm
	* deleg_method.tcl:  channel is needed, but also the id of
	* deleg_proc.test:   the remote location. Added argument,
	* deleg_method.test: shuffled arguments, updated testsuites.
	* pkgIndex.tcl:      ** INCOMPATIBILITY ** Version bumped to 0.2

2006-08-30  Andreas Kupries <andreask@@activestate.com>

	* interp.man:        Renamed the manpage, avoid clash with
	* tcllib_interp.man: core documentation.

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

	* deleg_proc.tcl: Creation of delegation procedures.
	* deleg_proc.test: 

	* deleg_method.tcl: Creation of delegation methods.
	* deleg_method.test: 

2006-08-16  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* interp.tcl: New module. Interpreter creation and alias
	* interp.man: utility commands. Basic testsuite.
	* interp.test:
@


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


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


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


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


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


1.8
log
@
	* tcllib_interp.tcl: Bumped package version to 0.1.1.
	* interp.man:
	* pkgIndex.tcl:
@
text
@d1 6
@


1.7
log
@
	* interp.tcl (::interp::createEmpty): Modified the sequence
	  clearing an interpreter of commands to properly handle the ::tcl
	  system namespace of Tcl 8.5.
@
text
@d1 6
@


1.6
log
@
	* deleg_method.test: Updated tests for changes in snit internal,
	  now using the new method introspection methods. Requires snit
	  1.3.1
@
text
@d1 6
@


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


1.4
log
@
	*
	* Released and tagged Tcllib 1.9 ========================
	*
@
text
@d1 6
@


1.3
log
@
	* deleg_proc.man:    Added manpages for the packages creating
	* deleg_merthod.man: delegation procedures and methods.

	* deleg_proc.tcl:    Fixed bug, forgot that not only a comm
	* deleg_method.tcl:  channel is needed, but also the id of
	* deleg_proc.test:   the remote location. Added argument,
	* deleg_method.test: shuffled arguments, updated testsuites.
	* pkgIndex.tcl:      ** INCOMPATIBILITY ** Version bumped to 0.2
@
text
@d1 6
@


1.2
log
@
	* interp.man:        Renamed the manpage, avoid clash with
	* tcllib_interp.man: core documentation.
@
text
@d1 11
@


1.1
log
@
	* support/installation/modules.tcl: New module 'interp'.

	* deleg_proc.tcl: Creation of delegation procedures.
	* deleg_proc.test:

	* deleg_method.tcl: Creation of delegation methods.
	* deleg_method.test:

	* interp.tcl: New module. Interpreter creation and alias
	* interp.man: utility commands. Basic testsuite.
	* interp.test:
@
text
@d1 5
@

