Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
79 check-ins using file modules/tie/tie_file.tcl version 4176e1810c
2005-09-26
| ||
21:41 | * snit.test: Adapted the testsuite to handle the 8.3 backport. * snit83.tcl: Integrated Kenneth Green's backport of * snit_tcl83_utils.tcl: Snit to Tcl 8.3 into the code base. * snit.tcl: Checking the list result of [info commands ] now using [llength] instead of string comparisons. * snit2.tcl: Checking the list result of [info commands ] now using [llength] instead of string comparisons. check-in: 7505bb2435 user: andreas_kupries tags: trunk | |
09:16 | * des.tcl: Imported TclDES to provide a more complete * des.test: implementation of DES and 3DES which supports * des.man: ECB,CBC,OFB and CFB modes. Tcllib des is now * tcldes.tcl: a compatability wrapper which continues to * tcldesjr.tcl: support the previous API and a new one. check-in: 2b03c1c467 user: patthoyts tags: trunk | |
2005-09-23
| ||
16:56 | Added simple example of logging to a file check-in: cb170cede2 user: mic42 tags: trunk | |
16:49 | Added a comment on logprocs and callstack check-in: b8518074a1 user: mic42 tags: trunk | |
16:17 | Fixed bug in prioqueues binary sort. check-in: 371a553d4e user: mic42 tags: trunk | |
2005-09-21
| ||
05:05 | Fixed testsuite problems of math::calculaus, math::interpolate, and math::optimize by declaring the a dependency on 8.4 due to use of 8.4isms. In code, package index, testsuite, and documentation. Fixed testsuite problems with changing proc error messages and stack across Tcl versions. Fixed 8.4isms in a capabilities command of pop3d, a package for 8.3+ Fixed grammar_fa testsuite problems caused by Tcl 8.5 changing the proc error messages. Fixed tie problems with Tcl 8.5, causded by changes to proc error messages. Fixed environment interference with test tempdir-1.2. check-in: a36ad80773 user: andreas_kupries tags: trunk | |
2005-09-20
| ||
06:51 | Fixed environment interference with test tempdir-1.2. Declared dependency of linear-algebra package on Tcl 8.4 in code, testsuite, and package index. check-in: 700fd74295 user: andreas_kupries tags: trunk | |
06:22 | Declared dependency of linear-algebra package on Tcl 8.4 in code, testsuite, and package index. Fixed email in changelogs. check-in: 6b25f02e5a user: andreas_kupries tags: trunk | |
05:59 | Fixed email in changelogs. Typo fixes in testsuite, better indentation, removal of bad 8.4isms, declaration of 8.4 dependency of big* packages in code, index, and testsuites. Fixed bugs in testsuite of fumagic. Introduced by Tcl 8.5 changing channel handles. Fixed testsuite failure for Tcl 8.5. Introduced by Tcl 8.5 changing the format of the error stack. check-in: 0491d512ec user: andreas_kupries tags: trunk | |
2005-09-19
| ||
12:12 | * sasl.tcl: Fixed 8.4isms and specified requirement to Tcl 8.2 check-in: 5d4eb13b82 user: patthoyts tags: trunk | |
2005-09-13
| ||
04:07 | Added Colin McCormack's metakit backed for tie as example. check-in: ca92eb89ba user: andreas_kupries tags: trunk | |
2005-09-09
| ||
15:51 | updated check-in: eb87ebf5c6 user: sarnold75 tags: trunk | |
15:49 | - went back to the old way to compute Pi after more benchmarks check-in: 6cf0801966 user: sarnold75 tags: trunk | |
2005-09-06
| ||
18:46 | updated check-in: 51acbf2abc user: sarnold75 tags: trunk | |
18:44 | new and faster algorithm to compute Pi check-in: 6b29ff3d6c user: sarnold75 tags: trunk | |
2005-09-05
| ||
20:02 | Bah! check-in: 5683cf5b76 user: patthoyts tags: trunk | |
16:01 | Updated Snit FAQ check-in: 09c1038484 user: duquette tags: trunk | |
10:54 | * smtp.tcl (::smtp::auth_CRAM-MD5): Fix for bug #1242629 - qmail doesn't like a multi-line response. check-in: 62eab71094 user: patthoyts tags: trunk | |
09:23 | * ini.tcl: Fix for bug #1280529 - collision with global * inifile.test: variable names. Added tests for these. check-in: 97004fb3e3 user: patthoyts tags: trunk | |
08:32 | * uuid.tcl: Bug #1150714 - opening a server socket may raise a warning message box on WinXP firewall. Instead call the ipconfig utility and use the result on windows. check-in: 8ac0d26011 user: patthoyts tags: trunk | |
07:59 | * sak.tcl: Added a 'timing' subcommand to run *.timing scripts. check-in: e95b769665 user: patthoyts tags: trunk | |
07:54 | Fixed typo check-in: 9664be6f04 user: patthoyts tags: trunk | |
07:48 | Manual page tweaks check-in: 951fb9cf07 user: patthoyts tags: trunk | |
2005-09-04
| ||
17:19 | * rc4.tcl: Frink error suppression. * rc4.man: Added documentation for the programming api. check-in: 609022f57b user: patthoyts tags: trunk | |
17:15 | * aes.tcl: Frink warning suppression * aes.man: Added a description of cipher modes of operation. check-in: 39ea4b04b3 user: patthoyts tags: trunk | |
17:09 | * blowfish.tcl: Added some performance enhancements. Added some * blowfish.test: documentation for the API. Fix testing to test * blowfish.man: each implementation. Checked with tcl 8.2. * pkgIndex.tcl: check-in: c55a269924 user: patthoyts tags: trunk | |
2005-09-01
| ||
12:54 | Rationalized to a single Tk demo check-in: f90172eeea user: patthoyts tags: trunk | |
12:52 | Pick up user/password from environment or permit on command line. check-in: 73c5c6eb6c user: patthoyts tags: trunk | |
12:36 | Added comments and tweaked docs. check-in: df6e7ba303 user: patthoyts tags: trunk | |
09:34 | Fix typo in pkgIndex. check-in: 1d6e658a8e user: patthoyts tags: trunk | |
09:27 | * aes.tcl: Re-written to support CBC mode AES and to allow for * aes.test: the tcllib-style programming API (as per blowfish, RC4 and * aes.man: the hash implementations). Converted from an array based * pkgIndex.tcl: implementation to a list based implementation and gained a 4x speedup. Set to 1.0.0 for now the API is fixed. check-in: 58a3eb5721 user: patthoyts tags: trunk | |
2005-08-31
| ||
19:56 | updated check-in: 802f2febc8 user: sarnold75 tags: trunk | |
19:53 | -added many comments and fixed minor bugs in bigfloat.tcl -fixed a case in which the version number of the test was replaced by 1.0 check-in: 4482af28e5 user: sarnold75 tags: trunk | |
2005-08-30
| ||
16:32 | * bignum.tcl: Fixed code exporting the bignum commands, it was done in the wrong namespace. This fixes [Tcllib SF Bug 1276680]. check-in: a7d5144e82 user: andreas_kupries tags: trunk | |
16:24 | * tcldocstrip.dtx: * docstrip_util.man: Fixed formatting problem in manpage. (Added a missing closing bracket, and removed bad splitting across lines). * Added entry for a large commit done by Lars to the ChangeLog, on behalf on Lars. See entry immediately below. check-in: 3e749a0ad5 user: andreas_kupries tags: trunk | |
16:16 | * pkgIndex.tcl: **New file**. Added the missing package index without which the package cannot be used. check-in: 367168d807 user: andreas_kupries tags: trunk | |
2005-08-29
| ||
20:27 | further changes for Bug 1114355 check-in: a8f3a874d3 user: kennykb tags: trunk | |
09:46 | Test fixed relating to rounding 0.5 in statistics.test check-in: bc96a42169 user: arjenmarkus tags: trunk | |
09:32 | update check-in: 9f5c936024 user: sarnold75 tags: trunk | |
09:31 | Added many comments that should be useful when someone else is trying to maintain this file check-in: 4dcb79a474 user: sarnold75 tags: trunk | |
01:57 | Import of changes to snit v1/v2 Import of fixes to png for correct execution on 64bit systems. Import of fixes for correct execution on 64bit systems, and for reading incoming data correctly depending on protocol. Import of fixes and feature enhancements in bigfloat and bignum, and fixes for various math testsuites, now avoiding to leak changes to other testsuites. By Stephane Arnold, Kevin Kenny, and Bob Techentin. Import of changes to docstrip, by Lars Hellstrom. Import of bugfixes in crc32/16 regarding execution on 64bit systems, and creative writing during initialization. Import of my code deconfusing the uuencode testsuite regarding usage of accelerator packages. Extended demo for bigfloat numbers. Import of new module AES. Import of new module AES check-in: 9c0d0d60b4 user: andreas_kupries tags: trunk | |
2005-08-28
| ||
23:38 | Added a number of performance improvements. check-in: 6fe23871ab user: patthoyts tags: trunk | |
23:28 | * aes.tcl: Initial import of a Tcl implementation of * aes.test: the Advanced Encryption Standard contributed * aes.man: by Thorsten Schloermann check-in: bf264885a0 user: patthoyts tags: trunk | |
23:27 | NEW MODULE: aes check-in: c651828366 user: patthoyts tags: trunk | |
16:52 | New docstrip::util commands: guards, thefile, patch, and import_unidiff. New -annotate option of docstrip::extract (used by docstrip::util::patch). patch and import_unidiff still lack .man documentation. The docstrip::util package still lacks tests. check-in: 1d679ccb44 user: lars_h tags: trunk | |
08:40 | Bug #1272836 check-in: 1cc0f7269c user: sarnold75 tags: trunk | |
08:39 | Bug #1272836 the math round() function has changed in Tcl 8.5a4 (intentionally) The round tests now do no more rely upon this function. check-in: 31c09b42df user: sarnold75 tags: trunk | |
2005-08-27
| ||
19:29 | updated check-in: 83e94634c7 user: sarnold75 tags: trunk | |
19:26 | Updated the tcltest::test title argument to a more significant text check-in: 184d5e0fe2 user: sarnold75 tags: trunk | |
18:12 | Updated Snit docs check-in: d771f68772 user: duquette tags: trunk | |
17:36 | Introducing the 'dup' button (duplicate the last number in the stack) check-in: 842e49d469 user: sarnold75 tags: trunk | |
17:35 | - Various optimizations, by caching some integer values - Use the '1' string instead of [fromstr 1] in many math::bignum calls check-in: 14b1c1db71 user: sarnold75 tags: trunk | |
2005-08-26
| ||
17:58 | * time.tcl (::time::unixtime): Fixed the 64bit problems reported in [Tcllib SF Bug 899211] by forcefully restricting results to 32bit (Masking with 0xffffffff). check-in: 74793e9249 user: andreas_kupries tags: trunk | |
17:43 | * time.test (createServerProcess): Ensure that the actual socket is set to binary transport, not the listening socket. On 64bit machines this can cause the fake server to send more than 4 bytes, causing data format errors in the client. check-in: dc8379e50c user: andreas_kupries tags: trunk | |
17:13 | * uuencode.test: Deconfused the testsuite's belief of which accelerators is in use. Removed superfluous output, and added a flag variable for actual use of Trf, not only presence. Changed definition of test 1.4 to use this flag. This is for [Tcllib SF Bug 1273537]. check-in: 3b3251821a user: andreas_kupries tags: trunk | |
16:58 | * crc16.tcl: Accepted Don Porter's patch attached to [Tcllib SF * crc32.tcl: Bug 1274120], fixing the creative-writing problem for variable v and restricting the value to 32bit ints. Additionally added an [unset v] after the initialization, as the variable is not needed beyond that part of the code. check-in: 4368f712d3 user: andreas_kupries tags: trunk | |
10:37 | Bug 1273403 check-in: 6ed6795ecd user: sarnold75 tags: trunk | |
10:35 | Bug 1273403 : all tests shared the same version number Fixed in bigfloat.test check-in: 2d766cd3a3 user: sarnold75 tags: trunk | |
09:44 | Feature Request 1261101 check-in: d6f8cbc68c user: sarnold75 tags: trunk | |
09:41 | Feature Request 1261101 - updated bignum.tcl to automatically convert the strings "0" and "1" as bignums - updated bignum.test with new tests, some of them completely new - updated bignum.man by documenting this new feature check-in: c276954dc2 user: sarnold75 tags: trunk | |
01:08 | * time.tcl: Deal with Andreas Kupries comment in bug #899211. Keep trying to read data until the amount expected for the protocol in use is received. * time.test: Added some real remote using tests (with constraint). check-in: 109d2d6c68 user: patthoyts tags: trunk | |
2005-08-25
| ||
21:16 | fix test cases for 8.5 check-in: fabfd16c59 user: kennykb tags: trunk | |
20:50 | Reordered the format and 32bit-truncation. check-in: 50cfcd027a user: andreas_kupries tags: trunk | |
20:47 | * crc32.tcl (::crc::Crc32Final): Restrict result of Trf to 32bit range, or the [format] at the end of crc32 will blow this up into a 64bit number. This is an additional fix for [Tcllib SF Bug 1042420]. check-in: 1af18a6e16 user: andreas_kupries tags: trunk | |
20:22 | * png.tcl (::png::validate): Added forced truncation to 32bit when * png.tcl (::png::imageInfo): reformatting a read negative crc to unsigned. Otherwise this is becomes a 64bit unsigned, causing bogus crc checksum failures. This fixes [Tcllib SF Bug 1042420]. check-in: 08bdc39812 user: andreas_kupries tags: trunk | |
19:00 | (Bug 1272721) Restore tcl_precision after tests. check-in: 4099248c9c user: techentin tags: trunk | |
2005-08-24
| ||
11:47 | Corrected some typos in optimize.man check-in: f8940749d5 user: arjenmarkus tags: trunk | |
2005-08-23
| ||
09:09 | Changes in bigfloat.tcl and bigfloat.man check-in: b03f4ce1fe user: sarnold75 tags: trunk | |
09:05 | - Small bug fix in bigfloat.tcl - Trying to make the manual page more explicit about accuracy and uncertainty check-in: 415e7b7635 user: sarnold75 tags: trunk | |
2005-08-22
| ||
16:55 | * snit.tcl, snit2.tcl: allow labelframe and ttk::labelframe as hulltypes, and tk::(label)frame (planning ahead ...) check-in: eed6c0ed98 user: hobbs tags: trunk | |
2005-08-21
| ||
01:12 | Import of first code for snit 2.0, by Will Duquette, for Tcl 8.5+ Import of new module, 'units', by Bob Techentin. check-in: 7be0c1cc30 user: andreas_kupries tags: trunk | |
2005-08-20
| ||
22:21 | Added Snit 2.0 check-in: 269dea1b7a user: duquette tags: trunk | |
2005-08-19
| ||
21:31 | Removed units.mdl check-in: a980fbe54f user: techentin tags: trunk | |
21:29 | Removed rational-rose model, which shouldn't be part of the library. check-in: b6f6e10599 user: techentin tags: trunk | |
21:29 | Corrected typo and clarified temperature conversions. check-in: f92e4ce037 user: techentin tags: trunk | |
21:25 | Added units library. check-in: 138df4eb4d user: techentin tags: trunk | |
02:14 | Added module "units" check-in: 1c9bb85bd0 user: techentin tags: trunk | |
2005-08-18
| ||
03:55 | added multidimensional optimization check-in: 777d5062e2 user: kennykb tags: trunk | |
2005-08-16
| ||
06:06 | Polishing the C code. Moved some general code out of the testsuite into the controller. Import of SNTP fixes by Pat Thoyts. check-in: 50058df9d0 user: andreas_kupries tags: trunk | |