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 (35 lines) | stat: -rw-r--r-- 1,222 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
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: