File: ChangeLog

package info (click to toggle)
tcllib 1.16-dfsg-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 50,040 kB
  • ctags: 18,603
  • sloc: tcl: 156,708; ansic: 14,098; sh: 10,783; xml: 1,766; yacc: 1,114; pascal: 551; makefile: 89; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (117 lines) | stat: -rw-r--r-- 3,746 bytes parent folder | download | duplicates (7)
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
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 ========================
	* 

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

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

2009-03-30  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* pluginmgr.tcl: Hook into the log system of the SafeBase to get
	* pkgIndex.tcl: more detailed error information when a plugin
	* pluginmgr.man: could not be loaded. Bumped to version 0.3

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

2007-09-19  Andreas Kupries  <akupries@shaw.ca>

	* pluginmgr.tcl (AddPaths): Fixed typo in the code converting the
	* pluginmgr.man: package pattern into a regular expression. A
	* pkgIndex.tcl: bogus space char separated * from its quoting
	  backslash, end result was a RE pattern without capturing
	  parentheses, so the plugin name was never properly extracted
	  from the package name. This fixes [SF Tcllib Bug 1798210].
	  Thanks to Jeremy Cowgar for the report. Additionally added
	  support for directory 'plugins' in the dot-directories
	  (pluginmgr::path). Package version bumped to 0.2.

2007-09-19  Andreas Kupries  <andreask@activestate.com>

	* pluginmgr.man: Fixed typo in the example, used the wrong
	  dot-path (.../plugins, should be .../plugin). Thanks to Jeremy
	  Cowgar for finding this.

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

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

2007-06-22  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* pluginmgr.tcl: Replaced deprecated {expand} syntax in comments
	  with {*}.

2007-03-21  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* pluginmgr.man: Fixed all warnings due to use of now deprecated
	  commands. Added a section about how to give feedback.

2006-10-03  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.9 ========================
	* 

2005-10-06  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

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

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

	* pluginmgr.tcl: Added and documented option -setup,
	* pluginmgr.man: and clone method.

2005-06-17  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* pluginmgr.tcl: Validation now reports missing API commands. Set
	  plugin name before external check, so that the callback can use
	  'do' when inspecting the plugin. Command setup has no need for
	  alias deletion, interpreters are always new and clean.

	* plugin.tcl: Changed completely to a package based approach,
	* plugin.man: using the safe base for proper package
	  handling. Plugins are packages. Framework has to perform only
	  validation and initialization, not search.

2005-04-13  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* plugin.tcl: Updated to changed method names in path, added
	* plugin.man: method 'interpreter', and fixed bug in alias
	  creation.

2005-04-11  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* plugin.man: New module for the management of plugins.
	* plugin.tcl:
	* pkgIndex.tcl: