Tcl Library Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

16 check-ins using file modules/md5/pkgIndex.tcl version 70507d4aeb

2001-08-02
16:22
2001-08-02 Andreas Kupries <[email protected]> * pop3.n: Updated to new package version, see [447013] too. * pop3.tcl: Lots of changes with regard to items [443613] and [443645]. Switched auto back to binary (or else the counting of octects is not right and we will hang trying to read more than is coming from the server). This means we have to perform EOL translation on the message on our own, this was effectively an unreported bug. also unreported was that the faster code did not do .-unstuffing, which the slower line-by-line code did. This is now fixed too. My thanks to Ashwin Hirschi <[email protected]> for his help in testing the code. 2001-07-31 Andreas Kupries <[email protected]> * pkgIndex.tcl: Updated to reflect pkg version in the code. After the fact comment: This also fixes SF bug [447013] * pop3.tcl: Added 'state' variable to remember state information about the active (= open) pop3 connections. This state includes information about the retrieval mode to use and whether we are talking to an MS Exchange server or not. MS Exchange can't be set automatically for now, but the retrieval mode is auto-detected. Because of the former, pop3::open now accepts the options -msex and -retr-mode. This should allay and fix the SF bugs [443613] and [443645]. (pop3::list): Fixed bug [443619]. check-in: 635d487f16 user: andreas_kupries tags: trunk
01:05
* ftp.tcl: added eval in ftp::List wrapper when used in tkcon. [Bug: #439779] (loring) check-in: 640be4c316 user: hobbs tags: trunk
2001-08-01
20:43
ncgi.tcl: made require Tcl 8.1+, sped up encode and decode. check-in: cf1a74c872 user: hobbs tags: trunk
20:43
* mime.tcl: made package require 8.3 and sped up qp_encode and qp_decode. check-in: bb4d13dbc5 user: hobbs tags: trunk
20:42
html.tcl: added 8.1+ improved version of quoteFormValue. check-in: 82cb76ae41 user: hobbs tags: trunk
2001-07-31
23:58
Fixed typos. check-in: 623824b6a1 user: andreas_kupries tags: trunk
23:47
Fixed bug [446562]. Partially fixed [446584] (ftp documentation missing). check-in: 7d85b749f9 user: andreas_kupries tags: trunk
2001-07-17
19:49
2001-07-17 Andreas Kupries <[email protected]> * Bumped version to 1.0 check-in: 6f4b76dd2b user: andreas_kupries tags: trunk, release, tcllib-1-0
2001-07-10
23:56
Formatting fixes. check-in: ec7a63e681 user: andreas_kupries tags: trunk
20:39
2001-07-10 Andreas Kupries <[email protected]> * Frink 2.2 run, fixed dubious code in several modules. check-in: 5e351466c4 user: andreas_kupries tags: trunk
2001-07-09
17:20
Fixed histlog test check-in: b3c7922816 user: welch tags: trunk
2001-07-06
22:58
Fixed typo in nroff command \R -> \fR. check-in: cfcdddee34 user: andreas_kupries tags: trunk
18:30
2001-07-06 Andreas Kupries <[email protected]> * Fixed #438748, corrections of various misspellings in manpages accross all modules. check-in: 1ee8678c24 user: andreas_kupries tags: trunk
2001-07-03
19:32
some more inlined computations, 10% faster check-in: 13489da991 user: msofer tags: trunk
2001-06-22
15:29
Applied frink and procheck to tcllib and corrected the assorted problems found by these two static checkers. check-in: c2b80f0066 user: andreas_kupries tags: trunk
14:33
Committed patches to speed up MD5 and Base64 (M. Sofer). Added SHA1. check-in: 462e7ce017 user: andreas_kupries tags: trunk