File: ChangeLog

package info (click to toggle)
tcllib 1.19-dfsg-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 67,328 kB
  • sloc: tcl: 208,371; ansic: 14,215; sh: 2,846; xml: 1,766; yacc: 1,145; pascal: 583; makefile: 106; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (31 lines) | stat: -rw-r--r-- 1,059 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
2013-12-17  Andreas Kupries  <andreask@activestate.com>

	* debug_heartbeat.man: Fixed missing requirement of the
	* debug_timestamp.man: package itself.

2013-08-06  Andreas Kupries  <aku@hephaistos>

	* debug.tcl: Fixed bug in 'pdict', access to name of the array
	* debug.man: this is not about. Version bumped to 1.0.2
	* pkgIndex.tcl:

2013-07-31  Andreas Kupries  <andreask@activestate.com>

	* debug.tcl: Fixed missing export of 'pdict'. Plus better handling
	* debug.man: of output channel definition. stderr is default only
	* pkgIndex.tcl: if nothing is set by the user. This now allows
	  applications to override the default for all packages not having
	  their own output settings. Version bumped to 1.0.1

2013-04-08  Andreas Kupries <andreask@activestate.com>

	* debug.man: Added documentation.
	* debug_caller.man:
	* debug_heartbeat.man:
	* debug_timestamp.man:

2013-04-04  Andreas Kupries  <aku@hephaistos>

	* New module and packages for generating a debug
	  narrative. Adapted from the Wub utility package
	  Debug, by Colin McCormack.