File: ChangeLog

package info (click to toggle)
tcllib 1.8-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 13,628 kB
  • ctags: 4,897
  • sloc: tcl: 88,012; sh: 7,856; ansic: 4,174; xml: 1,765; yacc: 753; perl: 84; f90: 84; makefile: 60; python: 33; ruby: 13; php: 11
file content (186 lines) | stat: -rw-r--r-- 5,939 bytes parent folder | download
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
2005-10-06  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.8 ========================
	* 

2004-11-08  Andreas Kupries <andreask@activestate.com>

	* cmdline.tcl (::cmdline::getKnownOpt): Changed generation of
	  error message for unknown option, re-added the prefix-dash to
	  the option name. See AS Bugzilla Report 32363
	  [http://bugs.activestate.com/show_bug.cgi?id=32363].
	* cmdline.test: Updated testsuite to new error message.

2004-10-05  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.7 ========================
	* 

2004-08-25  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* typedCmdline.test: Made test 6.14 conditional on version of Tcl,
	  needs different result for 8.5+.

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

	* ChangeLog: Typo police.
	* cmdline.tcl:
	* cmdline.man:
	* typedCmdline.tcl:

2004-05-23  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.6.1 ========================
	* 

2004-02-15  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.6 ========================
	* 

2004-02-09  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* typedCmdline.test: Fixed the problems of the testsuite with
	* cmdline.test:      Tcl 8.5. It relied on the order of data
	                     returned by [array get].

2003-08-19  David N. Welton  <davidw@dedasys.com>

	* cmdline.man: Added an example.  Feel free to change/improve it,
	  but this package really needed one to show the standard usage
	  pattern.

2003-08-07  Andreas Kupries  <andreask@activestate.com>

	* Bumped version information to 1.2.2 for the bugfix.

2003-08-06  Andreas Kupries  <andreask@activestate.com>

	* cmdline.tcl (getfiles): Using the [string map] fix still had
	  problems, when mixing back- and forward slashes. Now using [file
	  join] on the pattern. This removed all problems with the
	  quoting. I.e. this operation pseudo-normalizes the path. Got the
	  trick from Jeff Hobbs.

2003-08-06  Andreas Kupries  <andreask@activestate.com>

	* cmdline.test: Added a test for the backslash quoting behaviour.

	* cmdline.tcl (getfiles): Corrected a bogus attempt to quote
	  backslashes in file patterns on the windows platform.

2003-05-05  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.4 ========================
	* 

2003-04-11  Andreas Kupries  <andreask@activestate.com>

	* typedCmdline.tcl: Fixed bug #614591. See also last entry, this
	  file was forgotten.

2003-04-10  Andreas Kupries  <andreask@activestate.com>

	* pkgIndex.tcl:
	* cmdline.tcl:
	* cmdline.man: Fixed bug #648679. Fixed bug #614591. Set version
	  of the package to to 1.2.1

	* urn-scheme.tcl: Fixed bug #614591. Set version
	  of the package to to 1.2.1

2003-02-23  David N. Welton  <davidw@dedasys.com>

	* cmdline.tcl (cmdline::getfiles): Use [string map] instead of
	  [regsub].

2002-08-30  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* typeCmdline.tcl: Updated 'info exist' to 'info exists'.

2002-04-24  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* Applied patch #540313 on behalf of Melissa Chawla
	  <melissachawla@yahoo.com> and Don Porter
	  <dgp@users.sourceforge.net>.

	  * cmdline.test: 
	  * cmdline.tcl: Added getKnownOpt and getKnownOptions procedures
	    to the API.  The procedures offer a way for arguments that are
	    not in the optionList to be ignored.  This way, you can have
	    two independent locations in your application where
	    command line arguments are parsed.  I bumped the package
	    version to 1.2.

	* cmdline.man: Updated documentation.

2002-04-14  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* cmdline.man: Added doctools manpage.

2001-10-16  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* cmdline.n:
	* cmdline.tcl:
	* pkgIndex.tcl: Version up to 1.1.1

2001-10-12  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* cmdline.tcl: Corrected the inline documentation to reflect what
	  is actually happening. Problem reported by Glenn Jackman
	  <glennjnn@users.sourceforge.net>, Item #46650.

2001-07-31  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* cmdline.n: Added manpage [446584].

2001-06-21  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* typedCmdline.tcl:
	* cmdline.tcl: Fixed dubious code reported by frink.

2000-05-03  Brent Welch <welch@scriptics.com>

	* cmdline.tcl: Changed cmdline::getopt to set boolean arguments to
	0 or 1 explicitly.  Previously it just set the value to "" if it
	was present, or did nothing.  This fixes the -verbose command
	line bug in connect.

2000-04-07  Eric Melski  <ericm@scriptics.com>

	* typedCmdline.test: Changed sourcing bits at start of file to
	work better with updated file dependencies.

	* typedCmdline.tcl: Removed "package provide"; that should occur
	only in one file per package.  Reformatted function headers to
	comply with Tcl coding standard.  Renamed "cmdline::lsearch" to
	"cmdline::prefixSearch" to avoid confusion, and removed code thus
	made obsolete.

	* cmdline.tcl: Added call to source typedCmdline.tcl

2000-04-04  Ross Mohn  <rpmohn@panix.com>

	* typedCmdline.tcl: Added typed versions of getopt, getoptions,
	and usage. Types supported are all character classes available
	for the Tcl "string in" command.

	* typedCmdline.test: Added tests for typed procedures.

	* cmdline.tcl: Corrected some documentation errors and omissions.

2000-03-09  Eric Melski  <ericm@scriptics.com>

	* cmdline.test: Adapted tests to work with tcllib test framework.

1999-10-29  Scott Stanton  <stanton@scriptics.com>

	* cmdline.tcl: Fixed bug where options that contained regexp
	special characters would cause an error.  Cleaned up lots of
	messy code.  Added test suite.