head	1.15;
access;
symbols
	tcllib-1-13:1.15
	tcllib-1-12:1.12
	tklib-0-5:1.9
	tcllib-1-11-1:1.9
	tcllib-1-11:1.7
	tcllib-1-10:1.3;
locks; strict;
comment	@# @;


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


desc
@@


1.15
log
@Tcllib 1.13 released
@
text
@2011-01-24  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

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

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

	* wip2.tcl (run_next_*): Fixed the run_next_ commands to stop
	* wip.tcl: when detecting the end of the program. New feature,
	* wip.man: a callback to handle unknown command words, defaults
	* pkgIndex.tcl: to throwing an error. Updated documentation.
	  Bumped versions to 1.2 and 2.2.

2010-04-05  Andreas Kupries  <andreask@@activestate.com>

	* wip2.tcl (run_next_if, run_nextifnot): Extended API, two
	* wip.tcl (run_next_if, run_nextifnot): more run_next_
	* wip.man: commands to run a single following command instead
	* pkgIndex.tcl: of all acceptable. Updated documentation. Bumped
	  versions to 1.1.3 and 2.1.3.

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

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

2009-10-27  Andreas Kupries  <andreask@@activestate.com>

	* wip.tcl: Made sure that wip classes are in the global
	* wip2.tcl: namespace.

2009-03-02  Andreas Kupries  <andreask@@activestate.com>

	* wip.man: Made the use of 'wip' class in the snit macro
	* wip.tcl: 'wip::dsl' fully qualified to prevent mis-resolutions
	* wip2.tcl: of the name in case the user is a '...::wip' class
	* pkgIndex.tcl: itself. In snit say this would resolve to the user
	  instead of the wip interpreter. Bumped the versions to 1.1.2 and
	  2.1.2 respectively.

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

2008-09-03  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* wip.tcl: Changed the name of the wip processor component added
	* wip2.tcl: to DSL system, prevent it from clashing with the name
	* pkgIndex.tcl: of the wip-core snit::type. Bumped the versions to
	* wip.man: 1.1.1 and 2.1.1.

2007-10-26  Andreas Kupries  <andreask@@activestate.com>

	* wip.tcl: Extended error reporting, and fixes of bad indices in
	* wip2.tcl: the methods manipulating the program (insert, push,
	  etc). wip v2 only extended error reporting.

	* wip.tcl: Extended with method to undef DSL commands.
	* wip2.tcl: Updated both variants, and the documentation.
	* wip.man: Bumped versions to 1.1 and 2.1 respectively.
	* pkgIndex.tcl:

2007-09-12  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.10 ========================
	* 

2007-07-30  Andreas Kupries  <andreask@@activestate.com>

	* wip.man: Fixed bugs uncovered during test of
	* wip.tcl: first user, fileutil::multi::op.
	* wip2.tcl:

2007-07-27  Andreas Kupries  <andreask@@activestate.com>

	* New Module.

@


1.14
log
@
	* wip2.tcl (run_next_*): Fixed the run_next_ commands to stop
	* wip.tcl: when detecting the end of the program. New feature,
	* wip.man: a callback to handle unknown command words, defaults
	* pkgIndex.tcl: to throwing an error. Updated documentation.
	  Bumped versions to 1.2 and 2.2.
@
text
@d1 6
@


1.13
log
@
	* wip2.tcl (run_next_if, run_nextifnot): Extended API, two
	* wip.tcl (run_next_if, run_nextifnot): more run_next_
	* wip.man: commands to run a single following command instead
	* pkgIndex.tcl: of all acceptable. Updated documentation. Bumped
	  versions to 1.1.3 and 2.1.3.
@
text
@d1 8
@


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


1.11
log
@
	* wip.tcl: Made sure that wip classes are in the global
	* wip2.tcl: namespace.
@
text
@d1 6
@


1.10
log
@
	* wip.man: Made the use of 'wip' class in the snit macro
	* wip.tcl: 'wip::dsl' fully qualified to prevent mis-resolutions
	* wip2.tcl: of the name in case the user is a '...::wip' class
	* pkgIndex.tcl: itself. In snit say this would resolve to the user
	  instead of the wip interpreter. Bumped the versions to 1.1.2 and
	  2.1.2 respectively.
@
text
@d1 5
@


1.9
log
@1.11.1 release.
@
text
@d1 9
@


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


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


1.6
log
@Fixed version numbers in manpage.
@
text
@d1 6
@


1.5
log
@
	* wip.tcl: Changed the name of the wip processor component added
	* wip2.tcl: to DSL system, prevent it from clashing with the name
	* pkgIndex.tcl: of the wip-core snit::type. Bumped the versions to
	  1.1.1 and 2.1.1.
@
text
@d6 1
a6 1
	  1.1.1 and 2.1.1.
@


1.4
log
@
	* wip.tcl: Extended error reporting, and fixes of bad indices in
	* wip2.tcl: the methods manipulating the program (insert, push,
	  etc). wip v2 only extended error reporting.

	* wip.tcl: Extended with method to undef DSL commands.
	* wip2.tcl: Updated both variants, and the documentation.
	* wip.man: Bumped versions to 1.1 and 2.1 respectively.
	* pkgIndex.tcl:
@
text
@d1 7
@


1.3
log
@Tcllib 1.10 tagged and released.
@
text
@d1 11
@


1.2
log
@
	* wip.man: Fixed bugs uncovered during test of
	* wip.tcl: first user, fileutil::multi::op.
	* wip2.tcl:
@
text
@d1 6
@


1.1
log
@
	New module 'wip' added. A mini interpreter for word lists
	based on ideas in 'treeql'.
@
text
@d1 6
@

