Tcl Library Source Code

Timeline
Login

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

116 check-ins using file sak.tcl version 89d2faa309

2005-02-20
22:58
* sha1c.tcl: Imported the sha1 implementation from the Tcl sample * sample.h: extension and created a critcl wrapper. * sample.c: Added to the sak.tcl critcl generation code. check-in: 6e268b6480 user: patthoyts tags: trunk
22:07
Fixed doc error check-in: b48255388c user: patthoyts tags: trunk
22:05
* sha1.tcl: Re-implemented to support hashing data in chunks * sha1.test: Included tests from RFC 2202 for HMAC-SHA1. * sha1.man: This time we have kept the same API but with optional extensions to use files/channels and to request the result as binary. Now supports token based hashing as in md4, md5 and ripemd. Incremented version to 2.0.0 check-in: fb309e0539 user: patthoyts tags: trunk
12:16
* md5x.test: Added the RFC 2202 HMAC-MD5 test vectors. check-in: 77ddea6177 user: patthoyts tags: trunk
08:25
Cleaning check-in: dcaab36baa user: patthoyts tags: trunk
01:56
* rc4.tcl: Ensure all implementations available are tested. Added * rc4.man: improved hypen handling. '--' is an optional end-of-options * pkgIndex.tcl: marker. check-in: f954ab6c80 user: patthoyts tags: trunk
2005-02-19
19:54
Changed hex conversion to use binary scan check-in: 02d5934d9f user: patthoyts tags: trunk
19:53
SASL tests. check-in: 0b8116b7d9 user: patthoyts tags: trunk
12:01
Doh! Fixed doc bug. check-in: 9597f49735 user: patthoyts tags: trunk
05:59
Bugfixes for '-quoted string at beginning of a n output line, vs. nroff commments. also fixes in list processing to ensure item command on their own output line. Imported new tests by Michael Schlenker regarding clean callstack of logger, regarding [SF Tcllib RFE 1120152]. Cleanup of ChangeLog (bad auto-merge). Clean doc up a bit, cleaned up ChangeLog too (bad auto-merge result). Implemented [SF Tcllib Path 1063774], a splitn command. check-in: f827347527 user: andreas_kupries tags: trunk
01:36
Added test for RFE 1120152 check-in: 32a192e3b9 user: mic42 tags: trunk
2005-02-18
06:38
See ChangeLog for details. Compiler packages & runtime, enhancements (handling relative & indirect offsets), bugfixes (types with native endianess). Added plain compiler application. Second recognizer, general filetypes, not restricted to mime. Tests, documentation, implementation. check-in: ef7ace4871 user: andreas_kupries tags: trunk
06:04
Import changes by Pat. MD4 tests now run against both pure Tcl and critcl variants of the package, if possible. Import changes by Pat. RIPEMD now copes with -- and data starting with a -. Import changes by Pat. MD5 now copes with -- and data starting with a - much better. Manual merge of version information, and changelog entries. Import changes by Pat. MD4 now copes with -- and data starting with a - better. Manual merge of changelog entries Import changes by Pat. Parses registry proxy information now more thoroughly. Import of doc changes, manual merge of changelog data. Import base64 examples by Pat. Reformatting for indentation, trimmed trailing whitespace. check-in: 0ea19fdebb user: andreas_kupries tags: trunk
2005-02-17
23:36
Micro fix for version print check-in: 1e1cd7ff82 user: patthoyts tags: trunk
23:30
* pkgIndex.tcl: Incremented version. * ripemd128.tcl,man,test: Made the hashing cope with data that * ripemd160.tcl,man,test: begins with a hypen is a transparent manner. Made the '--' end-of-options flag optional as it's now redundant. Added suitable tests. Simplified the Hex proc. check-in: 8713dc242c user: patthoyts tags: trunk
22:20
* md4.tcl: Fixed the tests to use both critcl and pure-Tcl * md4.test: if the critcl version is available. check-in: 90023a39ed user: patthoyts tags: trunk
21:58
If possible we will test all available implementations - critcl, trf and pureTcl check-in: 7fbebd1242 user: patthoyts tags: trunk
15:48
* base64.man: Added some examples and attempted to point out that proper string encoding may be needed for unicode strings. check-in: da5f6fe219 user: patthoyts tags: trunk
15:14
* autoproxy.tcl: Dealt with the parsing requirements as mentioned * autoproxy.man: in bug #1099162. In theory we may have different * pkgIndex.tcl: proxy settings for https and http (and other protocols) but to deal with these we will need to change the http package so we do not deal with them now. check-in: 4b412d701e user: patthoyts tags: trunk
14:42
* md4.tcl: Made hashing cope with data that begins with a * md4.test: hyphen and made the '--' end-of-options marker * md4.man: optional. Incremented version. * pkgIndex.tcl: check-in: 41152cedce user: patthoyts tags: trunk
14:29
* md5x.tcl: Avoid raising an error if the string to be hashed * pkgIndex.tcl: begins with a hyphen. Use '--' as an _optional_ * md5.mac: end-of-args marker. * md5x.test: Added tests. check-in: ab6aa7c5dd user: patthoyts tags: trunk
2005-02-16
03:54
Reformatting for indentation, trimmed trailing whitespace. ldap merge, manual help required. Import of fixes for ldap by Michael Schlenker, cross-ported from the asn fixes. Import of asn fixes by Michael Schlenker. More fixes and 8.5 feature removal for the compiler packages. check-in: cb7a964ad4 user: andreas_kupries tags: trunk
2005-02-15
19:05
Fixed various issues with signed/unsigned values in the ldap module by crossporting from the asn module check-in: b08ebd7f79 user: mic42 tags: trunk
17:50
Added 64-bit support to length and int encoding/decoding check-in: 07dddb2729 user: mic42 tags: trunk
07:45
More fixes and 8.5 feature removal for the compiler packages. Manual merge. check-in: ae459ce837 user: andreas_kupries tags: trunk
03:51
Manual merge. Imported new module: docstrip, literate programming Imported fix for dtplite. Imported new module: docstrip, literate programming. Imported fix re [SF Tcllib Bug 1076923]. Imported documentation fix re [SF Tcllib 1048995]. Imported typo fixes. Imported changed to the UI of the smtpd example server. check-in: 3770703ead user: andreas_kupries tags: trunk
00:56
* modules/docstrip: NEW MODULE: docstrip. * installed_modules.tcl: Literate programming support. check-in: 6ed5b74a71 user: andreas_kupries tags: trunk
00:30
* snitfaq.man: Fixed a number of typos reported by Bob Techentin, see [SF Tcllib Bug 1050674]. check-in: d6168c063e user: andreas_kupries tags: trunk
00:06
* ftp.tcl (::ftp::StateHandler): Accepted patch by Keith Vetter <[email protected]> for [SF Tcllib Bug 1076923], also reported by him. This fixes a race condition where the client has sent QUIT and is waiting for response, but gets the socket closed without any. check-in: dc4e375f5a user: andreas_kupries tags: trunk
2005-02-14
23:48
* apps/dtplite (::dtplite::processCmdline): Fixed the [SF Tcllib Bug 1111364]. The extension has to be set up before the creation of the filename (for a directory output path), otherwise the result will have no extension. check-in: a1ac2c8833 user: andreas_kupries tags: trunk
23:37
* fileutil.man (find): Documented the implicit arguments to the filter command (current working directory). This fixes [SF Tcllib Bug 1048995]. check-in: f6a208cc64 user: andreas_kupries tags: trunk
2005-02-13
08:59
Added start/stop buttons to the main window. check-in: 87a5a4ea55 user: patthoyts tags: trunk
2005-02-11
17:54
removed unecessary double eval check-in: b0940adfac user: mic42 tags: trunk
06:07
Added basic documentation. Fixes in the compiler packages, further replacement of 8.5 features with equivalent 8.4 code. Import of deletion. Removed magic.tcl, code moved to 'mimetypes.tcl'. Renamed the package as well. Added testsuite for mimetype command, derived from fileutil testsuite, fileType command. check-in: 00a0514a30 user: andreas_kupries tags: trunk
05:17
Executed the deletion missed by the last commit check-in: 40288f5600 user: andreas_kupries tags: trunk
05:08
Removed magic.tcl, code moved to 'mimetypes.tcl'. Renamed the package as well. Added testsuite for mimetype command, derived from fileutil testsuite, fileType command. Manual merges New module fileutil::magic, short "fumagic". Imported Pat's fix to uuid's critcl implementation: Added an include missing before. Imported changes by Pat to the sasl code: New namespace and package name, more tests. Imported fix to fileutil's jail command, corrected handling of volume relative paths on windows. check-in: c788151845 user: andreas_kupries tags: trunk
02:47
* sasl.test: Added some tests. * sasl.tcl: Changed namespace and package to SASL. * ntlm.tcl: check-in: 0a09196178 user: patthoyts tags: trunk
2005-02-10
17:34
New module 'fumagic' aka 'fileutil::magic'. Magic(5) based functionality. Type recognizer core, compiler for magic(5) files, and a mimetype recognizer. This is in its infancy. No tests, no documentation. check-in: 7f954cce54 user: andreas_kupries tags: trunk
17:16
* fileutil.tcl (fileutil::jail): Fixed a problem reported by Pat Thoyts. Test jail-2.1 failed on windows. The reason was improper handling of volume-relative paths. They have to be handled like absolute paths, but were not. Changed the initial if condition a bit to fix this. check-in: a50c6d4989 user: andreas_kupries tags: trunk
09:23
* uuid.tcl: Fixed missing include in the critcl code. check-in: 5c4eb7442e user: patthoyts tags: trunk
00:16
Fixed typo in test check string. check-in: f9e91f3291 user: patthoyts tags: trunk
2005-02-09
16:59
fix for sideeffect of bugfix for 1102131 check-in: 9961e3cb02 user: mic42 tags: trunk
10:59
Added missing "package provide" statement; added missing brackets in mkBorder check-in: 4cba8ead46 user: arjenmarkus tags: trunk
05:52
Import SArnold changes to bigfloat. New commands: jail, stripPath. Implemented, documented, tested. Fix for [SF Tcllib Bug 862421 aka 1111153]. Catching problems with 'cd' into inaccessible directories, ignored the directories. check-in: 2336f43888 user: andreas_kupries tags: trunk
2005-02-08
10:55
Demonstration of math::bigfloat and math::bignum abilities. Changes needed by the package math::bigfloat version 1.2. Added a 'bigfloat.help' file to advise the users. check-in: 82cffbeba7 user: sarnold75 tags: trunk
10:51
Version 1.2 of math::bigfloat Do the appropriate changes in the package ifneeded command. check-in: 16bd0e136f user: sarnold75 tags: trunk
10:49
Version 1.2 of math::bigfloat (it is using math::bignum) Many performance enhancements and bug fixes check-in: 536719e00b user: sarnold75 tags: trunk
2005-02-02
06:48
Fix for [SF Tcllib Bug 862421 aka 1111153]. Catching problems with 'cd' into inaccessible directories, ignored the directories. Merging bugfix and new SASL module. ChangeLog manual merge. check-in: 710456ed82 user: andreas_kupries tags: trunk
2005-02-01
16:52
Tweaked the callback eval statement. Comments. check-in: 135b3ab169 user: patthoyts tags: trunk
02:41
* sasl.tcl: Initial version (DIGEST-MD5, CRAM-MD5, PLAIN, LOGIN) * ntlm.tcl: Implementation of Microsoft NTLM as SASL mechanism. * saslclient.tcl: SMTP-SASL test harness. check-in: faa3cd9c9c user: patthoyts tags: trunk
2005-01-31
23:46
* modules/sasl: NEW MODULE: sasl * installed_modules.tcl: 'Simple Authentication and Security Layer' check-in: e2742f55d1 user: patthoyts tags: trunk
17:58
Fix for Bug 1102131 check-in: a552d377ce user: mic42 tags: trunk
16:55
fixes to tests check-in: f10fffc225 user: mic42 tags: trunk
16:41
Tests for bug 1102131 added to logger.test check-in: 6b7e99fbdd user: mic42 tags: trunk
2005-01-29
05:39
Using 8.4 festures in the code, updating all references to the Tcl version in use to that version. Corrected a typo. Added package index to new module rcs. Added new module rcs to the installer. Fix of a syntax error in new documentation. Importing from SF into main trunk. Import David Welton's note regarding stripN. Import SArnold's fix to the bigfloat demo: require instead of source. Import bugfixes to bigfloat. New module/package: low-level rcs utility commands. Changelog merge manual, other merge of bugfix on auto. check-in: 60e54d2042 user: andreas_kupries tags: trunk
05:27
Added forgotten package index. check-in: 01be42bcbd user: andreas_kupries tags: trunk
04:57
New module: low-level rcs helper commands (handling of 'diff -n patches'). check-in: 092c18f8c0 user: andreas_kupries tags: trunk
2005-01-26
17:12
* fileutil.man: Added a small note on the measure used to count elements in fileutil::stripN. check-in: 896936be76 user: davidw tags: trunk
2005-01-21
17:33
Replaced the basic (and buggy) "source bigfloat.tcl" by the appropriate package require command check-in: d1ef736277 user: sarnold75 tags: trunk
17:31
Fixed a bug in intDivqr : endless loop within some conditions. Fixed the package provide command : replaced bigfloat with math::bigfloat check-in: 683d54cfd7 user: sarnold75 tags: trunk
2005-01-19
20:51
* html.tcl (::html::font): Fixed [Tcllib SF Bug 1105010], reported by Luciano <[email protected]>. The parameters for the font tag were duplicated. * html.texst: Added tests for "html::font". check-in: cca2769561 user: andreas_kupries tags: trunk
2005-01-18
06:21
Added some info to the last entry in the ChangeLog (SF reference) check-in: 89cdfceccf user: andreas_kupries tags: trunk
05:53
Fix for Tcllib SF Bug 1094294. Confusing *roff formatting at the beginning of a line is detected and replaced with something which is understood later. Removed multiplicates of changelog entries inserted by the auto-merger. Manual merge of changelogs, auto-merge of everything else. check-in: e4ed6fcd34 user: andreas_kupries tags: trunk
2005-01-15
17:45
Manual merge of changelogs, auto-merge of everything else. Import typo fix. Import of fix for tcllib SF bug 1093414. Actually new code, logical bit operations by Aamer Aakther. Import of new bigfloat code into the math package. Written by Stephane Arnold, integrated by Arjen Markus. Import fix of tcllib SF bug 1099722. Fixed by Michael Schlenker. Import change to package requirements of htmlparse. Reduced from full-blown struct to just the structures required (stack). Import of fix for bad nroff formatting of examples. Import of bugfix SF 1099727. check-in: 956e255eff user: andreas_kupries tags: trunk
2005-01-14
12:58
Introduction of a demonstration script for the bigfloat package check-in: 7c44254454 user: arjenmarkus tags: trunk
12:57
Introduction of bigfloat package (version 1.0; newer versions to follow later) check-in: b700df2031 user: arjenmarkus tags: trunk
2005-01-12
21:26
Fixed bug [1099722]. check-in: 63078cd706 user: mic42 tags: trunk
2005-01-11
19:45
* mpformats/fmt.nroff: Fixed bad nroff formatting for examples * mpformats/_nroff.tcl: with explicit start/end commands. check-in: 5c20657e58 user: andreas_kupries tags: trunk
19:34
* treeql.man: Mini typo fix. check-in: a330a87531 user: andreas_kupries tags: trunk
19:30
* htmlparse.tcl: Modified to load only the data structure we need, stacks, and not all eleven. * htmlparse.test: Ensured usage of local packages, nothing installed, and updated for the new struct usage. Updated to fixes in cmdline. check-in: d2ad5668a3 user: andreas_kupries tags: trunk
2005-01-10
22:33
* Makefile.in: Added -no-apps, and -app-path to the installer targets, to ensure that a configure --bin-path is handled correctly. Thanks to Gregor Leusch <[email protected]> for both diagnosis and patch ([Tcllib SF Bug 1099727]). check-in: 7dc6344e5b user: andreas_kupries tags: trunk
22:20
* bignum.tcl: Integrated [Tcllib SF Bug 1093414]. Basic bit * bignum.test: operations (and, or, xor) on big numbers. Correct * bignum.man: operation is limited to positive numbers (including zero). The basic code was provided by Aamer Aakther <[email protected]>, modifications of docs, and small testsuite by myself. check-in: 3aa3818e63 user: andreas_kupries tags: trunk
2005-01-05
08:22
Added tests for matmul check-in: 9bcf87051d user: arjenmarkus tags: trunk
2005-01-04
18:14
Added the laymans guide to the import repository, was missing all the time here. Modified tooManyArgs, to handle case of zero arguments correctly. Unknown contributor, no changelog entry is present. More ASN work by Michael Schlenker. Import Arjen's work on linalg (Expanded docs, tests, wider API). Import of fixes by Pat Thoyts. check-in: 4d6071481a user: andreas_kupries tags: trunk
08:20
Expanded the documentation and tests for the linear algebra package. Added it to the list of packages in this module, so that it can now be officially used. check-in: e74f5109f5 user: arjenmarkus tags: trunk
2005-01-03
10:47
Added modified Gram-Schmidt to the linear algebra package check-in: 6dfe090d21 user: arjenmarkus tags: trunk
2004-12-29
01:20
Added more decoders. Bugfixes for integer encoding. More tests. Changed version to 0.3 check-in: 4ac7535003 user: mic42 tags: trunk
01:18
Added support for zero args to the tcltest::tooManyArgs proc check-in: 61e26d335b user: mic42 tags: trunk
2004-12-21
12:38
Added tests for the Reset procedure. check-in: f71809a951 user: patthoyts tags: trunk
12:20
* blowfish.tcl: Fixed bug in search for Trfcrypt (noticed by Antirez). Added a Reset command to the programming API to permit reuse of a key with a new initialization vector.. check-in: 94efe38da5 user: patthoyts tags: trunk
2004-12-07
07:11
* blowfish.tcl: Add in support for Trfcrypt implementation. * blowfish.test: Support variable key length and added tests. check-in: 4effa3ae97 user: patthoyts tags: trunk
02:34
Bugfix in runge-kutta, by Arjen. New module: blowfish. Pat, via Wiki, original author is 'Frank Pilhofer'. check-in: e2a8685299 user: andreas_kupries tags: trunk
2004-12-06
16:27
NEW MODULE: blowfish check-in: fd62a97342 user: patthoyts tags: trunk
16:15
* blowfish.tcl: Imported Frank Pilhofer's pure-Tcl implementation * blowfish.test: from the Tcler's wiki. Modified to remove the Itcl code and to conform to the tcllib programming standards and conventions. Test file includes standard test vectors. check-in: acbd449740 user: patthoyts tags: trunk
09:27
Fixed bug 1078215 in Runge-Kutta method check-in: c851fc7149 user: arjenmarkus tags: trunk
2004-12-03
12:03
Added a C test file to permit comparison with openssl-based hmac results. check-in: 8ef265d733 user: patthoyts tags: trunk
07:07
Conflicts resolved. Asn code first time coming to import repository. Removal of memchan/null dependency, avoid name clashes. Md5 changes to remove memchan/null dependency. Cmd name clashing with other procs. Bob Techentin's fixes to tmp file generation. check-in: cbb5f0ab1d user: andreas_kupries tags: trunk
02:23
* ripemd128.test: Added test cases from RFC2286 to both digests. * ripemd160.test: Also included a test with leading hyphen. * ripemd128.tcl: Removed usage of memchan in favour of the platform * ripemd168.tcl: null device. This avoids problems with name clashes when loading in [null] or [random]. check-in: 4b2cbb7103 user: patthoyts tags: trunk
02:08
Added some additional hyphen tests. check-in: acdb316368 user: patthoyts tags: trunk
2004-12-02
23:52
Oops - left a debugging char in check-in: 6947a31a54 user: patthoyts tags: trunk
23:45
* md5x.tcl: Replaced use of memchan null channel with the systems NUL device (NUL or /dev/null). This avoids problems with clashing names when memchan gets included. check-in: 50a42336e4 user: patthoyts tags: trunk
2004-12-01
22:23
Fixed SF Tcllib Bug 1037636 by changing tempfile's random character selection expression from [clock clicks] to rand(). check-in: 46911b8b22 user: techentin tags: trunk
00:42
Added more decoder functions check-in: fd9007daf1 user: mic42 tags: trunk
2004-11-25
23:56
* linalg.man: Fixed a formatting bug in the file, found by a regular run of the SAK tool. check-in: 1b3210c8ab user: andreas_kupries tags: trunk
13:50
Updated the ChangeLog to reflect the latest additions to LA package check-in: 5628edb284 user: arjenmarkus tags: trunk
13:48
Added descriptions of several procedures check-in: 05887d5a5c user: arjenmarkus tags: trunk
2004-11-24
14:29
Additional functions and tests for the linear algebra package check-in: e857e70703 user: arjenmarkus tags: trunk
2004-11-22
18:48
* pkgIndex.tcl: Fixed usage of wrong file for package 'dacceptor'. check-in: 3870b8a0cc user: andreas_kupries tags: trunk
18:48
* rational_funcs.tcl: Removed bad source'ing of file polynomials.tcl. Depended on current working directory in the right place, and superfluous as well, as immediately after a 'package require' of the package loaded it in the proper manner. Disabled the test code at the end as well. check-in: 2c04688c1f user: andreas_kupries tags: trunk
2004-11-21
11:41
* dns.tcl: Fixed bug in ReadUShort. check-in: c676ae74d4 user: patthoyts tags: trunk
01:05
* dns.tcl: Incremented the version to 1.2.1 and updated the * ip.tcl: manual. check-in: 0567f00e23 user: patthoyts tags: trunk
00:49
* dns.tcl: Added support for RFC2782 (DNS SRV) which provides for service discovery via DNS. Added dns::nameservers command to return the list of nameservers configured -- this is not necessarily all that reliable but should be useful. Implemented for Windows and Unix. * ip.tcl: Added an error message to deal with invalid address formats during normalization. check-in: 246eeb5ceb user: patthoyts tags: trunk
2004-11-15
09:09
Preliminary version of the manual for the linearalgebra package check-in: 5af0a760f4 user: arjenmarkus tags: trunk
2004-11-12
10:42
Added tests and a re-implementation of the SVD algorithms plus various matrix procedures check-in: 5cdebf7a72 user: arjenmarkus tags: trunk
04:37
Automerge of import, with manual merge of ChangeLogs. Fixes in the FA documentation. Import of Arjen's work: Defered initialization of CDF. Linear algebra module, derived from Ed Hume's code, with permission. Fixed problem with the use of 'namespace' markup in the HTML backend. Changed generation of error message for unknown options, response to TDK bugreport. AS Bugzilla 32363. Import of bugfix for Tcl SF Bug 1060460. By Pat. Mini cleanup of changelog entry. Manual merge of ChangeLog entries. Import fix for [Tcllib SF Bug 1042987]. check-in: ddd913f3a3 user: andreas_kupries tags: trunk
2004-11-11
20:53
* fa.man: Removed duplicate description of method startstates. Fixed typos (wrong term, missing word). check-in: f21e1373e0 user: andreas_kupries tags: trunk
2004-11-08
21:48
* cmdline.tcl (::cmdline::getKnownOpt): Changed generation of error message for unknown option, re-added the prefix-dash to the option name. See AS Bugzilla Report 32363 [http://bugs.activestate.com/show_bug.cgi?id=32363]. * cmdline.test: Updated testsuite to new error message. check-in: f64ba068d6 user: andreas_kupries tags: trunk
14:48
Removed initialisation in pdf_stat. Corrected tests for linear algebra module check-in: 44354b734f user: arjenmarkus tags: trunk
13:00
Initial checkin for the linear algebra module check-in: c4fec0324e user: arjenmarkus tags: trunk
2004-11-06
02:27
* ip.tcl: Bug #1060460 - support for IPv4 in IPv6-style addresses in ip::normalize. check-in: cd82a7ff43 user: patthoyts tags: trunk
2004-11-01
19:03
* mpformats/fmt.html (fmt_namespace): Added HTML backend code for the namespace command. check-in: 16a34634fb user: andreas_kupries tags: trunk
10:46
Moved initialisation of CDF in statistics module to first call check-in: 02be155495 user: arjenmarkus tags: trunk
2004-10-21
05:28
fixed SF bug 1042987 - Extra list layers on output of get check-in: c5741f27c6 user: coldstore tags: trunk
2004-10-20
04:57
Import of devtools deletions. Enhanced testsuite with better tracing, made pop3d logging more consistent, added code to prevent leakage of old channels. Merging imported ChangeLogs. check-in: f9d0892614 user: andreas_kupries tags: trunk
03:57
Removed old files. check-in: 3c99a5c83a user: andreas_kupries tags: trunk
03:55
Merging imported ChangeLogs. Imported dns bugfix for [Tcllib SF Bug 1018934]. New example for htmlparse, by Pat. Removed old cruft used by tyhe testsuite in the very beginnings. Now two generations too old. Manual merge changelog. Removed old code for sub processes and programmed interactions. Testsuite rewritten to use the new facilities for programmed interaction and sub processes. New code for mgmt of subprocesses and serial interactions with servers and clients, i.e. the generation of fake servers and fake clients. Better hiding when Tk is used by the tests. Also more info about test environment (shell in use). Capitalized the USER and PASS commands. Now every command on the wire is fully capitalized. Bump version to differentiate CVS from release. check-in: e1b87bc37e user: andreas_kupries tags: trunk