File: ChangeLog

package info (click to toggle)
tcllib 1.10-dfsg-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 17,708 kB
  • ctags: 6,122
  • sloc: tcl: 106,354; ansic: 9,205; sh: 8,707; xml: 1,766; yacc: 753; makefile: 115; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (57 lines) | stat: -rw-r--r-- 1,841 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
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: