summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/wip/ChangeLog
blob: 444918564e088a3a32754a54b1ad909f26b2f196 (plain)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
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.