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 (90 lines) | stat: -rw-r--r-- 2,971 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
2007-09-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

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

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

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

2006-01-29  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* rc4.test: Fixed use and cleanup of temp. files

2006-01-23  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* rc4.test: More boilerplate simplified via use of test support.

2006-01-19  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* rc4.test: Hooked into the new common test support code.

2005-12-20  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* rc4.tcl:   Dealt with bug #1386101 (rc4 critcl + channels broken)
	* rc4.test:  Also implemented a -command option. Added tests for
	* rc4.man:   both and update man page for -command.
	* pkgIndex.tcl: Incremented version to 1.1.0

2005-10-18  Andreas Kupries <andreask@activestate.com>

	* rc4.bench: Extended with benchmarks for the keyschedule.

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

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

2005-10-05  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* rc4c.tcl: Fixed to permit compilation with msvc and gcc.

2005-09-04  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* rc4.tcl:  Frink error suppression.
	* rc4.man:  Added documentation for the programming api.

2005-02-20  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* rc4.tcl: Ensure all implementations available are tested. Added
	* rc4.man: improved hypen handling. '--' is an optional end-of-options
	* pkgIndex.tcl:	marker.

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

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

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

	* rc4.test: Fixed x-version problems of the testsuite. The tests
	  wrongly used the tcltest::wrongNumArgs command. In this case the
	  error message is generated by the proc code and the same across
	  all versions of Tcl.

2004-07-04  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* rc4.test: Added basic command tests.
	* rc4c.tcl: Critcl implementation.
	* rc4.tcl:  Support critcl implementation.

	* rc4.tcl:  Storing the state as a list and using lset is faster
	than using an array provided we have a built-in lset
	command. Added both versions and switch appropriately to get the
	fastest implementation for the tcl version. Tested 8.2 - 8.5.

2004-07-01  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* rc4.tcl:  Pure tcl implementation of the Alledged RC4 stream cipher.
	* rc4.test: Some published test vectors for RC4.
	* rc4.man:  Documentation.