Tcl Library Source Code

Timeline
Login

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

36 check-ins using file sak.tcl version 020d024bc4

2005-09-29
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