File: ChangeLog

package info (click to toggle)
tcllib 1.20%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 68,064 kB
  • sloc: tcl: 216,842; ansic: 14,250; sh: 2,846; xml: 1,766; yacc: 1,145; pascal: 881; makefile: 107; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (78 lines) | stat: -rw-r--r-- 2,181 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
2013-02-01  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

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

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

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

2011-01-24  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.13 ========================
	* 

2009-12-07  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.12 ========================
	* 

2009-11-02  Andreas Kupries  <andreask@activestate.com>

	* stringprep.man: Updated version numbers in the documentation
	* stringprep_data.man: as well.

2009-11-02  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* stringprep.tcl: Applied patch from Sergei Golovan to fix
	* stringprep.test: the failing tests.
	* stringprep_data.tcl:
	* tools/gen_stringprep_data.tcl:

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

	*
	* Released and tagged Tcllib 1.11.1 ========================
	* 

2008-10-16  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.11 ========================
	* 

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

	* unicode.man: Added the standard section about feedback.
	* stringprep.man: 

	* stringprep_data.man: Wrote documentation for the two helper
	* unicode_data.man: packages holding the data tables for the main
	  (public) packages.

2008-03-14  Andreas Kupries  <andreask@activestate.com>

	* stringprep.man: Cleaned up a bit, replaced deprecated [nl] usage
	  with [para].

2008-03-06  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* stringprep.test: Marked the tests with known trouble as with
	  constraint 'knownBug'.

2008-01-29  Andreas Kupries  <andreask@activestate.com>

	* unicode.man: Replaced bad backslash-quoted brackets with proper
	  [lb], [rb] markup.

	* stringprep.man: Fixed missing closing bracket.

2008-01-29  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* stringprep: Initial import of an RFC 3454 'StringPrep' implementation
	* unicode:    provided by Sergei Golovan.