12013-02-01  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
2
3	*
4	* Released and tagged Tcllib 1.15 ========================
5	*
6
72011-12-13  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
8
9	*
10	* Released and tagged Tcllib 1.14 ========================
11	*
12
132011-01-24  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
14
15	*
16	* Released and tagged Tcllib 1.13 ========================
17	*
18
192009-12-07  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
20
21	*
22	* Released and tagged Tcllib 1.12 ========================
23	*
24
252009-11-23  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
26
27	* do.test: Fixed result difference between 8.5/8.6.
28
292008-12-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
30
31	*
32	* Released and tagged Tcllib 1.11.1 ========================
33	*
34
352008-10-16  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
36
37	*
38	* Released and tagged Tcllib 1.11 ========================
39	*
40
412007-09-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
42
43	*
44	* Released and tagged Tcllib 1.10 ========================
45	*
46
472007-03-21  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
48
49	* control.man: Fixed all warnings due to use of now deprecated
50	  commands. Added a section about how to give feedback.
51
522006-10-03  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
53
54	*
55	* Released and tagged Tcllib 1.9 ========================
56	*
57
582006-01-22  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
59
60	* do.test: More boilerplate simplified via use of test support.
61	* no-op.test:
62
632006-01-19  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
64
65	* no-op.test: Hooked into the new common test support code.
66	* do.test:
67
682005-10-06  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
69
70	*
71	* Released and tagged Tcllib 1.8 ========================
72	*
73
742005-09-19  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
75
76	* do.test (test do-2.3): Made the expected error stack conditional
77	  on the version of Tcl executing the testsuite. Tcl 8.5 is now
78	  generating a stack different from 8.4 or below.
79
802004-10-05  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
81
82	*
83	* Released and tagged Tcllib 1.7 ========================
84	*
85
862004-05-23  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
87
88	*
89	* Released and tagged Tcllib 1.6.1 ========================
90	*
91
922004-02-15  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
93
94	*
95	* Released and tagged Tcllib 1.6 ========================
96	*
97
982003-05-05  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
99
100	*
101	* Released and tagged Tcllib 1.4 ========================
102	*
103
1042003-05-01  Pat Thoyts  <patthoyts@users.sourceforge.net>
105
106	* do.test: Skip test 1.14 if tcl < 8.3.
107
1082003-04-11  Andreas Kupries  <andreask@activestate.com>
109
110	* control.man:
111	* control.tcl:
112	* pkgIndex.tcl:  Set version of the package to to 0.1.2.
113
1142003-01-16  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
115
116	* control.man: More semantic markup, less visual one.
117
1182002-03-25  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
119
120	* control.man: Fixed formatting errors in the doctools manpage.
121
1222002-02-21  Don Porter <dgp@users.sourceforge.net>
123
124	* control.tcl:
125	* pkgIndex.tcl: Bumped to 0.1.1.
126	* rswitch.tcl:
127	* rswitch.test: removed files from HEAD branch that aren't yet
128	ready for release.
129	* tclIndex: ran genIndex
130
1312002-02-21  Reinhard Max  <max@suse.de>
132
133	* do.test: Updated do-2.3 to reflect the change of the standard
134	"wrong # args:..." message for Tcl 8.4. (Bug #517595)
135
1362002-02-14  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
137
138	* assert.tcl:
139	* do.tcl: Frink run
140
1412002-01-29  Reinhard Max  <max@suse.de>
142
143	* do.test: Changed the performance comparison part at the end to
144	  be skipped during "make test".
145
146	* RELEASE 0.1: bundled with tcllib 1.2
147
1482002-01-18  Don Porter <dgp@users.sourceforge.net>
149
150	* Bumped back to 0.1, which has never been released yet.
151
1522002-01-18  Andreas Kupries  <andreas_kupries@users.sourceforge.net>
153
154	* Bumped version to 0.2
155
1562002-01-18  Reinhard Max  <max@suse.de>
157
158	* do.tcl:
159	* do.test:
160	* control.n: Extended [control::do] to allow ommitting the 2nd and
161	3rd argument. Added tests and changed the manpage to reflect this.
162
1632001-11-30  Don Porter <dgp@users.sourceforge.net>
164
165	* control.n: Changed format to match precedent in Tcl's memory.n.
166
1672001-11-27  Don Porter <dgp@users.sourceforge.net>
168
169	* control.n: Added [control::do] to SYNOPSIS.
170
1712001-11-09  Don Porter <dgp@users.sourceforge.net>
172
173	* control.n: Some revisions to [control::do] documentation,
174	and added LIMITATIONS section where the [return -code] limitation
175	is explained.  Corrections to *roff markup.
176
1772001-11-08  Don Porter <dgp@users.sourceforge.net>
178
179	* ascaller.tcl (ErrorInfoAsCaller): new utility proc that provides
180	only ::errorInfo management, leaving return code matters to the caller.
181	* do.tcl: At the prompting of Reinhard Max, replaced use of the
182	[BodyAsCaller] and [CommandAsCaller] routines with the simpler
183	[ErrorInfoAsCaller] with big performance improvement.
184	* do.test: New tests from Reinhard Max for testing ::errorInfo.
185	* tclIndex: generated
186
1872001-11-07  Don Porter <dgp@users.sourceforge.net>
188
189	* do.tcl: updated to use [BodyAsCaller] and [CommandAsCaller]
190	so that proper ::errorInfo management is achieved.
191
192	* rswitch.tcl:
193	* ascaller.tcl (new-file): factored out utility procs from
194	rswitch.tcl so they can be used by other conotrol commands.
195	* tclIndex: generated
196
197	* rswitch.test: corrected syntax error [Bug 478989]
198
1992001-11-07  Reinhard Max  <max@suse.de>
200
201	* do.tcl:
202	* do.test: New files: define and test [control::do].
203	* control.tcl:
204	* control.n: Added support and documentation for [control::do].
205	* tclIndex: Generated.
206
2072001-11-03  Don Porter <dgp@users.sourceforge.net>
208
209	* rswitch.tcl: Replaced bogus copyright notice with public
210	domain boilerplate.
211	* rswitch.test: Added tests and test source material.
212
213	* pkgIndex.tcl:
214	* control.tcl: Addition of rswitch means bump 0.0 -> 0.1.
215
216	* genIndex (new file):
217	* index.tcl (deleted file): renamed index.tcl -> genIndex so
218	it won't be mistakenly installed anymore.  Purpose of genIndex
219	is to regenerate the tclIndex file.  [Bug 475846]
220	* tclIndex: Generated.
221
2222001-11-03  Pat Thoyts  <patthoyts@users.sourceforge.net>
223
224	* rswitch.tcl: checked in Don's usenet posted implementation
225	* rswitch.test: some tests for the rswitch.tcl command.
226
227RELEASE 0: bundled with tcllib 1.1
228
2292001-08-21  Don Porter <dgp@users.sourceforge.net>
230
231	* control.tcl:
232	* control.n: Added and documented new commands [control::control]
233	and [control::assert].
234	* pkgIndex.tcl: Updated to reflect Tcl 8.2 dependence.
235	* tclIndex: Generated
236
237	* assert.tcl: New file: implements [control::assert].
238
2392001-08-21  Don Porter <dgp@users.sourceforge.net>
240
241	* index.tcl: New file: Utility script for generating tclIndex.
242	* tclIndex: Generated.
243
244        * no-op.tcl:
245	* no-op.test: New files: Define and test [control::no-op].
246
247        * control.tcl:
248	* control.n:
249	* pkgIndex.tcl:
250	* ChangeLog: New files: Main provide script, documentation, and
251	hand-crafted index script of new control package.
252
253