File: ChangeLog

package info (click to toggle)
tcllib 1.8-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 13,628 kB
  • ctags: 4,897
  • sloc: tcl: 88,012; sh: 7,856; ansic: 4,174; xml: 1,765; yacc: 753; perl: 84; f90: 84; makefile: 60; python: 33; ruby: 13; php: 11
file content (46 lines) | stat: -rw-r--r-- 1,510 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
2005-10-06  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

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

2005-07-20  Michael Schlenker <mic42@users.sourceforge.net>

	* ldap.tcl    :
	  pkgIndex.tcl: Applied fix for [SF Tcllib Bug 1239915].
	  Thanks to Pierre David for the patch. Version number now 1.2.1.
	
2005-03-16  Andreas Kupries <andreask@activestate.com>

	* ldap.tcl (ldap::asnGetInteger): Fixed [SF Tcllib Bug 1164663], a
	  copy/paste bug in the definition of this procedure. It belongs
	  into the ldap namespace, not the asn namespace.

2005-02-15  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* ldap.tcl: Reformatted to get clean indentation, also trimmed
	  trailing whitespace.

2005-02-15  Michael Schlenker <mic42@users.sourceforge.net>

	* ldap.tcl: Fixed various issue with signed/unsigned integers in
	  length and integer encoding/decoding, by crossporting the 64-bit
	  aware integer and length code from the asn module.
	
2004-10-05  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

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

2004-09-23  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* ldap.tcl: Fixed expr'essions without braces.

2004-04-27  Andreas Kupries  <andreask@activestate.com>

	* ldap.man: small fixes in the docs, additional example for
	  searches and search result processing.

	* New module: Provided to us by Joechen Loewer <loewerj@web.de>.
	* Added doctools documentation.