Tcl Library Source Code

Timeline
Login

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

255 check-ins using file modules/asn/pkgIndex.tcl version 692d96bb3c

2005-10-18
23:04
* base64.bench: Basic benchmarks for base64, uuencode, * uuencode.bench: and yencode. Encode/decode of strings * yencode.bench: only. check-in: 085e0e4d4e user: andreas_kupries tags: trunk
23:02
Extended with benchmarks for the keyschedules. check-in: f3b5328d33 user: andreas_kupries tags: trunk
20:21
* sak.tcl: More benchmarking functionality, showing benchmark data after the fact, implicit merging, and changing interp information around. Now we need only some functionality to show the data graphically, and possibly compute statistical information. check-in: b7ebe38ed6 user: andreas_kupries tags: trunk
20:20
* bench_read.tcl: New file. Command and package to read benchmark data in the text, csv, or raw formats. * bench.tcl (::bench::edit): New command. Changes specified interpreter path to user specified value. Needed if we wish to merge data coming from the same interpreter, for different revisions of the package under test. check-in: 64423c301d user: andreas_kupries tags: trunk
17:51
* ipMore.tcl (::ip::maskToInt): Fixed [SF Tcllib Bug 1323146], using the patch supplied by Mikhail Teterin <[email protected]>. One path through the code did not mask the data down to 32bit. check-in: f7f1fd33b8 user: andreas_kupries tags: trunk
06:42
Added format information when writing results to a file, for easier type recognition and reading. Extended help for benchmark options. check-in: 60b2b116a1 user: andreas_kupries tags: trunk
05:40
Extended help for benchmark options. Disabled the tree benchmark, not functional in its current state. Added benchmarks for the modules which had .timing code. check-in: a20fb60642 user: andreas_kupries tags: trunk
05:23
Disabled the tree benchmark, not functional in its current state. Added benchmarks for the modules which had .timing code. Added module containing benchmark support commands, extended SAK with benchmark functionality. Updated CVS version to distinguish from release. Import changes making the fileutil tests quieter, by Pat. Import typo fixes. Removed duplicate entries. check-in: b777d51192 user: andreas_kupries tags: trunk
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
2005-10-04
18:47
* mime.tcl: Applied patch for [SF Tcllib Bug 1276561] by Benjamin Riefenstahl. Fixes the handling of date/times, removing dependencies on the current locale. check-in: fc4553fdf1 user: andreas_kupries tags: trunk
18:33
* ipMoreC.tcl: disabling the new critcl parts of ip for the platforms it is known to not work for. A better solution will be worked on after the release. check-in: addbe31871 user: andreas_kupries tags: trunk
18:02
Updated README with changed version umbers. check-in: 48ae429686 user: andreas_kupries tags: trunk
18:01
* tcldocstrip.dtx: Applied changes made by Lars to fix * tcldocstrip.ins: a number of bugs he found. I am doing * tcldocstrip.stitch: it in his stead as he currently has trouble with the SF CVS. Also fixed a syntax error in the documentation. * Regenerated the other files. One new file, "docstrip_util.test". All tests pass, regular and from within the test harness. check-in: 7352944970 user: andreas_kupries tags: trunk
17:31
* geometry.man: Fixed bad reversals of geometry version * geometry.tcl: numbers. Bumped version to reflect the documentation change. * pkgIndex.tcl: Added new 'math::roman' to package index. check-in: 2bd6d0c1f1 user: andreas_kupries tags: trunk
17:15
Removed duplicate line, apparently due to bad auto-merge. check-in: 39f258f02c user: andreas_kupries tags: trunk
17:15
Updated version number for tree v1, due to the bugfix in undocumented method 'serialize'. check-in: 45574f20de user: andreas_kupries tags: trunk
08:18
Added Roman numerals package check-in: 4e5e51371c user: arjenmarkus tags: trunk
06:30
Completed man-page for geometry submodule check-in: 1b7d51c703 user: arjenmarkus tags: trunk
05:59
Import bugfix in v1 tree, by Jeffh. Updated Release README Test requirements. Bugfix 756939, RFE 842066. int() TIP#237 compat patch, and Pat's refactoring of the code after that. Queue unget, RFE 1229352. Stack version. Palliative for tar / vfs::tar conflict. Import RFE 1294733. Extended ip commands. Fixes in the cpu core and grammar testsuite. New documentation for math Import of code checking ambiguities in section titles. Import of new command joinmatrix. RFE 1006282 accepted. Second round of checking packages, their changes, and versions. Updated lots of packages, and sync'd with README. check-in: 5eed4977f1 user: andreas_kupries tags: trunk
05:19
fix serialize of attributes check-in: 21b79e4a2f user: hobbs tags: trunk
2005-10-03
23:29
* checker.tcl: Added code checking for ambiguities in section * mpformats/c.msg: and subsection titles. It causes warnings. * mpformats/en.msg: Extended the message catalogs with strings for * mpformats/de.msg: the new warning. * mpformats/fr.msg: check-in: 9c19f60139 user: andreas_kupries tags: trunk
22:59
* comm.tcl: Accepted [SF Tcllib Bug 1006282], which is actually an * comm.man: RFE. Comm channels are extended with an option which allows the user to force the server side to silently ignore connection attempts where the protocol negotiation with the other side failed. check-in: 5b8ccd3b51 user: andreas_kupries tags: trunk
22:23
* html.tcl (::html::html_entities): Accepted the [SF Tcllib Patch * html.tcl (::html::nl2br): 1294733], creating two small * html.man: commands for the conversion of * html.test: special characters to their entities, and line-endings to <br>. Extended documentation and testsuite. check-in: 822fd34d80 user: andreas_kupries tags: trunk
21:21
* me_tcl.test (ME_state): token ranks are stored in an array/dict, used dictsort to generate a canonical representation we can compare against. ... Also duplicate tokclass test depending on error message by "string is", different results in 8.4 and 8.5. check-in: 47d63a4d8c user: andreas_kupries tags: trunk
17:52
Version number sync in sha1, and version number fix for struct::stack. Updated release document as well. check-in: 6db6510405 user: andreas_kupries tags: trunk
2005-09-30
23:48
* queue.test: Extended API with new method 'unget'. Updated * queue.man: documentation and testsuite. Version bumped to * queue.tcl: 1.4. This implements [SF Tcllib RFE 1229352]. * pkgIndex.tcl: check-in: e1ce0f97ae user: andreas_kupries tags: trunk
23:15
* me_cpucore.tcl: Fixed more typos. check-in: d375b9c5f4 user: andreas_kupries tags: trunk
23:03
* pkgIndex.tcl: Added command 'csv::joinmatrix', which converts a * csv.man: matrix object into CSV records, one record per * csv.tcl: row. Inspired by [SF Tcllib RFE 1204345] which brought the conversion up, but went a round-about way via a report object. check-in: a013778f27 user: andreas_kupries tags: trunk
22:50
* sha1.tcl: Refactored to permit implementation selection based upon the current interpreter version to try and maximise the speed. check-in: b82d0daf4c user: patthoyts tags: trunk
22:23
* pkgIndex.tcl: Applied fix for [SF Tcllib Bug 756939], and * ncgi.tcl: accepted [SF Tcllib RFE 842066]. Added new * ncgi.man: commands 'ncgi::names' and 'ncgi::exists'. * ncgi.test: Extended the documentation and testsuite. Bumped version to 1.3 check-in: 0f0f85efc8 user: andreas_kupries tags: trunk
22:07
* sha1.tcl: Applied [SF Tcllib Patch 1301707] to keep the size of generated numbers within the bounds of 32 bits. check-in: 585965dff8 user: andreas_kupries tags: trunk
20:08
* tar.tcl: qualified all [open] calls with :: to ensure usag of the builtin. Apparently mitigates conflict between this package and the vfs::tar module. check-in: 4d2fa7ad91 user: andreas_kupries tags: trunk
20:06
* me_cpu.tcl: Fixed namespace typo. * me_tcl.test: Added forgotten check to tests, the packages cannot * me_utils.test: run against Tcl 8.3 and below. check-in: ea4b6c0759 user: andreas_kupries tags: trunk
18:05
Added ip critcl parts to setup. Updated dns installation instructions. check-in: 76be0e56cf user: andreas_kupries tags: trunk
18:03
* ipMore.test: Integrated Aamer Akhter's extended * ipMore.tcl: conversion and manipulation commands * ipMoreC.tcl: for ip-addresses and -masks. See the * msmgs/en.msg: [SF Tcllib Patch 1260196]. Extended the * ip.man: documentation, testsuite, critcl setup. check-in: 77c5acfd0e user: andreas_kupries tags: trunk
07:49
Added documentation on rational functions package check-in: 2fd8c10779 user: arjenmarkus tags: trunk
05:36
Second round of checking packages, their changes, and versions. Updated lots of packages, and sync'd with README. check-in: dd5aa35384 user: andreas_kupries tags: trunk
04:38
Extended rstatus output of sak. Bugfixes in installer, for page and extended logger. Added README for the new release. Typo fixes. Import of fix to version inconsistency of package 'units' Done second part of the move (page/NOTES to page NOTES.txt), deleting the original file. check-in: cad1d2db8e user: andreas_kupries tags: trunk
00:19
html/changeLog - Typo correction. README-1.8.txt: First run through modules classifying changes. check-in: 151366acae user: andreas_kupries tags: trunk
2005-09-29
23:23
Removed duplicate entries. check-in: 4df6c1a57f user: andreas_kupries tags: trunk
22:56
* README-1.8.txt: New file. Readme file for the upcoming release. * sak.tcl (pkg-compare): Modified the core of the 'rstatus' functionality to sort by module, then package, and show the module name before the packages. Easier for use in new release README file. check-in: c8f78d4030 user: andreas_kupries tags: trunk
17:37
* installed_modules.tcl: log module changed to use _msg for installation. * install_action.tcl (_msg): New action for modules having a message catalogs in a msgs subdirectory. * installer.tcl (xcopy): Fixed bug in the interaction of recursion and pattern argument. It is for files, but affected directories as well, causing page to ignore its plugin directory. check-in: 09c1bd8cad user: andreas_kupries tags: trunk
06:24
Done second part of the move (page/NOTES to page NOTES.txt), deleting the original file. Imported move of NOTES to NOTES.txt to disambiguate the file from the directory in filesystem doing case-less comparison of names (Windows, OSX) Import of logger formatter/appender integration. Imported math changes by Arjen (documentation cleanup) Removed javascript quirk checking for ncgi in the package index. Bugfix in page installation (recurse dirs for plugins). Fixed version inconsistencies in packages page::config::peg and pop3d. check-in: 1c2b363eb0 user: andreas_kupries tags: trunk
2005-09-28
21:14
* loggerAppender.tcl: Integrated the formatter/appender utilities * loggerAppender.man: provided by [SF Tcllib 1267636]. Created * loggerUtils.tcl: doctools based documentation. Fixed mis- * loggerUtils.man: spellings. Moved the utility code into * loggerUtils.test: the namespace "logger::utils". Added the * pkgIndex.tcl: new packages to the package index. check-in: 81c17070d3 user: andreas_kupries tags: trunk
18:18
* pkgIndex.tcl: Removed the check for ncgi v1 being loaded before javascript. This type of check has been done traditionally in the implementation itself. Only checks for Tcl versions should be done in the index. check-in: 0dbbb7de5f user: andreas_kupries tags: trunk
16:46
* installed_modules.tcl: Using _tcr to install page and its plugins. * install_action.tcl (_tcr): New install action, recursive install of all .tcl files in the module. check-in: 5b6bd95783 user: andreas_kupries tags: trunk
16:28
* units.tcl: Fixed version discrepancy between index/docs and implementation. check-in: 6e1f7c99aa user: andreas_kupries tags: trunk
16:27
* NOTES.txt: Renamed from NOTES. This file had the same name as a directory, causing the Windows and OS X filesystem to trip badly as they considered both identical. check-in: e4da687c52 user: andreas_kupries tags: trunk
08:09
Some minor updates wrt linear programming (documentation) check-in: ba184d9f2c user: arjenmarkus tags: trunk
06:16
Fixed version inconsistencies in packages page::config::peg and pop3d. Another bad whitespace merge. check-in: f670292e84 user: andreas_kupries tags: trunk
04:51
Another bad whitespace merge. Fixed bad whitespace merges from ME. Fixed some warnings reported by frink. Fixed naming of page in installed modules, added application as well, fixed date of integration. Updated naming and integration date of ME module. Import of fix to cache invalidation bug of tie::std::file. check-in: 48a590216e user: andreas_kupries tags: trunk
03:46
Import of fix to cache invalidation bug of tie::std::file. Import of Michael Schlenker's application of Krzysztof's and Tomasz's fix to prioqueue sorting. Import of my changes to snit (Integration of a backport to Tcl 8.3, by Kenneth Green, and correction of string handling of list data.) Import of Michael's changes to logger documentation and examples. Import of fix in docstrip testsuite. Import of Pat's changes to des (Integration of Mac Cody's TclDES(jr)). Import of changes to list of installed applications. 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. check-in: 2ce44a892a user: andreas_kupries tags: trunk
2005-09-27
23:01
* installed_modules.tcl: Added the 'tcldocstrip' application to the installer. check-in: 2a89960f18 user: andreas_kupries tags: trunk
2005-09-26
23:46
* tcldocstrip.dtx: Fixed the testsuite bug regarding access to files in the module under test. check-in: c6e1679357 user: andreas_kupries tags: trunk
23:14
* des.man: Fixed syntax error introduced by the last commit. check-in: f51c39e234 user: andreas_kupries tags: trunk
23:04
* tie_file.tcl: Fixed bug in cache invalidation. nothing to do if the cache is already invalidated. check-in: 62d19caaed user: andreas_kupries tags: trunk
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
05:55
Import of SNTP fixes by Pat Thoyts. check-in: bf6e875a79 user: andreas_kupries tags: trunk
2005-08-11
21:48
* time.tcl: SNTP wasn't working (raised by Donal Fellows). Added support for ceptcl in addition to tcludp. Incremented version. check-in: cdbd6b7990 user: patthoyts tags: trunk
01:28
* snit.tcl (::snit::Comp.statement.hulltype): make hulltype one of $::snit::hulltypes, allow ttk::frame check-in: 325a63477d user: hobbs tags: trunk
2005-08-09
07:37
Added the linear programming routines as found on the Wiki (the improved version) and updated the related files check-in: 9d19a24158 user: arjenmarkus tags: trunk
2005-08-05
12:35
math::bigfloat (changes by sarnold75) check-in: ab6f5a8026 user: sarnold75 tags: trunk
12:28
Fixed a bug in : 1.fromstr when a number began with '+' 2. fromdouble when a number began with '+' or '-' check-in: 66bcfcece6 user: sarnold75 tags: trunk
02:10
Doctools police, changing ?...? to [opt ...] Import sarnold changes to bigfloat, new fromdouble. Import pat thoyts' update to dns, incr. zone transfer. check-in: 5e26a151d6 user: andreas_kupries tags: trunk
2005-08-04
15:31
Trying to add IXFR support check-in: 4c05993ef4 user: patthoyts tags: trunk
10:12
Bug fix and new proc in math::bigfloat check-in: ea44f0e63e user: sarnold75 tags: trunk
10:10
Small bug fix with [fromstr] Added [fromdouble] as Arjen Markus suggested it check-in: fe5e509e8e user: sarnold75 tags: trunk
2005-08-03
21:09
no message check-in: 8f301e7973 user: sarnold75 tags: trunk
20:44
Fixed a bug when a number was given with an exponent beginning by 0 (1.00e+099 for example) check-in: ea11839048 user: sarnold75 tags: trunk
2005-08-01
09:06
Changed the address for Ed Hume (antispam measure) check-in: 3db8147dc3 user: arjenmarkus tags: trunk
2005-07-29
00:49
Added forgotten index file. check-in: de5ef50b7e user: andreas_kupries tags: trunk
2005-07-27
06:21
Import of bigfloat changes by Stephane Arnold - registration of example, fixes in example regarding precision of pi Bugfixes, extended testsuite, clarified docs, smoothed error messages. check-in: 21da7f61ba user: andreas_kupries tags: trunk
2005-07-26
20:25
Added math example check-in: 8ac9c12e40 user: sarnold75 tags: trunk
20:21
Changes brought to bigfloat.tcl check-in: 874ce6eb04 user: sarnold75 tags: trunk
20:19
Changed in many places : '[pi $precision]' to '[pi $precision 1]' in which $precision is treated as binary digit length (instead of decimals) It had produced strange behavior when for example : tostr [acos [cos [pi 12]]] gave more than 12 digits !! check-in: 5b8fda8736 user: sarnold75 tags: trunk
03:43
Bugfixes, extended testsuite, clarified docs, smoothed error messages. critcl fixes and extensions. check-in: 2f82b52cc2 user: andreas_kupries tags: trunk
02:21
critcl fixes and extensions. Updated to newer version. check-in: 76e6de8a23 user: andreas_kupries tags: trunk
2005-07-25
09:21
Some minor changes check-in: 0f90631046 user: sarnold75 tags: trunk
2005-07-23
04:44
Fixed SF bug 1243171. Finally import of configuration change regarding license. check-in: 6732cc727f user: andreas_kupries tags: trunk
2005-07-20
11:58
* ldap.tcl: Applied fix for bug 1239915. Thanks to Pierre David for the patch. * pkgIndex.tcl: Version raised to 1.2.1 check-in: f41737b307 user: mic42 tags: trunk
2005-07-08
03:43
Plugin mgmt code and documentation check-in: 277dd6656a user: andreas_kupries tags: trunk
03:41
ChangeLog: Prepared for integration to mainline Updated plugin management with option -setup, method clone. Import Reinhard's extensions to pop3d - CAPA support. Undo wrong auto-merge. Fixed version number in documentation. Accumulated changes. Import Reinhard's extension to pop3d to allow use of TLS for sockets. Import fixes by Michael Schlenker regarding the handling of callbacks. Import of bigfloat updates by S. Arnold. Import fixes to testuite regarding command conflicts. Corrected typos in the testsuite for the new commands. Math import, and accumulated changes in other branches. Import of additional statistics code, and elliptic curves. Restored changelog entries dropped by merge. Fixed bug in file walker, it excluded all symbolic links, instead of just not following circular ones. Fixed a typo in the new documentation file. Undo failed auto-merges. Accumulated changes. Import first documentation for blowfish. Import bugfix by Pat regarding handling of empty return path addresses. Added report of missing API commands to validation, setting plugin name earlier, for use of 'do' in validation callback, setting up of externals cleaner. check-in: 0f468d8726 user: andreas_kupries tags: trunk
01:52
Import Reinhard's extensions to pop3d - CAPA support. Undo wrong auto-merge. check-in: dfcb9ff935 user: andreas_kupries tags: trunk
2005-07-07
17:17
* pop3d.test: Using wildcards in some expected results so that they don't need adjustments every time the version number is bumped. Added tests for CAPA. * pop3d.tcl: Added basic support for the CAPA command as specified in RFC2449. Cleaned up and optimized pop3d::Transfer. * pop3d.man: Added documentation for [autCmd exists]. * rfc2449.txt: New file: "POP3 Extension Mechanism". check-in: 19738f345d user: rmax tags: trunk
04:24
Fixed version number in documentation. Accumulated changes. Import Reinhard's extension to pop3d to allow use of TLS for sockets. Import fixes by Michael Schlenker regarding the handling of callbacks. check-in: aa4c0dd355 user: andreas_kupries tags: trunk
2005-07-06
17:41
added a -socket option check-in: d76b2adea0 user: rmax tags: trunk
2005-07-05
13:50
Added more tests for lvlchangeproc and fixed a bug with empty lvlchangeproc. Callbacks are now checked more thouroghly. Raised version to 0.6.1 check-in: cbb3c7174c user: mic42 tags: trunk
2005-07-02
16:23
- added int2float procedure - added : import procedures into the main namespace - changed copyright for 2005 check-in: b0a2ff7d88 user: sarnold75 tags: trunk
11:48
update check-in: 91359c1ce4 user: sarnold75 tags: trunk
11:45
1-Updated copyright for 2005 2-Updated package version in bigfloat.man check-in: 91f4c64d10 user: sarnold75 tags: trunk
2005-07-01
07:46
updated ChangeLog for math::bigfloat package check-in: e7dddb93b0 user: sarnold75 tags: trunk
07:42
- added a new [int2float] command and updated man page and test suite - added an example in the man page check-in: 826c136a12 user: sarnold75 tags: trunk
2005-06-23
07:01
Corrected conflict between bigfloat and complexnumbers - sqrt defined twice check-in: 40b21e25db user: arjenmarkus tags: trunk
03:43
Corrected typos in the testsuite for the new commands. Math import, and accumulated changes in other branches. Import of additional statistics code, and elliptic curves. Restored changelog entries dropped by merge. check-in: a321930a16 user: andreas_kupries tags: trunk
2005-06-22
09:54
Added statistical procedures (2x2 and quality control charts) as well as elliptic functions (cn, dn, sn) check-in: c8c0b230ae user: arjenmarkus tags: trunk
02:44
Restored changelog entries dropped by merge. check-in: ea9323d71b user: andreas_kupries tags: trunk
02:36
Fixed bug in file walker, it excluded all symbolic links, instead of just not following circular ones. Fixed a typo in the new documentation file. Undo failed auto-merges. check-in: f2ec71a828 user: andreas_kupries tags: trunk
02:21
Undo failed auto-merges. Accumulated changes. Import first documentation for blowfish. Import bugfix by Pat regarding handling of empty return path addresses. check-in: 91f9cce93c user: andreas_kupries tags: trunk
2005-06-21
23:54
Added (incomplete) blowfish manual page check-in: 69ae89bc0e user: patthoyts tags: trunk
13:42
* smtpd.tcl: bug #1224575 - as per RFC2821:3.7 we must accept null return path addresses. The programmers validate_sender proc can then decide to accept or reject such a submission. check-in: 67fd2aadb4 user: patthoyts tags: trunk
2005-06-18
02:37
Fixed SF Tcllib Bug 1220089, quotes in section ids. check-in: a5ae4df44c user: andreas_kupries tags: trunk
02:14
Removed duplicate entry check-in: 79d7016022 user: andreas_kupries tags: trunk
2005-06-16
00:39
Added a smtpd logging implementation of a tls callback procedure. check-in: f25a6812c0 user: patthoyts tags: trunk
00:38
Moved version to 1.4 check-in: b92ba6a14b user: patthoyts tags: trunk
00:37
Make more use of the gui. check-in: b866dedf31 user: patthoyts tags: trunk
00:36
Added a SMTP client sample check-in: e522af92a2 user: patthoyts tags: trunk
2005-06-15
04:23
Undo merge error. Accumulated changes. Imported change to -deliver options now accepting a script instead of a command prefix. Undo bad merge. check-in: 75b12668e2 user: andreas_kupries tags: trunk
2005-06-14
09:11
bug #1220195. The -deliver options should accept a script prefix not just a command. Incremented version number. check-in: 61bd9a8ae8 user: patthoyts tags: trunk
05:21
Undo bad merge. Undo bad merges. check-in: 85a317441e user: andreas_kupries tags: trunk
05:18
Undo bad merges. Accumulated changes. Import fixes to snit testsuite. Tk constraint. Accumulated changes. Imported fix to math initialization of constants. Accumulated changes. Import of fixes to french msg catalog in doctools. check-in: fa92637544 user: andreas_kupries tags: trunk
2005-06-08
03:00
Added tk test constraints to bug-2.* check-in: dc63245ef6 user: duquette tags: trunk
2005-06-07
14:21
fix infinite loop in ::math::constants::huge check-in: a03e2d9059 user: kennykb tags: trunk
2005-06-06
21:19
* mpformats/fr.msg: Fixed [Tcllib SF Bug 1213636], reported by <[email protected]>, by removing the incorrect english strings preceding the french ones. check-in: 102528e688 user: andreas_kupries tags: trunk
2005-06-04
21:41
Updated copyright notice to 2005. check-in: a06e45acf3 user: duquette tags: trunk
21:38
Deleted obsolete .html docs check-in: a98763c60a user: duquette tags: trunk
21:21
Bumped version to 1.0 check-in: 58535e30e8 user: duquette tags: trunk
21:08
Fixed Bug 1106375 check-in: ac93e796bd user: duquette tags: trunk
20:39
Fixed Bug 1161779 check-in: da3b0152a4 user: duquette tags: trunk
14:22
Bumped Snit version number to 0.98 check-in: e841da4820 user: duquette tags: trunk
2005-06-01
03:17
Typo fix. Undo bad automerge. check-in: 6d80f08a30 user: andreas_kupries tags: trunk
03:13
Undo bad automerge. check-in: 10ad761811 user: andreas_kupries tags: trunk
03:09
Accumulated changes. Bugfixes. ChangeLog merges. Accumulated changes. Import of smtp touchup. ChangeLog merge. Accumulated changes. Import fix of bug in 'list flatten'. Imported support for ceptcl communication, by Pat. Import of additional example for logger. check-in: 95b587e751 user: andreas_kupries tags: trunk
2005-05-25
11:04
Avoid unset error message when parsing From addresses check-in: 837fff24c8 user: patthoyts tags: trunk
2005-05-24
15:32
debugging help check-in: 0434b83e1f user: patthoyts tags: trunk
2005-05-23
20:32
* list.test: * list.tcl (::struct::list::Lflatten): Fixed [SF Tcllib Bug 1206499] Replaced the 'eval' construction with a more basic check for list syntax and handling of the data. The removed construct was unable to handle elements containing special characters (Brackets, Braces, Double-apostrophes, etc.) correctly. The bug was reported by Yahalom Emet <[email protected]>. This is actually something we created Tcl 8.5's {expand} for. Extended the testsuite as well. check-in: f368122988 user: andreas_kupries tags: trunk
2005-05-21
00:05
Added support for ceptcl as well as tcludp as the source of UDP support check-in: df39966215 user: patthoyts tags: trunk
2005-05-18
22:29
* logtotext.tcl : Added an example how to display coloured log messages from logger in a Tk text widget. check-in: d2cd1f17d6 user: mic42 tags: trunk
2005-05-11
04:19
New method 'walkproc' added. Call command prefix, not a script. Changelog merge. Minor touchup of object creation. Changelog merge. Minor touchup of object creation. Changelog merge Minor touchup of object creation. Changelog merge. Minor touchup of object creation. Minor touchup of object creation. Two convenience methods to retrieve lists of either all nodes, or leaf nodes. Cheap for the object, expensive with the existing API (walk, children -all). Undo merge errors. check-in: c32c5bb09e user: andreas_kupries tags: trunk
2005-05-07
04:20
Undo merge errors. check-in: 7b36b229fb user: andreas_kupries tags: trunk
04:14
Merging accumulated changelog changes. Import of RFC 3056 support (6to4 addresses), by Pat. check-in: f65ce8c779 user: andreas_kupries tags: trunk
2005-05-06
00:54
* ip.tcl: Added some support for acceping RFC3056 6to4 addresses * ip.test: of the form 2002:<ipv4 address>::/48 check-in: 59a68633d1 user: patthoyts tags: trunk
2005-05-04
13:30
Removed argv0 in optimize.tcl check-in: 6a5d40ec22 user: arjenmarkus tags: trunk
13:28
Removed reference to argv0 - problems with slave interps, apparently check-in: 724b8e6c84 user: arjenmarkus tags: trunk
2005-04-29
01:35
Bug fix for install of apps, has to respect simulate-mode. Updated installer to changes in file and API for package meta information used by SAK check-in: 6e7f7d6619 user: andreas_kupries tags: trunk
2005-04-27
02:40
Manual merge of accumulated changes. Logger examples, OO wrappers based on Snit and Xotcl. Both by Michael. Manual merge of accumulated ChangeLog discrepancies. Typo fix in math documentation, by Arjen. Fixed bug in 'indent', mishandled whitespace leading first line. Added tests checking for the bug. check-in: 55a05a041d user: andreas_kupries tags: trunk
2005-04-25
22:52
OO wrappers for logger using SNIT and XOTcl check-in: e22b96608c user: mic42 tags: trunk
06:35
Corrected small error in documentation (math:;prod -> math::product) check-in: 84f56f8c4a user: arjenmarkus tags: trunk
2005-04-23
05:33
Removed old package information file. check-in: 8ec521eda0 user: andreas_kupries tags: trunk
05:32
Changed getpackage to fall back to a regular 'require' if there is no local implementation for the package. SAK is now independent of the bundle it is in, with an (undoc'd) API to the bundle specific information (package_FOO files). Added missing var imports. Fixed typo. Ditto the bundle specific critcl definitions. Moved bundle specific information for release cleanup into the package meta data, and made the cleanup code itself generic. Replaced lots of hardwired package names with appropriate variables. Changed API between package meta data file and SAK to a command-oriented style. Moved package meta data file to a package neutral file name. Moved package name/version variables over to package neutral names. Moved text templates for various types of generated meta files into separate files, made code using them more regular. check-in: ec0ff78725 user: andreas_kupries tags: trunk
03:59
Truly removed the moved example file. check-in: 6f13203408 user: andreas_kupries tags: trunk
03:58
Noved sasl example out of the module into the example area. check-in: 1b875676c7 user: andreas_kupries tags: trunk
2005-04-16
18:35
Remove old client/server files used by old testsuite. check-in: a31948d4d9 user: andreas_kupries tags: trunk
18:27
Really delete the old example.tcl file. check-in: 1415383271 user: andreas_kupries tags: trunk
18:23
Moved bibtex example application into the examples directory tree. check-in: 2b1ee7046c user: andreas_kupries tags: trunk
2005-04-14
06:07
Testsuite fixes to ensure use of local packages, not installed ones. Typo police, and testsuite fixed to use local packages, not installed ones. Fixing merge errors, putting removed ChangeLog entries back in. check-in: 327baa0e8d user: andreas_kupries tags: trunk
2005-04-13
01:24
Fixing merge errors, putting removed ChangeLog entries back in. check-in: 44d1eaa676 user: andreas_kupries tags: trunk
2005-04-12
02:35
Accumulated manual merges, and snit typo fixc merge Imported typo fix by Marty Backe. Re-added 'alt' attribute, to satisfy any and all browsers. check-in: 05931e2d0b user: andreas_kupries tags: trunk
2005-04-11
22:34
*** empty log message *** check-in: 1ff01f42fe user: mgbacke tags: trunk
2005-04-08
06:08
Fixed SF Tcllib Bug 1176744 check-in: 4e606596ae user: andreas_kupries tags: trunk
05:27
Fixed [SF Tcllib Bug 1173444]. Corrected a number of typos in variable names. check-in: 2b79696e25 user: andreas_kupries tags: trunk
05:18
Fixed SF Tcllib Bug 1177108. Replaced usage of a global variable with a properly namespaced one. check-in: 6da85b8528 user: andreas_kupries tags: trunk
2005-04-06
06:32
Fix of attribution typo in the ChangeLog. Cleaning up of trailing whitespace. New method 'map', with tests, and docs. Tests for all iteration operators. Fixed all scope bugs with the iteration operators. Documented the scoping. Bump version to 1.3, synchronized all usages of version numbers. check-in: 754d14c03d user: andreas_kupries tags: trunk
2005-04-05
07:11
Synchronized indexed vs provided versions. Synchronized indexed vs provided versions. Synchronized indexed vs provided versions of logger. Synchronized indexed vs provided versions. check-in: e7ed11cf53 user: andreas_kupries tags: trunk