Tcl Library Source Code

Timeline
Login

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

12 check-ins related to "DEVELOPMENT"

2005-05-24
19:19
* do.tcl: Updates to use Tcl 8.5 [return] and [catch] extensions * control.man: when availble to overcome LIMITATIONS. * do.test (do-2.3): Update to accept newer error message format. (do-2.2): Error message refer to called command name. Closed-Leaf check-in: 7bbd314d4f user: dgp tags: DEVELOPMENT
15:08
* wait-for-any.tcl: New command: control::waitForAny. * wait-for-any.test: * tclIndex: * control.tcl: Bump to version 0.2 * pkgIndex.tcl: * do.test (do-2.3): Update to accept newer error message format. check-in: c04715cd00 user: dgp tags: DEVELOPMENT
14:24
remove file no longer on HEAD check-in: 6b60d7d12d user: dgp tags: DEVELOPMENT
14:20
merge updates from HEAD check-in: 3280f3fc58 user: dgp tags: DEVELOPMENT
2004-09-25
14:23
Updated development branch with test changes. check-in: ce46db54bf user: patthoyts tags: DEVELOPMENT
2003-07-24
23:00
* md5c.tcl: Brought in the critcl implementation of MD5 * md5.c: originally by Jean-Claude Wippler <[email protected]> * md5.h: with code from RFC 1321. * md5x.tcl: Version 2 md5 module. This is based upon the MD4 module * md5x.test: code and permits incremental updates into the hash. This version will use the critcl code if available. === VERSION INCOMPATABILITY === md5 1 returns data as a hex representation. md5 2 returns the data as a binary representation. If you want the hex rep, provide the -hex option to the md5 command. check-in: ce03a9b9b6 user: patthoyts tags: DEVELOPMENT
2003-05-14
22:32
Removed base64c. Not going to do it that way. check-in: 16d7e999ec user: patthoyts tags: DEVELOPMENT
2003-05-13
01:04
Fixups for the critcl sections and usage. More tests added. check-in: fc0d8ba4ac user: patthoyts tags: DEVELOPMENT
2003-05-05
17:22
Created a DEVELOPMENT branch for the md5 module. Added a new implementation based upon the md4 module code which allows incremental updates to the MD5 calculation. check-in: 67d5e60766 user: patthoyts tags: DEVELOPMENT
2003-04-22
00:00
* base64c.tcl: Added file to define the base64c C coded package. * uuencode.tcl: Added critcl code into the package. * yencode.tcl: Added critcl code into the package. check-in: 817033df1d user: patthoyts tags: DEVELOPMENT
2003-04-21
23:00
formatting fix merged from HEAD check-in: 63eb6bab9e user: dgp tags: DEVELOPMENT
20:16
* uuencode.test: Added code to suppress output from the log package during the test. * loggerperformance.test: Renaming to 'loggerperformance'. This is neither a .tcl file of the package itself, nor does it belong into the testsuite (which is about functionality, not speed). It is a benchmark application. check-in: 6de50f2a99 user: andreas_kupries tags: trunk