summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/wip/ChangeLog
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-10-27 19:39:39 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-10-27 19:39:39 (GMT)
commitea28451286d3ea4a772fa174483f9a7a66bb1ab3 (patch)
tree6ee9d8a7848333a7ceeee3b13d492e40225f8b86 /tcllib/modules/wip/ChangeLog
parentb5ca09bae0d6a1edce939eea03594dd56383f2c8 (diff)
parent7c621da28f07e449ad90c387344f07a453927569 (diff)
downloadblt-ea28451286d3ea4a772fa174483f9a7a66bb1ab3.zip
blt-ea28451286d3ea4a772fa174483f9a7a66bb1ab3.tar.gz
blt-ea28451286d3ea4a772fa174483f9a7a66bb1ab3.tar.bz2
Merge commit '7c621da28f07e449ad90c387344f07a453927569' as 'tcllib'
Diffstat (limited to 'tcllib/modules/wip/ChangeLog')
-rw-r--r--tcllib/modules/wip/ChangeLog100
1 files changed, 100 insertions, 0 deletions
diff --git a/tcllib/modules/wip/ChangeLog b/tcllib/modules/wip/ChangeLog
new file mode 100644
index 0000000..4449185
--- /dev/null
+++ b/tcllib/modules/wip/ChangeLog
@@ -0,0 +1,100 @@
+2013-02-01 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ *
+ * Released and tagged Tcllib 1.15 ========================
+ *
+
+2011-12-13 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ *
+ * Released and tagged Tcllib 1.14 ========================
+ *
+
+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.
+