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

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

2007-03-23  Andreas Kupries <andreask@activestate.com>

	* base32hex.tcl: Added MD hints.

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

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

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

	* base32.test: Rewritten to make use of the new facilities for
	* base32.tcl:  testing of multiple implementations put into the
	  test utilities.

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

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

2006-05-27  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* base32_c.tcl (critcl_decode):    Simplified the decoder.
	* base32hex_c.tcl (critcl_decode): Use ByteArray, avoids
	  complex UniChar -> Utf8 conversion on our part. Also moves
	  the handling of padding out of the decoder loop.

2006-05-27  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* base32.bench:     base32 standard encoding, extended hex
	* base32.man:       encoding. Tcl implementation, Critcl
	* base32.tcl:       implementation. Switch management.
	* base32.test:      Support package for Tcl implementation.
	* base32.testsuite: Documentation. Benchmarks. Testsuites.
	* base32_c.tcl: 
	* base32_tcl.tcl: 
	* base32core.man: 
	* base32core.tcl: 
	* base32hex.bench: 
	* base32hex.man: 
	* base32hex.tcl: 
	* base32hex.test: 
	* base32hex.testsuite: 
	* base32hex_c.tcl: 
	* base32hex_tcl.tcl: 
	* pkgIndex.tcl: 

	* New module 'base32'.