Tcl Library Source Code

Timeline
Login

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

25 check-ins using file sak.tcl version fe3cc0760f

2005-10-17
19:39
Typo fixes in various modules and textutil ChangeLog. check-in: 4136d424af user: andreas_kupries tags: trunk
2005-10-16
23:04
* md5x.tcl: Performance fix for tcl8.5 integers. check-in: 0cfc28fca1 user: patthoyts tags: trunk
23:00
Be quieter and catch errors check-in: e9a9f6f0d9 user: patthoyts tags: trunk
2005-10-11
19:50
* ntlm.tcl: bug #1323295 - NTLM requires little endian unicode strings. Fixed generation on big-endian systems (eg: sparc). check-in: b6915bcefd user: patthoyts tags: trunk
19:49
* loggerUtils.tcl: Avoid use of %G in time formats. (not widely supported in C libraries) check-in: 9924454ab4 user: patthoyts tags: trunk
2005-10-10
14:02
Fixed bug in cov (division by zero if mean is zero) check-in: be0f68ed8f user: arjenmarkus tags: trunk
2005-10-07
19:47
* tree/t.c (t_deserialize): Fixed bug which caused us to drop the attributes of the new root node when setting up the new tree. Accepted this bugfix into the 1.8 release. check-in: 0e5f12e979 user: andreas_kupries tags: trunk, release, tcllib-1-8
18:48
* pkgIndex.tcl: Synchronized version numbers to the * smtp.man: implementation. Also accepted the change into the 1.8 release after chatting with Pat about it. check-in: 5c94e2b3cd user: andreas_kupries tags: trunk
16:15
Moved release tag entry over the commit fixing a major bug. check-in: bb09dc6a09 user: andreas_kupries tags: trunk
14:38
* sha1.c: Fixed the byte order issue a better way and sorted * sha1c.tcl: another problem on OpenBSD concerning headers. * sha1.h: Added byte-order check to resolve bug #1315688. check-in: d5478612ab user: patthoyts tags: trunk
12:54
* sha1.h: Added byte-order check to resolve bug #1315688. check-in: 5120a556f6 user: patthoyts tags: trunk
07:26
* smtp.tcl: Use the SASL module for authentication. Checked this against sendmail+cyrussasl and Microsoft SMTPd (for NTLM). check-in: 81587bc382 user: patthoyts tags: trunk
00:30
Fix some foolish typos check-in: 5b0cbe4fb7 user: patthoyts tags: trunk
2005-10-06
21:29
* Released and tagged Tcllib 1.8 ======================== check-in: d8dfc6fab0 user: andreas_kupries tags: trunk
21:10
* tree/m.c (m_WALK): Fixed [SF Tcllib Bug 1313173]. This was refcounting bug for the objects containing the names of the loop variables. We have to declare that we are holding a reference, otherwise the object can be reused when compiling the loop body for the first iteration. This may also release the objects too early, causing crashes. * tree/walk.c (t_walkdfs*): Fixed behavioural difference between the two implementations of a tree walker. The dfs code has to save a copy of the child array during the walk to handle the possibility of a child node being moved by the loop body. Note: This area, modifying a tree during walks, has no test cases at all and is in need of them. At least to describe the exact behaviour we have now. check-in: e6ff55d57b user: andreas_kupries tags: trunk
20:58
* htmlparse.test: Reworked to use all available implementations of struct::tree. Moved all tests using it into a separate file. * htmlparse.tree_testsuite: New file. Now contains all the tests using struct::tree. check-in: 06c11c4454 user: andreas_kupries tags: trunk
14:48
Removed spurious debugging line check-in: 81f5dda8f5 user: patthoyts tags: trunk
10:51
Added SASL documentation check-in: e938436ee7 user: patthoyts tags: trunk
05:16
Synchronized the version numbers in math with the changes made to the packages. check-in: 01cf30a222 user: andreas_kupries tags: trunk
2005-10-05
17:07
* ripemd128.test: Added test cases demonstrating how ripemd/Trf is * ripemd160.test: mishandling input of specific lengths (multiples of 64 bytes). check-in: e7faf7a6a7 user: andreas_kupries tags: trunk
16:32
Typo fix in version number. Brought into sync with uuid package. check-in: 4621173343 user: andreas_kupries tags: trunk
15:22
* ntlm.tcl: Use tcllib 1.8 des module. Added NTLM tests. Fix to * ntlm.test: work with tcl 8.2. check-in: ba3c3fc7a3 user: patthoyts tags: trunk
08:41
* uuid.test: Ensure we test all implementations. check-in: 2d561230f5 user: patthoyts tags: trunk
00:18
Ensure all critcl modules can be built with MSVC in addition to GCC. check-in: ea9386b5af user: patthoyts tags: trunk
00:14
* sak.tcl: Added support for passing parameters to critcl. v04 will support -debug and -clean and v034 supports -keep. check-in: a12fbc28f5 user: patthoyts tags: trunk