Tcl Library Source Code

Timeline
Login

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

25 check-ins using file sak.tcl version c5040b3f0a

2005-03-30
22:45
* profiler.tcl (::profiler::TraceHandler): Make sure that caller names always have a :: prefix, to avoid getting confused by "::foo" versus "foo", which actually refer to the same procedure [Bug 1172938]. Incremented version number to 0.2.3. * profiler.test: Added tests to verify fix for Bug 1172938. check-in: ae704a06c9 user: ericm tags: trunk
2005-03-25
20:52
* Makefile.in (install-libraries): add -app-path arg (steffen) check-in: c1a0d36436 user: hobbs tags: trunk
2005-03-16
19:53
* Fixed typos in the manpage headers. check-in: c1da1bdd2e user: andreas_kupries tags: trunk
19:42
* bigfloat.tcl: Added package require math::bignum. If we use the package we should load it as well. * rational_funcs.tcl: Redone entry '2004-11-22 Andreas Kupries <[email protected]>'. Somehow the source command came back. check-in: 108d833bb7 user: andreas_kupries tags: trunk
18:21
* 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. check-in: 58c70273c6 user: andreas_kupries tags: trunk
02:07
Added the new module 'bibtex' to the installer. check-in: 1a1666f34f user: andreas_kupries tags: trunk
2005-03-15
04:54
Completed rewrite to add rigorous option processing, proper documentation of all options, update of testsuite, etc. Version is now 0.5. Fixed merge error, remove duplicate code. check-in: 0d424a2d34 user: andreas_kupries tags: trunk
2005-03-12
21:11
* cksum.tcl: Refactored to use a context for better support of * cksum.man: summing data in chunks. Updated man page and * cksum.test: tests. Set version to 1.1.0 check-in: 417f1d33dc user: patthoyts tags: trunk
02:13
* crc32.tcl: Refactored the package to use a context structure * crc32.man: as done for the hash modules. This makes it easier * crc32.test: to work which chunks and event systems. We now * crc32bugs.test: can support Trf for chunking too and have properly hooked up the critcl code. Tests now test all available implementations. check-in: 520444e1b8 user: patthoyts tags: trunk
2005-03-11
12:24
Corrected exponential_Ei function: was doubly defined check-in: 70c9a29971 user: arjenmarkus tags: trunk
05:08
Fixed merge errors. Removal of duplicated entries in the changelog, and restoration of a bugfix in mime.tcl check-in: 1632f9901d user: andreas_kupries tags: trunk
2005-03-10
06:26
Added documentation. check-in: ac2c000403 user: andreas_kupries tags: trunk
2005-03-09
05:39
Rewritten, formatting, a number of bugfixes. check-in: e7a691a052 user: andreas_kupries tags: trunk
04:22
Import of bugfix for SF Tcllib 754920. check-in: 2895c64806 user: andreas_kupries tags: trunk
2005-03-08
21:33
* mime.tcl (::mime::copymessageaux): Removed usage of the command 'unstack'. Its presence is a bug ever since revision 1.3 (March 9, 2000) of mime.tcl, when the converters (base64, quoted-printable) started to be used in immediate mode instead of attaching them to the output channel. This also means that we do not need the fallback implementation anymore either. Many thanks to Roy Terry <[email protected]> for keeping up the nagging about [SF Tcllib Bug 754920] which demonstrated the problem. What happened is that the unpaired 'unstack' removes the outer .-transformation and a second call may close the channel. If that happens any further access to the channel errors out, and the mail server gets and transfers an incomplete mail message. It is a 'may' and not a 'will' because it seems that sometimes the channel has a refcount > 0 and then 'unstack' does nothing. This part made the reproduction difficult. It was originally suspected to be a problem in Trf itself, but is actually a problem in how it is used by mime. check-in: ffc4f2b265 user: andreas_kupries tags: trunk
05:14
Added documentation for the comm wire protocol. check-in: 57e29fa945 user: andreas_kupries tags: trunk
2005-03-05
14:51
'pow' now gets its result from ::math::bignum::pow when both operands are integers Small aesthetic changes : removed some $::math::bigfloat::one expression >using 'variable one'. Done it with 'five' and '_pi0' too. check-in: 60401530dc user: sarnold75 tags: trunk
2005-03-04
16:44
Small bugfix and new subcommand check-in: b188e25224 user: mic42 tags: trunk
2005-03-03
06:36
Fixed doc error reported by coldstore. unsetv argument is not optional. check-in: 34577c1f3b user: andreas_kupries tags: trunk
2005-02-24
05:33
Handling all possible implementations in the tests. Sped up sha256 calculation. Handling of accel packages rationalized. Added functionality for permutations. Extended testsuite and documentation. Manual merge, ensuring presence of the bugfix. check-in: 310323c4dc user: andreas_kupries tags: trunk
03:25
Enabled testing of all available implementations in the digest packages. check-in: c7f0da1779 user: patthoyts tags: trunk
2005-02-23
15:19
* pkgIndex.tcl: Incremented version to 2.0.4 * md5x.tcl: Rationalised the handling of accelerator packages and * md5x.test: added support for use of cryptkit. Updated the man * md5.man: page to note the available accelerators. check-in: b63e5821f0 user: patthoyts tags: trunk
12:48
* pkgIndex.tcl: Incremented version to 1.0.3 * md4.tcl: Rationalized the accelerator package handling. * md4.test: Added cryptkit as a potential accelerator. * md4.man: Added mention of the accelerators. check-in: c407f88ca4 user: patthoyts tags: trunk
12:41
* pkgIndex.tcl: Incremented version to 1.0.3 * ripemd120.tcl,man,test: Rationalised accelerator handling and added * ripemd160.tcl,man,test: cryptkit as accelerator for RIPEMD-160. check-in: 7d4f2782eb user: patthoyts tags: trunk
12:40
Fixed close/delete order in ppackages to work on Windows. check-in: ef249fb2b0 user: patthoyts tags: trunk