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 (79 lines) | stat: -rw-r--r-- 2,449 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
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
2014-01-21  Andreas Kupries  <andreask@activestate.com>

	* iban.tcl: Ticket [9318a6687f]: Applied patch by Max
	* iban.test: Jarek to update the code to the IBAN Registry
	* iban.man: version 47. Bumped package version to 1.4.
	* pkgIndex.tcl:

2013-10-28  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* iban.tcl: Ticket [a3dd326ec8]: Applied patch by Max
	* iban.test: Jarek to update the code to the IBAN Registry
	* iban.man: version 46. Bumped package version to 1.3.
	* pkgIndex.tcl:

2013-02-28  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* cc_amex.man: Fixed type markers so that dtplite
	* cc_discover.man: (sak localdoc) will recognize
	* cc_mastercard.man: and process the manpages.
	* cc_visa.man:
	* ean13.man:
	* iban.man:
	* imei.man:
	* isbn.man:
	* luhn5.man:
	* luhn.man:
	* usnpi.man:
	* valtype_common.man:
	* verhoeff.man:

2013-02-26  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* iban.tcl: [Patch 3606105]: Applied patch by Max Jarek to
	* iban.test: update the code to the IBAN Registry version 43.
	* iban.man: Bumped package version to 1.2.
	* pkgIndex.tcl:

2013-02-01  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.15 ========================
	*

2012-06-06  Andreas Kupries  <andreask@activestate.com>

	* iban.tcl: [Patch 3532308]: Applied patch by Max Jarek to
	* iban.test: update the code to the IBAN Registry version 35.
	* iban.man: Bumped package version to 1.1.
	* pkgIndex.tcl:

2011-12-13  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.14 ========================
	*

2011-11-16  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* iban.tcl: Extended checks to be country specific, added
	* iban.test: reference @ wikipedia, added testsuite.

2011-11-14  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* iban.man: New package, validation type for International Bank
	* iban.tcl: Account Numbers (IBAN). Provided by Max Jarek
	* include/k_iban.inc: <maxjarek@users.sourceforge.net>.
	* pkgIndex.tcl:

	* include/k_amex.inc: Extended keywords.
	* include/k_discover.inc:
	* include/k_mastercard.inc:
	* include/k_visa.inc:

2011-04-06  Andreas Kupries  <andreask@activestate.com>

	* New module: Validation types. snit validation types for various
	  classes of numbers (ISBN, EAN, ...) and general check-digit
	  algorithms (luhn(5), verhoeff, ...).