Tcl Library Source Code

Timeline
Login

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

4879 check-ins using file license.terms version 6c24223392

2020-03-14
05:19
resolve some merge conflicts check-in: e3475de993 user: pooryorick tags: pooryorick
2019-06-04
20:08
Added demonstrations of passing configuration parameters and seeing the data reflected in behavior in httpd Closed-Leaf check-in: 367088a3b3 user: hypnotoad tags: aku-the-big-httpd-testsuite-cleanup
19:50
Removing hardcoded path, and registering the paths in the appropriate manner in the httpd tests check-in: 357caec02f user: hypnotoad tags: aku-the-big-httpd-testsuite-cleanup
19:38
Adding a DOCUMENT_ROOT to the server headers for scgi servers check-in: a4f6ae73f9 user: hypnotoad tags: aku-the-big-httpd-testsuite-cleanup
19:08
Fix for scgi-client-0006 in httpd check-in: 5f4063d387 user: hypnotoad tags: aku-the-big-httpd-testsuite-cleanup
17:58
Replace live calls to clock seconds with one single call and a global value used by all tests check-in: fb394194c3 user: hypnotoad tags: aku-the-big-httpd-testsuite-cleanup
17:29
Added refcounting safeguards arround common areas where reply objects are waiting and polling. Added a test to ensure that all objects that were supposed to be garbage collected ARE garbage collected after ::clay::cleanup check-in: c3921f3366 user: hypnotoad tags: aku-the-big-httpd-testsuite-cleanup
17:09
Finally fixed httpd module's scgi-client-0006 test check-in: 839939e944 user: hypnotoad tags: aku-the-big-httpd-testsuite-cleanup
16:37
Added refcounting to clay objects, and replaced the hard-cast clay::destroy calls with invocations of the object's clay refcount_decr method. Tweaks to the httpd test to try to sort out why scgi-client-0006 is still failing check-in: f5ae509e59 user: hypnotoad tags: aku-the-big-httpd-testsuite-cleanup
13:43
Added a new channel registration system for httpd replies, instead of forcing developers to manually clean up channels via the old TransferComplete mechanism. Rather than hard-calling destructors for httpd reply objects (and their proxies) added a soft-kill mechanism developed for cuneiform to the httpd module. A new command "clay::destroy" marks and object for death, to be cleaned up at the next call for clay::cleanup. The cleanup is invoked at points in the idle loop where the object is expected to be long done with its toys. When an object wants to deliver its contents now, it can invoke the "close" method. Close will now close ALL channels registered with ChannelRegister, not just the channel in the "chan" variable. Fixes the crashes in scgi test 0006, but now the content is still coming out "wrong" check-in: fb7ab80b6b user: hypnotoad tags: aku-the-big-httpd-testsuite-cleanup
07:34
Starting to investigate the issue with `scgi-client-0006` I was unable to help myself and started a cleanup of the tests first. - Fixed up indentation all over the place. - Moved all the various expected replies (404, 200, 500) into constructor procedures. This not only made the individual tests clearer, but also easier to properly indent. - Removed the custom `httpd::test::compare` (HTC). Switched to regular tcltest glob matching, plus string map for basic templating of some expected results (200... variants). - The thing with the `norm-eol` I had to add (*) makes me suspect that HTC hid a possible bug in the proxy coding around the handling of line endings. (Of course, my norm-eol now works around the same thing, if in a different manner). (Ad *) See marker `AKU` in the code. - Moved the cgi helper application into an `assets` directory. No need for dynamic creation and deletion. Just tweak the `path` it is looked for. With all this I can now easy see that `scgi-client-0006` returns a 500 server error to us, instead of the expected file. check-in: 91d4900a3d user: aku tags: aku-the-big-httpd-testsuite-cleanup
2019-06-03
23:44
Update to clay, practcl, and httpd brought over from the clay project. clay - fixes a typo in the ensemble generator - Removed a call to cron::object_destroy (we don't always run with cron) - Added a tool-like event manager - Removed where the amalgamater was adding dictargs twice - Added a "short" uuid for local projects httpd - updates to clay - Test fixes - Remove CSS templating from the vanilla httpd - Some behind the scenes tweaks to accomodate the cuneiform module when httpd is used in external packages practcl - updates to clay - Static packages are now advertised in the tclpreinitscript, eliminating the need for the master process to throw a bootstrap to new threads check-in: 6ae00eec07 user: hypnotoad tags: hypnotoad
2019-05-30
18:22
Updated clay to mirror the latest version on http://fossil.etoyoc.com/fossil/clay (0.8) * Adds support for short UUIDs * Adds support for the embedded md5 generator in odielibc * Integrates dictargs into the clay syntax Update practcl * Embedded clay version is now 0.8 * Fixes a bug in installModule for an empty directory * Fixes a longstanding issue with bootstrapping child interps and threads from kits check-in: 0aa60d1fa8 user: hypnotoad tags: hypnotoad
2019-05-06
22:53
sha1: sha1, sha256 Bugfixes - (original commit, and now) Version bump. sha256 1.0.4 sha1 2.0.4 Fixed testsuite issues introduced by commit [aa67a2cdc0]. The switch from `rename` to `interp alias` to activate an implementation was not compensated for in the code doing the deactivation just a few lines higher. check-in: 885b50ec5e user: aku tags: trunk
01:49
math::quasirandom - Fix testsuite setup - Requirements are 8.5+OO check-in: d898baf8e5 user: aku tags: trunk
2019-04-29
10:04
Make sha module compatible with channels that issue only one event each time the end of the channel is reached. check-in: aa67a2cdc0 user: pooryorick tags: trunk
2019-04-26
17:52
Beginnings of effort to rework validation to allow validators to see all results, not just the current value check-in: 36387739e6 user: andy tags: amg-argparse-validation
17:51
Update to-do list check-in: 9064b9d02f user: andy tags: amg-argparse
17:51
Continue writing documentation check-in: 2c12551d21 user: andy tags: amg-argparse
12:43
coroutine properly quote coroutine name check-in: 3bea76f022 user: pooryorick tags: trunk
2019-04-23
19:46
Add a new package "quasirandom" for generating quasirandom numbers check-in: 8fdd9b5200 user: arjenmarkus tags: trunk
18:52
Solve a small problem with the math::stats proc (it did not correctly calculate the mean if the given numbers were all integers; now in the correct branch) check-in: 4c651a5ee7 user: arjenmarkus tags: trunk
2019-04-19
17:03
Package consolidation, deprecation, and movement. Tkt [31868eeaff] New: - fileutil::paths Tcl 8.4+ Version 1 - struct::map Tcl 8.4+ Version 1 Deprecated Replacement - configuration struct::map - doctools::config struct::map - doctools::paths fileutil::paths - paths fileutil::paths Updated all packages within Tcllib using the deprecated packages to now use the replacements instead. - doctools::idx::export 0.2.1 (I) - doctools::idx::import 0.2.1 (I) - doctools::toc::export 0.2.1 (I) - doctools::toc::import 0.2.1 (I) - pt::peg::export 1.0.1 (I) - pt::peg::import 1.0.1 (I) For external users reworked the internals of the deprecated packages to be plain wrappers redirecting to their replacements, deprecation stage D1. check-in: 788d248407 user: aku tags: trunk
05:57
Updated feature work with latest trunk changes. Closed-Leaf check-in: 7e81531352 user: aku tags: ak-31868eeaff
2019-04-18
20:32
Doctools: markdown. Fixed mishandling of multiple copyright clauses in MD generator. Version bump 1.5.6 - B (markdown) - T (markdown) check-in: d00283c095 user: aku tags: trunk
20:09
Tkt [31868eeaff] Changed new package `fileutil::path` back to have a Tcl 8.4 requirement, for maximum compatibility. Modified the old implementations of the consolidated packages to redirect to the new package and implementation. Copied the tests from the latter over to ensure that these redirection wrappers are in working order. Created basic infrastructure in new directory `modules/0compatibility` holding these and any future compat packages / redirection wrappers. check-in: 5186a0f24b user: aku tags: ak-31868eeaff
19:40
Solve a small problem with the math::stats proc (it did not correctly calculate the mean if the given numbers were all integers) check-in: d754f29e93 user: arjenmarkus tags: pooryorick
06:10
Tkt [31868eeaff] Identical configuration management utility package. (Just claiming to require 8.4 vs 8.5) Removed doctools::config (doctools2base, 8.4) Removed configuration (pt, 8.5) Consolidated as struct::map, Tcl 8.4 requirement. Version bump - struct::map 1 - T (NEW) - D (NEW) Updated internal users: - pt::peg::export 1.0.1 (I) - doctools::idx::export 0.2.1 (I) - doctools::idx::import already bumped - doctools::toc::export 0.2.1 (I) - doctools::toc::import already bumped further fixed forgotten doc updates (doctools::{idx,toc}::import) of previous commit. check-in: d7c72d4825 user: aku tags: ak-31868eeaff
2019-04-17
19:52
fileutil::paths - Doc fix, test tweak check-in: b424206ff3 user: aku tags: ak-31868eeaff
06:47
Begin writing documentation check-in: b40a9f709a user: andy tags: amg-argparse
06:45
Allow parse_args-style comments check-in: 487e9d220e user: andy tags: amg-argparse
06:29
Tkt [31868eeaff] Almost-identical path management utility package. (Differences due to 8.4 / 8.5 requirements) Removed doctools::paths (doctools2base, 8.4) Removed paths (pt, 8.5) Consolidated as fileutil::paths, Tcl 8.5 requirement. paths - No version bump. - T (NEW) - D (NEW) Updated internal users: - pt::peg::import 1.0.1 (I) - doctools::idx::import 0.2.1 (I) - Tcl 8.5 required - doctools::toc::import 0.2.1 (I) - Tcl 8.5 required check-in: d843b2df15 user: aku tags: ak-31868eeaff
2019-04-16
23:25
oauth - oauth - Tkt [8fd2561785] Removed bogus '{' character at beginning of regexp for `Split` (on first separator character). Version bump 1.0.3 - B (oauth) check-in: a136e80afe user: aku tags: trunk
22:56
Doctools - markdown - Tkt [c17f7019ec] Multiple fixes - Handling of multi-line input to emphasis and similar doctools markup. The markdown markup for these are limited to inline. Fixed by emitting markup for each line of the input. - Flush command results in example_end. Fixes the markup of such commands getting wrongly moved to after the example. Tweaked example formatting, dropping trailing linebreak and empty line in block quote. Version bump 1.5.5 - B (markdown, text) - T (markdown, text) - D (Various manpages affected by the issues, and tweak) check-in: f5786278a4 user: aku tags: trunk
2019-04-15
23:19
math - math::exact - Tkt [30526e9027] - Fix version mismatch of code vs. index check-in: 068c2af6e8 user: aku tags: trunk
23:13
Zip - Mkzip - Tkt [b9725d990b] Fix handling of directories with leading dash ('-') in their name. Version bump 1.2.1 - B (mkzip) - T (mkzip, NEW) check-in: 5f3611f96a user: aku tags: trunk
19:22
virtchannel-base, tcl::chan::cat - Tkt [1975182bdd] Fixed non-functional event handling of the channel. Version bump 1.0.3 - B (tcl::chan::cat) - T (tcl::chan::cat, NEW) check-in: aeb3bec0da user: aku tags: trunk
04:04
Import pipeline version 0.3 which adds -params and -init switches to [pipeline::loop]. makes -separate not require -buffer, and adds [pipeline::procLoop] check-in: 840e4efea8 user: andy tags: amg-pipeline
03:44
Merge amg-argparse check-in: ec05a2e2e4 user: andy tags: amg-pipeline
03:44
Import argparse version 0.4 which adds the ability to put overall options directly in the parameter definition list, a feature needed by the latest version of pipeline check-in: 50fdc84e6c user: andy tags: amg-argparse
2019-04-13
03:36
struct / struct::graph - Tkt [5edaf187fa] - Reworked the internal `CheckE` validation command for node filtering to treat words with a leading dash after -in, etc. as node names instead of invalid options, until a valid option is seen again, or the end of the command is reached, whichever comes first. This behaviour is now documented. Version bump 2.4.2 - (B) struct::graph - (T) struct::graph - (D) struct::graph check-in: bb9e30207b user: aku tags: trunk
02:04
Version bump and typo fix check-in: cc3e325115 user: hypnotoad tags: hypnotoad
2019-04-12
21:59
mime - Tkt [57909d2e1c] - Issue introduced with commit [913f7d92c5c35342]. Conversion of superfluous nested `expr` command forgot to convert braces to proper parens. This was able to break \r detection at the end of a line. - Further properly indented some of the code around this. - Lastly removed superflous reboxing of `mime::initializeaux` in `mime::initialize`. The command got boxed followed by immediate unboxing, making the whole thing superflous. Version bump 1.6.1 - (B) mime - (T) mime check-in: b2ae85b606 user: aku tags: trunk
06:49
Doctools: - Markdown: Fix indentation for examples formatted as block quotes. Replace leading whitespace with non-breaking spaces. Note: Works only for leading whitespace. Non-breaking inner spaces seem to cause trouble, i.e. are not recognized and not formatted. - Latex: changed to use `alltt` as the environment for examples. This allows markup the same as doctools does for example_begin/end. Refixed handling of continuation lines to use the proper latex macro for the character. Regenerated package docs (version bump & fixes making changes) Version bump - doctools 1.5.4 B (latex, markdown) T (latex, markdown) check-in: 97fc04ebd2 user: aku tags: trunk
03:18
Practcl fixes: Added an optional argument to build-tclsh for the caller to specify the effective path for the build environment. Fixed a spot in auto-detection that was banking on the localsrcdir define being defined... by auto-detection. check-in: fb659ebc12 user: hypnotoad tags: hypnotoad
2019-04-11
20:00
dicttool - Tkt [e79990908f] - Fixed doc grammar. No version change. Removed DOS EOL from .md doc variant. check-in: e6a4a02868 user: aku tags: trunk
16:27
Closing a fork check-in: f49f632755 user: hypnotoad tags: hypnotoad
16:25
Updated branch with trunk work in prep for merge back (zig). Resolves most test issues of the branch. check-in: e7e38ee473 user: aku tags: hypnotoad
15:40
Changed the name of the ::kitpkg() array to ::starkit::static_package() to avoid polluting the global namespace check-in: a20ae30353 user: hypnotoad tags: hypnotoad
06:44
Doctools: - Better handling of continuation lines protected against Tcl substitution in the input. I.e. "\\n" written as "\\\n". Detect and convert this form into something which will look like a normal continuation line in the output. - Fixed situations where \1 characters slipped into the generated markdown. The relevant examples are now formatted as block quotes instead of code blocks. Price paid is loss of indentation. Might be fixable with the insertion of non-breaking spaces. Regenerated package docs (version bump & fixes making changes) Version bump - doctools 1.5.3 B (html, latex, markdown, nroff, text, tmml, wiki) T (html, latex, markdown, nroff, text, tmml, wiki) check-in: be90a82c61 user: aku tags: trunk
03:16
imap4 Tkt [e1b2ade141] D - Added category information (Networking). check-in: 5ed7010be0 user: aku tags: trunk
2019-04-10
20:46
Doctools: - Extended testsuite, markdown special character example. - Fixed issue in markdown engine with handling of its special characters in verbatim blocks. Should not emit them as quoted, they are not special in such blocks. Regenerated package docs (version bump & fixes making changes) Version bump - doctools 1.5.2 B (markdown) T (markdown) check-in: c74461e613 user: aku tags: trunk
20:06
Adding loads for modules that httpd's dependencies have a dependency on check-in: 365742ea93 user: hypnotoad tags: hypnotoad
2019-04-09
14:55
More fixes for ssl - Closing branch, this branch has too much contamination from the unfortunate Trunk Saga of 2018 Closed-Leaf check-in: 00b11abd2e user: hypnotoad tags: httpd-ssl
2019-04-08
07:20
Begin adding pipeline package check-in: 94c3d34719 user: andy tags: amg-pipeline
07:19
Begin adding argparse package check-in: ef01ec1300 user: andy tags: amg-argparse
2019-03-29
04:14
Doctools: - Extended testsuite, nesting of different list types. - Fixed issues in text/markdown engines with this kind of nesting. (Context creation did not clear inherited type markers, and paragraph handling took def markers over other list markers) Regenerated package docs (version, bump, fixes making changes) Version bump - doctools 1.5.1 B (text, markdown) T (text, markdown) check-in: 3ddb294ff0 user: aku tags: trunk
2019-03-22
19:19
Brought markdown doctools work into the trunk. check-in: 11efa65aed user: aku tags: trunk
19:16
Documentation updated to include Markdown as a possible output format. Regenerated embedded documentation. Version bumps EF (markdown) B (text, html, tmml, nroff, latex, wiki) I (text) T (*) D (*) doctools 1.5 doctoc 1.2 docidx 1.1 Closed-Leaf check-in: 14a3046674 user: aku tags: doc-fixup-and-markdown
07:17
More polishing to bring the embedded markdown documentation nearer to par with HTML. Only the styling HTML had is missing, and that is a limit of MD itself. - Markdown: Added support for engine parameter 'header'. Needed for navbar from dtplite. Added missing copyright information (see also HTML). Added character protection to engine, to mark the special command characters. Special characters in the input are quoted at the end, to prevent them from being seen as special by markdown. This required support in the general text engine too, when handling indents. It must not count the protection character (\1). - dtplite: Use HTML entity for the vertical bar in the navbar. This prevents misidentification as special character in the markdown engine, while keeping it usable for the HTML engine. - Removed HTML stylesheet for fossil integration. Unused now with the embedded docs using markdown and fossil doing the render. - Regenerated embedded docs, inserting copyright comment, and navbar. check-in: 67c2cce9ef user: aku tags: doc-fixup-and-markdown
2019-03-21
20:05
Switched homepage over to markdown. check-in: 2c7245df25 user: aku tags: doc-fixup-and-markdown
19:50
Merged localdoc work based on markdown into markdown. check-in: e0d7b4dc8e user: aku tags: doc-fixup-and-markdown
02:16
Fixed missing conversion to relative paths for image links. Closed-Leaf check-in: 58be278739 user: aku tags: doc-fixup-and-markdown-localdoc
01:50
Switched embedded docs to markdown. Regenerated install docs. check-in: 7cfe8cda34 user: aku tags: doc-fixup-and-markdown-localdoc
01:48
Fixed forgotten reset of md comment counter between documents. Fixed missing md extension declaration in the localdoc implementation. check-in: 945b80356c user: aku tags: doc-fixup-and-markdown-localdoc
2019-03-20
23:39
Merge latest work done on markdown generator (tocs, xrefs). check-in: 945be77637 user: aku tags: doc-fixup-and-markdown-localdoc
22:57
Markdown: Implemented document cross references, and added refs to the per-page synopses. check-in: a8b930a4d3 user: aku tags: doc-fixup-and-markdown
05:31
Markdown: Implemented section cross references, per-page TOC. Updated test results. check-in: 78d88166a8 user: aku tags: doc-fixup-and-markdown
03:51
Markdown: Fixed indenting of example sections (as code blocks) nested in lists. Updated test results. check-in: 5ea283171a user: aku tags: doc-fixup-and-markdown
2019-03-19
23:46
Markdown: Fixed paragraph counting when nesting lists. Fix for indenting in progress. check-in: d5f39d22eb user: andreask tags: doc-fixup-and-markdown
23:45
Text: Fixed paragraph counting when nesting lists check-in: a75ee706ed user: andreask tags: doc-fixup-and-markdown
23:42
Continued markdown work. More test cases, nested lists. Demonstrate issues with paragraph counting (text & markdown) and indenting (markdown only). Possibly demonstrate issue with text and markdown when a nested list is the first paragraph of an entry, without preceding text. This looks to lose the outer markup for start of entry. check-in: eaa4c90a8c user: andreask tags: doc-fixup-and-markdown
22:13
Tweaks to the narrative tracing check-in: 859f8caed1 user: andreask tags: doc-fixup-and-markdown
22:06
Fixed latex user reference in the results check-in: af4cc3338e user: andreask tags: doc-fixup-and-markdown
18:40
Switch embedded docs over to markdown. Drop lots of superfluous trailing whitespace. check-in: 56ca2fa4d9 user: andreask tags: doc-fixup-and-markdown-localdoc
05:43
Markdown continued polishing. - Hook into generation of copyright block. - Force line break in copyright block. - Use entity for copyright symbol. - Fix missing formatting for various span-level markup. - Fix index references, want links, not anchors. - Made notes of missing things (xref mainly, see HTML) - Fixed test results to match Text - Fixed missing cleanup of current context between pages. - Additional guards to detect contexts early, on emission, instead of final render. check-in: 34f227b45f user: aku tags: doc-fixup-and-markdown
03:50
Continued generation of markdown: doctools. check-in: 352aea205e user: aku tags: doc-fixup-and-markdown
03:49
Markdown: Updated test results, added index for easier inspection check-in: d6174df5a0 user: aku tags: doc-fixup-and-markdown
03:43
Markdown, switched toc and index to new comment commands. check-in: 669184b80b user: aku tags: doc-fixup-and-markdown
03:42
Text engine, fixed inverted conditions check-in: baa78c4740 user: aku tags: doc-fixup-and-markdown
03:41
Additional narrative tracing in text support. check-in: 7eb9daedd0 user: aku tags: doc-fixup-and-markdown
03:41
Better MD comment support. check-in: 10268352a5 user: aku tags: doc-fixup-and-markdown
03:39
Fixed comment typo check-in: bced18e56d user: aku tags: doc-fixup-and-markdown
2019-03-18
19:57
Continued generation of markdown: doctoc. check-in: 61b61eed41 user: aku tags: doc-fixup-and-markdown
2019-03-15
06:28
Started generation of markdown: docidx. check-in: 0f2ecff317 user: aku tags: doc-fixup-and-markdown
2019-03-14
19:35
Shuffled the test support files for doctools around for a nicer hierarchy, with fmt, idx, and toc properly segregated. Updated the test suite to match the changes. Furthermore dropped superfluous checks for long-gone `CVS` directories. check-in: 7e7f01191f user: aku tags: doc-fixup-and-markdown
07:27
doctools: - `text`: Sliced and diced internals for easier (re)comprehension of the parts. Going towards reuse for a new `markdown` format. Fixed various mis-formattings: - Missing newline at end of output - Superflous newlines at beginning of example sections. - Updated various formatters to not pass initial leading whitespace into the output (See testsuite change, added comments) - `latex`: Fixed handling of paragraph breaks, [nl]. - Extended testsuite, more manpage examples. Also added comments at top with short description. doctoc: - Syntax checker fix, items are allowed before toc end, after the last division. - `text`: Updated to make use of and match the reworked engine. - `html`: Fixed fixed mismanagement of items before first and after last division. Completely new state for tracking levels, items. - `nroff`: Fixed missing indenting of division title - `tmml`: Fixed variable name typo - Extended testsuite with examples for all the generators. docidx: - `nroff`: Fixed unsorted output - Extended testsuite with examples for all the generators. check-in: fae3542632 user: aku tags: doc-fixup-and-markdown
2019-03-07
21:09
Squashed deprecated `nl` tags, using `para` instead check-in: 4a95b1eebb user: aku tags: trunk
2019-03-06
07:06
Get updated package docs. check-in: a2ff90fa4e user: aku tags: doc-overhaul
07:06
Regenerated documentation. check-in: 08c384a6c3 user: aku tags: trunk
04:57
Added markdown replacement for main index. check-in: fd6e40a198 user: aku tags: doc-overhaul
04:30
Start overhaul of global docs (for the system, not packages). check-in: 4b85cfed9b user: aku tags: doc-overhaul
2019-03-02
04:18
Integrated Andrew Mangogna's and Nathan Coulter's work on namespacex, with thanks. check-in: dc845d0c83 user: aku tags: trunk
04:17
namespacex - Fill in Extended testsuite to cover new commands `normalize` and `strip`. Extended testsuite to cover wrong#args for `import`. Fixed typo in documentation of `strip`. Split `strip` into public and internal forms, with the public form performing argument normalization and checking not required by the internal form (*), and documented for the public. (*) The internal form has only a minimal check asserting that the prefix namespace is given as an FQN. Closed-Leaf check-in: e993dd5c68 user: aku tags: gam-namespacex-improve
2019-03-01
07:14
namespacex - Forward porting commit [ccd9433cb2abd51c] Part 2: Bug fix. Fixed the mishandling of relative namespace arguments if they are not refering to a child of the global namespace :: The bug fix is accepted as is from the original commit, with thanks to Pooryorick (Nathan Coulter). check-in: b9ccb9de72 user: aku tags: gam-namespacex-improve
07:09
namespacex - Forward porting commit [ccd9433cb2abd51c] Part 1: Tests. Extended the testsuite to demonstrate that the current command implementations mishandle relative namespace arguments if they are not refering to a child of the global namespace :: Note, the changes made here diverge totally from the changes made in the original commit. Explicitly added new tests to cover the mishandled cases, leaving the existing coverage intact. The original commit OTOH shifted the entire testsuite over to cover relative namespace names, retracting the coverage for fully-qualified namespace names. check-in: 022a85f807 user: aku tags: gam-namespacex-improve
2019-02-26
06:07
Tkt [6e778502b8]. Merged fix for -- handling in `flatten`. check-in: 7963b3dbaf user: aku tags: trunk
06:06
Import trunk fixes Closed-Leaf check-in: bc477e224e user: aku tags: tkt-6e778502b8
2019-02-22
07:02
Corrected copy and paste error in test name check-in: 1aa3aa432f user: oehhar tags: trunk
00:54
Added Roy Keene's new package, 'lazyset' (determine a value on 1st read of a variable) check-in: 49fdc19548 user: aku tags: trunk
2019-02-21
23:39
Import trunk fixes Tweak manpage a bit for easier version update. Tweak package index to check core version. Closed-Leaf check-in: ca21301c2a user: aku tags: add-lazyset
23:32
Tkt [fdf6afed94] done. Merged tkt-fdf6afed94, full tests passing. check-in: 5e257ddf79 user: aku tags: trunk
21:30
Merged png-get-physical-dimension, full tests passing. check-in: ee79783f52 user: aku tags: trunk
20:02
Forward port of Harald Oehlmann's work on the png package: - Add "getPhysicalDimension" to png package to get physical pixel size. Closed-Leaf check-in: b430832e75 user: aku tags: png-get-physical-dimension
07:19
Forward port of Andrew Mangogna's fixup work for the namespacex package. Partial port of Pooryorick's extensions, just enough to work and pass a mostly unmodified testsuite. Still to investigate and port the larger changes for relative namespace references, in both code and tests. check-in: 2dfb59ac95 user: aku tags: gam-namespacex-improve
2019-02-20
05:39
Test fixes in assorted modules - hook: Updated to match changes in 8.6+ core error stack results. - html: Undone bad removal of some trailing whitespace. - markdown: Fixed bad name of untabify2 function, and fixed result postprocessing in tests. - math::pca is Tcl 8.6+ - string::token::shell: Updated to match result variation starting with 8.6. check-in: e6742077ec user: aku tags: trunk
2019-02-18
06:42
drop ego check-in: d7bcf888d9 user: pooryorick tags: pooryorick
2019-01-05
19:47
Fix ticket [6e778502b8]. Minor code fix. Argument parsing for the "flatten" command executed a "break" when the "--" argument was found. This caused the execution to break out of the enclosing while loop. That, in turn, means the argument set was not adjusted for the "--" argument itself. Looks like a simple case of confusing "break" behavior in Tcl with "break" behavior in "C". check-in: c02f41029b user: andrewm tags: tkt-6e778502b8
19:28
Create new branch named "tkt-6e778502b8" check-in: 38995cc193 user: andrewm tags: tkt-6e778502b8
2018-12-31
05:19
Experimental fix to [7554bfed30] Leaf check-in: 31f9e28d7c user: rkeene tags: fix-dns-udp-ipv6-7554bfed30
04:49
Updated to only append one name if array is not being used check-in: 3f2d995fa7 user: rkeene tags: add-lazyset
04:48
Added documentation for lazyset check-in: 63c4b82f14 user: rkeene tags: add-lazyset
03:56
Added lazyset to modules index check-in: 00eb13763b user: rkeene tags: add-lazyset
03:51
Added lazyset module check-in: 6dba867add user: rkeene tags: add-lazyset
2018-12-17
12:59
Add critcl api for sha256. Remove obsolete parts in sha256.h check-in: 75a5d29cd5 user: pooryorick tags: pooryorick
2018-12-15
00:18
Applied submitted patches to fix ticket [fdf6afed94]. Closed-Leaf check-in: e01af4e06f user: andrewm tags: tkt-fdf6afed94
00:08
Create new branch named "tkt-fdf6afed94" check-in: 0d40e3ac79 user: andrewm tags: tkt-fdf6afed94
2018-12-13
10:52
png: added tests for physical dimension retrieval Closed-Leaf check-in: 2313b69a8f user: oehhar tags: png-get-physical-dimension
2018-12-12
19:19
Add "getPhysicalDimension" to png package to get physical pixel size. Ticket [48fe95c519] check-in: cc43ba987d user: oehhar tags: png-get-physical-dimension
01:08
Replacing a global g(HOME) which means something in a TOBE kit with ::starkit::localHome if the application is looking for somewhere to grap preferences/etc check-in: 20d0246bc6 user: hypnotoad tags: hypnotoad
2018-12-11
07:50
Re-adding smtp.test check-in: 5f84b5353b user: hypnotoad tags: pooryorick
2018-12-10
02:46
Fixed version mismatch between code and index, and in the docs. Closed-Leaf check-in: 1d8d51de9c user: aku tags: pooryorick, gam-namespacex-improve
2018-12-09
21:00
Changes to the namespacex module to remove test case failures. Because of the use of the "try" command in one of the subcommands of the module, tests failed on Tcl 8.5. Added conditional package require for the tcllib implementation of the "try" command if it is not found (i.e. if testing under a pre-8.6 interpreter). check-in: b2bac59979 user: andrewm tags: pooryorick, gam-namespacex-improve
12:20
Nettool's build script wasn't implementing the ladd command. Clay was missing a fix that kept it's loader from accidentally creating variables in the global namespace as a side effect of a foreach loop check-in: ae3d36ca11 user: hypnotoad tags: hypnotoad
2018-12-08
20:06
Re-Registering clay with the installer check-in: ad61ac4ac5 user: hypnotoad tags: hypnotoad
20:05
Bringing Trunk up to date with all of the hypnotoad branch changes since the split from the pooryorick branch. check-in: 6ff9027a29 user: hypnotoad tags: hypnotoad
18:18
Pulling a commit to uuid that was missed check-in: 63590365a7 user: hypnotoad tags: trunk
18:12
Fixes to restrict Markdown to just the parts of textutil it is actually using. Fixes to httpd to map all project dependencies to the local fossil checkout on test check-in: 5fa1916707 user: hypnotoad tags: trunk
17:47
Fixing a problem with html.test, it was not calling out its dependency on the ncgi module in the tests, and with a naked package require it was pulling ncgi from the environment. Adding files that were added in developer merges but missed in the trunk reversion procedure. check-in: 3d6e394dc1 user: hypnotoad tags: trunk
16:20
Re-applying the modifications from checkin [269812cf8d] check-in: e0c9c32985 user: hypnotoad tags: trunk
16:09
Replying arjen's checkin [ccd9433cb2] check-in: d40ac86cd6 user: hypnotoad tags: trunk
16:05
Re-apply merge from pt-peg_op-tests-ssoberni check-in: af3d17089b user: hypnotoad tags: trunk
15:56
Pulling the new wcswidth addition for textutil check-in: e4891a5c1d user: hypnotoad tags: trunk
15:53
Re-integrating kbk's disjoint-set work check-in: c261a6a0ea user: hypnotoad tags: trunk
15:21
Checking a WORKING qp.tcl back into trunk check-in: e764156307 user: hypnotoad tags: pooryorick
15:19
Qp is back. Horray. check-in: 704ef9e5a1 user: hypnotoad tags: pooryorick
13:54
struct: In tests remove unneeded call to unset variable, and adjust testsNeedTcltest line. check-in: a11d34fada user: pooryorick tags: pooryorick
13:52
devtools: Make it possible to use min-max version specification with testsNeedTcltest. check-in: eb85d956d6 user: pooryorick tags: pooryorick
11:29
Remove debugging line. check-in: 6d61e4c65d user: pooryorick tags: pooryorick
10:11
devtools: Fix bug where a message was not produced because a substitution failed. check-in: eebcbd1373 user: pooryorick tags: pooryorick
2018-12-07
23:23
Improvements to namespacex module. 1. Corrected bug in import command. 2. Incremented version number to 0.2 since the import command was added at some point in time. 3. Added documentation for the hook commands. 4. Added documentation for the import command. 5. Added test cases for the hook and import commands. 6. Reworked some of the command descriptions to add more precise information. check-in: 0c13951b59 user: andrewm tags: pooryorick, gam-namespacex-improve
09:03
Pulling changes from trunk Closed-Leaf check-in: 22608b7917 user: hypnotoad tags: hypnotoad
09:03
Pulling in changes to re-introduce a snapshot of mime,smtp and ncgi to allow existing modules to function. Modules that need the old ways must explicitly call for [package require -exact mime 1.6] (and such) check-in: f3988b211a user: hypnotoad tags: pooryorick
2018-12-06
23:15
Smtp.tcl reverted to the pooryorick version All package require mime 1.6 have been changes to package require -exact mime check-in: 5e923cd325 user: hypnotoad tags: hypnotoad
23:09
Whoops. Wrong mime check-in: 6010c7a80d user: hypnotoad tags: hypnotoad
22:46
Rolled oometa back to the release version check-in: eb80bb87f0 user: hypnotoad tags: hypnotoad
22:18
Catching a straggling test check-in: bed428821c user: hypnotoad tags: hypnotoad
22:17
Adding a retro version of ncgi version 1.4, and telling packages that aren't prepared for the API changes to instead load the retro version. check-in: 64d8f51855 user: hypnotoad tags: hypnotoad
22:05
Adding a backward compadible ncgi-1.4 package check-in: 99c76b0a54 user: hypnotoad tags: hypnotoad
21:58
Reverting mime.test to trunk to clean up some IDE "helpfulness" dealing with utf-8ism check-in: eb5d72f672 user: hypnotoad tags: hypnotoad
21:45
More fixes towards a dual version supported mime. With a gentle fallback to 1.6 if 1.7 is not supported due to the bug in 8.6.8 check-in: 22ce5a52e2 user: hypnotoad tags: hypnotoad
21:29
Adding snapshots of the mime 1.7 and smtp 1.5 code base until migration issues are ironed out check-in: 47143c71e0 user: hypnotoad tags: hypnotoad
20:29
Pulling changes from pooryorick branch check-in: e338b5bee7 user: hypnotoad tags: hypnotoad
10:48
chan and mime modules: Update Tcl version requirements. check-in: 1832d405fb user: pooryorick tags: pooryorick
10:13
sak: To improve test isolation, give each .test file its own interpreter. check-in: ecb61a8a4f user: pooryorick tags: pooryorick
04:00
Bodges to get the httpd and mime tests to run again. Closed-Leaf check-in: a202a3b3ac user: hypnotoad tags: toad-mimefix
03:40
Removing ncgi from the httpd tests. (It doesn't use ncgi anyway) check-in: 37595e2619 user: hypnotoad tags: toad-mimefix
03:32
Provisional patch to fix to make the ego and chan modules conform to some semblance of a community standard -- Start of the pooryorick branch check-in: b45ea48529 user: hypnotoad tags: toad-mimefix
03:32
Fixing version of textutil::wcswidth in the pkgIndex file check-in: c0c1f0de61 user: hypnotoad tags: hypnotoad
03:01
Resolving a merge conflict check-in: 4c7e4bc7e7 user: hypnotoad tags: hypnotoad
03:00
Pulling changes from trunk check-in: ed4cd1b325 user: hypnotoad tags: hypnotoad
02:15
Bug fixes and a version bump to practcl check-in: 32300021ed user: hypnotoad tags: pooryorick
2018-12-05
20:17
chan: Add a guard against Tcl < 8.6 check-in: 402225df8a user: pooryorick tags: pooryorick
20:15
ego: Add a guard against Tcl < 8.6 check-in: 6940980ee3 user: pooryorick tags: pooryorick
16:27
Pulling changes from trunk check-in: 17ac21f611 user: hypnotoad tags: hypnotoad
2018-12-04
13:27
As prescribed in [7dfe60d7f4], updated all test files where the value of testsNeedTcl was less than 8.5. Update some tests in ncgi. check-in: ee22fc9f56 user: pooryorick tags: pooryorick
2018-12-03
21:20
Create new branch named "gam-namespacex-improve" check-in: 147e96e0e6 user: andrewm tags: pooryorick, gam-namespacex-improve
16:51
Removed the comments from the dynamically generated bodies. They just clog up scm checkins, and if someone is curious, the table itself is in the build directory check-in: f8025492fa user: hypnotoad tags: pooryorick
16:41
Revamped the wcswidth tool to utilize actuall spec tables from the Unicode organization. check-in: 5cbe0f031d user: hypnotoad tags: pooryorick
15:19
Adding in the new wcswidth extension to textutil Bug fixes for clay and oodialect. check-in: 996df0b7c9 user: hypnotoad tags: pooryorick
15:17
Closing a fork check-in: 627347c712 user: hypnotoad tags: pooryorick
15:15
Added wcswidth calculations to the textutil modules. This mechanism allows screen rendering agents to know how many columns to reserve for certain (predominately Eastern) characters. Per: https://en.wikipedia.org/wiki/Halfwidth_and_fullwidth_forms check-in: 28aec2e16b user: hypnotoad tags: hypnotoad
14:40
mime: For cookies, add HttpOnly parameter and make it the default. check-in: ff79b7401f user: pooryorick tags: pooryorick
12:57
mime: Remove unnecessary semicolon in a cookie header that contains no parameters. For a header value, add parameters are simple values rather than key/value pairs. check-in: 556271270a user: pooryorick tags: pooryorick
2018-11-30
21:38
Fix to move oo::dialect tests out of the global namespace check-in: b977e9d4f1 user: hypnotoad tags: hypnotoad
06:29
mime: remove "-" from cookie options. check-in: 4018b6c269 user: pooryorick tags: pooryorick
2018-11-26
05:02
Integrated disjoint-set work by Kevin. Somehow I completely forgot to do this integration after doing my changes. :facepalm: Fixed. And looking at the timeline from this merge it becomes clear that I actually had the merge done locally already and then forgot to commit and sync. check-in: 74b6db9a0d user: aku tags: pooryorick
03:55
merge trunk Closed-Leaf check-in: 964a058df2 user: kbk tags: pooryorick, kbk-refactor-disjointset
2018-11-22
20:42
mime: Add [cookie delete] check-in: df3659a3d1 user: pooryorick tags: pooryorick
19:29
mime and ncgi: update documentation, cleanup variable names, call methods through their instances rather than directly. check-in: 856d0be8f3 user: pooryorick tags: pooryorick
14:02
Tighten up datetime scanning. check-in: 5e12625086 user: pooryorick tags: pooryorick
12:58
Use a command instead of a token to represent a mime message. Improve error propagation in testutilities. check-in: 97e9f3adf5 user: pooryorick tags: pooryorick
05:22
Small fixes in the disjoint code (removed references to pairs, slight typos). Added references to data structure overview, and papers with time/complexity proofs. Fixed up dependent packages (now requiring 8.6 as well). Fixed package index of the module. check-in: 4cabcb175c user: aku tags: pooryorick, kbk-refactor-disjointset
2018-11-20
20:38
Remove the "token" argument of [::mime::header::serialize]. check-in: d4c11f14b5 user: pooryorick tags: pooryorick
15:54
new module: {chan coroutine}: specializes channel commands to use the current coroutine for non-blocking I/O management. check-in: 3fbf35868d user: pooryorick tags: pooryorick
15:13
Make {chan getslimit} a routine that specializes an existing channel command rather than a channel command itself. check-in: 5440f0b939 user: pooryorick tags: pooryorick
07:32
mime: Internal rewrite plus API redesign. ncgi: Use mime module instead of bespoke routines. New modules: ego chan. check-in: a9488befa9 user: pooryorick tags: pooryorick
05:56
Update version number in manual check-in: ccd844fad4 user: kbk tags: pooryorick, kbk-refactor-disjointset
05:38
Refactor struct::disjointset to use the Galler-Fischer disjoint sets data structure, and make 'find-exemplar' and 'merge' into inverse-Ackermann-time functions. check-in: d179e2d8c9 user: kbk tags: pooryorick, kbk-refactor-disjointset
2018-11-17
17:06
Pulling new versions of clay, practcl, dicttol, cron, and tool from the hypnotoad branch. Clay and tool are now build as standalone modules with their own dedicated copies of support code. Clay's embedded software fits inside of the clay namespace. Tool still spreads its seeds all over the global namespace to presever backward compadiblity with older version. Reminder: Clay is the successor to tool. If you are starting new development, you should use clay instead of Tool. Tool has some design limitations and a rather impolite implementation. It should be considered deprecated... as much as anything in tcllib is allowed to be deprectated. Tool is being maintained in its present state to support the Integrated Recoverability Model until its developers get a chance to port Taolib to Clay. check-in: e397dc9470 user: hypnotoad tags: pooryorick
17:00
Pulling in tool snapshot from the tool support branch check-in: c515d11a3d user: hypnotoad tags: hypnotoad
16:58
Starting a branch to develop a version of tool that is new-version-of-tcllib proof, to support IRM, with a snapshot in time embedded version of cron, oodialect, dicttool, and oometa. Closed-Leaf check-in: 64f22bd586 user: hypnotoad tags: tool
2018-11-16
20:00
Fix to clay's build process. Update practcl to use clay's new internals check-in: 35a193d390 user: hypnotoad tags: hypnotoad
19:44
New consolidate packaging for clay. Clay now includes its own implementation of uuid, dicttool, and oodialiect (in their own namespaces under clay) rather than make those packages an external dependency. Modified httpd to utilize the new clay internal functions. check-in: 03f9ce471a user: hypnotoad tags: hypnotoad
03:33
Tweaks to clay and tool check-in: bdde8b60fe user: hypnotoad tags: hypnotoad
02:57
Re-exposed the clay methods to all OO classes. Trying to resolve a few "can't get there from heres" getting Tool to work check-in: d039776f36 user: hypnotoad tags: hypnotoad
02:34
Bug fixes for practcl check-in: e0c5f2c71d user: hypnotoad tags: hypnotoad
2018-11-14
15:45
Inlined a definition for ladd to the nettool build script for cases where the tcllib installer is running in an environment where tcllib has not yet been installed. check-in: e3ecee6fc6 user: hypnotoad tags: hypnotoad
2018-11-05
08:09
ncgi use the mime module to generate the response headers mime add -addmimeversion and -addcontentid options check-in: 37008172d9 user: pooryorick tags: pooryorick
2018-10-30
23:05
Added a backward compadible alias to class_method for clay In httpd added a mechanism for the server object to directly specify a file to be handled by httpd::reply.file, rather than always making the object guess. check-in: 4f1bc7293c user: hypnotoad tags: hypnotoad
05:41
Clay fixes. Corrected an error in how mixins were treated when determing the interactions between classes and mixins. Develope a new algorithm for descending class heirarchies when calculating ::clay::ancestors clay dget and clay get now share an identical search implementation. dget and get now perform a merge in the the order determined by clay::acnestors (Note: This changed some regression tests results) Added regression tests to evalute errors and misbehaviors I was seeing while developing the Epic of Gilgamesh Restored cache checking and population for clay dget check-in: daf2f655ae user: hypnotoad tags: hypnotoad
2018-10-29
18:54
mime: Fix problem with content type handling. ncgi: Add object interface, update documentation. check-in: efdd4f9d20 user: pooryorick tags: pooryorick
2018-10-28
08:22
Tweak to fix ico file handling for tclkits check-in: 732a39b76c user: hypnotoad tags: hypnotoad
06:51
Typo fix in practcl. Tweak to ensure the make_object dict exists before using check-in: 6c37cf553b user: hypnotoad tags: hypnotoad
2018-10-26
17:46
mime: [header get] now returns one matching value, plus parameters. Documentation updated to reflect new API. check-in: ebcce7f24e user: pooryorick tags: pooryorick
17:35
Fix formatting problems with practcl manual check-in: 97763af329 user: hypnotoad tags: hypnotoad
2018-10-25
17:46
Clay now reads in the entire dicttool module implementation, and omits package requires for packages it subsumes Added core private header access for TEA extensions in practcl check-in: 9f9aceba86 user: hypnotoad tags: hypnotoad
2018-10-23
23:59
Tweaks to VFS install procedures check-in: bf5402325f user: hypnotoad tags: hypnotoad
22:27
Tweaked the location of the package manifest to match tip430 check-in: dff17e0bb1 user: hypnotoad tags: hypnotoad
22:25
Added the first test to practcl Added a cut-rate version of fileutil::findByPattern to practcl, practcl::findByPattern Added smarts to practcl to only build a module if the source files have been modified since the pkgIndex file was last generated Simplfied the distribution selection mechanism, removed a rule that demanded all distrubtion options match the name of a class Fixed define checks for SHARED_BUILD Added a handler for practcl based installers Added a pass to pull out packages that can be satisfied with a simple source and index them separately (and more simply) in the master package index check-in: 8451267468 user: hypnotoad tags: hypnotoad
18:20
Removed a puts statement that was polluting sak calls check-in: 9e1d45577c user: hypnotoad tags: hypnotoad
18:14
Fixed a moved command name in nettool's amalgamator Modified sak and the installer to understand when and how to reconsitute an amalgamated module check-in: c717d32d7f user: hypnotoad tags: hypnotoad
17:22
Removing amalgamted files from source code management. Added a directive to the installer to reconstitute the files on demand during install or documentation actions. check-in: 89cea2c3d2 user: hypnotoad tags: hypnotoad
17:04
Adapted oodialect and clay to utilize tip470 if the feature is available in the core check-in: a3a199d385 user: hypnotoad tags: hypnotoad
15:09
Adding a pure-tcl implementation of tip-479 to the dicttools module check-in: 7488607311 user: hypnotoad tags: hypnotoad
15:09
Practcl fixes Replaced the make-* series of methods with an ensemble. Added annotations to the code to fill out missing bits of documentation check-in: 70a30eca52 user: hypnotoad tags: hypnotoad
13:46
Clay no longer modifies oo::class and oo::object. A new filter is applied to clay::ancestors to prevent introspection if a call to a new ensemble method "clay noop" fails. Refactored practcl to utilize the clay framework and ensemble facilities. check-in: ec26683add user: hypnotoad tags: hypnotoad
2018-10-18
19:22
Version bump to practcl check-in: 4b8a948108 user: hypnotoad tags: hypnotoad
19:20
Fixes to practcl to correct bugs introduced by the migration to clay check-in: 68e4ebd04b user: hypnotoad tags: hypnotoad
00:14
Added provisional support for SSL check-in: c57cecd147 user: hypnotoad tags: httpd-ssl
2018-10-16
15:27
Added an annotation capacity to practcl, which allows the doctools generator to read and document class variables, options, and delegates. Added missing documentation to httpd. New version of clay which adds a new "branch" method to oo::class/oo::object's clay ensemble. The branch method tells the system to mark the designated address as a branch, even it empty. Fixed a bug in clay where a Dict or Array keyword with no values would fail to actually register in the clay system. check-in: 89719d76cf user: hypnotoad tags: hypnotoad
2018-10-11
17:40
Fixed the practcl build system. We were missing the document generator. Bumped the version. check-in: b075fb9a6b user: hypnotoad tags: hypnotoad
06:02
Revised the rules for clay ancestry, and adjusted tests based on some edge cases encountered in the clay game framework check-in: 1a248d8dc5 user: hypnotoad tags: hypnotoad
2018-09-28
14:20
alphabetize routines migrate tests from ncgi module. check-in: 9eb4b1a47a user: pooryorick tags: pooryorick
2018-09-27
18:55
New versions of clay, oometa, dicttool, and tool. Refactored all three packages to allow existing tool libraries to leverage the clay framework without having to participate in the clay framework. Fixed a lot of hairy issues dealing with the opposite ways in which oo::meta and dicttool::merge/clay approach merging dicts. All tests now pass. Some esoteric tests in tool have been removed. The answers they were producing in the past were a shade of wrong, we were just documenting the wrongness. The major change for tool 0.8 is that it is aware of clay, and it now utilizes the same metadata structure elements as an equilent clay class/object. We are just preserving the notation. Tool objects now re-build their ensembles on mixin using an adapted vesion of the facilities from clay. An object should be able to inherit ancestors from either and still work perfectly. (Though I really should put some tests together to demonstrate that...) Eliminiated dicttool::canonical. We really only need to know where a value is going to be stored in the end. check-in: 0b56b6e8d4 user: hypnotoad tags: hypnotoad
2018-09-25
15:38
Pulling changes from hypnotoad check-in: fb63edcf92 user: hypnotoad tags: pooryorick
15:35
Moved PROC and friends out of the global namespace check-in: e58c811b50 user: hypnotoad tags: hypnotoad
14:38
Removing dead markdown file. Merging with trunk check-in: 01294c24ea user: hypnotoad tags: hypnotoad
14:14
ncgi: Separate form and query parsing. New [post], [poststring] and [querystring] commands. Changed [query] command. check-in: 6600151bb1 user: pooryorick tags: pooryorick
2018-09-24
20:42
Pulling changes from trunk check-in: 654c265135 user: hypnotoad tags: hypnotoad
20:41
Closing a fork, re-rebuilding docs check-in: e75e5dfaaa user: hypnotoad tags: pooryorick
20:02
Regenerated embedded documentation check-in: f53adfff99 user: andreask tags: pooryorick
20:01
Pulling in more changes from hypnotoad check-in: 46bbf002fe user: hypnotoad tags: pooryorick
19:56
Re-added a doctools fixed that was actually dropped into an unmanaged file on a prior checkin check-in: da19627f79 user: hypnotoad tags: hypnotoad
19:47
Pulling changes from trunk check-in: f1fa66f631 user: hypnotoad tags: hypnotoad
19:42
Closing a fork check-in: 2424374533 user: hypnotoad tags: pooryorick
19:36
Adapted the Autodoc system to not embed a literal phrase that sak was using as a detector to see if a file was a manual page or not. The autodoc manpage generator now accepts a substitution map as an argument and will apply that substitution to boiler plate code added at the top of the file to declare the .man file a manual page. The same substitutions will be performed on header and footer files as well. Updated clay, httpd, and practcl build scripts to use the doctools resident with Practcl check-in: 6e1e6a7ea4 user: hypnotoad tags: pooryorick
18:37
ldap/ldapx <EF,T> Tkt [60160205fe] completed & merged check-in: 5e2cff31b4 user: andreask tags: pooryorick
18:36
ldap/ldapx <T> Tkt [60160205fe] Added test Closed-Leaf check-in: 2d8a920b69 user: andreask tags: ldap-60160205fe-tls
18:13
Update the ldap branch to latest. check-in: db19a51e4c user: andreask tags: ldap-60160205fe-tls
18:12
Merged Stefan's work on pt::peg::op (dechain fixes, extended tests) check-in: cce0d233e5 user: andreask tags: pooryorick
18:11
<B,T,I> pt::peg::op - Version bump Closed-Leaf check-in: ddc56e2d2e user: andreask tags: pt-peg_op-tests-ssoberni
2018-09-23
14:51
mime: Replace [buildmessage] and [copymessage] with [serialize]. Replace [getbody] with [body] and eliminate the -command option. check-in: 701b9d151c user: pooryorick tags: pooryorick
2018-09-22
22:06
* pt_peg_op.tcl, pt_peg_op.tests: Added copyright note check-in: 60adafcaa4 user: ssoberni tags: pt-peg_op-tests-ssoberni
21:57
* pt_peg_op.tcl, pt_peg_op.tests: Removed old dechain, renamed dechain2 to dechain check-in: 44585f321b user: ssoberni tags: pt-peg_op-tests-ssoberni
2018-09-21
21:06
* tests/pt_peg_op.tests: Use [dict filter] idiom which is compatible with Tcl 8.5 and Tcl 8.6 (TIP 341); added one test. check-in: 4cf9fb8395 user: ssoberni tags: pt-peg_op-tests-ssoberni
18:31
Added the ability for clay, httpd, and practcl to auto-generate the HTML form of their documentation and slip that file into the appropriate place in tcllib to present live embedded docs. Documentation fixes Removed stale tests from tool Moved the auto-documenter function out of clay and into practcl. If your are going to have a build helper around, why not put it there? Build scripts in tcllib will look for a resident copy of the source and failing that, ask for a version of practcl that the function is known to reside it. check-in: 2862f9cdc9 user: hypnotoad tags: hypnotoad
16:05
Removing dict print from the global dict ensemble. It's functions have been replaced by ::dicttool::print check-in: f15682417b user: hypnotoad tags: hypnotoad
15:50
Added a "dget" method to the oo::class and oo::object clay ensembles to provide unfiltered access to the clay structure for internal operations. Clarified that get will always return a sanitized value. Carried through the logical change to all of the affected modules. Removed the GET method from the ::oo::class clay ensemble Added more tests to check for problems I encountered along the way Removed the is_branch method from the global dict ensemble. It's functions are now performed by ::dicttool::is_branch Removed the rmerge method from the global dict ensemble. It's functions are now performed by ::dicttool::merge Removed the sanitize method from the global dict ensemble. It's functions are now performed by ::dicttool::sanitize Removed a second non-working implementation for ::dicttool::merge that had snuck into the code, but was never being exercised Removed acceptance of the . 1 entry for tests that were modified in the last checkin check-in: e18d70c90b user: hypnotoad tags: hypnotoad
11:39
oometa and clay now use a common storage arrangement that does not rely on altering the names of the branch fields. We now insert an entry for dot (.) into every branch eligable for merging. Clay now utilizes dicttool rather that do its own re-invention of many if its features. dicttool now builds as a clay style module All clay and tool language macros are now savvy about the extra . entry in the clay dictionary. Added a ::tcl::dict::is_branch procedure to the dict ensemble with the combined rules of clay and oometa. Added a ::tcl::dict::santize to remove . entries from output Combined the implementations of clay's dictmerge and dicttools' dict rmerge into a common implementaion: dict rmerge / dicttool::dictmerge httpd::server now uses the builtin instrospection function clay mixinmap rather than try to directly access the data structure itself. The table of mixins is now stored in .mixin The table of delegates is now stored in .delegate check-in: 196e093f6f user: hypnotoad tags: hypnotoad
11:22
* pt_peg_op.tcl, tests/pt_peg_op.tests (dechain2): Use [struct::set empty], add tests on modeopt check-in: 3da20ee5d9 user: ssoberni tags: pt-peg_op-tests-ssoberni
10:24
mime: Added -chan option. More thorough cleanup of tests. Refreshed documentation. check-in: 4cbfb5957b user: pooryorick tags: pooryorick
2018-09-19
15:55
Pulling documentation fix from the hypnotoad branch check-in: 605d81d5d6 user: hypnotoad tags: pooryorick
15:54
Fixed the example for httpd in the man page check-in: 373b3ff509 user: hypnotoad tags: hypnotoad
14:25
Pulling changes from hypnotoad check-in: 95ba5ce2cc user: hypnotoad tags: pooryorick
14:24
Updated the actual embedded html files this time... check-in: c2227e9530 user: hypnotoad tags: hypnotoad
14:22
Pulling changes from trunk check-in: f37322e3f3 user: hypnotoad tags: hypnotoad
14:20
Pulling in latest versions of clay, httpd, and practcl from the hypnotoad branch check-in: 9f6fd773b3 user: hypnotoad tags: pooryorick
14:17
Updating the embedded documentation for clay, httpd, and practcl check-in: ab7f1054f3 user: hypnotoad tags: hypnotoad
2018-09-18
22:21
* pt_peg_op.tcl: Complete dechain2, to be reviewed check-in: 6ac792f623 user: ssoberni tags: pt-peg_op-tests-ssoberni
13:30
Fix to mark data coming in from /dev/urandom as binary so tcl stops trying to interpret it. check-in: 51120774c5 user: hypnotoad tags: hypnotoad
2018-09-17
19:29
Documentation updates check-in: 3df60e7e55 user: hypnotoad tags: hypnotoad
18:17
Adding documentation to the clay module check-in: f73c163444 user: hypnotoad tags: hypnotoad
02:22
Adding template pages to clay documentation check-in: 803b87f46d user: hypnotoad tags: hypnotoad
02:21
Moved the new module autodoc tool to the clay module. Added documentatation capture to the build scripts of clay and practcl Updated the httpd module to get it's doctool parts from clay. check-in: 22a614e7a5 user: hypnotoad tags: hypnotoad
2018-09-16
09:22
More refinements to the docbuild tool. Updated documentation for httpd and practcl check-in: 1fd28c318f user: hypnotoad tags: hypnotoad
2018-09-15
23:15
Added an auto-documenter to the doctools module for use in module that build amalgamations in the same style a practcl, clay, and httpd. Practcl and Httpd now generate their manual page in this new manner. The positive is that every proc, class, and method are now auto-documented with arguments, even if we don't have comments for them yet. check-in: e6100e18d0 user: hypnotoad tags: hypnotoad
14:04
httpd modifications: The manual file for httpd is now generated dynamically during the call to build/build.tcl and is developed by scanning the source files and scraping comments. The test.tcl file generated during httpd.test is now deleted prior to ending the test. Redistributed the hard coded documentation files as comments in front of the methods they describe to be assembled by the manual file generator. check-in: ac0f7f67c2 user: hypnotoad tags: hypnotoad
2018-09-13
15:31
httpd tweak: Proxy replies and file transfers now run in end-of-file mode instead of fixed file size. Keeps from having to read too much into the headers to handle either Content-Size or Chunked encoding replies check-in: 8a1de41126 user: hypnotoad tags: hypnotoad
2018-09-12
20:23
Modifications to httpd: Refactored the ChanCopy method to utilize the yieldto command, per a suggestion from Donal Fellows. check-in: bbdea9cd0c user: hypnotoad tags: hypnotoad
19:31
httpd module: Replaced naked calls to [chan copy] with a new co-subroutine ChanCopy which is part of the metaclass for the httpd module. Using ChanCopy means the coroutine can remain in control for the entire process of processing an http request. For large file transfers we were killing the coroutine and waking the object back up with a fileevent. Added a test for 404 Not Found errors check-in: bb27bb43b4 user: hypnotoad tags: hypnotoad
2018-09-11
18:49
Httpd Module: Servers now pass control off to reply objects via a tailcall. Removed a puts statement in the example httpd app that was logging to stdout check-in: 4b3bc8df0b user: hypnotoad tags: hypnotoad
18:19
Mime: Fixed a wrong version number on the package httpd: The example now uses the uri::direct method where appropriate. Fixed some typos and bugs in the uri::direct method. Fixed places in the code where error pages were asking for the html::header and html::footer methods. They haven't existed for a while. check-in: 05366363a0 user: hypnotoad tags: hypnotoad
17:18
Httpd module: Removed a puts statement injected during debugging. Fixing a typo in logging check-in: c14446b881 user: hypnotoad tags: hypnotoad
17:13
Modifications to the httpd module: httpd::reply object in order to simplify the code inside of httpd::server and give developers more rope to hang themselves. The httpd::reply method now uses one general purpose dispatch public method, with all of the application specific wulu magic now confined to a new private method Dispatch Folded the functions of the former reply::dispatch method into the new public dispatch method, and eliminated reply::dispatch. Replaced http::reply.scgi with a mixin that swaps that one function that is different between them. httpd::server no longer looks for an alternate reply class. It is now assumed that every reply will be httpd::reply, and that the dispatch method will be able to sort out what behaviors get mixed in. Simplified the implementation of ::httpd::plugin.dict_dispatch Added a new method to the Uri ensemble: uri::direct which automates the process of producing simple dynamic content cases. Formalized the arguments for uri::add Moved the headers parsing out of the body of Connect and into a dedicated method ServerHeaders. Added a call to Dispatch_Local to the default dispatch method. check-in: 7b4c25cd6e user: hypnotoad tags: hypnotoad
2018-09-08
18:56
Pulling changes from trunk check-in: 57af8b6c63 user: hypnotoad tags: hypnotoad
18:56
Httpd module: Fixed a goof in redirect handlers. Fixed which headers are accessed for logging. Added a shim for web servers to provide a standard style mixin. Added a shim for servers to participate with their own private methods prior and following mixin dispatch. Added a hook for server to provide a local method for Headers check-in: d20a51f758 user: hypnotoad tags: hypnotoad
2018-09-07
14:27
Shifting standard HTTP fields out of the root of clay, and into the http leaf. Redirecting API calls to not ask directly from clay what it expected as an HTTP header, and instead use the "request" method. Bumped versions of clay and httpd to denote they are fundimentally new versions. Changes to Clay: Changed the "Evolve" method in Clay to the "InitializePublic" to match Tool and what OOmeta expects. While clay itself doesn't utilize options, it's initializers are aware of how they will be annotated by future versions of tool/tao Moved variable, array, and dict annotations out of the public/ branch and into their own roots. Mixin is now a leaf in the clay tree. Added more tests to clay Changes to httpd: Replaced calls to http_info with naked calls to the clay data structure. Explicit requests for HTTP header info now directed at the request method. Request now stores headers with CGI/SCGI comadible names. Changes to practcl: Minor fixups from clay changes. check-in: ab481a1f5b user: hypnotoad tags: hypnotoad
2018-09-06
09:46
Fix namespace resolution for relative namespaces. Add "normalize" and 'strip" commands. check-in: ccd9433cb2 user: pooryorick tags: pooryorick
2018-09-04
19:11
Add several commands to the statistics package: Wasserstein distance, KL divergence, logistic regression. Also documentation and tests for these commands. check-in: 44761b447e user: arjenmarkus tags: pooryorick
2018-09-03
08:19
Replace getheader/setheader with "header". Adapt header commands to work with header parameters. Add "header serialize". Add RFC 2231 support. check-in: 1388f3b7c9 user: pooryorick tags: pooryorick
2018-08-30
12:00
::mime::initialize no longer parses the message. Instead, parsing is performed later as needed. check-in: 16a1a9ac6e user: pooryorick tags: pooryorick
05:57
mime::initialize - make multipart/mixed the default type when -parts is provided. check-in: c55b8ef304 user: pooryorick tags: pooryorick
2018-08-29
19:49
-headers and -parts options to mime::initialize now take a dictionary. Fix for [492563ffff] "hostname" option for parseaddress. check-in: 39e8f7dbb4 user: yorick tags: pooryorick
13:59
Fix for [763669], Problems with qp_encode and encoded_word, no_softbreak check-in: 339212df6a user: yorick tags: pooryorick
09:42
Make it a no-op instead of an error to set a "read-only" header to an identical value, and allow deletion of a "read-only" header. check-in: 5006be5e6a user: yorick tags: pooryorick
04:19
Separate header determination from body generation. check-in: 6bf953d995 user: yorick tags: pooryorick
2018-08-28
17:38
If nothing else, at least indicate whether a file is text or binary check-in: 62cc52d167 user: pooryorick tags: pooryorick
14:15
Updating man pages to reflect change to clay framework check-in: 4aa8790961 user: hypnotoad tags: hypnotoad
14:12
Pulling changes from trunk check-in: c057f36dc1 user: hypnotoad tags: hypnotoad
13:48
fix bug [4adb7c36a3] check-in: 48db90b95b user: pooryorick tags: pooryorick
04:32
Regen docs. check-in: e6c60e96f5 user: aku tags: pooryorick
04:26
And fixes placed on a branch for Sean to look at. Approved. Now integrating. check-in: 671d1f47a3 user: aku tags: pooryorick
04:25
Last fixes. check-in: 269812cf8d user: aku tags: pooryorick
03:29
Series of documentation fixes for problems caught by the experimental doctools parser written as large Marpa/Tcl example. - Removed many superfluous closing brackets. Some converted to proper [rb] markup. - Removed bad cross-references introduced by [c6b17331c9d12697] several years ago. - Removed several bad [para]graph markers placed before the first item of the enclosing list. Regenerated the embedded docs. check-in: 3c9d4bcd85 user: aku tags: pooryorick
03:19
httpd: Renamed doc include files to follow the overall practice of naming them `.inc`. Closed-Leaf check-in: 54eb35fc91 user: aku tags: pooryorick, httpd-docs-move
2018-08-27
20:31
cron manpage: Fixed millisecond typo. <D> check-in: b14633aa2f user: aku tags: pooryorick
20:28
Fixes to cron manpage. Regenerated embedded docs. check-in: 61102fe7dc user: aku tags: pooryorick
2018-08-26
12:15
update comments check-in: 1d13943cd4 user: yorick tags: pooryorick
10:53
remove duplicated code in ::mime::buildmessageaux check-in: 0587b55b96 user: yorick tags: pooryorick
2018-08-21
22:48
Numerous improvements and bug fixes. Updated analyzer script from file-5.34 magic files. check-in: c48961ab8e user: pooryorick tags: pooryorick
2018-08-15
05:23
code cleanup check-in: 6b167d6d17 user: pooryorick tags: pooryorick
04:34
Fix for [063e7a95beef451c], Correct Handling of quotes in quoted strings in parseMimeValue check-in: e4a17a66b1 user: pooryorick tags: pooryorick
2018-08-14
19:39
convert mime.test to utf-8 check-in: 6c21e9dfe4 user: pooryorick tags: pooryorick
19:16
Fix issue [a16b1095974e071d], error in mime.tcl check-in: 074ec6a961 user: pooryorick tags: pooryorick
2018-08-08
14:42
* pt_peg_op.tcl: Sort out correct order of minimization transformations: dechaining must precede unrealizable and unreachable transformations check-in: cfca679384 user: ssoberni tags: pt-peg_op-tests-ssoberni
14:28
* pt_peg_op.tcl: Started work on a proper dechain transformation (dechain2); the current dechain logic is entirely broken; added tests check-in: f71a1db4a8 user: ssoberni tags: pt-peg_op-tests-ssoberni
2018-07-25
12:26
Adding tests for pt::peg::op realizable and reachable check-in: be24b48161 user: ssoberni tags: pt-peg_op-tests-ssoberni
2018-07-22
11:38
Add a package for trigonometric functions that use angles in degrees and additional trigonometric and hyperbolic functions, including their inverses. check-in: 7538200f88 user: arjenmarkus tags: trunk
2018-07-19
19:31
Change the criterium for detecting if two circles touch - use the mean of the two radii check-in: 6124e077a8 user: arjenmarkus tags: trunk
2018-07-18
15:03
Updates to the clay module check-in: 7ee3399c6e user: hypnotoad tags: hypnotoad
2018-07-16
10:54
Adding tests for pt::peg::op called check-in: 6c7e7ee0de user: ssoberni tags: pt-peg_op-tests-ssoberni
09:25
Create new branch named "pt-peg_op-tests-ssoberni" check-in: 9b2222e1ad user: ssoberni tags: pt-peg_op-tests-ssoberni
2018-07-13
19:01
Updating a bit in httpd's implementation that used to rely on access to a private variable. Added a binary encode around the grab of raw random data on unix to prevent Tcl from trying to interpret the string. check-in: 3ee985049d user: hypnotoad tags: hypnotoad
16:54
Removed dedicated variables for clay's delegation and mixinmap. (They are now sub-elements of the clay dict). Refactored the practcl clay implementation to provide a better mapping of old function calls. This new practcl version now runs old practcl projects unmodified. check-in: 0745c57cca user: hypnotoad tags: hypnotoad
14:53
Fixed the meta markup on the clay module. Moved the definition of clay::object into the metaclass.tcl file. This allows practcl to just steal the proc.tcl, class.tcl, and object.tcl files from this module to include on its own, without needing to ALSO include oo::dialect. Renamed the "source" ensemble method to "provenace" and added a new "source" which sources a file inside the object's namespace. Practcl now utilizes a minimalist snippet of the clay project, replacing its own implementation with the clay implementation. check-in: 39bd8c6989 user: hypnotoad tags: hypnotoad
2018-07-12
13:16
Fix to prevent oroburus loops in cron check-in: 8022922366 user: hypnotoad tags: hypnotoad
2018-07-11
23:40
Officially adding clay as a module for installation check-in: 2b68c1fb87 user: hypnotoad tags: hypnotoad
23:32
Reverting Tool back to it's prior state. Retrofitting all of the plumbing in Tao/Tk (and IRM) to use the new Clay framework is time prohibitive at the moment. With Clay interactions restricted to a dedicated variable name and a dedicated method ensemble, object systems are free to mix Clay, Tool, and Tao code. The developer just needs to be aware that the properties from tool/oometa will be invisible to clay and vice verse. At this point all future development in Tcllib will the clay based, with Tool remaining for API stability. check-in: 6ceed53d65 user: hypnotoad tags: hypnotoad
17:28
Condensing all clay framework interactions to the clay ensemble, and a single method "Evolve" which is called when the mixinmap changes. For clay framework objects, this Evolve method rebuilds the method ensembles. For standard OO objects, it does nothing. check-in: dd1a2e2be4 user: hypnotoad tags: hypnotoad
2018-07-09
21:41
ldap/ldapx <EF> Tkt [60160205fe] Extensions to the TLS handling of ldap(x) enabling the specification of all TLS options instead of the limited set we had before. check-in: 337c7e5654 user: andreask tags: ldap-60160205fe-tls
21:27
pt::peg::op `drop unrealizable` more conservative, ignore unreachable symbols as realizable. Tests pass. check-in: 4bbe140a79 user: andreask tags: trunk
21:17
Tkt [351b8b2f55]. Work branch integrated. check-in: 3720e40747 user: andreask tags: trunk
21:08
More tests: syntax, drop unreachable. More comments. Noted untested ops. pt::peg::op <B> - Version bump to 1.0.2 Closed-Leaf check-in: d907079d5b user: andreask tags: pt-container-ssoberni
19:49
Some fixes to the new pe transform testing. check-in: 8436048fee user: andreask tags: pt-container-ssoberni
19:17
math::numtheory - <B,T> Bugfix in `primeFactors`. Handle case of the search loop for factors running over the end of the list of known primes. Added test cases. Version bumped to 1.1.1 check-in: f1ef76f20c user: andreask tags: trunk
18:44
Moved all the new things (doc, code, tests) which were added to the __generated__ numtheory.* files over into the true source, numtheory.dtx. Updated the stitch file to generate the new files (primes.*). Regenerated the derived files. Only differences are whitespace and comments. Tests pass. check-in: b908e8c70e user: andreask tags: trunk
17:14
docstrip - Moved manpage changes from generated file into the actual package sources. No version change check-in: 180c2ac3c8 user: andreask tags: trunk
16:34
Update the httpd example server to the new API check-in: d2371ac9b8 user: hypnotoad tags: hypnotoad
16:25
Introducting a lower-footprint alternative to the tool framework: clay. Clay uses simpler rules more strictly enforced. It also resolves the long running issues caused by having to mark leaves by, instead, marking branches. Revamped the httpd package to utilize clay. Introduced a new version of tool which builds on the clay infrastructure instead of using oo::meta. oo::meta should be considered dead at this point. check-in: 8b5d471156 user: hypnotoad tags: hypnotoad
2018-07-04
12:50
Factored out commonalities into a test-case generator: TestTransformation; added tests for discussing suggested fixes (minimize, drop unrealizable) check-in: 9ab6b8023e user: ssoberni tags: pt-container-ssoberni
2018-07-03
16:06
cleanup check-in: f43384e6e9 user: ssoberni tags: pt-container-ssoberni
16:01
Provide test harness for transformation ops on grammars (grammar containers); WIP check-in: 40ed050ddb user: ssoberni tags: pt-container-ssoberni
14:55
pt_peg_op.tcl (minimize): op proc is called 'modeopt', not 'optmodes' check-in: e4323e9e48 user: ssoberni tags: pt-container-ssoberni
2018-06-27
17:16
Update peg container transform work to latest trunk, including peg ffp fixes. check-in: 63282d761b user: aku tags: pt-container-ssoberni
17:07
Merged FFP work by Stefan Sobernig. check-in: 623801c583 user: aku tags: trunk
2018-06-25
23:00
Fixes for the FFP tests - Change test grammar to enforce consummation of all input - Fix error in ok grammar example copied from the fail example. - Fix mis-count in the FFP result for the fail example, and missing closing brace Closed-Leaf check-in: d58dafb114 user: aku tags: ssoberni-ffp-3ed39a451f
2018-06-22
04:30
Brought in trunk work (mostly the doc changes) check-in: 3ec4e74aac user: aku tags: ssoberni-ffp-3ed39a451f
2018-06-20
05:46
doctools doctoc - html formatting - anchors based on section titles and file labels. bump to 1.1.7 docidx - html formatting - anchors based on keywords, ignore non-alphanumeric characters. bump to 1.0.8 dtplite - See doc_auto below. Bump to 1.3.1. Further, factored generator blocks into separate procedures. sak / doc_auto - Ignore leading non-alphanumeric characters for sorting. dicttool <D> Typo fix - dicttool.man Regenerated embedded and other documentation. check-in: fe060af06b user: aku tags: trunk
2018-06-19
18:33
Updated local documentation. check-in: 3a89671277 user: aku tags: trunk
17:52
Pulling changes from trunk check-in: fc1fd5aa01 user: hypnotoad tags: hypnotoad
17:50
Merged hypnotoad work over into trunk, mainly for the changes (renames) which help sak.tcl operation. check-in: 5b0076422d user: aku tags: trunk
17:37
Bumped the version for Practcl check-in: 021d5ae879 user: hypnotoad tags: hypnotoad
04:12
mime / smtp <EF> Ticket [83d674b2dd] Extended TLS support to native TLS connections. Bumped to version 1.5. check-in: 9073bd414a user: aku tags: trunk
04:08
mime / smtp <B> Ticket [d9be31a488] Fixed operation of smtp::initialize when both server- and port-list contain more than one element. Bumped to 1.4.6 check-in: f8b74f465b user: aku tags: trunk
2018-06-18
21:27
Pulling changes from trunk check-in: e42366acb6 user: hypnotoad tags: hypnotoad
19:17
Added a number of procedures to the geometry package regarding intersection with circles (implementation in geometry_circle.tcl). Edited several files because of merge conflicts check-in: c3a46560db user: arjenmarkus tags: trunk
2018-06-14
21:11
Fixing an issue in httpd where mime headers to a closed channel were going into an overrun instead of simply terminating check-in: 120c9fa21e user: hypnotoad tags: hypnotoad
14:31
The drop operation should only be permissive on choices (reflecting the realizability condition on choice). New expressions should not be constructed for expressions other than choice. check-in: f70ef61b95 user: ssoberni tags: pt-container-ssoberni
14:02
Kleene star and optionals are better deemed realizable by definition. check-in: 8cd8a7435f user: ssoberni tags: pt-container-ssoberni
09:48
Fix typo in variable use check-in: b08e3a4fd7 user: ssoberni tags: pt-container-ssoberni
09:40
Fix typo in variable use check-in: e3fcb27310 user: ssoberni tags: pt-container-ssoberni
2018-06-13
21:48
Fix order of cleanup operations; dropping unrealizable non-terminals is known to result in new unreachable ones. check-in: 29c5675b36 user: ssoberni tags: pt-container-ssoberni
21:34
Create new branch named "pt-container-ssoberni" check-in: 73a81cc2ca user: ssoberni tags: pt-container-ssoberni
13:48
Preserve farthest-failure path for all *_branch super-instructions. Test included. Prior to this fix, three out of four *_branch si pushed an empty element to the ES, rather than the current FFP. This corresponded to i_error_clear_push, rather than the (documented and) needed i_error_push. check-in: 03e3d184d6 user: ssoberni tags: ssoberni-ffp-3ed39a451f
13:41
Create new branch named "ssoberni-ffp-3ed39a451f" check-in: a3cdfd4c68 user: ssoberni tags: ssoberni-ffp-3ed39a451f
2018-06-12
03:55
oauth / oauth <T> Ticket [20b144d2] Skip tests if TLS is not available. Added base64, sha1 to the set of support packages. check-in: b39206d300 user: aku tags: trunk
2018-06-05
21:50
httpd module changes Added a server plugin which allows local process data to be sent via arguments and memchans instead of sockets. Updated tests to use the dict_dispatch plugin check-in: 93b036eaeb user: hypnotoad tags: hypnotoad
18:04
Adding a sourcefile that was missing to implement plugins check-in: 313dd6aeac user: hypnotoad tags: hypnotoad
2018-05-31
16:21
Pulling changes from trunk check-in: 703dc04479 user: hypnotoad tags: hypnotoad
16:20
Where present, have uuid use /dev/urandom as an entropy source instead of relying on delicate platform specific hacks. check-in: d5e2fcf04b user: hypnotoad tags: trunk
2018-05-26
04:11
Adapted a convention from toadhttpd for Dispatch plugins to the general case. Fixed a typo in practcl check-in: e7c8f0994c user: hypnotoad tags: hypnotoad
2018-05-24
16:46
Added a thread spinning stub to the httpd plugin template ::cron::run should now trigger periodic processes check-in: aafd17983a user: hypnotoad tags: hypnotoad
2018-05-18
17:47
oauth / oauth <B> Ticket [8fd2561785] Fixed missing escape-quoting of an opening brace in a quote-quoted regexp pattern in a proc. The outer {...} of the proc body governs. Fixed bogus variable name in oauth::QuoteValues. Added an empty test file with a no-op placeholder test. This will catch at least the file not loading properly. Version bumped to 1.0.2 check-in: aec286d43d user: aku tags: trunk
17:13
mime / smtp <EF> Ticket [83d674b2dd] New option -tlsimport to support native TLS for smtp. Updated documentation. Version bumped to 1.5 Closed-Leaf check-in: 657782a889 user: aku tags: smtp-tlsimport-tkt-83d674b2dd
04:42
json / json <D> Ticket [868b8ebe79] json / json::write <D> Extended the documentation of both packages to refer to the other. No version changes. Regenerated the online documentation. check-in: e2d7b04944 user: aku tags: trunk
04:31
mime / smtp <B> Ticket [d9be31a488] Simplify how `smtp::initialize` iterates over -servers and -ports. Updated the documentation. Version bumped to 1.4.6. Thanks to boegge for the report of the problem with the old code. Closed-Leaf check-in: 9c0c77acf0 user: aku tags: smtp-init-tkt-d9be31a488
04:15
log / log <EF> Ticket [19607f927b] Merged new `logsubst` command to prevent execution of expensive message construction until actually needed. Version bumped to 1.4. Thanks to Harald for idea and implementation. check-in: ea802e332b user: aku tags: trunk
2018-05-07
17:06
Regenerated web docs. check-in: 2d4eba9c29 user: aku tags: trunk
17:02
Tkt [e72cf5e815] - Merged feature branch check-in: f14ecf1992 user: aku tags: trunk
2018-05-02
23:38
httpd: Fixed a typo (well really an api shift) if the file dispatcher's index page generator. check-in: 3d23a339f7 user: hypnotoad tags: hypnotoad
19:32
Updated the windows platform bodge to compile kits with --enable-symbols check-in: aa12283388 user: hypnotoad tags: hypnotoad
06:42
HTTPD minor tweaks Adding more debugging to header overrun messages. Update the metaclass for httpd to use the proper methods for html templating. HttpdHeaders now uses the variable LIMIT instead of a hard coded constant check-in: 4bb6b80d44 user: hypnotoad tags: hypnotoad
2018-05-01
18:03
Fixed leakage of tls_package between tests. Added setup of twapi for twapi tests. Works for me now. Closed-Leaf check-in: e172652ba4 user: aku tags: autoproxy-twapi-support
17:54
Merged multi-setup of tests into single clause. Does not fix the failures. check-in: 2309be1887 user: aku tags: autoproxy-twapi-support
17:40
http / autoproxy <EF> Ticket [e72cf5e815] Fixes before merge - Tweaked the documentation setup, placed the custom tls notes into the section instead of before it. - Using the in/ni operators means that the package and tests require Tcl 8.5+ Note, still seeing test failures on linux, where tests use twapi commands and are guarded only with have-tls. Still, tests are also described as using tls, so it is likely an issue in the package, not the test itself. This need some more investigation. check-in: e9af4d885f user: aku tags: autoproxy-twapi-support
2018-04-26
15:01
Removing etoyoc.com specific hack from the core implementation check-in: d9110868ee user: hypnotoad tags: hypnotoad
2018-04-24
21:14
Redesigned the "not found" message inside of the httpd dispatcher to spawn off a reply object to handle the template processing for the error message. Added handling for the special case of a browser communicating with localhost. Modern browsers will not send a cookie for localhost, and in that case the session id is marked as a constant string "localhost" to allow the rest of the security system to operate properly. check-in: 1db0d3ebb8 user: hypnotoad tags: hypnotoad
17:50
Added a new method Headers_Process to allow plugins to do their own manipulation of incoming requests prior to dispatch check-in: d8a1dbbf62 user: hypnotoad tags: hypnotoad
16:59
Added a plugin architecture to the httpd core, to allow multiple extensions their own chance to claim and service requests from the httpd dispatch engine. Added a private class Log_Dispatch to be shorthand for writing out to the server object's log with all of the pro-forma data that the developer could care about. check-in: 0188cf4306 user: hypnotoad tags: hypnotoad
2018-04-19
13:07
For twapi TLS, connection does not block until negotiation complete so check for that before updating tls_status element in state array. Note that this element is undocumented anyway. check-in: 56704965b8 user: apnadkarni tags: autoproxy-twapi-support
2018-04-17
15:25
Updated version info in pkgConfig.tcl and autoproxy.man. Ticket for this branch: [e72cf5e815] check-in: 0c15f14f78 user: oehhar tags: autoproxy-twapi-support
14:00
Added support for twapi::tls_socket as an alternative to the TLS extension Updated documentation accordingly for the -tls_package option. Added simple tests for autoproxy::tls_socket check-in: 7ba53ac6e9 user: apnadkarni tags: autoproxy-twapi-support
10:35
Create new branch named "autoproxy-twapi-support" check-in: c732c4cffa user: apnadkarni tags: autoproxy-twapi-support
2018-04-14
12:52
Added rudimentary support for html templating (To be overridden by mixins later, of course) check-in: f49e8110c9 user: hypnotoad tags: hypnotoad
04:31
httpd: Maintainability and debugging tweaks based on experience developing toadhttpd check-in: a338f3ab7e user: hypnotoad tags: hypnotoad
2018-04-02
12:52
Modifications to httpd: Removing shims added to support toadhttpd's cacheing mechanism. Fixed some logging cases. check-in: db5fbcec3c user: hypnotoad tags: hypnotoad
2018-03-31
05:19
Modifications to httpd to support toadhttpd. Sessionid (if given) is now passed to logging. The format of the information sent to logging now conforms to the information available from the http_info method. check-in: bfb33bfa4c user: hypnotoad tags: hypnotoad
2018-03-19
17:15
httpd improvments for toadhttpd. Added a catch around 408 error handling. Added an optional configuration file which is sourced internally by the object on startup. Moved coroutines and httpd reply objects to dedicated global namespaces. check-in: 76a705a2ec user: hypnotoad tags: hypnotoad
16:40
Removing the tool-ui and tool::datatype modules. They are a bit of a niche effort, better suited to taolib check-in: 420323e576 user: hypnotoad tags: hypnotoad
2018-03-16
20:56
Fixed the unicode escaper check-in: 0e3839c9b6 user: hypnotoad tags: hypnotoad
20:45
Typo fix check-in: 7e96757fb8 user: hypnotoad tags: hypnotoad
11:18
Enhanced the html::html_entities command with a means for character by character escaping arbitrary unicode that doesn't have a canonical html code. check-in: 08eeb5ca21 user: hypnotoad tags: hypnotoad
2018-03-15
10:38
Fixed a bug in the httpd module FormData method. Added a facility to sak style tools/subprojects to install individual modules to a specified location check-in: 05e97ce4b4 user: hypnotoad tags: hypnotoad
2018-03-13
23:30
Updated practcl's VFS package indexer to understand not to try to index meta-source code in tcllib and tcllib-a-like libraries. check-in: 8cd2ebf514 user: hypnotoad tags: hypnotoad
20:29
Repair the example - replacing the square brackets by [lb] and [rb] to prevent evaluation check-in: ec7b5576d0 user: arjenmarkus tags: trunk
18:36
Restructuring tool style modules to place their source code in a path that the sak installer will ignore on install check-in: 4bef92af87 user: hypnotoad tags: hypnotoad
17:36
More improvements to httpd based on field testing. Refactored error handling. Introduced a MIME header size limit (currently hardcoded at 8192). Logs now record the UUID of the http reply as the primary index. File transfers and channel copies now consistently terminated the responding coroutine and schedule and event to close the channels and destroy the reply object. For testing added a simplified reply template check-in: 9291c03a44 user: hypnotoad tags: hypnotoad
2018-03-12
22:05
Removing the tool_db module, formalizing development in taolib check-in: 9c923546c5 user: hypnotoad tags: hypnotoad
22:03
Modification to keep practcl from indexing the src folders of tool modules check-in: ff7e8c2af2 user: hypnotoad tags: hypnotoad
21:48
Adding files missing from httpd. Adding a new module: tool::db check-in: 5c03450590 user: hypnotoad tags: hypnotoad
21:43
Updating proxy coroutines for httpd check-in: 9dc811f430 user: hypnotoad tags: hypnotoad
17:08
Added a new method to servers "DocDefault" so that derivative implementations can replace their own "no virtual host/dynamic url" match behavior with their own (and not have to swap out the entire dispatch method.) Removed comments and debugging entries in the log check-in: 4cdb83224e user: hypnotoad tags: hypnotoad
14:15
Httpd improvements All httpd replies are now given a guuid, and an object and coroutine name in the global namespace. Simplified error handling and detangled a web of try { ... } that was confounding error reporting. Added an "html" ensemble to server an reply object which take care of generating pro-forma blocks of Html code, as well as provide shims for sitewide templating. Reply dispatch methods no longer attempt their own error handling. Going all-in with having coroutines monitor the entire lifecycle of a request check-in: c322bd4d9e user: hypnotoad tags: hypnotoad
2018-03-11
21:01
Replaced the array error_codes with a method call Added a new method "wait" which will do the write event wrappers around "chan event" to ensure the event fires off, and the script clears Eliminated the "output" method from reply Added handling for 3xx style redirects Added hooks for servers to cache results. They are blank for the tcllib implementation. Added the concept of TTL (time to live) as a property that can be populated for URLS to indicate caches both internal to the webserver and proxies along the way to the client how fresh a page needs to be. Corrected several HTTP codes that were copied from tclhttpd, but were in fact wrong. Added sizes to every call to chan copy Reimplemented proxies, SCGI, and CGI. They now follow a common template. SCGI and CGI are both forms of proxy. Added the ability to turn on or off debuggining in the test script. check-in: dcab6eb2d2 user: hypnotoad tags: hypnotoad
11:53
For bulk transfers, switching from having the coroutine poll to having the chan copy wake the object back up. The polling coroutine is locking up under field conditions on etoyoc.com check-in: e6cd91662e user: hypnotoad tags: hypnotoad
01:01
Reworked content.scgi to be the same sort of "never leave dispatch" style of responder as content.proxy. Removed some misplaced error handling in scgi and proxy. For now in really exotic errors they just log and clean up instead of trying to report an error across a socket that may no longer exist check-in: 33ced87845 user: hypnotoad tags: hypnotoad
2018-03-10
08:14
Cleaning up logging and error reporting check-in: 10dce1fd67 user: hypnotoad tags: hypnotoad
01:42
Tweaks to ensure socket events are cleared on error check-in: fa4332082b user: hypnotoad tags: hypnotoad
2018-03-09
22:41
Modifications to httpd. Renamed the "add_uri" to uri::add. Uri is a new method ensemble. Added uri::patterns to output a chain of search patterns for urls. Uri patterns can now include a hostname Added logic to detect all patterns that web clients may be requesting an index. check-in: 349c14ea42 user: hypnotoad tags: hypnotoad
11:04
Modifications to httpd and httpd example. Fleshed out how to stream content from proxies. Reimplemented the fossil hosting example to use the "fossil http" command instead of running a persistant server. Fixed several points in the code where we were leaving the coroutine and firing off random method calls in the event loop. Now, wherever practical, events wake the coroutine back up. This helps ensure we follow proper order of operations. Added a replaceable "debug" method for server processes. The default is an empty call, but developers can inject puts statements or log entries to nap stack traces of errors. Added tests for proxied content check-in: 0ee04291d4 user: hypnotoad tags: hypnotoad
03:05
Added a preliminary CGI implementation to the httpd module. More testing to follow check-in: eb759a27ea user: hypnotoad tags: hypnotoad
2018-03-08
16:12
Modifications to formalize headers in a way that is in common with environmental variable mapping for CGI. (Even though we aren't really doing CGI yet.) check-in: 61c81b3607 user: hypnotoad tags: hypnotoad
15:38
Moved MIME header parsing into the http server object. The reply now gets a predigested set of headers with the ability to grab a cached copy of the raw MIME headers the server saved. The fields in the request ensemble are now SCGI encoded to allow true commonality between HTTP and SCGI client code Created a meta class to contain the mime handling capabilities that both the server and reply classes will need to keep in common check-in: 59c887b3a9 user: hypnotoad tags: hypnotoad
2018-03-04
12:50
More RFC Fixes for canonical mispellings and "you would have had to have been there" capitalizations. check-in: a8484a5704 user: hypnotoad tags: hypnotoad
12:41
SCGI fix check-in: 56964c80b2 user: hypnotoad tags: hypnotoad
12:32
Refining the logging. Added a reference block of information that is useful for debugging nefarious access from the web check-in: 81e7060c13 user: hypnotoad tags: hypnotoad
2018-03-02
21:13
Moving the amalgamation scripts for httpd, practcl, tool-ui and tool to their respective src/ directories to prevent the script from being distributed with the final product. check-in: ce0c9b2cb7 user: hypnotoad tags: hypnotoad
20:56
Moved the build.tcl file for nettool to the src directory check-in: 5f322710f3 user: hypnotoad tags: hypnotoad
2018-02-27
20:05
Change tool-ui to unix line breaks. Replaced "eq" tests with "==" for values which are assumed to be numerical. 5.0 == 5 is true. 5.0 eq 5 is not. check-in: 1227142c29 user: hypnotoad tags: hypnotoad
2018-02-20
11:09
Fixed list error Closed-Leaf check-in: 259321213b user: oehhar tags: rfe-19607f927b-logeval
09:08
Added tests to check if the purpose (no execute on no log) works check-in: c5d9906c48 user: oehhar tags: rfe-19607f927b-logeval
2018-02-19
19:50
Pulling files from the release check-in: c043be9248 user: hypnotoad tags: hypnotoad
15:09
Add log::logsubst with command/variable substitution only in the log case. Ticket [19607f927b] check-in: ec9cf4bb6f user: oehhar tags: rfe-19607f927b-logeval
2018-02-17
05:29
Bumped release information in the homepage. check-in: 7dc753b7b0 user: aku tags: trunk
05:13
Tcllib 1.19 Release merged into Trunk. check-in: c78b1cfefe user: aku tags: trunk
04:59
Cherrypicked [1da4d5eaab] over into the release. Bumped version, updated related materials Closed-Leaf check-in: cd6ff6e8eb user: aku tags: release, tcllib-1-19-rc, tcllib-1-19, tcllib-1-19-rc-2
04:49
Merged latest and last fixes from hypnotoad branch, for this release cycle. Regenerated docs. check-in: 540d616e21 user: aku tags: tcllib-1-19-rc
2018-02-16
04:43
Fix uuid.tcl compilation error for Windows check-in: 1da4d5eaab user: apnadkarni tags: trunk
2018-02-15
22:55
Tweaks to MIME parsing to cast canonical fields into their canonical case (per rfc2616) if they are given to us in a different case check-in: 5fe8d17667 user: hypnotoad tags: hypnotoad
22:35
Making the case for "Content-Length" consistent with all output check-in: 9155e753e0 user: hypnotoad tags: hypnotoad
22:22
Fixed a bug that was preventing headers from being passed correctly for SCGI post requests. Added case tolerance for headers stored in the reply ensemble. check-in: e5e35435b6 user: hypnotoad tags: hypnotoad
2018-02-14
10:43
Updating documentation for oometa, httpd, and tool check-in: 8a048124ae user: hypnotoad tags: hypnotoad
04:35
Added tool to remake the internal certs. Updated certs. Added xz to set of distribution tarballs. Metadate files updated. check-in: d1e874b7e7 user: aku tags: tcllib-1-19-rc-1, tcllib-1-19-rc
2018-02-13
07:27
Updated list of PACKAGES check-in: aa2214b1fc user: aku tags: tcllib-1-19-rc-0, tcllib-1-19-rc
2018-02-12
10:04
Create new branch named "pca-update" Leaf check-in: 336c93b8c0 user: arjenmarkus tags: pca-update
2018-02-10
22:58
ldap / ldapx <B,T,D> Ticket [d6c9cfbaf9] Fix handling of continuation lines. check-in: 41b91c0848 user: aku tags: tcllib-1-19-rc
22:06
httpd <D> -- Merged hypnotoad [0383fab823], last tweaks to docs check-in: 40ae884803 user: aku tags: tcllib-1-19-rc
2018-02-09
06:04
httpd -- <D> Merged hypnotoad commit [5f110884de] into release. check-in: 2ab3dd215d user: aku tags: tcllib-1-19-rc
05:49
irc/irc <B,D> (tkt [78f27a417f]) Added missing extraction of key when calling `irc::cmd-config` with a single argument. Added comment to clarify the logic after the checks a bit more. Thanks to [email protected] for the heads-up. Completely missed this while fixing tkt [104f9c91a5] check-in: 2ba994e31e user: aku tags: tcllib-1-19-rc
05:40
Merged PT work to release. check-in: 720355a2d8 user: aku tags: tcllib-1-19-rc
05:35
Merged PT work to trunk. check-in: 3a942ffbf3 user: aku tags: trunk
2018-02-08
22:55
Avoid extra [expr] calls in TclOO and Tcl engines Closed-Leaf check-in: f94401b3e2 user: ssoberni tags: pt-fixes2-ssoberni
22:45
Bump patch level check-in: 8d72cdd40c user: ssoberni tags: pt-fixes2-ssoberni
22:34
Bumped patch level check-in: 30b5744400 user: ssoberni tags: pt-fixes2-ssoberni
18:41
Final tweak to httpd docs check-in: 0383fab823 user: hypnotoad tags: hypnotoad
18:25
More tweaks to httpd documentation check-in: 5f110884de user: hypnotoad tags: hypnotoad
18:13
Documentation fixes for httpd and math check-in: 3deef0a3c8 user: hypnotoad tags: hypnotoad
17:35
Added documentation to the httpd package. Fixed some bugs in the example. check-in: c0283f2c56 user: hypnotoad tags: hypnotoad
15:43
Changed the encoding httpd reports to UTF-8, as that is the default Tcl generally utilizes without heroic effort check-in: fd985d3ff1 user: hypnotoad tags: hypnotoad
15:03
Folding the former scgi-app package into the main httpd module. Fixing scgi to match api changes in httpd Renaming http::content::* classes to http::content. check-in: cb4f04ea52 user: hypnotoad tags: hypnotoad
05:19
Merged "mixing"-branch `tcllib-1-19-rc-mix-hypnotoad-f91bd1308c` into the release. Updated READMEs and generated documentation. check-in: 5addaf1406 user: aku tags: tcllib-1-19-rc
2018-02-07
19:45
Merged [hypnotoad] commit [f91bd1308c] with release work and fixed it up (conflict resolution, missing bumps). Placed into a new "mixing"-branch which can be used as starting point for further fixes if necessary, as per results of a testsuite run. Or committed to the release. Closed-Leaf check-in: df153cb3ea user: aku tags: tcllib-1-19-rc-mix-hypnotoad-f91bd1308c
17:15
Rewrite of the TclOO/NX transformation: a) supports standard pt debug mode, b) ~25% speed improvement thx to better handling of variable imports check-in: 9877877dcd user: ssoberni tags: pt-fixes2-ssoberni
2018-02-03
05:22
Reverting to a snapshot of udp cluster from IRM. The version that was checked in was not viable check-in: f91bd1308c user: hypnotoad tags: hypnotoad
03:52
Pulling in fixes from IRM testing check-in: 24152aa35a user: hypnotoad tags: hypnotoad
2018-02-02
23:11
Fixes to udpcluster Added a means to force resolution for a canonical name to a fixed ip and port Fixed a typo in udpclusters TCP connect proc check-in: 8434f0a21e user: hypnotoad tags: hypnotoad
12:10
More updates from taolib check-in: a50b47d2ff user: hypnotoad tags: hypnotoad
11:43
Updated cron from taolib check-in: e9d0d1796b user: hypnotoad tags: hypnotoad
11:36
Pulling new oodialect from Taolib check-in: 149d7e5828 user: hypnotoad tags: hypnotoad
11:23
Nettool is now distrubted as a single amalgamated file Also integrated some minor tweaks to the windows platform handers brought over from taolib check-in: 9c96b5125a user: hypnotoad tags: hypnotoad
10:46
Updating UDP Cluster from Taolib check-in: 507f1b88a2 user: hypnotoad tags: hypnotoad
03:56
Regenerated docs for accumulated changes. check-in: 5c8c025dc5 user: aku tags: tcllib-1-19-rc
03:48
Merge to release RC: GN patches for doctools and markdown. check-in: a43c4df501 user: aku tags: tcllib-1-19-rc
03:38
Merge to trunk: GN patches for doctools and markdown. check-in: 744a6b43a2 user: aku tags: trunk
02:33
Pulling fixes from trunk check-in: f8e9464473 user: hypnotoad tags: hypnotoad
2018-02-01
21:55
Fixed a problem in the PostData method of httpd::reply, updated tests check-in: bee70b4486 user: hypnotoad tags: hypnotoad
18:46
Last minute fixes to repair the httpd demo check-in: 4707f253e9 user: hypnotoad tags: hypnotoad
18:33
doctools2idx <D> Fixed documentation typos, code comment typos doctools2toc s.a doctools s.a Patch by Gustaf Neumann <[email protected]>, thank you. Closed-Leaf check-in: ede38cc0f5 user: aku tags: doctools-typos-gn
18:31
doctools2idx / doctools::idx::{export,import} <B,D> Fixed code typos (variable name), doc typos doctools2toc / doctools::toc::{export,import} s.a. Patch by Gustaf Neumann <[email protected]>, thank you. check-in: 27df9fe99f user: aku tags: doctools-typos-gn
18:28
Simplifying the role of the "content" method. Added a pass at intepreting the HTTP headers automatically during the call to the "dispatch" method. Fixed the tests check-in: 0ce1fc1bd4 user: hypnotoad tags: hypnotoad
04:47
markdown / markdown <EF> - Applied patch adding syntax highlighting for `fenced code blocks` to the markdown package. Patch received from Gustaf Neumann <[email protected]>, with thanks. Closed-Leaf check-in: 924478eb48 user: aku tags: markdown-syntax-highlight-gn
04:33
Merged work on tkt [997c8b4e67] to release rc check-in: 5e6fbe3de1 user: aku tags: tcllib-1-19-rc
03:18
New version of httpd. Consolidated all of the functions into one implementation check-in: 5dd3f483bf user: hypnotoad tags: hypnotoad
2018-01-25
05:01
Tkt [997c8b4e67] rest/rest <B> More fixes to the command extraction and validation. Closed-Leaf check-in: e6c5341f16 user: aku tags: tkt-997c8b4e67-aku
2018-01-24
20:40
Tkt [8fd2561785] oauth/oauth <B,D> Merged fix of query default to GET, was POST, into release. check-in: 52bd859b74 user: aku tags: tcllib-1-19-rc
20:36
Tkt [8fd2561785] oauth/oauth <B,D> Merged fix of query default to GET, was POST. check-in: 738baecbc3 user: aku tags: trunk
20:14
Tkt [4cff6a4296] ldap/ldax <D> Fixed manpage typos. Thanks to Pierre David for report and patch. check-in: 31128791fd user: aku tags: tcllib-1-19-rc
19:54
Tkt [104f9c91a5] irc/irc <B,D> Added missing extraction of key when calling `irc::config` with a single argument. Added comment to clarify the logic after the checks a bit more. check-in: 41e67fa77f user: aku tags: tcllib-1-19-rc
19:44
Tkt [e2cc72f496] inifile/ini <B,D> Added missing handling of encodings to various places. Report and patch by geballin <[email protected]>, with thanks. check-in: b09616777a user: aku tags: tcllib-1-19-rc
19:12
Tkt [c247ed5db4] ldap/ldap <B,D>. Merge of fix for protocol error, into release prep. check-in: 2f3369f04b user: aku tags: tcllib-1-19-rc
19:11
Tkt [c247ed5db4] ldap/ldap <B,D>. Merge of fix for protocol error. check-in: 0826350f8d user: aku tags: trunk
19:04
Tkt [a7fb3a643c] math/math::exact <B> Cleanup of variable access, prep for Tcl 9 / TIP 278 variable resolution changes. check-in: fb859d7803 user: aku tags: tcllib-1-19-rc
18:33
Tkt [4367201817] yaml/yaml <B> Cleanup of variable access, prep for Tcl 9 / TIP 278 variable resolution changes. check-in: d50864197b user: aku tags: tcllib-1-19-rc
2018-01-22
22:34
udpcluster - de-dos lineendings check-in: fb83530d9e user: aku tags: tcllib-1-19-rc
22:28
math / math::pca - <D> - Fix syntax error, unclosed command check-in: 55d2a86bef user: aku tags: tcllib-1-19-rc
22:21
Added the 1.19 README's summarizing the changes. Plain text and Markdown (new). check-in: 026f1054f8 user: aku tags: tcllib-1-19-rc
22:20
sak readme - Small cleanup in the markdown generator path check-in: 752873da67 user: aku tags: tcllib-1-19-rc
20:30
coroutine - <EF,B> - Fixed missing version bump check-in: 186158cce9 user: aku tags: tcllib-1-19-rc
20:06
oometa / oo::option - <B> - Fix missing version bump check-in: d9ebf11f97 user: aku tags: tcllib-1-19-rc
20:02
nettool - <B> - Bump version for windows platform changes. check-in: d3d1ad4b7f user: aku tags: tcllib-1-19-rc
19:55
httpd - Fix DOS line-endings check-in: 2ee092b46e user: aku tags: tcllib-1-19-rc
19:54
httpd / scgi::app - Bump version to match changes. check-in: 78d6417b68 user: aku tags: tcllib-1-19-rc
19:01
math::calculus - <B> - Bumped version. check-in: 80aecc32bc user: aku tags: tcllib-1-19-rc
18:34
pt::pgen - <EF> - Bumped minor version, forgotten when adding NX support. check-in: 881f836089 user: aku tags: tcllib-1-19-rc
18:28
valtype::iban - Fix version mismatch code vs index. Updated index. check-in: d217ec77de user: aku tags: tcllib-1-19-rc
17:52
Extended sak readme/review - Support markdown as output format, ignore merge commits. check-in: 61ec513299 user: aku tags: tcllib-1-19-rc
17:49
fumagic (rt, filetype) - release prep work - <A> - Review of documentation changes since 1.18 shows that API-incompatible changes were made to the listed packages (Removal of command arguments, complete change of the structure of return values for filetypes). Such changes require a bump of the __major__ version of the package, while we currently only have a bump of the minor version. This commit fixes the issue and bumps the relevant packages to version 2. Attention: The PCX files were not updated to match the changes made to the packages/commands. This is mainly important to fumagic::rt, which had changes to command argument signatures. check-in: 1a83432350 user: aku tags: tcllib-1-19-rc
2018-01-19
20:30
Practcl fixes. Renamed the "target" method "make" Improvements to remove conditional logic USE_MSVC and actually moving the code to discrete parallel methods in either toolset::gcc or toolset::msvc Removing a lot of the special handling for core(ish) extensions, and rolling that behavior in as a potential to be seen in all tcl related builds. Added some helper functions for pulling data from fossil for tagging up TEAPOT check-in: b8c316ca0d user: hypnotoad tags: hypnotoad
2018-01-18
00:31
Practcl improvements Refinements to ::practcl::copyDir to handle single files Added a method for polling installer info check-in: 36c32fb515 user: hypnotoad tags: hypnotoad
2018-01-17
21:00
Fix package versions from the last 1.18 release, was forgotten at the time. Needed for proper README now. check-in: 30183c97c8 user: aku tags: tcllib-1-19-rc
20:19
practcl improvements. Modules now have a "target" mechanism that allows them to have their own private version of "practcl::trigger" and "practcl::target" Global targets now are targets of the ::practcl::LOCAL object. This is strictly for backward compadibility, and in truth projects should migrate to per-object targets check-in: db11f990f8 user: hypnotoad tags: hypnotoad
17:48
Sort out profiler differences for 8.6+ check-in: f3b71b7830 user: aku tags: tcllib-1-19-rc
17:35
Disable the `memory validate on` in various test suites. Horrible slowdown, only needed when we have to debug an actual crash, or a truly strict test run. check-in: 84bc7514e1 user: aku tags: tcllib-1-19-rc
15:58
Tweaking the headers generated for non tip-430 zipkits check-in: 0658a9b990 user: hypnotoad tags: hypnotoad
07:30
math::machineparameters - Fix missing Tcl version requirements. Fix test setup. check-in: ff85b2e687 user: aku tags: tcllib-1-19-rc
07:29
math::pca - Fix mismatch in Tcl version requirement, code vs test, fixed tests check-in: 368e6a2ff0 user: aku tags: tcllib-1-19-rc
07:28
Fix missing declaration of `tool-ui`. check-in: 1936740176 user: aku tags: tcllib-1-19-rc
02:45
Pulling changes from trunk check-in: ff98780d89 user: hypnotoad tags: hypnotoad
02:39
Modifications to the tclkit bootloader to index file systems by mount point check-in: b5521bcf45 user: hypnotoad tags: trunk
2018-01-15
20:40
Opening the Tcllib 1.19 Release Candidate Branch "tcllib-1-19-rc" check-in: 8a45406f08 user: aku tags: tcllib-1-19-rc
2018-01-11
22:07
Fixed a goof in practcl that was preventing platform specific flags from being passed to autoconf for local Tcl builds check-in: ac6853e223 user: hypnotoad tags: trunk
19:42
Pulling changes from trunk check-in: 0cc7c4d15a user: hypnotoad tags: hypnotoad
19:38
practcl: Fix to properly interpret the name of the binary library's name if the package provides a PKGConfig.sh file check-in: d86ea7c552 user: hypnotoad tags: trunk
18:04
Practcl now looks for the tclZipfs.c implementation inside of the tclconfig/compat directory (distributed with TEA) instead of in the odie project check-in: 1d46ecb29d user: hypnotoad tags: trunk
17:13
Closing another fork check-in: 9b0afb642d user: hypnotoad tags: trunk
17:12
pulling changes from trunk check-in: 006de4ea49 user: hypnotoad tags: hypnotoad
17:12
Correcting the name of the zipfs implementation file in odie check-in: 8e73c1ade5 user: hypnotoad tags: trunk
2018-01-09
03:31
Fix split of trunk, another leaf check-in: d6d58dfd06 user: aku tags: trunk
03:29
Fix split of trunk check-in: f189763b8d user: aku tags: trunk
2018-01-08
20:39
Add a new package math::PCA for principal components analysis check-in: 2c24d9d9c1 user: arjenmarkus tags: trunk
2017-12-29
14:08
Pulling changes from trunk check-in: 323b015bb7 user: hypnotoad tags: hypnotoad
14:07
Closing a fork check-in: 71c50e6e82 user: hypnotoad tags: trunk
2017-12-24
13:44
Create new branch named "magicsplat" Leaf check-in: 957d1bc49a user: apnadkarni tags: magicsplat-1.8.0, magicsplat
2017-12-14
00:13
Extended fileutil::fileType to detect sqlite3 databases, and to detect the three types of fossil databases (repo, checkout, global config). Package version bumped to 1.16. check-in: 35b066e84e user: aku tags: trunk
2017-12-12
20:31
Tweaks in practcl to handle corrupt .tm files, and fixes for git repo management check-in: d01098109d user: hypnotoad tags: trunk
20:30
Adding a glance at [pwd] before git pulling in practcl check-in: 3335164b5d user: hypnotoad tags: hypnotoad
20:23
Update practcl distribution from source check-in: c418bd29b0 user: hypnotoad tags: hypnotoad
20:22
Pulling changes from trunj check-in: b4df2e2cc8 user: hypnotoad tags: hypnotoad
2017-12-06
11:45
Fix to pass over corrupt .tm files check-in: 976fc5501d user: hypnotoad tags: hypnotoad
2017-12-05
01:36
Pulling changes from the hypnotoad branch, and closing a fork check-in: f7b64e5626 user: hypnotoad tags: trunk
01:36
Pulling changes from the real trunk check-in: 761d5c1e02 user: hypnotoad tags: hypnotoad
01:35
Closing a fork check-in: 3bb53f2695 user: hypnotoad tags: hypnotoad
2017-12-03
22:37
Correct bug in WebSocket where if callback in text received sends text back at the other side the just received command could be repeated when the next text message was received. check-in: 325ed4b3b3 user: gwlester tags: trunk
2017-12-02
17:05
Add pointer to the DpTcl fossil repo to the HTML man page. check-in: 767c94b9e1 user: gwlester tags: trunk
17:02
Added pointer to DpTcl Fossil Repo. check-in: 17d0f9f69a user: gwlester tags: trunk
01:10
Moved where the tclkit bootstrap searches for teapot packages Closed-Leaf check-in: b9aaf43404 user: hypnotoad tags: trunk
2017-11-30
20:14
Moved the teacup cache to a platform specific folder check-in: e3ac82956d user: hypnotoad tags: trunk
2017-11-29
22:09
Pumping practcl to 0.10.1 Renamed the "config.sh" method to "read_configuration" Renamed the "::practcl::config.tcl" command to ::practcl::read_configuration Limiting relative file paths to only environments that make a mess of global paths. (I'm looking at you MSYS) Objects no longer nuke their oodefine setting. They need to reapply that customization every time they mixin or morph. check-in: 6aaeccdadb user: hypnotoad tags: trunk
12:25
Broke includes out from other compile flags Revamped how non tip430 kits are built check-in: dae10bcfd3 user: hypnotoad tags: trunk
10:20
Restoring the -static flag for MinGW builds check-in: 1a352ad42a user: hypnotoad tags: hypnotoad
02:26
Pulling changes from trunk check-in: b3502f5ee1 user: hypnotoad tags: hypnotoad
2017-11-28
19:14
Minor tweak to mingw executables check-in: 8c8ee2241d user: hypnotoad tags: trunk
11:50
Pulling in improvements to practcl check-in: 90605773eb user: hypnotoad tags: trunk
11:49
Revamped how binaries are linked to better match what is going on inside of tclConfig.sh and the Tcl makefile target TCL_EXE Fixed Linux build for toadkit check-in: c974146350 user: root tags: hypnotoad
2017-11-27
17:44
Note where a hook needs to go for Practcl to detect and execute critcl Added a practcl::grep command for pattern matching files Added a provisional bootstrap for loading critcl as a local tool Added a file mkdir to core subpackages during the ./configure phase check-in: 79fbfc1786 user: hypnotoad tags: hypnotoad
2017-11-04
09:50
Practcl: Reinstated the update method for projects check-in: 2ee4180d9c user: tne tags: hypnotoad
09:26
Practcl improvements: Better logging API. Local prefs file now affects behavior. Overhaul of how packages loaded to the local environment are dealt with. check-in: 54d2027e5a user: tne tags: hypnotoad
05:58
New version of practcl. This version eliminates the separate family of classes for "tool" vs. "subproject". Now tools are subprojects of ::practcl::LOCAL, but environment interactions are handled through a separate env-* family of methods that track with the classes independently of the normal build methods. All tools inhabit the same global namespace (::practcl::OBJECT). Tools are installed to the prefix specified by the prefix define for ::practcl::LOCAL check-in: c433cbd5e9 user: tne tags: hypnotoad
2017-11-03
19:19
Modifications to fix file path handing for MSYS Kit building check-in: e8ee0468c2 user: tne tags: hypnotoad
2017-11-02
19:44
Pulling changes from trunk check-in: deba870ed0 user: hypnotoad tags: hypnotoad
18:52
Fix to the scgi.test in the httpd module check-in: 6e5dd75c1f user: hypnotoad tags: trunk
18:21
Pulling changes from trunk check-in: 9bbf4e73bb user: hypnotoad tags: hypnotoad
18:21
Added a timeout to ::coroutine::util::gets_safety. The delay is setable as a new optional argument. The default is 2 minutes. Refactored the HTTP header parsing system for httpd. Fixed a point where the parser was performing a bare read instead of the coroutine savvy version. Fixed bugs in the httpd test suite. New version of Practcl. Simplified the class structure. Shuffled functions to be closer to be where they are used, and also indicate who calls them. Tcl and Tk now compile in the directory relative to the master project. check-in: e0d0875ab4 user: hypnotoad tags: trunk
10:31
Added a 2 minute timeout for coroutine::util::gets_safety Fixed how line breaks are expressed in the httpd module's tests Refactored how Httpd headers are pulled over a socket to better exploit the fact the process is taking place in a coroutine Bumped practcl's version to 0.10 check-in: 7c6d876842 user: hypnotoad tags: hypnotoad
2017-11-01
22:48
Ticket [c247ed5db4]. Fixed handling of partial reception. Thanks to [email protected] for report and patch. Bumped version to 1.9.2. Note, this may fix tickets [b9a39c02c7] and [5f4f30667b] as well. Ping their reporters. Closed-Leaf check-in: 8b8f10e2bb user: aku tags: fix-ldap-partial
22:18
Pulling changes from trunk check-in: 1db8e05b30 user: hypnotoad tags: hypnotoad
22:18
New version of practcl for debugging check-in: d6a83c4030 user: hypnotoad tags: hypnotoad
19:53
Extended the generic feedback block with info about desired formats and actions for patches. Regenerated docs. check-in: 00329f8b8f user: aku tags: trunk
2017-10-31
23:57
Fix Tcl requirements in math packages. Update affected testsuites. Fix problems with `customMatch` calls. check-in: beb2a1874a user: aku tags: trunk
22:59
Fix bogus `tool` file reference in `httpd` testsuites. After it shows that this testsuite is totally broken, to the point of apparently hanging. check-in: e129da56c6 user: aku tags: trunk
22:53
Fix Tcl requirements and testsuite constraints for packages `oo::meta` and `oo::option`. check-in: 8f0097e970 user: aku tags: trunk
22:19
Fix bogus file reference in `tool` testsuite. check-in: 13b058245b user: aku tags: trunk
22:16
Fixed test contraints for udpcluster. Tests still fail, but not due to wrong Tcl nor unfound packages. check-in: e4d471f7c9 user: aku tags: trunk
22:14
Fixed Tcl requirements for `cron` package check-in: db444b30d0 user: aku tags: trunk
22:13
Extended `testsNeed` to allow for optional version number. check-in: 7e8cb4ed89 user: aku tags: trunk
20:43
fumagic testsupport requires Tcl 8.5+ (due use of dict, apply). Updated the constraints in fileutil. check-in: 3c3b34c535 user: aku tags: trunk
20:24
Ticket [8659a16544]. Added support for !!float tags. Thanks to Peter Lewerin for report and patch (including tests). Bumped version to 0.4. check-in: 5006d62d3e user: aku tags: trunk
20:11
Ticket [819e42b05c]. Remove bogus `package require md4c` at top. This is handled by the `LoadAccelerator` further in. Version bumped to 1.0.7. check-in: dba79cf013 user: aku tags: trunk
18:45
Ticket [edbde89476]. Fix problems in ldap::starttls (Bad command construction and reference to unknown argument/variable). Thanks to [email protected] for report and fix. Bumped package to version 1.9.1. check-in: 510aa7c21d user: aku tags: trunk
03:41
Fix trunk split. check-in: ca0b7e688f user: aku tags: trunk
03:41
Merged Pat's work. Regenerated documentation. Fixed documentation issues in Pat's work, and Sean's. check-in: 048189d3a6 user: aku tags: trunk
2017-10-30
23:33
Disabled non-functioning markdown tests and update results where the only difference is whitespace check-in: 78b3ed8622 user: hypnotoad tags: trunk
21:55
Bumped version information for crc16 and autoproxy. Closed-Leaf check-in: 25f3b8ee94 user: aku tags: pt/avoid-old-ssl
2017-10-28
13:33
autoproxy: allow reset of proxy authentication details Fixes ticket [733e45296] by allowing the proxy authentication details to be overwritten or removed if empty details are provided. check-in: ee6fa84309 user: patthoyts tags: pt/avoid-old-ssl
2017-10-27
23:54
crc16: emphasize the requirement to terminate option processing before a data parameter. If the data to be checksummed happens to begin with a hyphen it may end up being read as an additional option. Changed all the example code to show the -- option in use to prevent this. Resolves ticket e84e8b48. check-in: bceee297ab user: patthoyts tags: pt/avoid-old-ssl
14:38
Do not use ssl2 or ssl3 in tests as these are no longer supported. The ssl libraries that underpin the tcl tls package no longer support ssl2 so do not try using this protocol in testing. check-in: c49c11b395 user: patthoyts tags: pt/avoid-old-ssl
00:25
Pulling in bug fixes to the dns module from patthoyts. Resolves ticket [644ec25013] check-in: 9ba2ffd340 user: hypnotoad tags: trunk
00:22
dns: update the uri parsing to use the renamed GetUPHP function GetHostPort was renamed to GetUPHP so make use of the new name. Closed-Leaf check-in: 2fde6e29c9 user: patthoyts tags: dns-rfc7858
2017-10-26
23:13
dns: provide optional support for RFC7858 "DNS over TLS" RFC758 is a privacy enhancement for DNS that uses a secure link between a client and a DNS server and then uses TCP over the TLS link to make the DNS requests. See dnsprivacy.org for a list of test servers. check-in: 17f97c201a user: patthoyts tags: dns-rfc7858
01:30
Refactoring practcl. Moved build tools to a mixin. Made the mixins modules. Added a "select" instance method to the ancestor class of major mixins. check-in: 1eca4e3892 user: hypnotoad tags: trunk
2017-10-24
19:42
The practcl package sniffer now ignores templates that might container "package provide" with not real package or version check-in: f9d13e3436 user: tne tags: trunk
2017-10-23
17:55
Tweak to endure the internally advertised version for the httpd module matches the package version check-in: 7931cf50a1 user: hypnotoad tags: trunk
17:33
Fixes to httpd based on feedback from Rolf Ade check-in: 99e4a7f3bf user: hypnotoad tags: trunk
2017-10-19
17:10
Changed the tag for critcl from "trunk" to "master" check-in: 595bb8721f user: hypnotoad tags: trunk
2017-10-16
12:13
Broke the source of practcl into bite sized chunks, and provided the same sort of amalgamater we provide for tool to assemble the chunks into a single file for distribution Bumped version to 8.0 check-in: 08e1b13373 user: hypnotoad tags: trunk
11:05
Updated Practcl from the tclconfig project check-in: 3fdfb451a8 user: hypnotoad tags: trunk
10:45
Update Tool to 0.7. Added a new package amalgamation feature for tool that condenses all of the source code into a single tcl file. Added a new module tool-ui which is useful for tracking datatypes and used by taolib to split out html forms from tk forms and still retain business logic in common between them check-in: f7e6f30d93 user: hypnotoad tags: trunk
2017-10-06
21:07
Take care of the exceptional situation that the dependent variable is constant in the multivariate regression procedure (ticket 51c03aac1a45161ab6cc59afb69d1768175e054c) check-in: 99ccba5f9f user: arjenmarkus tags: trunk
2017-09-20
15:36
Better fix for ticket d74e418e84, [coroutine::util read] closes channel, and 104809e450, [coroutine::util read] swallows data. check-in: 5f6f135b2f user: pooryorick tags: trunk
13:30
Fix for ticket d74e418e84, [coroutine::util read] closes channel, and 104809e450, [coroutine::util read] swallows data. check-in: efb5ba6487 user: pooryorick tags: trunk
2017-09-11
17:45
Rewrote the TCPACCEPT handler for udpcluster to utilize non-blocking I/O within a coroutine check-in: e954c04140 user: tne tags: trunk
2017-08-30
04:25
Correct errors in the man page for the math::decimal package (ticket 45fe064cf2454dd3ae1b14f6d1e8a7eb605e4b5f) check-in: 6c39445f27 user: arjenmarkus tags: trunk
2017-08-28
17:48
Tkt [4cca6e630b]: Applied patch. Fixed HTML output, although some issues in the comments with pre-made &copy; This is however normally not visible, and low-priority. check-in: 1a19fa44a5 user: aku tags: trunk
2017-08-16
19:00
doctools 1: Ticket [82d77f6e1f]. Patches accepted. Versions bumped. Testsuite updated. Docs regenerated. check-in: 71c513a5bc user: aku tags: trunk
17:19
ip: Ticket [2fb3d28f6b]. Fixed mis-documentation of `ip::version` return value. Slight markup tweaks. Regenerated docs. check-in: bf3fc12585 user: aku tags: trunk
17:10
virtchannel_base: Fix doc typo. check-in: 0657b2b7ba user: aku tags: trunk
04:57
Merged `defer` into main line. Regenerated documentation. check-in: baac0e818b user: aku tags: trunk
04:49
Tweaks for file recognition in emacs. Skip index for pre-8.6 core. Move doc version info into a variable (single place of change) Closed-Leaf check-in: aaf5773163 user: aku tags: add-defer
2017-08-15
18:43
Add cleanup of testsuite, like pki.test check-in: f8037daead user: rkeene tags: add-defer
17:09
Added documentation for the "defer" module check-in: 0e675acedb user: rkeene tags: add-defer
16:32
Added "defer" to the modules list check-in: 98c14f163c user: rkeene tags: add-defer
16:26
Added start of "defer" package v1 check-in: ca495cc9f9 user: rkeene tags: add-defer
2017-08-10
18:54
Added tests for areaPolygon (ticket cb043ecc70e0e90bff93535d1d371a78b94f5d44). Updated the ChangeLog check-in: c84e50e6e8 user: arjenmarkus tags: trunk
2017-08-08
20:59
Correct one more UTF-8 issue check-in: 9afa83afac user: tdc7675 tags: trunk
20:58
Correct some CR/LF and UTF-8 Fossil commit warnings. There are more, but these are the ones that must be corrected to support importing selected libraries into the repository for another project. check-in: d9f4ddee58 user: tdc7675 tags: trunk
01:21
Merged fixes for ticket [5465d70388] check-in: 501a905042 user: aku tags: trunk
01:19
Fixed issue with seeking from end. Bumped versions (patchlevel). Closed-Leaf check-in: bdce7f7a76 user: aku tags: tkt-5465d70388-ak-virt-seek-end
01:16
More testsuites check-in: 334aafb9ed user: aku tags: tkt-5465d70388-ak-virt-seek-end
00:50
Tests demonstrating the issue. check-in: 728d677ecb user: aku tags: tkt-5465d70388-ak-virt-seek-end
00:29
Create new branch named "tkt-5465d70388-ak-virt-seek-end" check-in: f0cafcb40c user: aku tags: tkt-5465d70388-ak-virt-seek-end
00:25
Ticket [f1192d2035]. Updated IBAN definitions. Bumped to Version 1.7. Updated tests. check-in: 4cee7d176d user: aku tags: trunk
00:00
Ticket [b9cc3f892d]. Fixed, i.e. disabled plethora of rogue debugging output. check-in: 232ea3ae18 user: aku tags: trunk
2017-08-07
23:54
Merged fix for ticket [85a0ec8f50]. check-in: 98a32c3965 user: aku tags: trunk
23:53
Fix infinite loop when splitx is invoked with a regexp matching the empty string. Bumped version. Extended testsuite. Closed-Leaf check-in: 31bfe3ad8e user: aku tags: tkt-85a0ec8f50-ak
23:41
Merged fix for ticket [cb043ecc70e0e90bf]. check-in: c76dc6a3fc user: aku tags: trunk
23:40
Fixed missing version bump for bugfix. Fixed warning in statistics documentation. Closed-Leaf check-in: bf6666afc5 user: aku tags: avl-fix-areaPolygon-and-more
23:36
Fix oopses in last commit :( check-in: 3fa1b7baab user: aku tags: avl-fix-areaPolygon-and-more
23:35
Test demonstrating the issue and fix merged check-in: e025eb35d2 user: aku tags: avl-fix-areaPolygon-and-more
23:27
Test demonstrating the problem Closed-Leaf check-in: d345a5a2e5 user: aku tags: tkt-cb043ecc70e0e90bff9-demo
23:17
Fixed missing requirement of Tcl 8.5. Tests do it, code itself did not. Needed now with `lassign` in the code. check-in: cda7d80271 user: aku tags: avl-fix-areaPolygon-and-more
2017-08-06
16:29
fix math::geometry::areaPolygon plus polish the module. check-in: 3cb80496a0 user: avl42 tags: avl-fix-areaPolygon-and-more
2017-06-05
21:22
Sync to trunk. check-in: f736853eec user: aku tags: tkt-997c8b4e67-aku
21:00
Merged fixes for tkt [71deadcf96]. check-in: 78d7722e1e user: aku tags: trunk
20:59
Bump version of "pt::rde::nx" properly. Closed-Leaf check-in: 329f77b79d user: aku tags: pt-nx-fixes
2017-06-02
05:34
Bumped verson of "pt::tclparam::configuration::nx" to 1.0.1 check-in: 238eed6eb8 user: aku tags: pt-nx-fixes
2017-06-01
11:28
Updated test cases to reflect uncommented [return] check-in: da70ba57ec user: ssoberni tags: pt-nx-fixes
09:07
* pt_tclparam_config_nx.tcl: Uncomment return, to match the other standard templates. * modules/pt/pt_rdengine_nx.tcl: Wrap the transformed TclOO ctor body into apply, to match TclOO's namespace scoping (otherwise, the stacks cannot be instantiated multiple times) check-in: 198a9c1da2 user: ssoberni tags: pt-nx-fixes
2017-05-30
16:26
Merged fixes for ticket e4cfcc0f96: handling of null by hullde json writer. check-in: bf5f60bebe user: andreask tags: trunk
16:26
Ticket e4cfcc0f96: fixed handling of null when generating json. Bumped version to 0.3. Closed-Leaf check-in: 70ea88b63e user: andreask tags: tkt-e4cfcc0f96-ak
16:23
Test cases for json dumping, null handling check-in: 9b5c9460dc user: andreask tags: tkt-e4cfcc0f96-ak
16:16
Fix oops in new code for tar seek errors. check-in: 054a65997f user: andreask tags: trunk
15:59
Merged fixes to reported problems with PCX files check-in: b44b64f121 user: aku tags: trunk
2017-05-29
23:07
Bumped the versions of the doctools packages dependent on the html support: doctools, doctools::toc, doctools:idx. check-in: 0feca7d152 user: aku tags: trunk
23:01
Merge doctools HTML comment fix check-in: 463f99dd29 user: aku tags: trunk
22:45
Merge additional fix in the new rest code. check-in: d196e16613 user: aku tags: trunk
22:44
Fixed list of aliases in DetermineMethod, forgot to add the new alias there. check-in: bde33214ca user: aku tags: tkt-997c8b4e67-aku
22:41
Fixed PCX definitions, missing closing brace, and wrong use of checker command. Closed-Leaf check-in: 5f4fac2410 user: aku tags: tkt-7d93822003-ak
22:28
Merged rest change, with approval from the original reporter. check-in: 6c6a2a26e0 user: aku tags: trunk
22:24
Merged json fixes check-in: dbdaf3dff4 user: aku tags: trunk
22:23
Extended the token regexp with special cases for partial numbers (no leading cardinal, no fraction), with other parts becoming mandatory. This fixes mismatching and misconversion of numbers like "1." and ".1". Added tests for these cases. Closed-Leaf check-in: b27e9f8077 user: aku tags: tkt-c974e352d2-ak
20:56
Manually applied the patch from the ticket. Further some cleanup and simplification (Use 8.5 features (lassign, {*})) Closed-Leaf check-in: a0ec57b1bd user: aku tags: tkt-8fd2561785-ak
19:34
Added "Jacobi symbol" to numtheory package and corrected the minimum Tcl version for the geometry package. (Still need to check what the failures with Tcl 8.5 are all about) check-in: 0e381eadd7 user: arjenmarkus tags: trunk
19:05
Ticket 214986cedd: Reworked documentation of splitx to describe the handling of capture groups better. check-in: 0512fb6a9e user: aku tags: trunk
18:57
Added "simple" alias for command "patch". Documented. Bumped version to 1.3. check-in: 3b0925ca00 user: aku tags: tkt-997c8b4e67-aku
18:36
Fixed split trunk. check-in: c74a5a99ce user: aku tags: trunk
18:36
Merged fix for tar::get (Ticket 9f4c0e3e95). check-in: 21cf0660cc user: aku tags: trunk
18:34
Fixed issue. Further modified tar::get to throw an error when not finding the requeste file. Updated docs and tests to match. Bumped version to 0.11. Closed-Leaf check-in: 5438cefd17 user: aku tags: tkt-9f4c0e3e95-ak
18:05
Converted example into testcases. Issue confirmed. check-in: d5f927261b user: aku tags: tkt-9f4c0e3e95-ak
17:17
Merged last bit from ticket branch. Final. check-in: e1f5469305 user: aku tags: trunk
17:16
Added another test to validate the the Critcl implementation is truly ok. Closed-Leaf check-in: 1a871993e4 user: aku tags: tkt-39ab616d8f-ak
17:05
Merged fix for ticket 39ab616d8f (struct::graph dfs pre walk multi-entry issue) check-in: 89bf85ed39 user: aku tags: trunk
17:03
Version of struct::graph bumped to 2.4.1. check-in: db54ffb154 user: aku tags: tkt-39ab616d8f-ak
16:44
Fixed issue. Passing extended testsuite. Forgot to consider that a node may already be in the work stack before it gets visited by some other path from an earlier processed node. This situation is not caught by the existing code preventing visited neighbours of the current node to be added. We have to check all nodes we are getting to. check-in: e2b368cdbf user: aku tags: tkt-39ab616d8f-ak
16:32
Work on ticket [39ab616d8f]. Created tests case from the given exmaple. Confirmed issue for Tcl implementation. Critcl implementation OTOH is ok. check-in: 1c69e62ccb user: aku tags: tkt-39ab616d8f-ak
2017-05-28
21:00
Fix ldap TLS options Fixes [Ticket 7cf9323d38af6cf4e074ec10f6f15ad4c4e1fdf1] check-in: 4500808784 user: schlenk tags: trunk
18:02
Corrected [conforming] procedure - it did not work correctly with vector arguments (ticket 776a75f14f53b5c9a06fe3f3892485a6efe1dc20) check-in: cbe1241b07 user: arjenmarkus tags: trunk
15:26
Add several procedures to the math::numtheory package, such factorising a number and estimating the number of primes up to a certain size. Package version now 1.1 check-in: cd42b3ddf8 user: arjenmarkus tags: trunk
2017-03-30
20:01
Fix bug in tcc4tcl md5 implementation Leaf check-in: e255c39fbf user: Mark tags: mjanssen-changes
15:33
Merged tcc4tcl changes check-in: dfe89741cf user: Mark tags: mjanssen-changes
15:30
Simplify md5.c loading Leaf check-in: e30cebf96f user: Mark tags: tcc4tcl-md5
15:18
Merged MD5 using tcc4tcl check-in: 5e35a82dec user: Mark tags: mjanssen-changes
15:16
Create new branch named "mjanssen-changes" check-in: 6076074d50 user: Mark tags: mjanssen-changes
15:16
Use proper folder for loading md5.h check-in: 8650b9654d user: Mark tags: tcc4tcl-md5
14:55
Use tcllib md5.c and always use tcc if available check-in: 60ba32ea66 user: mjanssen tags: tcc4tcl-md5
14:33
Add tcc4tcl support for md5 check-in: e1741398cd user: mjanssen tags: tcc4tcl-md5
2017-02-15
13:23
dicttool: Added "isnull" command to the dict ensemble processman: Added a concept of "self" to allow a process to tweak its own priority check-in: afecf2c9ff user: tne tags: trunk
2017-02-07
12:37
In Soviet Russia, Fossil Commits YOU check-in: 41bd88ff85 user: hypnotoad tags: trunk
2017-02-06
19:17
Fixed the httpd module and example. check-in: 1a42db36e6 user: hypnotoad tags: trunk
2017-02-01
22:27
Fixing a math error in units check-in: d7b0540854 user: tne tags: trunk
2017-01-17
14:42
Add procedures for Tukey's range test and Dunnett's as subsequent analysis tools for ANOVA check-in: 794c0550e4 user: arjenmarkus tags: trunk
2017-01-10
08:04
Update the man page for test-anova-F and describe the recent changes check-in: 92b312ced8 user: arjenmarkus tags: trunk
2017-01-09
23:57
Module uri. Amend code and tests for full RFC 3986 compliance (except the RFC 1630 loophole). Add quirk options to permit non-compliant behavior, including for backward compatibility. Accept and amend certain invalid arguments instead of throwing an error. Test uri::split and uri::join both with and without the quirk "NoInitialSlash" (leading "/" in path for schemes http(s), ftp). Update uri.man. check-in: 0b8557b27d user: kjnash tags: trunk
20:18
Correct the tests for the ANOVA procedure and the comments regarding the purpose of ANOVA check-in: 55e0ff7a50 user: arjenmarkus tags: trunk
2017-01-08
10:06
Correct several tests in the math module - they were failing in Tcl 8.5, seemingly not in Tcl 8.6. After these corrections there are still two tests left that need examination, both concerning test-anova-F in the statistics package. check-in: d535d2f0ea user: arjenmarkus tags: trunk
2017-01-07
15:39
Module uri. In order to preserve backward compatibility, reverse many of the changes made in the previous commit. The module has a secondary role as a repository of useful regexp patterns, which are not entirely documented. Rearrange pattern definitions in an attempt to segregate the code for the two different roles. Undo deprecation of uri::register. Add comments to explain the purpose of each block of definitions. check-in: 6c65571dfa user: kjnash tags: trunk
01:20
Cleanup module uri. There is a large amount of unused code that obfuscates the useful code and deters revision. * Remove non-executed code and unused variables. ** Many regexps were defined but never used. ** Some regexps were even demanded and carefully processed by uri::register, but then never used. ** The function ::uri::GetHostPort was never used. * Deprecate uri::register. ** Registration is of little value: the schemes gopher, wais and prospero, although registered, have no functionality because the corresponding split and join commands are not defined. ** Leave the uri::register function in place for use by third-party code. check-in: 436d5be89b user: kjnash tags: trunk
2017-01-03
17:58
Module uri - Modify uri::join to supply user:pwd, and to avoid confusing host and path in the file scheme; uri::resolve to avoid transferring user:pwd and port from one origin to another, to canonicalize when required by the RFC, and to handle fragment correctly; and uri::split to fix a bug when a relative uri begins with "//". Add tests for these and earlier fixes. check-in: e3bf643c52 user: kjnash tags: trunk
15:10
Tweaked the background processing priority code for windows check-in: fe70b4872d user: tne tags: trunk
03:46
Updated cron tests Added background priority for processman tasks check-in: a67239a747 user: hypnotoad tags: trunk
2016-12-27
20:36
Added a "cget" to the oo::meta::info command to replace the "property" method that was eliminated check-in: 7ec21f206b user: hypnotoad tags: trunk
20:01
Eliminated the "property" dynamic method from the tool framework. It wasn't keeping up with mixins, and "meta cget" did everything that method did, and better, anyway check-in: 7f55a266b7 user: hypnotoad tags: trunk
19:27
Fixed the package version for uri check-in: 02bb5bff38 user: hypnotoad tags: trunk
16:46
Closing a fork check-in: 7274ea3f7e user: hypnotoad tags: trunk
2016-12-22
20:41
Fixed a goof in tool events if the coroutine disappeared before the timer went off check-in: 052b7f587a user: tne tags: trunk
19:11
Removing puts statement from tool::event::sleep check-in: 98b57392dd user: tne tags: trunk
2016-12-17
16:53
Module uri - Bugfix to uri::resolve for http query in test uri-rfc2396-1.9. Rewrite uri::canonicalize to pass all other tests in uri-rfc2396.test except two where the RFC is ambiguous and one (new test) where the RFC advocates avoidance. Modify and add to tests. Bump version to 1.2.7. check-in: b17711c53f user: kjnash tags: trunk
2016-12-16
18:11
Module uri - fix bugs in parsing URI scheme, toplevel domain names, fully qualified domain names, URI fragment; also fix test uri-8.0. This commit applies ticket [7b5c6cb477] which has a verbose description of the changes. check-in: 55226b97ac user: kjnash tags: trunk
2016-12-13
18:35
Added a standalone sleep event Added some procs needed for tao/tool backward compaditbility check-in: 34996bb8c0 user: hypnotoad tags: trunk
2016-12-06
13:19
* mpformats/_html.tcl, tests/html/*: Fix invalid comment start delimiter emitted by ht_comment. Closed-Leaf check-in: 83742e01e4 user: ssoberni tags: dt-html-fixes
07:18
Create new branch named "dt-html-fixes" check-in: 31c9174051 user: ssoberni tags: dt-html-fixes
2016-11-28
16:44
Bug/Typo fixes to the new units module as well as its regression tests check-in: 0faffc01e5 user: tne tags: trunk
2016-11-21
20:42
Fixed a bug in coroutine::util::gets. The prior blocking state was overwritten inside of the loop. Added a new command to the coroutine::util namespace: gets_safety. It is intended for http servers which have to read in a line from a socket, but where attackers may attempt to pull off a stack overflow by sending a stream of data with no newline. Modified the http package to utilize the new gets_safety command. check-in: 1e34743148 user: hypnotoad tags: trunk
20:32
Added a new command to the coroutine::util namespace: gets_safety. It is intended for http servers which have to read in a line from a socket, but where attackers may attempt to pull off a stack overflow by sending a stream of data with no newline. Modified the http package to utilize the new gets_safety command. Closed-Leaf check-in: f819e0bcac user: hypnotoad tags: odie
2016-11-12
04:53
Fix syntax error in fumagic/rtcore.tcl. check-in: b5a9ce2f78 user: pooryorick tags: trunk
2016-11-09
15:30
Pulling changes from trunk check-in: bd97f4c914 user: hypnotoad tags: odie
15:29
Clearing out conflicting files check-in: 13738a3415 user: hypnotoad tags: odie
2016-11-08
10:00
fumagic/cfront {deal with comments on a mimetype line} check-in: 4522045077 user: pooryorick tags: trunk
09:21
fumagic/cfront.tcl {fix error in filtypes.tcl generation for "name" test types} fumagic/filetypes.tcl {workaround for bad syntax in Magdir/dos} fumagic/rtcore.tcl {fix error message in [use] command} fumagic/fumagic.testsupport {fix Pe test} check-in: 30da0c3db0 user: pooryorick tags: trunk
2016-11-06
12:35
Updating the units package to utilize features of 8.5 and to do non-absolute unit changes (for instance kelvin->celsius) check-in: c5e59c65be user: hypnotoad tags: trunk
12:28
Eliminated a duplication of effort between a list and an array by utilizing a dict check-in: cbbadebbdc user: tne tags: odie
2016-11-05
19:37
Fixed a math error. Added regression test for non-absolute unit changes check-in: 23597e6af2 user: tne tags: odie
15:48
Public procs in the units module now use Tcl's conventional argument processor Added tests for the new dimensional analysis features check-in: 757744956d user: tne tags: odie
2016-11-04
22:08
Upgraded the units module to be able to handle conversions such as deg C -> deg F (which involve casting values into their absolute for (kelvin and rakine) performing the scale and then translating back from absolute The new version uses some 8.5isms for performance check-in: d0d3ff96d6 user: tne tags: odie
2016-10-19
16:12
Added a hook to ensure ancestors classes for every instanted object also cement their ensembles Added tests to ensure that ancestor ensembles are accessible from [next] and also that ensemble methods inherit in a method-like order check-in: f3b84e3415 user: tne tags: trunk
16:10
Added a hook to ensure ancestors classes for every instanted object also cement their ensembles Added tests to ensure that ancestor ensembles are accessible from [next] and also that ensemble methods inherit in a method-like order check-in: 58677f3949 user: tne tags: odie
12:31
Added checks in oometa to prevent errors for classes that define no metadata Added better handling of ensembles for cases of mixins and morphs Added an automatic rebuild of metadata prior to building dynamic methods for a class Added tests for these new behaviors in tool check-in: 6cda9ff384 user: hypnotoad tags: trunk
2016-10-18
15:02
Added checks in oometa to prevent errors for classes that define no metadata Added better handling of ensembles for cases of mixins and morphs Added an automatic rebuild of metadata prior to building dynamic methods for a class Added tests for these new behaviors in tool check-in: 592f264a47 user: tne tags: odie
2016-10-17
16:46
Pulling data from the "real" trunk check-in: 47fefea9f1 user: hypnotoad tags: odie
16:44
Cron: Added error handling OOdialect: Fixed tabs and indentation (no code change) oometa: Added a mechanism for frameworks to intercept and detect when the metadata for a class has changed tool: Delays ensemble creation until object creation. Utilizes the new metadata modified method from oometa to invalidate the method ensembles for classed and their decendents. check-in: 182b1361cf user: hypnotoad tags: trunk
16:38
Pulling changes from trunk check-in: bf145ead28 user: tne tags: odie
16:36
Cron: Added error handling OOdialect: Fixed tabs and indentation (no code change) oometa: Added a mechanism for frameworks to intercept and detect when the metadata for a class has changed tool: Delays ensemble creation until object creation. Utilizes the new metadata modified method from oometa to invalidate the method ensembles for classed and their decendents. check-in: 9e1225edc2 user: tne tags: trunk
16:33
Bumped oometa to version 0.7 Added a new hook to notify dialects that a class' metadata has changed Bumped tool to version 0.6 Added a procedure to intercept calls from oometa's new "rebuild" command, and signal that a class needs to rebuild it's ensemble methods. Added a new family of procedures to be executed when a new tool object is instantiated. On object startup, every object checks to see if they have a valid method ensemble. If not, it triggers a rebuild. This replaces the prior scheme where ensembles were built on response to tool::define check-in: 76c9fac30f user: tne tags: odie
14:13
Fixed indentation in the source code. No functional changes check-in: dee02101fb user: tne tags: odie
2016-10-12
19:05
Workarounds for malformed tasks check-in: 49c233e480 user: tne tags: odie
2016-10-06
04:49
Accepted extension of parsetools with runtime and generator-config for NX-based parsers. check-in: 5105ca9c41 user: aku tags: trunk
04:47
Merged trunk, and regenerated documentation. Closed-Leaf check-in: 6caef9746a user: aku tags: pt-nx-ssoberni
03:46
Added documentation for pt::tclparam::configuration::nx check-in: 09bf46aed7 user: aku tags: pt-nx-ssoberni
2016-09-29
19:33
Pulling changes from trunk check-in: ad4505297c user: tne tags: odie
19:32
Pulling changes from odie 1) Fixed the handling of the myaddr argument in the httpd example 2) Added the concept of compositing the metadata from multiple classes on a per-object basis to oometa 3) Bumped oometa to 0.6 4) Fixed a bug in tool that was causing the UUID seed to always initialize to empty string 5) Added a workaround for occasionally inconsitent cpu activity results from TWAPI in nettool::platform 6) Changed line breaks in the httpd.tcl example check-in: 8b2744c208 user: hypnotoad tags: trunk
19:26
Pulling changes from trunk check-in: 6cde283c07 user: tne tags: odie
19:24
Updated the regression tests for oometa Added a new concept for oometa: mixins. This allows an object to construct a metadata picture that is the composite of multiple classes. Bumped oometa to version 0.6 check-in: 05045cb46b user: tne tags: odie
2016-09-27
21:13
ip: ignore leading zeros when normalizing ipv4 addresses. IPv4 addresses in quad dot notation do not normally have leading zeros although there is no normative reference to specifically allow or deny this. It is recommended not to treat octets with leading zeros as octal however (see https://tools.ietf.org/html/draft-main-ipaddr-text-rep-02). check-in: cb72363657 user: patthoyts tags: trunk
2016-09-20
12:44
Add missing *.tests file check-in: d062dc220b user: ssoberni tags: pt-nx-ssoberni
12:44
Adding NX-specific testsuite (based on TclOO's) check-in: cdc7302f2b user: ssoberni tags: pt-nx-ssoberni
2016-09-19
20:02
Adding NX config and register it accordingly check-in: 944330e296 user: ssoberni tags: pt-nx-ssoberni
2016-09-16
21:38
Name changes, comments cleaned up check-in: 9e60f5134a user: ssoberni tags: pt-nx-ssoberni
20:59
Initial commit: Adding TclOO -> NX transformation check-in: 2f80388f9b user: ssoberni tags: pt-nx-ssoberni
2016-09-04
00:41
yaml <B> - Added missing 'variable' declaration for 'result' of 'cmdline::GetOptionDefaults'. Bumped to 0.3.10. check-in: 1bd3f36a28 user: aku tags: trunk
00:30
Merged fix for json-c in multi-threaded environments. check-in: 3870a86829 user: aku tags: trunk
2016-09-01
04:14
json (critcl) <B> - Tkt [715944a1f7] - Moved to bison 3.0.2. Moved spec to ask for a re-entrant parser, and fixed all build issues coming with that. Closed-Leaf check-in: 56dcef5679 user: aku tags: jsonc-tkt-715944a1f7
03:16
valtype::iban <EF,T,D> - Tkt [a765c84d82] - Updated to next revision of IBAN spec. Regenerated derived documentation. check-in: c14155bc7d user: aku tags: trunk
03:01
math::statistics <D> - Fixed manpage syntax error. Regenerated derived documentation. check-in: 9535286714 user: aku tags: trunk
02:55
bee <D> - Tkt [24f7b1df58] - Clarified the package introduction. check-in: a69bb7c212 user: aku tags: trunk
2016-08-27
09:33
Updated Practcl to 0.5 check-in: b5d6a827a2 user: tne tags: odie
2016-08-25
23:00
Merged fix made to the zipfile decoder. check-in: 3a8e0f4bed user: aku tags: trunk
2016-08-16
18:56
Correct the use of the standard deviation argument to the log-normal procs (ticket 002b9e8e07777425) check-in: 56d0cf43ef user: arjenmarkus tags: trunk
2016-08-14
07:29
TEPAM version 0.5.2 - Fix of bug 21c45cb4c4bff37adeac400189809c7f25cea1ea - TEPAM doesn't require Tk package before using Tk commands: The updated TEPAM revision checks if Tk has been loaded prior of using Tk commands. If this is not the case an adequate error will be generated. check-in: ac49d84e58 user: droll tags: trunk
2016-08-12
17:57
zipfile::decode - Bumped to version 0.7.1. Importing fix to handling of [unsigned]. The bad [unsigned] handling tripped a bogus mismatch error for archives with more than 32K files (tnecd). Further fixed the error message at that place, and added proper error codes to all places throwing errors, and factored things into helper procedures for this. Regenerated the documentation. Closed-Leaf check-in: 1d31a22020 user: andreask tags: decode-fixes
17:44
fileutil::decode - Bumped to version 0.2.1 - Fixed conversion of values to [unsigned]. The clipping mask is dependent on the length of the value (in bytes). This tripped package "zipfile::decode" when trying to handle a zip file containing more than 32K files. Further extended to provide proper error codes when throwing an error. check-in: 139dc57787 user: andreask tags: decode-fixes
2016-08-10
11:43
Correct handling of case sensitivity specifiers in "string" tests. check-in: 83c630410e user: pooryorick tags: trunk
2016-08-09
20:53
Update generated script for filetypes. check-in: 6bdf76772f user: pooryorick tags: trunk
20:52
Correct processing of operations on indirect offsets. Correct handling of "default" tests. Fix bug in level handling. check-in: 41573b8c8a user: pooryorick tags: trunk
2016-08-04
19:36
Added test demonstrating that permuted linear systems lead to the same or virtually the same result. This was inspired by ticket caba923b30. check-in: 82c30bc13d user: arjenmarkus tags: trunk
19:15
Correct last two tests (missing -result), bumping version of interpolation package to 1.1.1 Marking these changes in ChangeLog check-in: a890446c3d user: arjenmarkus tags: trunk
19:06
Correct interpolation procedure - do not assume floating-point values check-in: ddf4840c33 user: arjenmarkus tags: trunk
09:09
fumagic: Fix versions and version requirements. check-in: 2f1c5bd65f user: pooryorick tags: trunk
2016-07-27
12:45
Fixed a problem with tool::uuid_seed. A typo was causing the seed to always initialize as an empty string check-in: 5980ecdc6b user: tne tags: odie
2016-07-26
17:37
Tweak to handle the loss of -processorutilization queries in newer TWAPI editions check-in: 1bcb2fd3dd user: tne tags: odie
2016-07-25
13:13
Pulling changes from trunk check-in: 764c832983 user: tne tags: odie
13:00
Fixed the httpd server's example fossil serving functions. check-in: 24545f0fa3 user: hypnotoad tags: trunk
09:26
Added a backward compadible hook to provide ::cron::main if ::tool::main is requested check-in: c29287b8cb user: hypnotoad tags: trunk
2016-07-23
11:18
Pulling changes from trunk check-in: 81be16ae99 user: hypnotoad tags: odie
11:18
Regenerting documentation check-in: eae8136487 user: hypnotoad tags: trunk
11:06
New version 2.0 for the cron package. It now provides a "task" ensemble for manipulating schedules and also tracks time internally in milliseconds. It provides a new coroutine aware "sleep" function to pause a script but keep background tasks firing off. cron also now includes all of the functions needed to track and clean up after coroutines and events that have been created by TclOO objects. Tool has been modified to make use of the new features in cron. Replaced the sleep function in udpcluster with the sleep function in cron. Updated the dependencies for processman check-in: d9b48225d8 user: hypnotoad tags: trunk
2016-07-22
20:38
Added a fence to prevent recursive calls to cron::wait check-in: 055c6dd568 user: tne tags: odie
2016-07-21
21:55
Fix for cron. A task with no coroutine, and no command, and no anything else causes thrashing as an idle task Updated the versions of cron and processman and nettool called by modules within tcllib check-in: cdb4dbfa45 user: tne tags: odie
20:47
Checking in a new version of Cron. This one does a much more comprehensive job of managing objects and coroutines check-in: 1d00b41109 user: tne tags: odie
2016-07-20
23:25
Removed the special case for coroutine sleeps check-in: 9d43ec95cf user: tne tags: odie
21:47
Moved the cluster::sleep function to the cron module Added a coroutine aware function called "sleep" to the cron system. This allows either a routine or coroutine to sleep in a multi-tasking friendly way. check-in: bc65bd4004 user: tne tags: odie
19:14
Moved the coroutine registration system from TOOL over to the cron module Refactored how the loop and panic alarm system works for timed events in tool/cron Bumped the versions for both cron and tool check-in: e6d8e5ee15 user: tne tags: odie
2016-07-19
19:12
Removed the dependency on coroutine-auto for tool. Adds a dependency on coroutine (and on the developer's own head be it if he/she decides to invoke global and update in a coro.) check-in: bc1da3f33c user: tne tags: odie
15:45
Modified the httpd example code Fixes to the cron package to better interact with coroutines from the tool framework. Added support for TWAPI 3.1+ in nettool Replaced bare "puts", "flush", and "close" calls with the chan ensemble versions. Added a TCP based transaction system to udpcluster, as well as a central directory of information per machine. check-in: a20eacae85 user: tne tags: trunk
15:39
Merging changes from trunk check-in: b83ef84eec user: tne tags: odie
15:38
Updated nettool to utilize the latest TWAPI network API Replaced raw "puts" "flush" and "close" commands in udpcluster to utilize the chan ensemble version instead. check-in: 8f45d4f200 user: tne tags: odie
2016-07-12
07:58
fumagic {minor change to documentation} check-in: 3525edeeef user: pooryorick tags: trunk
07:29
Update embedded documentation. check-in: 1dc565fb46 user: pooryorick tags: trunk
2016-07-07
13:19
TOOL's pipeline system now utilizes the coro::auto facilities to provide coroutine safe version of after,vwait, etc check-in: de8f0cfec7 user: tne tags: odie
13:12
Fix bug in whitespace processing of Smatch command check-in: 9a0f659444 user: pooryorick tags: trunk
2016-07-06
14:50
Re-introduced ZipFS workaround (as I have some older projects that need it.) Removed duplicate implementation for tool::object_create and tool::object_destroy check-in: 8c92016c75 user: tne tags: odie
2016-06-29
20:51
Removed a VFS workaround that is no longer needed for zipfs check-in: 272f9fe736 user: tne tags: odie
2016-06-17
17:59
Simplified the discovery RPC protocol to employ blocking I/O check-in: d606d22449 user: tne tags: odie
17:39
Refined the directory protocol Typo fixes check-in: bc01a0bb07 user: tne tags: odie
17:15
Added a new tcp based local directory service for udpcluster. This is designed to nominate a central server to manage port allocation on the machine. Reworked the get_free_port procedure to use the new local directory check-in: 96471d1551 user: tne tags: odie
00:26
fumagic {Add support for ustring} check-in: 037f727279 user: pooryorick tags: trunk
2016-06-16
17:37
Bug fixes and refinements to the Tool event loop and cron modules check-in: d4176c1320 user: tne tags: odie
15:45
Another tweak to the tool event loop Bumped the tool version check-in: efb43af6e0 user: tne tags: odie
12:40
Continue previous commit check-in: 5b8f036108 user: pooryorick tags: trunk
12:39
Bump minor version of ::fileutil::magic::filetype to 1.2 remove leftover mimetypes.test file check-in: 88ad58c723 user: pooryorick tags: trunk
2016-06-14
16:03
Removing debugging puts statements check-in: a015fcf46c user: tne tags: odie
2016-06-13
21:01
UNSTABLE CHECKIN Refactored the TOOL event loop (again). Modifying the httpd example to load all local fossil repositories. Improvements to SCGI header handling check-in: 819a55e035 user: tnes tags: odie
2016-06-12
22:28
module fumagic {eliminate [procdef], replace with [generate]} check-in: 871b0ff26a user: pooryorick tags: trunk
22:27
module fumagic {eliminate [procdef], replace with [generate]} Closed-Leaf check-in: b0158a7951 user: pooryorick tags: fumagic
14:50
(no comment) check-in: 404f28df65 user: pooryorick tags: trunk
14:40
Significant changes to fumagic to bring it closer to feature-parity with file(1). Changed format of [filetype] result. check-in: 265bbde03a user: pooryorick tags: fumagic
2016-06-09
20:28
Pulling fixes from trunk check-in: 066b5ad0a9 user: hypnotoad tags: odie
20:26
Pulling fix for tool::main from the odie branch check-in: ad9ba43de8 user: hypnotoad tags: trunk
20:12
Revamped the tool::main command to prevent nested invocations and to prevent a vwait or update in an idle coroutine from derailing the entire event system. check-in: e84d165d99 user: tne tags: odie
2016-06-05
21:33
Improve error propagation in fileutil::foreachLine. check-in: 7a61179f8d user: pooryorick tags: trunk
2016-05-25
08:06
Pulling changes from trunk check-in: fcd7c665e2 user: hypnotoad tags: odie
08:04
Pulling changes from odie branch: * Updates to Practcl * Fixes for cases where TWAPI emits a null in nettool * Renamed the nns_cluster package udpcluster, and placed it in its own module. (It has nothing in common with NNS anymore) * oometa: Metaclasses are evaluated dead last in ancestry trees. * oometa: The table of dirty classes to be regenrated was never cleared (and this values were never cached) * oometa: Fixed the test case script * tool: Deprecated the property method * tool: Core classes now de-emphasize ensembles. And when provided they are just public wrappers around private methods * tool: Update the test case script * oodialect: The metaclasses generated by oodialect now register themselves with oometa check-in: 6cf2d2756e user: hypnotoad tags: trunk
2016-05-24
20:42
Touch ups check-in: 046333887d user: hypnotoad tags: odie
20:13
Fixed a structural/logical/philosphical goof with oo::meta Tool's config ensemble now grounds itself on private methods, exposed via a public ensemble. This allows for easier next'ing and chaining internally. (And it prevents screw ups in oo::meta from affecting that core behavior...) Bumped the version for both oometa and tool check-in: 828cc137e7 user: hypnotoad tags: odie
17:23
Arranged for metaclasses generated by oodialect to register themselves as core classes in oometa check-in: 7cb6941ec8 user: hypnotoad tags: odie
2016-05-16
02:41
Fix bug in ::filetypes::magic::filetype where %c substitutions weren't happening. check-in: 9bd098fb56 user: pooryorick tags: trunk
2016-05-13
10:18
Revamped the subscription system for tool. Patterns are now added only once, and never if a more general case exists Made a note that the "property" method is deprecated. Replaced tests that depending on it with "meta cget" Added tests for subcription and notification check-in: 409419c296 user: tne tags: odie
2016-05-11
00:18
Bumped oo::meta to 0.5 Fixes two bugs. First: The dirty classes index was never being cleared, so the system never had a chance to work from cached data. Second, the depth-first search used to track down ancestral data was getting fooled by corner cases in the complex class hierarchies used in IRM. The system has been re-jiggered so that an object only consults the metadata from the ancestors called out in the SUPERCLASS and MIXIN statements. (And the metadata for those classes will be built as needed, and so on.) check-in: 49c8bc1070 user: tne tags: odie
2016-05-09
19:28
Tweaked the version of Tao to reflect the (albeit slight) functional change check-in: 7c9ead6f56 user: tne tags: odie
19:26
Minor tweak to provide a function to clean out trailing : chars on field names check-in: ab443ea68b user: tne tags: odie
2016-05-06
20:54
Typo fix check-in: 03c7f92cb8 user: tne tags: odie
2016-04-29
17:35
UDP Cluster now uses a new strategy of listening on UDP multicast, but only transmitting on TCP broadcast. This allows it to hear all, while transmitting beyond the local switch. check-in: 5ed7d7eecb user: tne tags: odie
16:39
Moved the nns::cluster package out of nns and into it's own module udpcluster Starting work to track down problems caused by multi-homed network nodes check-in: e0bd95e40c user: tne tags: odie
2016-04-28
10:58
Workaround for twapi's tendency to occasionally return null instead of the count or processors or cpu load check-in: 693072acc5 user: tne tags: odie
2016-04-26
14:19
Eliminted the need for the seperate KIT array when building static executables. (The information we needed was already in tclarray and tkarray) check-in: f3523da571 user: tne tags: odie
12:00
Modification to ::uri::GetUPHP to make URI parsing a little more conformant. check-in: 3a9f957abd user: pooryorick tags: trunk
11:11
Pulling from trunk check-in: aaf6a58244 user: hypnotoad tags: odie
11:09
Simplified the process of assembling the final dict in oometa Tool now rebuilds the method ensembles for all invocations of tool::define. In IRM I was seeing very primitive renditions of a method ensemble win out, and fail to exercise submethods that were defined by child classes. The property method is now dynamically generated Added trace info to tool background event processing Added a forward called <class> for every object When an option of class "variable" is specified, TOOL now ensures the variable is created on object startup check-in: d6217fcdeb user: hypnotoad tags: trunk
2016-04-25
21:01
Added a safety to endure <class> always points to the actual class of the object, and NOT the class that was passed in by a well meaning parent. Added additional debugging info during background event failures check-in: fcd5aeff80 user: tne tags: odie
2016-04-22
18:59
Improvements for complex metaclass systems and class hierarchies. (Also know as, bugs fixes for problems I encountered while trying to use TOOL as the base metaclass for a huge project like IRM) Added a facility for method ensembles to nominate their own <list> method. Simplified the logic of building the metaclass cache The property method is now dynamically generated, and understands how to nest into sub-genres of meta information Fixed a bug in organ that wasn't immdiately obvious until you get to Kevin Bacon degrees of seperation check-in: 3f02a35ea0 user: tne tags: odie
2016-04-21
23:59
Improvements to tool based on testing with IRM All objects now get a "class" organ which points to their class The "meta" method now defers to class if a value is not present in the local "meta" dict When an option of class "variable" is specified, tool now arranges to create that variable on object startup Bumped the version to reflect those improvements The optimization that was only rebuilding ensemble methods for classes that modified an ensemble wasn't working for complex class hierarchies. The new rule is to rebuild ensembled methods for every new class defined or modified. (Until something more efficient can be developed...) check-in: d04ac61c9b user: tne tags: odie
16:49
Pulling changes from trunk check-in: 97bb3a69e3 user: hypnotoad tags: odie
15:52
Fix to sak.tcl to accommodate Tcl sources which could include lines like: if { [string range $line 0 14] != "package provide" } continue (As was the case in practcl.tcl) check-in: 41be063903 user: hypnotoad tags: trunk
14:47
Bumped practcl to 0.3 Added ::practcl::os, to autodetect basic operating system information in the absence of autoconf. Needed for odie (and projects base on kitbuilders) where the local autoconf relies on Tcl, and Tcl hasn't been compiled yet, and practcl is doing the downloading and compiling of Tcl Added an "smake" like target/dependency system. Users can build target objects, and give them dependencies and triggers. The actual code executes to resolved the dependencies and triggers is not implemented explicetly, instead the use is given a ::make array with a list of potentail targets with a true/false if the need to be built in this pass. The new target_obj class shares some core functions with ::practcl::object, but they are not full-fledged practcl objects. Added a mechanism for a static executable to build a table of contents for static packages that are included. TK is now build statically and linked into the final executable. Added a fix for tclconfig to prevent it from trying to unpack itself inside of itself Added a config.sh method for core libraries. This dumps out the XXXConfig.sh built by autoconf into a key/value list for easier parsing. check-in: a982e672c7 user: hypnotoad tags: trunk
14:44
Updated practcl to 0.3 Added ::practcl::os, to autodetect basic operating system information in the absence of autoconf. Needed for odie (and projects base on kitbuilders) where the local autoconf relies on Tcl, and Tcl hasn't been compiled yet, and practcl is doing the downloading and compiling of Tcl Added an "smake" like target/dependency system. Users can build target objects, and give them dependencies and triggers. The actual code executes to resolved the dependencies and triggers is not implemented explicetly, instead the use is given a ::make array with a list of potentail targets with a true/false if the need to be built in this pass. The new target_obj class shares some core functions with ::practcl::object, but they are not full-fledged practcl objects. Added a mechanism for a static executable to build a table of contents for static packages that are included. TK is now build statically and linked into the final executable. Added a fix for tclconfig to prevent it from trying to unpack itself inside of itself Added a config.sh method for core libraries. This dumps out the XXXConfig.sh built by autoconf into a key/value list for easier parsing. check-in: bb75329937 user: tne tags: odie
2016-04-20
22:54
Pulling changes from odie check-in: 5f778ec8d3 user: tne tags: trunk
22:54
Pulling changes from trunk check-in: d39580731c user: tne tags: odie
22:52
Fixes to http based on testing with Internet Explorer running on localhost: The httpd module now uses non-blocking IO where possible, especially when establishing an initial connection. Replaced calls to "puts" with "chan puts", to prevent errors in console apps where the "::puts" command is redirected. The output method now waits for the channel to be writeable before trying to send the reply. check-in: dd150b4309 user: tne tags: odie
2016-04-16
04:59
Restored missing include from manpage, removed in previous commit check-in: 56aab0fd88 user: rkeene tags: trunk
04:40
pki 0.10: Support for more X.509v3 extensions, support for parsing and generating PKCS#1 public key files check-in: 863d5b26ab user: rkeene tags: trunk
2016-04-12
19:53
Add an alternative procedure to determine if a point is inside a polygon or not. This alternative method works as expected for self-intersecting polygons. Plus additional tests and a description of the alternative procedure. check-in: 60b09ab86f user: arjenmarkus tags: trunk
07:32
Add extensive test for ticket dc49af96c2 check-in: eab8c2b9e2 user: arjenmarkus tags: trunk
07:22
Add several statistical and geometrical routines. Solve ticket dc49af96c2 check-in: 797ed6f3ed user: arjenmarkus tags: trunk
2016-03-29
22:54
Typo fix check-in: d787c6d9d2 user: hypnotoad tags: odie
2016-03-05
07:34
TEPAM version 0.5.1: Correction of bug a0e091b25d (Misformatted description in auto-generated help text) check-in: 5b9813887f user: Andreas Drollinger tags: trunk
2016-03-03
06:24
rest <E> - Tkt [284fd715e4] - Merged fix check-in: 9703590256 user: aku tags: trunk
2016-03-02
06:16
Fix typo in the github templates. Note, they work. TODO: Put these into all other projects mirrored to github. check-in: de0e6461aa user: aku tags: trunk
05:44
rest <E> - Tkt [284fd715e4] - Accepted patch to return response body of error result, if requested by the call's configuration. Modified the patch to fix a bug in its handling of redirections, the location information got lost. Documented the full callback behaviour now. Bumped version to 1.2. Closed-Leaf check-in: 87b07c73c6 user: aku tags: rest-tkt-284fd715e4
04:59
Added github-specific templates for issues and pull-requests (See https://github.com/blog/2111-issue-and-pull-request-templates) to direct people to the correct location for dev. check-in: cd04484640 user: aku tags: trunk
2016-02-25
23:51
Revamped the cluster::resolve and cluster::ping algorithms to address abherent behavior in IRM production runs of dispatch. Eliminated the ::cluster::Lookup command Added a know to cluster to allow tests to shorten the ping timeout Simplified the interval in which pings were sent. We were using an exponentially growing interval, now it is a fixed MS intervals check-in: 2bc2a1a8cb user: hypnotoad tags: odie
06:20
rest <E,I> - Tkt [63a49163a8] - Rewrote invokation of user callback to expect a command prefix, not a single command name. Updated the documentation. Bumped version to 1.1 Further saw that the invokation of the data callback used "eval" despite the package requiring Tcl 8.5 or higher, i.e. able to use {*}. Rewrote all places using "eval" to use {*} instead. check-in: 5674c0ec27 user: aku tags: trunk
2016-02-24
10:06
sak localdoc - Tkt [684329c01b] - Fixed toc/index generation to take excluded packages into account, i.e. not use them. check-in: fed6333392 user: aku tags: trunk
09:33
des - Tkt [042d583738] - Fixed bad manpage name for tcldes(jr). Regenerated local docs. check-in: 7f225e0906 user: aku tags: trunk
06:59
Regenerated local docs, added missing. check-in: 4e8a0be16c user: aku tags: trunk
06:59
Regenerated local docs check-in: 9f7971e476 user: aku tags: trunk
06:57
try - Tkt [042d583738] - Fixed bad manpage name for throw. check-in: 5de686854e user: aku tags: trunk
06:56
practcl - Fixed documentation syntax errors check-in: 02f5a7878a user: aku tags: trunk
2016-02-16
17:47
Removed the local rebroadcaster feature, as it causes bizzare artifacts under IRM's dispatch system under heavy loads. Added a new proc _Winnow which cleans out closed and expired entries in the ptpdata and local_data arrays. _Winnow now runs immediately before any search or heartbeat routines. check-in: f32e1d8347 user: hypnotoad tags: odie
2016-02-04
21:16
Pulling in changes from trunk check-in: ab8b765c08 user: hypnotoad tags: odie
21:13
Pulling changes from tcllib-1-18 check-in: e788c286af user: hypnotoad tags: trunk
21:08
Creating a branch to address missing documentation for the Markdown package and/or issue a 1.18.1 release Closed-Leaf check-in: 205c8efac8 user: hypnotoad tags: tcllib-1-18-1
09:47
Pulling updates from Trunk check-in: c5cf99e7b8 user: hypnotoad tags: odie
06:11
Add a markdown-based README hopefully seen and used by github. check-in: 3c89314786 user: aku tags: trunk
05:51
Bump homepage with release info. check-in: c39383abda user: aku tags: trunk
05:32
Remerge the revisions moved aside for the release. check-in: 5a936be902 user: aku tags: trunk
05:14
Tcllib 1.18 Release check-in: c272ee3410 user: aku tags: trunk, release, tcllib-1-18
04:56
Bump version. Make it official. Closed-Leaf check-in: 1a2beac9fc user: aku tags: tcllib-1-18-rc
2016-02-03
04:51
Pulling in a documentation change for TOOL Closed-Leaf check-in: f1bf2fd0c0 user: hypnotoad tags: skip-and-hop
04:50
Adding mention that TOOL is called up by invoking "package require tool" check-in: d80093ba78 user: hypnotoad tags: odie
03:32
Pulling in the new "practcl" module from the odie branch check-in: f1eeaf6396 user: hypnotoad tags: skip-and-hop
03:31
Pulling changes from trunk check-in: 9b42a58ed5 user: hypnotoad tags: odie
03:30
Adding a new module called "practcl", which generates C implementations of TclOO classes and custom Tcl_Obj types from Tcl markup. check-in: 6ef3f867c1 user: hypnotoad tags: odie
2016-01-25
13:37
Adding a "package require TclOO" to the top of oo::dialect. Out of an abundance of caution. check-in: b6aa65f4a3 user: hypnotoad tags: odie
2016-01-24
13:18
Merged with trunk. Tweaked manpage metadata. Leaf check-in: e958f2695b user: lars_h tags: numtheory
2016-01-23
22:53
Merged bugfix on trunk. Updated docs. check-in: 4268dab54f user: aku tags: tcllib-1-18-rc
2016-01-22
19:54
Small bugfix mentioned in email to tcllib-devel today. Also lifts some manpage cleanup to .dtx source. check-in: 475a79542b user: lars_h tags: trunk
2016-01-15
08:05
Bumped version numbers for various packages which had such missing compared to their functional changes. Updated embedded docs. Main version bump. README for new release. check-in: cd55e22736 user: aku tags: tcllib-1-18-rc
05:17
doctools - html - Fixed expected html results in testsuite. check-in: 7c0312ecb1 user: aku tags: tcllib-1-18-rc
2016-01-14
08:02
Pulled trunk work into the release candidate check-in: d15fe44be9 user: aku tags: tcllib-1-18-rc
06:42
httpd - Disable some debug output. Fix Tcl requirement in testsuite, and fix general testsuite setup. check-in: aec695906e user: aku tags: tcllib-1-18-rc
06:41
tool - Make requirement of Tcl 8.6 visible in code and testsuite check-in: 49e9ebf39f user: aku tags: tcllib-1-18-rc
06:29
nns::cluster - More fixes, now passing. Disabled debug outputs. check-in: 05ea433383 user: aku tags: tcllib-1-18-rc
06:20
nns::cluser - Requires Tcl 8.5 (dict). Fixed testsuite to the point where it actually runs. check-in: ca14c66dcb user: aku tags: tcllib-1-18-rc
06:05
oo::dialect, oo::util, tool - Fixed testsuite setup broken by assumption about tcllib directory name, and not following the general format. check-in: 29a12d4bd8 user: aku tags: tcllib-1-18-rc
06:03
nettool - Fixed var-name typo uncovered by uuid testsuite. Version bumped to 0.5.1 Oops. That is equivalent to [f67057efe8a986d3] on trunk done by schlenk. check-in: 233a0cbc9c user: aku tags: tcllib-1-18-rc
06:01
uuid - Bumped min required Tcl to 8.5 (expand operator used for nettool integration). check-in: feefe67751 user: aku tags: tcllib-1-18-rc
05:59
yaml - huddle::json - Fixed missing TclOO requirement in testsuite. check-in: c88a44b783 user: aku tags: tcllib-1-18-rc
04:48
math::random - Disabled debug output in Random-lognormal. check-in: 44d5037dc7 user: aku tags: tcllib-1-18-rc
2016-01-02
00:54
Fixed ticket 2886893. check-in: 6db639dcd1 user: schlenk tags: trunk
00:31
Unbreak 'sak validate' It failed with missing httpwget key in the guide array. check-in: d85752438e user: schlenk tags: trunk
2016-01-01
23:48
Fixed bug in nettool::hwid_list. Increased version to 0.5.1 This fixes a bug in uuid-1.1 test on linux. check-in: f67057efe8 user: schlenk tags: trunk
2015-12-24
15:03
Merging changes from trunk check-in: 73cff45974 user: hypnotoad tags: odie
2015-12-17
11:22
Pulled changes from the odie branch: Examples: * Removed the --baseurl from the example fossil launcher Nettool: * the build_services.tcl tool in nettool no longer calls for the non-existant package listutil * A reimplmentation of cluster::sleep in the nns_cluster package. oo::dialect: * Improvements and fixes to namespace handing in oo::dialect * Improved cross-framework handling of class aliases and canonical names * Added a test suite for oo::dialect oo::meta: * Added a function to poll only data specificly defined by a class (and not its ancestors) * Fixed a goof that was causing core_class data to not be included in the gestalt tool: * Method ensembles are only built for classes which have modified one of the submethods. Other classes will get them for free through inheritance. And this prevents a primitive implementation in a mixin from overriding a more advanced version in an object's class. * Removed the locks created during the constructor * Added a -nocomplain to the unset logic in object_destroy * Replaced configure and cget with a method ensemble "config" which manages the local config dict * Options are now stored in a dict named config, instead of an array call options * Split the Functional parts of InitializePublic into a different method ClassPublicApply. ClassPublicApply can be called per-mixin, and understands the different between taking on properties of a main class vs a mixin * Added an optimization to allow a class to generate a pre-digested report of what its variables, arrays, and options are. * Added tao-style option_class handing to options. This allows an option to inherit repetitive properties from a template * TOOL no longer supports string option handling * Removed the complex bits of pipeline handling, that was really taotk specific stuff * Simplified the tool test suite New module: tool::datatype * Used by Tao and other projects * Condenses text display and input validation into an encyclopedia of object types check-in: 590f98ff56 user: hypnotoad tags: tcllib-1-18-rc
11:04
Pulling changes from odie check-in: 3c4a6efbc2 user: hypnotoad tags: trunk
11:02
Closing an unintentional fork check-in: b553bfc67d user: hypnotoad tags: trunk
2015-12-16
20:48
Added tracking information for coroutine pipeline failures check-in: 2558853144 user: hypnotoad tags: odie
17:50
Added a workaround to limit the number of new methods created in order to implement method ensembles. Now, for the ensemble to be re-generated for a class a chunk of it would have to be defined locally. check-in: 748e511ed2 user: hypnotoad tags: odie
15:08
Pulling fixes from the odie branch check-in: 27a122e9a2 user: hypnotoad tags: trunk
12:31
Remove strict option handling as a feature. Added facilties to catch the renaming of an object (i.e. via a TclOO object masquerading as a tkpath) Bug fixes found along the way to integrating IRM and TAO into the common TOOL framework check-in: e51fbbc70f user: hypnotoad tags: odie
2015-12-15
23:00
Changed the options array to a config dict. There's a ton of code on Tao and IRM that rely on data being stored in dict format. (Sorry Will!) Added a "config" ensemble to manage configuration for the object. "configlist" replaced with "config merge" "configlist_triggers" replaced with "config triggers" "configure" not does rougly the same thing as "config set" "cget" is now an alias for "config get" Added a tool_datatype to manage the trandformations of basic integers, reals, vectors, and common time stamps. Stripped out the more esoteric pipeline concepts from TOOL. Those features are now in TAO, and will mark the transition point between the two frameworks. (TOOL is intended to be the 20% solution that gets 80% done.) Added option_class handling to TOOL Added tests for all of the major features thusfar. check-in: c7e410e133 user: hypnotoad tags: odie
2015-12-14
20:30
Removed a reference to listutils from the nettool/build_services.tcl script Tweaked and tightened the namespace resolution rules for oo::dialect check-in: ea04a9e8b5 user: hypnotoad tags: odie
15:21
Rewrote the cluster::sleep routine to rely on vwait instead of trying to read tea-leaves while executing a while 1 { update }". On windows, this would lead to the event never being resolved if [clock milleseconds] wrapped. check-in: a82366da28 user: hypnotoad tags: odie
2015-12-12
08:05
Followup to rev [5ec28b9419], fixed issue in writeCentralFileHeader introduced by it. Noted and reported by Keith. check-in: 814cbe5f8f user: aku tags: trunk
2015-12-10
06:12
Create new branch named "tcllib-1-18-rc" check-in: 66aa7fa7b3 user: aku tags: tcllib-1-18-rc
06:10
yaml - huddle - Ticket [27ed7fc771] - Updated to latest work by Miguel. Regenerated documentation. check-in: 5a516799b4 user: aku tags: trunk
2015-12-08
04:18
zip::encode - Bumped to version 0.4. Applied a patch mailed in by Keith Vetter <[email protected]> adding support for uncompressed files and control over file ordering. Regenerated documentation. check-in: 5ec28b9419 user: aku tags: trunk
2015-12-04
20:41
Pulling changes from trunk check-in: 7c487bbed4 user: hypnotoad tags: odie
20:40
httpd module: * Moved the httpd demo files into the /example section (where it belongs.) * Removed the fossil proxy example. * Combined the form handling functions into the base class for httpd::reply * Added HTTPD cache control handling flags * Bulk file transfers no longer use blocking mode * The server dispatch method uses REQUEST_PATH instead of REQUEST_URI, as REQUEST_URI may contain extra data from a GET query * Added comments to the code * Reply objects are spawned into the server's namespace. Rather than register/unregister replies the server can simply poll what objects still exist within that namespace * Error no longer implies output * Added methods for obtaining POST and FORM data in the base httpd::reply class * Added a server string to HTTP headers * Fixed a typo that was keeping the HTTP_HOST header from being populated. * Added provisions for an IP validation check * Noted the dependency between httpd and sha1 * Added a proper test suite for the httpd module proper * The SCGI application server package has been updated to the new paradigm where replys are handed headers fully formed. * Combined the scgi_server.tcl code into the test script. oo::dialect module: * Added a provision that allows NSPACE::define to generate a new class on demand. Needed for prototyping large libraries where a developer may want to bulk reload a framework with objects in place to fix behavior. oo::meta: Removed the oometaclass package. It has been superceeded by the oo::dialect module. tool: * Code reorganization * Added the start of a manual page describing the additional language keywords, object methods, and framework concepts * tool::dynamic_methods now uses a pattern search to find any tool::dynamic_methods_* commands to run. This allows plugins to define additional dynamic_methods without having to rewrite tool::dynamic_method * Renamed the arrayobj keyword to array_ensemble * Renamed the dictobj keyword to dict_ensemble * Fixed the notification system in TOOL * Added the dependency on sha1 to tool's description * Added method ensemble handling to TOOL * Added class_method handling to TOOL * Added object registration/deregistration to the constructor/destructor handlers for TOOL * Standardized on the array "options" to store option settings. * Added an options_canonical array to store aliases for options * The validate-command of an option now rewrite the value, and reports a problem by throwing an error check-in: 88f9afb392 user: hypnotoad tags: trunk
19:46
Fix for bug [dae6b527bc159a14c914c3d4eae46ac99a31b9be]. Wrapped all script handler calls for cron within a doOneEvent procedure. This proceedure sets a lock flag, and if that flag is present ::cron::wake will turn into a noop. check-in: c4c84d1854 user: hypnotoad tags: trunk
18:59
Rearanged the code in the TOOL module. No functional changes. Started work on a .man file for TOOL check-in: a59a3912b9 user: hypnotoad tags: odie
2015-12-03
02:26
pt - pt::pe::op - Ticket [d5435f31c2] - Fixed quoting issues between FuseClass and CollectClass - Added test cases for the problematic characters - Bumped version to 1.0.1 check-in: 0616504217 user: aku tags: trunk
00:48
httpd module: * Fixed the test suite for httpd * Added tests for the httpd module * httpd now utilizes non-blocking I/O for bulk transfers * Brought the SCGI application module up to date with API changes * Added a validate IP check * Condensed form handling into the base httpd::reply class * Combined the code from scgi-server.tcl into the scgi.test file oometa: Removed the non-functioning oometaclass package oodialect: * The XXX::define procedure will now generate a class if one was not already present. This is needed for projects like IRM which may need to reload entire libraries of code (without destroying the objects implementing them) tool: * Fixed notification handling * Created a notification on object destruction * Added support for method ensembles * Added support for inheritable class methods * Added a "package require sha1" to the main TOOL bootloader check-in: 7491e48205 user: hypnotoad tags: odie
2015-11-30
02:36
Updated docs. check-in: 667c6c36d7 user: aku tags: trunk
2015-11-29
15:32
Folding in updates from odie: httpd Package: * Added an demo webserver implementation, as well as live documentation. * Fixes and enhancements to the core New Package: http::wget A pure-tcl package to retrieve files from the web. Handles redirection and cookies needed to pull files from the likes of sourceforge. dictobj: Fixed a typo in the code. If an initial values is given, that value is auto-populated on reset and replace. Add check-in: 3be6d3c84e user: hypnotoad tags: trunk
15:27
Folding in changes from trunk check-in: 185a8cf557 user: hypnotoad tags: odie
15:13
Added online documentation for the HTTPD project, hosted as a demonstration webserver. Tweaked the API slightly for httpd to make it a little more extensible. Fixed a typo in dictobj check-in: a6b3f7bf23 user: hypnotoad tags: odie
2015-11-28
05:27
tie - Fixed command quoting issue in tie::rarray aka remotearray breaking the transmission of values containing spaces :( Bumped version to 1.0.1. Extended testsuite. Updated docs. With thanks to Mike Collins <[email protected]> for alerting me to the problem. check-in: fa6694d612 user: aku tags: trunk
2015-11-26
15:01
Update the project.shed The SCGI components of the httpd module now work well enough to operate a fossil repository Revised the dispatch interaction between the http reply and the server. Dispatching now takes place before MIME headers are read, based on the URI given in the GET/POST/etc Added a reset method to dictobjs, as well as a behavior to inject the initial value when replace is called. check-in: 656d24b9df user: hypnotoad tags: odie
2015-11-24
15:29
huddle, yaml - Merged huddle/yaml work - Updated to huddle 0.2, yaml 0.3.8, updated tests, docs. Main work by [email protected], with assistance from me. Still to do some of the docs. check-in: 02ec11eeba user: aku tags: trunk
15:26
Updated to latest trunk Closed-Leaf check-in: 0f5de54386 user: aku tags: huddle-a753cade83
15:24
debug - Extended debug::caller to enable filtering of (large) arguments. Updated docs. check-in: 72a2f36080 user: aku tags: trunk
2015-11-20
14:38
Merged changes from trunk. Added oodialog back into the code base (no idea how it got removed) Adding back in the httpwget module Added a dispatcher to the httpd package which would be appropriate for more than a trivial "hello world" system. check-in: f9c3483b2d user: hypnotoad tags: odie
2015-11-17
04:09
Regenerated all documentation. *INCOMPATIBILITY* I worked on making the embedded html documentation merge more seamlessly with the surrounding website as generated by fossil. To make that work properly I had to shuffle things around a bit more than originally anticipated. With "redoc" just merged into "trunk" these changes are now visible to and will affect builders using either checkouts or distribution archives past version 1.17 (current) and not generating their own documentation. (1) The directory idoc/ now contains the original documentation, man pages and html format. "idoc" is short for "installation documentation". These are the files installed by installer.tcl, make install, etc. These files are put into the distribution archives as well. (2) The directory embedded/ now contains a variant of the HTML documentation, generated to merge for use from within the Tcllib repository website generated by fossil. This is the new "online"(-only) documentation. It is not installed, and is excluded from the distribution archives. check-in: 46a48af79f user: aku tags: trunk
04:05
Merged branch "redoc". check-in: 3524e0b083 user: aku tags: trunk
04:04
Handles some issues in trunk. - Fixed modules/dicttool/dicttool.man syntax errors. Pretty please us './sak.tcl doc validate' before committing new docs, and doc changes. - Removed "httpwget" and "scgi" from the modules.tcl list, as they do not exist on trunk. check-in: 25c435c407 user: aku tags: trunk
02:24
rest - Tkt [895baa109a], [817f51002f] - Merged fixes on branch "rest-817f51002f". Version bumped to 1.0.2 check-in: b173bb67cb user: aku tags: trunk
2015-11-12
21:14
Added oodialog to the modules file Modified the loader in TOOL to behave better when loaded from within a VFS under windows check-in: 6a7f8fc4d5 user: hypnotoad tags: odie
16:18
Merging in changes from trunk check-in: 127f6cacfb user: hypnotoad tags: odie
16:14
Changed the name of the httpd package, and altered the version number to allow it to override "httpd" from old tclhttpd installations. check-in: 8b73ed3477 user: hypnotoad tags: trunk
03:44
oo::meta Bug fix for oo::meta. It now has facilities to create the meta variable on the fly if we are in an object which was uncouth enough to not initialize it yet. tool: Added a "replace" subcommand for ensembles built by the dictobj keyword oodialect: A new implementation of oo::dialect, based on contributions and feedback from Donal K. Fellow's httpd: Reduced the difference between httpd reply handlers and scgi reply handlers Added facilities for all reply handlers to be able to serve file content Added a dedicated ensemble for reply_headers. check-in: 5654b29184 user: hypnotoad tags: trunk
03:35
Added facilities for web pages to return a file instead of a dynamic buffer. Eliminted the special "output" method for SCGI handlers. In truth, the only difference was in the format of the first line, and I put together an "EncodeStatus" method which sorts that out. We now change the translation mode of the channel during output to binary. I was getting strange line break issues on the Mac without it. Fixed OO::dialect such that Alias uses the same canonical mapping function as superclass. check-in: d4d5ecec27 user: hypnotoad tags: odie
2015-11-11
23:56
Bumped the version or oo::dialect. Added copyright attribution for DKF check-in: 3279fccef5 user: hypnotoad tags: odie
23:20
Fixes for the httpd web server. Added a "replace" keyword for dictobj check-in: 4597f9180b user: hypnotoad tags: odie
22:53
Modified oodialect based on feedback and contributed code from Donal K Fellows check-in: 0081f085be user: hypnotoad tags: odie
2015-11-10
21:20
Merging in changes from trunk check-in: 72130f2a57 user: hypnotoad tags: odie
21:18
Fixed how code snippets are marked up. They were using "valid" markdown, but not a variety Fossil understood. Simplified the option keyword for TOOL check-in: dd09258332 user: hypnotoad tags: trunk
19:52
Added back in an implementation of the TOOL framework/dialect Fixes to restore functionality to the tool::httpd and scgi::* packages check-in: 02f6147b07 user: hypnotoad tags: trunk
16:47
Added markdown documentation for dictool, oo::meta, and oo::dialect Minor bug fixes to oo::meta Fixed a goof in oo::dialect that was causing the XX::object created by the template to load YYY::class as a parent instead of YYY::object check-in: b64f96e053 user: hypnotoad tags: trunk
16:45
Bug fix to oo::meta and oo::dialect check-in: e2e215a5f3 user: hypnotoad tags: odie
05:24
pt - Ticket [758754cbcc] - Fixed the missing return statement in "rde_param_query_lstop", reported by Ashok. With thanks. Version of internal package "pt::rde::critcl" bumped to 1.3.4. Version of package "tcllibc" to hold this bumped to 0.3.15. check-in: 343fbcce35 user: aku tags: trunk
04:08
debug - Ticket [6bdf679832] - Fixed typo in 2array breaking misreporting of inactive tags. Version bumped to 1.0.6. Tweaked documentation to better highlight the tag part of debug.tag. With thanks to Timothy Tomkinson. check-in: 81d1d109ad user: aku tags: trunk
03:58
htmlparse - Ticket [86c971506c] - Added HTML 5.1 entities. Version bumped to 1.2.2. Added a test. Updated MapEscapes to allow the much longer names in the new set. Thanks to David for the report and data. check-in: d646f17b12 user: aku tags: trunk
03:37
uri - Ticket [a67295e528] - Accepted patch for IPv6 support, with extended testsuite. With thanks to aspect. Version bumped to 1.2.6. check-in: 7e8e8838d6 user: aku tags: trunk
2015-11-06
19:30
Added markdown documentation for oo::dialect and oo::meta check-in: a29f3952bd user: hypnotoad tags: odie
17:51
Added a markdown version of the manual page for live publication directly from fossil. check-in: c030f6307a user: hypnotoad tags: odie
17:35
Bumped the version to 1.0 Added a manual page check-in: fa884b16a4 user: hypnotoad tags: odie
17:04
Nabbing changes from upsteam check-in: f50f90b919 user: hypnotoad tags: odie
17:04
Adding the following new packages: dicttool oo::dialect Moving oo::meta to its own module Updating the following packages: cron nns oo::meta check-in: a0f661a93b user: hypnotoad tags: trunk
15:51
Fixed a typo in the oo::meta package More revisions to the oo::dialect package check-in: 4c1cf737bf user: hypnotoad tags: odie
13:10
Added an oodialect tool, to automate the making of metaclasses check-in: de270e5762 user: hypnotoad tags: odie
12:43
Added a "branchget" mechanism to Meta which will strip the tailing ":" off of keywords check-in: 9ed51c0f16 user: hypnotoad tags: odie
2015-11-04
19:35
Cleaned the "meta" tests of of ooutil check-in: c7f61c3bcd user: hypnotoad tags: odie
11:10
Removing the TOOL package. check-in: dba575b57c user: hypnotoad tags: odie
2015-10-26
12:54
In the process of migrating TOOL to a metaclass Added a new package "oo::metaclass" which provides and instant meta-class in a can check-in: ff23f1a8df user: hypnotoad tags: odie
10:45
Updated TOOL to the latest version. Moved OOMETA out of ooutil and into its own module. check-in: 6d5d1e1464 user: hypnotoad tags: odie
2015-10-25
00:26
Regenerated docs, to complete idoc/ (html) Closed-Leaf check-in: 5cd7db2aae user: aku tags: redoc
00:21
Regenerated docs. Reworked doc generator to split online (embedded/) and installed (idoc) documentation. Updated installer to use idoc/. Moved manpages over. check-in: 888d8ab7b9 user: aku tags: redoc
2015-10-24
23:59
Have localdoc generate raw pages. Put default style into the integration, as raw will not insert it automatically. Removed the backlink to the homepage, done by the integration. check-in: 295903436b user: aku tags: redoc
23:56
dtplite - Extended to recognize option -raw, activating raw output. check-in: 0db064e6ec user: aku tags: redoc
23:55
doctools - HTML formatters - All modified to use class names with a "doctools_" prefix. Index and toc further modified to allow raw output, i.e. "embedded HTML". check-in: 17620eb64d user: aku tags: redoc
20:30
Replaced simple var check with whitelist of allowed commands. Closed-Leaf check-in: e10a3b6c0f user: aku tags: rest-817f51002f
20:24
Regenerated documentation check-in: a7b5b742b0 user: aku tags: redoc
20:21
dtplite - Reworked header generation to keep engine parameter out of the navbar. check-in: af021ed2e4 user: aku tags: redoc
20:20
doctools - Added missing extension of toc and idx html formatters to replace placeholder @TITLE@ in engine parameter "header". check-in: 61e66f1186 user: aku tags: redoc
18:12
Regenerated documentation check-in: 568e7e210a user: aku tags: redoc
18:04
Doc generator: Force module name. Save new main index file across regenerations, it is manually maintained. Insert fossil integration into all generated html files, i.e. have fossil insert its navbar at the top when displaying them. check-in: 1b808f403a user: aku tags: redoc
17:58
Updated the doc indices check-in: 6ad3ad430a user: aku tags: redoc
17:58
dtplite - Extended to recognize option -module, forcing a module name on the processor, overriding the heuristics. Version bumped to 1.3. check-in: bea8ed1685 user: aku tags: redoc
17:54
doctools - Extended the html formatter to allow [string map] in engine parameters. Extended to replace placeholder @TITLE@ in custom header fragment. check-in: 44715ae2c0 user: aku tags: redoc
2015-10-23
13:47
Fix relative links to the documentation (toc, kwi) check-in: 3ac116ea30 user: aku tags: trunk
01:26
Attempt to correct 'Related Repositories' links. check-in: 2d53c05b13 user: mistachkin tags: trunk
2015-10-22
23:59
Another relative link correction. check-in: 594f2e57e3 user: drh tags: trunk
23:58
Another attempt at relative links on the homepage. check-in: d9e1feb7fb user: drh tags: trunk
23:56
Make hyperlinks relative. check-in: bcc0f81b1d user: drh tags: trunk
23:53
Fix a missing &gt; on the home page. check-in: dc11775dc4 user: drh tags: trunk
23:50
Fix broken links on the homepage. check-in: 60322276f2 user: drh tags: trunk
23:40
Fix the home page so that it includes the Fossil menu. check-in: 84e5261d2a user: drh tags: trunk
23:30
Add an embedded “index.html” page to serve as the home page. check-in: 8e3cf86e0f user: drh tags: trunk
14:28
rest - Ticket [895baa109a] - Merge config content-type into request headers. check-in: 39ada3aa6e user: aku tags: rest-817f51002f
2015-10-20
22:48
imap4 - Ticket [3831d75922] - Added support for STARTTLS - upgrading an unsecure connection to secured. check-in: 5950a59fa5 user: aku tags: trunk
22:05
csv - Ticket [06bf459d36] - Fixed bad RE translation of separator and delimiter characters. check-in: 79c8ed1a87 user: aku tags: trunk
15:38
Attempt at a more robust way of getting the invoker-name for rest::simple check-in: 8d718b4d0d user: aku tags: rest-817f51002f
02:27
Release math::exact 1.0 check-in: 68ddfcef98 user: kennykb tags: trunk
02:26
Manual page for math::exact Closed-Leaf check-in: 4ff50ad527 user: kennykb tags: kbk-math-exact
01:13
merge trunk check-in: 56526e643d user: kennykb tags: kbk-math-exact
2015-10-19
16:32
rest documentation - Ticket [2a45e56f92] - Extended to mention TLS integration. check-in: 04e098e60c user: aku tags: trunk
15:26
icr/example - Ticket [a86b8b85e5] - Fixed misuse of target commmand in example. check-in: 34ae01af66 user: aku tags: trunk
15:17
picoirc - Ticket [6e46b310f3] - Fixed wrong variable name in implementation /msg. check-in: 1735e41b6f user: aku tags: trunk
15:04
map::slippy::fetcher - Ticket [a6eea15cdf] - Tweaked import to make use of Tk 8.6 native png support. Bumped version to 0.4. check-in: 1cee7db5a7 user: aku tags: trunk
2015-10-15
21:22
Tweaks to tool. Updated the shed spec to the latest standard check-in: 57e089f057 user: hypnotoad tags: odie
16:42
New shed spec with the latest format check-in: a8c394996b user: hypnotoad tags: odie
15:06
Updates to the shed spec, bug fixes for dicttool, Added a new class of object "organelle" to the TOOL check-in: 927efbdb88 user: hypnotoad tags: odie
15:05
Update to the shed spec check-in: 167ebc03c7 user: hypnotoad tags: odie
2015-10-13
05:16
Update the cron package with a new mode that is coroutine aware Added a new framework "tool" which provides the core TclOO framework needed to facilitate meta data, option handling, and an event pipeline Added a new module "dicttool". Dictool enhances the dict command with several new methods that are required by tool: dict getnull (return empty on a non existant key rather than throw an error) dict rmerge (perform a recursive merge, following the rules of SHED to winnow obvious leaves out of the way) check-in: 23424de6e9 user: hypnotoad tags: odie
2015-09-26
02:08
Changes to reflect some updates to SHED. The "TOOL" object is now the project, thus the file name change. check-in: 688dd9afe8 user: hypnotoad tags: odie
2015-09-25
01:57
Last few teaks for SHED check-in: bef5fa6dda user: hypnotoad tags: odie
2015-09-24
21:43
More tweaks for SHED check-in: 9af9c0eee0 user: hypnotoad tags: odie
19:31
Updated the url for fossil check-in: 32858c14c6 user: hypnotoad tags: odie
19:29
Moved the tool.shed manifest to the new customary spot. Added a makefile directive to rebuild the makefile check-in: f8dd6bc0eb user: hypnotoad tags: odie
00:34
Added a new mechanism to designate certain parties in the cluster to act as repositories. When a DISCOVERY request goes out that parrot back everything they have seen, not just its own services check-in: 64d9695c87 user: hypnotoad tags: odie
2015-09-21
17:17
Redesign of the free_port system for nns_cluster. check-in: b79e07e239 user: hypnotoad tags: odie
10:48
Updated the TOOL description check-in: 06880d1d1f user: hypnotoad tags: odie
10:32
Added a TOOL style description for Tcllib check-in: 6e5e58d40c user: hypnotoad tags: odie
2015-09-19
16:46
merge trunk check-in: 3526dceff4 user: kennykb tags: kbk-math-exact
16:45
Advance release to 1.0 check-in: 9913440551 user: kennykb tags: kbk-math-exact
2015-09-17
17:35
Reimplemented cluster::sleep to avoid vwait. (Nested vwaits go out into space under the wrong conditions) Added a new keyword "branchset" to the meta command. This allows you to input a dict, but tell the system that all of the elements are leaf points. (The option keyword does that now, this is a more general purpose tool.) check-in: 3a80759025 user: hypnotoad tags: odie
2015-09-09
19:06
Pulling in changes from he ODIE branch check-in: a075e4ad2b user: hypnotoad tags: trunk
19:05
Removed a puts statement from oo::meta. Removed the line which caused dict::is_dict to wipe out ::errorInfo check-in: b25f267b8e user: hypnotoad tags: odie
2015-09-04
19:02
Removed that last optimization, and replaced it with more robust rules for get, and getnull on an object level check-in: 11931f92e4 user: hypnotoad tags: odie
18:53
The meta function now uses a recursive merge. Added an optimization to store the classes's effective structure locally and rebuild if the object's class changes or if the class is modified check-in: 0778a10ca2 user: hypnotoad tags: odie
18:40
Refined the implementation of recursive dict merge. Added tests to incorporate recursive merge check-in: 1f2e4962e0 user: hypnotoad tags: odie
15:34
Added an option to turn of the verbosity of mkzip check-in: e0b97f3482 user: hypnotoad tags: odie
2015-09-01
16:15
Added core class tracking features to assist Tao (and other frameworks) where we would like to avoid a depth first search of properties for primitive and commonly inherited classes. Minor tweak to ensure option paths are built consistently. check-in: 4adbe677cf user: hypnotoad tags: odie
08:33
Updated the package version for oo::option as well as the ooutil's pkg_Index.tcl file check-in: 2fb57dd0d9 user: hypnotoad tags: odie
08:31
Added a procedure for normalizing the name of a class to it's globally addressible name when interacting with oo::meta::* namespace commands Introducing the concept that dict keys which terminate in a : are a sign that they are leaves, and no dicts will be nexted beneath them. Dict merge turned out to be entirely too naive a system for combining properties across nested dicts. Using the name and possible failures in [dict size], the system now drills down several levels of nested dicts to ensure at least the "option" and "const" subdict merge correctly. The "property" keyword has been modifed. If given 2 arguments, it files a property under the "const" section instead of under the root. The property keyword ALSO marks all fields created by it as leaves. Added an "option" keyword to classes. The keyword simply files new entries in the "option" meta section. Added a "meta cget" method which will search for a property in the local config dict, the const dict of its meta data, or the root of its meta data, mapping the field to field: if necissary. Updated all of the oo::meta and oo::options tests to reflect this new behavior. check-in: 7d0cbc36f7 user: hypnotoad tags: odie
2015-08-24
11:05
Merging in changes from upstream check-in: fd995d6ac2 user: hypnotoad tags: odie
2015-08-06
23:23
Added a new facility to allow nodes to detect and avoid port collisions with other local processes. check-in: f18db69771 user: hypnotoad tags: odie
2015-08-02
21:38
Add missing export of abs1 and signum1 check-in: b9f530bb62 user: kennykb tags: kbk-math-exact
21:38
Add signum1 and abs1 to support iterative algorithms in callers. check-in: 258adaad5e user: kennykb tags: kbk-math-exact
20:42
Rename math::exact::expr to math::exact::exactexpr because the name conflict with ::expr will be a maintainability headache forever. check-in: ee6f02a452 user: kennykb tags: kbk-math-exact
2015-07-28
23:51
merge trunk check-in: eddc7ae571 user: kennykb tags: kbk-math-exact
23:51
merge private math-exact branch into public check-in: 014fe65d7c user: kennykb tags: kbk-math-exact
2015-07-24
23:04
State as of July 24, perf rework. Leaf check-in: f3f519cfdc user: andreask tags: x-walkin-mml
22:58
Experimental new dir traverser by Miguel Martinez Lopez, as of July 14. check-in: f32c828390 user: andreask tags: x-walkin-mml
22:44
Update by Miguel, as of July 14. check-in: 583fd61ddb user: andreask tags: huddle-a753cade83
22:28
Update by Miguel, as of July 2. check-in: 5dce994c80 user: andreask tags: huddle-a753cade83
22:06
Pulled trunk work check-in: 6f508f3450 user: andreask tags: huddle-a753cade83
2015-07-23
20:27
Added some enhancements to oo::meta which allow the package to interact with the Tao framework. check-in: cf6b87fc46 user: hypnotoad tags: trunk
20:26
Added a "search" proc to the oo::meta namespace. This allows a scan of classes with a matching property. Added a "meta" keyword to allow Tao to continue to operate using it's "property" method (which has a different set of rules.) check-in: 3640e0d32c user: hypnotoad tags: odie
2015-07-17
21:39
Implemented reduction modulo N and exponentiation modulo N, in a manner that is performant for very large numbers (as one would encounter in e.g. cryptographic applications). Have not yet updated the isprime operation to take advantage of that. check-in: 586bc884c7 user: lars_h tags: numtheory
17:54
Removed empty manpages. They break too many processing tools. check-in: 937d5d4d4d user: andreask tags: trunk
2015-07-02
21:16
Regenerated the documentation (new package: throw, forward compat support). check-in: f6d9f0dde2 user: aku tags: trunk
21:15
Fix "localdoc" issue with the appaearance of placeholder .man files, devoid of content. check-in: a4c2452189 user: aku tags: trunk
20:28
fileutil - New command "maketempfile", submitted by "Miguel Martinez Lopez". Integrated with some fixes. Docs written. Tests written. Packaged bumped to version 1.15 (new feature). check-in: 48b834542d user: andreask tags: trunk
19:36
Added Miguel Martinez Lopez's throw forward compatibility package (under module try). Small doc fixes. check-in: c4f1e64aff user: andreask tags: trunk
13:59
Square roots of rationals, plus more commentary and testing. check-in: e8f7a330ab user: kennykb tags: kbk-math-exact
2015-07-01
03:37
Add rational number arithmetic and more tests check-in: a84246026b user: kennykb tags: kbk-math-exact
2015-06-30
13:54
Add 'proof of concept' code for exact real arithmetic check-in: 2c2f9140f8 user: kennykb tags: kbk-math-exact
2015-06-27
16:01
Fix overzealous consumption of whitespace in math::symdiff lexer check-in: 456d22c4d0 user: kennykb tags: trunk
2015-06-16
20:20
Merging in upstream changes check-in: a5bd2adef5 user: hypnotoad tags: odie
19:48
Merging in features from the Odie branch: oo::meta - meta data tracking for OO objects oo::option - An tk-a-like option handling system for OO objects (builds on top of oo::meta) httpd - An embedded webserver, built on oo::meta scgi - An SCGI server (in progress) and application library nns::cluster - An UDP based discovery system for network clients and servers, built mainly to support the comm package. The following packages are modified: ftpd: Adds a varname to store the socket that was open for listening uuid: Added a more aggressive cache of data that is not going to change during the lifetime of the process. It also exploits tools in nettool to prevent expensive socket open/close to generate machine ids. nettool: Added some platform specific creature comforts for both Windows and Mac Adding the Markdown package, check-in: 73ac8a31e8 user: hypnotoad tags: trunk
19:32
Fixed some typos in the nettool::status proc for MacosX check-in: d6fcdd4849 user: hypnotoad tags: odie
2015-06-15
13:06
Added a nettool::status for Windows check-in: d94a3c7d0c user: hypnotoad tags: odie
2015-06-13
01:48
Fixed reference to undefined $details in proc Readables that resulted in error2readable and error2text throwing errors. check-in: 1f3875e44a user: ashok tags: trunk
2015-06-12
23:45
Fix older (May 25) trunk split check-in: 5d96ccbd72 user: andreask tags: trunk
23:38
Fix trunk split check-in: 8b28bc85a2 user: andreask tags: trunk
23:36
tar - Fixed bug in pcx support file (TDK checker definitions of the package). Added missing rules for option -chan (create, untar). check-in: f86b414229 user: andreask tags: trunk
23:11
json::write - Fixed bug in pcx support file (TDK checker definitions of the package). Removed extra closing brace. check-in: 04d24d4e95 user: andreask tags: trunk
02:52
Update by miguel. Limiting scope of emulation for the 8.6+ "throw" command. check-in: 703d9b3a0c user: aku tags: huddle-a753cade83
2015-06-11
23:31
Update from Miguel, spacing/indentation changes. check-in: 1f361f59bf user: andreask tags: huddle-a753cade83
22:51
Updated with latest changes from Miguel. check-in: c6714caecc user: andreask tags: huddle-a753cade83
22:00
math::constants - Ticket [13506dd6a7] - Extended documentation to contain exact list of symbolic names for exported constants check-in: 9b1d3b697c user: andreask tags: trunk
02:21
Add a new facility for generating a path to where setting should be stored for an application check-in: 8702e1c0e4 user: hypnotoad tags: odie
2015-06-10
21:37
Updated with latest changes from Miguel. Plus fixes (various missing closing bracket, and 8.6-specific code/semantics). check-in: cb4a076e48 user: aku tags: huddle-a753cade83
21:03
Merging upstream changes check-in: 1979bb0ce9 user: hypnotoad tags: odie
19:25
Keep up to date with trunk check-in: 04739b8a9f user: aku tags: huddle-a753cade83
19:00
./sak.tcl localdoc - Updated the embedded documentation with accumulated changes. check-in: 73b0c66ba2 user: aku tags: trunk
18:57
zip::mkzip - Fixed and extended documentation for the command. check-in: ed67531f9a user: aku tags: trunk
18:19
math::special - Ticket [6caeac3d2b] - Fix documentation of "Gamma", only one argument, not two check-in: 92a0fd2d5e user: aku tags: trunk
18:11
oo::util - Ticket [fe7a0e0a3a] - Testsuite extended with two "classmethod" tests provided in the patch, although unrelated to the problem in the ticket. check-in: bb0df7cdd1 user: aku tags: trunk
18:07
oo::util - Ticket [fe7a0e0a3a] - Fixed "oo::class.Delegate" helper class for "classmethod" to not interfere with constructor signatures. Version bumped to 1.2.2. Testsuite extended. Thanks to aspect for the fix. check-in: 874cdb3f3f user: aku tags: trunk
17:56
rc4 tests, smtp examples - Ticket [266d1474a5] - Two more places fixed to properly use "info commands". check-in: d9daded7b8 user: aku tags: trunk
17:47
pt::rde(::oo) - Merging work on engine debugging (narrative) back, making it visible/official. check-in: 310ee6d508 user: aku tags: trunk
17:45
Updated to trunk. Closed-Leaf check-in: 2a77eead81 user: aku tags: tkt-4a4e443ce9-pt-oo-fail
17:44
pt::rde(::oo) - Fixed copyright years. Fixed version mismatch in the C code. Removed irrelevant requirement. Work on the narrative and internals complete. check-in: fd7bcc6781 user: aku tags: tkt-4a4e443ce9-pt-oo-fail
2015-06-09
22:21
pt::rde(::oo) - More tweaks. check-in: 45cc3c0d87 user: andreask tags: tkt-4a4e443ce9-pt-oo-fail
19:59
pt::rde - Update package index. Future need for pt::rde::oo also. check-in: f12aa5ea41 user: aku tags: tkt-4a4e443ce9-pt-oo-fail
17:36
pt - More work on the tracing, extending to the TclOO-based runtime. check-in: 8fa6db5638 user: andreask tags: tkt-4a4e443ce9-pt-oo-fail
01:21
Normalizing the API for zipfile::mkzip to the version checked into ODIE (Which also follows the design pattern laid down by zipfile::decode and zipfile::encode) check-in: d29f257cb9 user: hypnotoad tags: trunk
01:14
Merging in upstream changes check-in: 8fdc8999ee user: hypnotoad tags: odie
2015-06-08
20:30
multiplexer - Ticket [ced089d5fe]. Merged testsuite fix. Thanks Aspect. check-in: debee3c876 user: aku tags: trunk
20:26
Update to trunk Closed-Leaf check-in: 917237676c user: aku tags: tkt-ced089d5fe-multiplexer
20:25
Update to trunk Leaf check-in: 2da77f541a user: aku tags: tkt-785d2954d4-jsonc
20:17
Fixed trunk split check-in: e0daa48093 user: aku tags: trunk
20:15
Modified zipfile::decode to exploit the native zip functions in the Tcl core when running in 8.6+. Adapted Pat Thoyts' example from the wiki (from http://wiki.tcl.tk/15158) to build complete zip archives in one call. As zipfile::encode is better at building archives in a piecemeal fashion, this new package is called zipfile::mkzip. In addition to building zip archive files, mkzip will also populate the VFS for zip enabled shells, as well as build zipkits. check-in: e01c4af189 user: hypnotoad tags: trunk
20:15
Ticket [4a4e443ce9]. Merge fix into main line. check-in: 06fb32c333 user: aku tags: trunk
20:14
Ticket [4a4e443ce9]. Merge fix into work on pt rdengine tracing. check-in: 4b9b73cc20 user: aku tags: tkt-4a4e443ce9-pt-oo-fail
20:13
pt::peg::to::tclparam - Fixed ticket [4a4e443ce9]. Corrected tclparam code generator mishandling of the ! (neg. lookahead) operator when calling on parsing expressions generating AST nodes. Version bump to 1.0.3. Updated output for the new test case added for debugging. Note how no other test case had to be changed, i.e. this was not covered by the tests. Thanks for the report. Fix is fork before tracing changes to allow separate testing that these work. Closed-Leaf check-in: 7b5c2a0853 user: aku tags: tkt-4a4e443ce9-pt-oo-fail-fix
19:46
Per ticket [266d1474a5], modified calls for info command to info commands (to better match the Tcl docs) The following packages were modified: base64/uuencode, base64/yencode, crc/crc32, crc/sum, dns/spf, ftp/ftp_geturl, ftpd/ftpd, md4/md4, md5/md5x, nettool/nettool, nettool/platform_windows, processman/processman, ripemd/ripemd128, ripemd/ripemd160, sha1/sha1, sha1/sha1v1, sha1/sha256, textutil/expander, uuid/uuid Per ticket [91d3bd90fd], modified the package name for odie::processman to processman. The processman.tcl file now provides two packages: odie::processman and processman. At some point after users have transitioned, we will yank the old package name. check-in: 272b6e8ee1 user: hypnotoad tags: trunk
14:45
Added a backward compatible alias to odie::processman from processman.tcl Closed-Leaf check-in: 9ec8eebe58 user: hypnotoad tags: ticket-266d1474a5
14:11
Merging in upstream changes check-in: ac6400bd0b user: hypnotoad tags: odie
13:58
Fixed cases where calls to info commands were expressed as info command. Ticket [266d1474a5] Renamed the odie::processman package to processman, as it no longer depends on odie. Ticket [91d3bd90fd] check-in: 1b6fa7e91f user: hypnotoad tags: ticket-266d1474a5
2015-06-06
00:37
Reworked the tracing a bit more. Get instruction start/end, and vertical alignment. Stacks by their logical names. check-in: aafdcf1896 user: andreask tags: tkt-4a4e443ce9-pt-oo-fail
2015-06-05
22:15
Replaced the homegrown narrative TRACEing of the snit rdengine with "debug" (and "debug::caller"). check-in: 923f8e15ff user: andreask tags: tkt-4a4e443ce9-pt-oo-fail
16:04
Make ::cluster::broadcast tolerant of the occasional drop of a UDP socket by Tcl check-in: e99f53e3ea user: hypnotoad tags: odie
03:33
pt - Ticket [4a4e443ce9]. Completed testsuite, added all necessary files for the new testcase and grammar. Running it confirms that - peg interp is OK, - peg oo parser FAILS It further finds that the "peg snit parser" also fails, in the same manner. The critcl implementation however is OK. check-in: 5c8a247da3 user: aku tags: tkt-4a4e443ce9-pt-oo-fail
2015-06-04
21:14
pt - Ticket [4a4e443ce9]. Created investigation branch. Putting example into the testsuite. check-in: 9034b39a70 user: andreask tags: tkt-4a4e443ce9-pt-oo-fail
07:46
json - Ticket [785d2954d4] - Made handling of the static literals thread-safe. Regenerated the parser C code (bison 2.5). This passes the testsuite. check-in: ad8beea34a user: aku tags: tkt-785d2954d4-jsonc
07:45
json - Ticket [785d2954d4] - Fixed bogus "numbers" test data from bad patch download (html entities, dups). check-in: 2fae2f147f user: aku tags: tkt-785d2954d4-jsonc
07:10
json - Ticket [785d2954d4] - Fixed looseness in the version check for C-level dict support. check-in: 685c32cbc7 user: aku tags: tkt-785d2954d4-jsonc
07:05
Updated to trunk check-in: 9c08dc083b user: aku tags: tkt-785d2954d4-jsonc
07:02
Ticket [14e3acd8d7] - Modified sak.tcl's "critcl" command to use an explicit cache directory, ".critcl" under the build directory (CWD), for building Tcllib's critcl parts. check-in: fe05de3454 user: aku tags: trunk
06:40
multiplexer - Tkt [ced089d5fe] - Applied patch, fixing testsuite. check-in: 9bfb503d18 user: aku tags: tkt-ced089d5fe-multiplexer
2015-06-03
20:07
Create new branch named "numtheory" check-in: 31533a40e3 user: lars_h tags: numtheory
20:02
Module for accessing OAuth2-based RESTful APIs. oa2rest.tcl provides basic service abstraction: lets the Tcl code be about the API calls, rather than about the server that implements said API or how to authenticate to it. onedrive.tcl is scribbles of a VFS for "OneDrive for Business". Leaf check-in: 5174e51c9a user: lars_h tags: oa2rest
19:33
Create new branch named "oa2rest" check-in: 3d0dbf38ed user: lars_h tags: oa2rest
2015-06-02
00:55
fileutil - Ticket [acd8c27943] - Fixed file-type detection for PDF files, While most are "binary", they can be "text", Version bumped to 1.14.11. Extended testsuite. check-in: 2b866cf322 user: aku tags: trunk
00:48
fileutil - documentation - shuffled the include files a bit. check-in: 4ecdbb9ae7 user: aku tags: trunk
2015-05-30
00:01
rest - Tkt [87e374b7e4] - Updated/reworked documentation to be properly doctools. check-in: 2af315d3c6 user: andreask tags: trunk
2015-05-29
23:51
Completed editing. This looks to be the best do-able without going deep into the code itself. Test suite would be good, also as demo to show the interactions of various options in the generated code, and their influence on runtime behaviour. Closed-Leaf check-in: 1c7513b4c0 user: andreask tags: aku-87e374b7e4-rest-docs
22:37
Re-doing the SCGI->ODIE merge check-in: b5bd71aa95 user: hypnotoad tags: odie
22:35
Added the markdown package Added a minimalist TclOO based webserver Added an example webserver that servers ASCII files from disk as well as dynamic content. SCGI now extends the minimal webserver SCGI now passes tests. The test harness works with the test script, and it will also interface with fossil running in SCGI mode. (At least enough to get a Redirect to where the query should have gone.) (Re-creating the checking in the scgi branch after checking it into odie) Closed-Leaf check-in: a423fd6576 user: hypnotoad tags: scgi
21:37
Merging in changes from SCGI feature branch check-in: cbb6f4facd user: hypnotoad tags: odie
21:34
Added the markdown package Added a minimalist TclOO based webserver Added an example webserver that servers ASCII files from disk as well as dynamic content. SCGI now extends the minimal webserver SCGI now passes tests. The test harness works with the test script, and it will also interface with fossil running in SCGI mode. (At least enough to get a Redirect to where the query should have gone.) check-in: 4b1477703a user: hypnotoad tags: odie
10:40
Removing codebale and odie from the installation index check-in: 50ec37d335 user: hypnotoad tags: odie
10:38
Indexing the SCGI module check-in: c906287ea7 user: hypnotoad tags: scgi
00:51
A bit more editing on the manpage, more structure, and shuffling pieces around. check-in: a4b7ecc9d2 user: andreask tags: aku-87e374b7e4-rest-docs
2015-05-28
19:34
Removing bits from the ODIE branch that are no longer needed for publically distributed modules, and aren't really fit for public consumption. check-in: 7e336437be user: hypnotoad tags: odie
18:29
Integrating work from the SCGI branch check-in: 589400c8ae user: hypnotoad tags: odie
18:27
Broke up the implementation of the SCGI responder into a class for the reply and a class for the dispatcher check-in: 5128d150d1 user: hypnotoad tags: scgi
17:20
Added better handling for the dict append,incr,lappend,set,update,with,for, and map methods. Added tests for "dict for" and "dict with" check-in: af69b2170f user: hypnotoad tags: scgi
15:35
Split the oo::property package into oo::meta and oo::option oo::meta now gracefully handles redefining the properties of a class. The "property" method is now "meta" The oo::meta::property method is now oo::meta::info The meta property for objects now combines the local "config" dict with the class meta dict to answer questions about the entire corpus. (Eliminating the need for configure/cget unless you truely do want to mimic Tk) check-in: 813f896e61 user: hypnotoad tags: scgi
06:40
Add a tao-inspired property and option management system for TclOO (Doesn't have all of the bells and whistles, but it at least works.) check-in: 63d99a74f4 user: hypnotoad tags: scgi
05:59
Ticket [5613c718c2]. Applied patch for review, and editing. Leaf check-in: 4e2b979bcb user: aku tags: tkt-5613c718c2-cwarnings
05:40
Applied patch from ticket. New branch. Not in a state suitable for merging. See comments in the ticket, i.e. [785d2954d4]. check-in: 9aff74cefd user: aku tags: tkt-785d2954d4-jsonc
2015-05-27
21:33
Adding a new module to implement SCGI server and application functions. check-in: 693c2ee06f user: hypnotoad tags: scgi
00:46
Start fixing up the documentation of package "rest". check-in: f7c45d905d user: andreask tags: aku-87e374b7e4-rest-docs
2015-05-26
23:41
Keep up to date with trunk check-in: ca4c2acc78 user: andreask tags: huddle-a753cade83
23:06
fileutil, fileutil::traverse - Ticket [9b52204fea] - Added testcases showing the O(n**2) set of paths based on the doc example structure. Fixed that example and regenerated embedded docs. check-in: 2cd687d6e6 user: andreask tags: trunk
22:28
fileutil, fileutil::traverse - Ticket [9b52204fea] - Documented the O(n**2) issue with traversing pathologically cross-linked directory hierarchies like /sys. Updated embedded documentation. check-in: 4ae879c0ea user: andreask tags: trunk
21:47
Integrated latest tweak by Miguel. check-in: 0bb3131985 user: andreask tags: huddle-a753cade83
20:52
Fixed more trailing whitespace, and indentation (use 4 spaces per level). Fixed two missing closing brackets in huddle::compile (bool type). Updated package index to note requirement for 8.5+ for all packages. check-in: 70538d56d1 user: andreask tags: huddle-a753cade83
20:34
huddle::json - Fix up whitespace (trailing, indentation). Make it a package, Add to index, and write proper requires. for 8.5+ as minimum. check-in: 75fb54bdb4 user: andreask tags: huddle-a753cade83
20:18
Fix testsuite setup for all pieces ... This fixes all the test failures too. check-in: 1c7abebc52 user: andreask tags: huddle-a753cade83
19:55
Latest huddle/yaml/json work by Miguel Lopez. 4 testsuite failures requiring investigation. No doc updates. check-in: 769537bf98 user: andreask tags: huddle-a753cade83
19:50
Update to latest trunk, including 1.17 release. check-in: 17f48a6234 user: andreask tags: huddle-a753cade83
2015-05-25
23:40
nettool - Fix mdgen owner pragma information. check-in: 202960e401 user: andreask tags: trunk
2015-05-23
06:18
Add the BAT and SH scripts to start the TEPAM demo with the local TEPAM and not with the one installed on the system. check-in: 05199ff93c user: Andreas Drollinger tags: trunk
06:16
Provide fix for ticket [65eb10bf2f] (Tepam demo assumes presence of csh). check-in: d03ca4956b user: Andreas Drollinger tags: trunk
2015-05-21
22:19
ooutil - ticket [b5092d5623] - Switched incomplete/bogus use of constraints to "testsNeed" clause check-in: f705e6446e user: aku tags: trunk
22:10
gpx - ticket [c61bc73771] - Removed bogus custom check from tests. check-in: 122c1abff7 user: aku tags: trunk
21:31
nnsd, nns::auto - Fix various doc typos. check-in: ee6c796402 user: aku tags: trunk
2015-05-12
16:33
Fix to the cname routine. If an @ is not given, don't add one. check-in: 813401c4fc user: hypnotoad tags: odie
2015-05-11
21:08
json - Fixed signaling of syntax errors from the C accelerator code, added a proper error-code. jsonc bumped to 1.1.2. tcllibc bumped to 0.3.14. check-in: 452c78a01b user: andreask tags: trunk
19:47
Sped up the cluster::resolv process check-in: f0c5233b74 user: hypnotoad tags: odie
2015-05-08
03:59
A typo fix for the nettool package on the Mac check-in: 905e68b52f user: hypnotoad tags: odie
03:19
Patch to fix an oopsie on macs where we don't have permission to run SystemProfiler. check-in: 2c91cad008 user: hypnotoad tags: odie
2015-05-07
23:58
Concluded the problems I was trying to track down were actually in the calling program check-in: fa63a89a9c user: hypnotoad tags: odie
23:33
Removed in the infinite growth for ping time check-in: cb30d6aa44 user: hypnotoad tags: odie
23:29
Restructure cluster::resolve to not do a ping check-in: 6282b9b7f1 user: hypnotoad tags: odie
22:17
Added a flag to facilitate debugging the traffic on the party line check-in: 8ca2226d26 user: hypnotoad tags: odie
18:06
Bumped the version for uuid check-in: c7b2ce26af user: hypnotoad tags: odie
17:46
New and improved nss_cluster implementation. It is now server-less and based on multicast. Modified the uuid package to use nettool's machine id function (if available) check-in: 2a1d26b90c user: hypnotoad tags: odie
13:29
Remove debugging puts statements Tests now pass check-in: a513681864 user: hypnotoad tags: odie
11:04
Simplfying discovery. The cluster::nameserv_ family of variables are now in an array ::cluster::nameserv Added a cluster::xmit procedure to send out one-shot packets check-in: 66cd0f6043 user: hypnotoad tags: odie
2015-05-06
21:31
The nameserv_connect proc now returns the IP of the nameserver Tweaked the order of events in ::cluster::echo such that platforms that aren't windows can process ::echo faster check-in: 9540e7abda user: hypnotoad tags: odie
21:22
Removed more debugging puts statements check-in: 101f4b3d95 user: hypnotoad tags: odie
21:20
Added a "test for echo" for programs that might be in a Rush. Or the ones stuck using the windows event loop, which may (or may not) decide that it's cool to process udp packets when it gets around to them. check-in: 7ef0cecc89 user: hypnotoad tags: odie
20:05
(Fanfare) Fixed a typo that was causing the peer's ip AND incoming port to be fed into the variable that was expecting just an IP. check-in: f387b865dd user: hypnotoad tags: odie
19:38
Modifiying the nameserver discovery protocol to use udp. (But it's not working on Windows, so I'm checking in the change to see if it works in Unix) check-in: 76bd88ea9d user: hypnotoad tags: odie
18:40
Tweaks to prefer localhost over network ports. Added a provision for a client to specify a particular nameserver on a particular macid check-in: 9fb0d320c8 user: hypnotoad tags: odie
17:39
Merge with trunk check-in: ff4c4c413f user: tne tags: odie
17:34
Adding some temporary telemetry for nns. Adding a stub for an "ooproperties" package for TclOO check-in: cf36f92d10 user: hypnotoad tags: odie
2015-05-04
20:25
Closing a fork check-in: e6afc4fabd user: tne tags: odie
20:04
Fleshing out ::nameserv::cluster::CleanupExpired check-in: dd0507c66e user: hypnotoad tags: odie
18:29
Move mkzip namespace to zipfile::mkzip to be consistent with the rest of the module check-in: 3a6d782c68 user: tne tags: odie
17:10
Updates and bug fixes check-in: 716490df5c user: hypnotoad tags: odie
2015-05-01
18:00
math::statistics - Fixed version mismatch code vs index. Version is now 1.0 throughout. check-in: 110c602560 user: andreask tags: trunk
16:29
Bugfixes and more tests check-in: 1e1cd8788c user: hypnotoad tags: odie
15:01
Added a new tool nss_cluster, which provides a UDP discovery based NNS for COMM check-in: f01945ba34 user: hypnotoad tags: odie
2015-04-30
12:53
Clean up the merged docs, update the installer to match trunk check-in: a4d982e898 user: hypnotoad tags: odie
12:46
Merge Mark check-in: 72dccbe3ac user: hypnotoad tags: odie
05:35
math::statistics - Merged - Extending the statistics package with a number of procedures (most common probability distributions now implemented and some additional tests). Bumped to version 1.0. Also merging in changes from tcllib 1.17 check-in: 27e2427a6c user: aku tags: trunk
04:21
Tcllib 1.17 Release check-in: 66ed0de3b3 user: aku tags: trunk, release, tcllib-1-17
04:13
Updated list of released packages. Closed-Leaf check-in: c2e764dd63 user: aku tags: tcllib-1-17-rc
03:57
Properly close odie_tools_for_1.17 for release. check-in: 788ac075c9 user: aku tags: tcllib-1-17-rc
03:54
Late fixes of bibtex testsuite for new feature/option -casesensitivestrings. check-in: 7448456886 user: aku tags: tcllib-1-17-rc
01:12
Merge Mark check-in: 2e294464ed user: hypnotoad tags: odie
00:58
Close of another fork Closed-Leaf check-in: 165938421a user: hypnotoad tags: odie_tools_for_1.17
2015-04-29
22:33
Updated various meta-data files. check-in: d98bdcca5f user: andreask tags: tcllib-1-17-rc
21:48
Re-merge odie, nettool version change, and fork closure. Updated release README. check-in: 2c7dd2b2a0 user: aku tags: tcllib-1-17-rc
20:31
Close a fork check-in: d1ae7ca143 user: hypnotoad tags: odie_tools_for_1.17
20:28
Pull version fix into release. check-in: f8bc0dddaa user: andreask tags: tcllib-1-17-rc
20:27
Fixed the versions for nettool and processman check-in: 0cdc6a44a8 user: hypnotoad tags: odie_tools_for_1.17
20:26
processman - Fix version mismatch. check-in: 779280e96c user: andreask tags: odie_tools_for_1.17
20:12
Pull latest odie work into release. check-in: 369d2d2130 user: andreask tags: tcllib-1-17-rc
20:07
Regenerated embedded docs with new nettool, processman docs. check-in: 781d6e55f1 user: andreask tags: odie_tools_for_1.17
20:05
Updated installer for the new docs in processman and nettool. check-in: 55b6a284a5 user: andreask tags: odie_tools_for_1.17
19:54
processman - Fix Tclx package name typo. check-in: 97b9957d94 user: andreask tags: odie_tools_for_1.17
19:53
Fix doc syntax errors. check-in: 63efbe500c user: andreask tags: odie_tools_for_1.17
19:52
Fix @mdgen pragmas to handle nettool reorg check-in: 957a2e5ccb user: andreask tags: odie_tools_for_1.17
19:51
Extending the statistics package with a number of procedures (most common probability distributions now implemented and some additional tests). Bumped to version 1.0. Also merging in changes from tcllib 1.17 Closed-Leaf check-in: 5fe06d906c user: markus tags: math-stats-extended
19:38
Renormalize to unix EOL. check-in: 65074b4f96 user: andreask tags: odie_tools_for_1.17
17:08
Merge mark check-in: 0dc55d95d6 user: hypnotoad tags: odie
17:07
Bumped the version for nettool. (Earlier releases kept nettool::allocate_port as a seperate package. I need a new release to trick IRM packages to use the new package with the new unified loader.) check-in: 22c177971f user: hypnotoad tags: odie_tools_for_1.17
14:52
Merge in zip enhancements check-in: 2c32aebb05 user: hypnotoad tags: odie
14:02
Bumped the version for zipfile::decode Seperated mkzip into a seperate package, and reverted the zipfile::encode package. Closed-Leaf check-in: 3ea16f3475 user: hypnotoad tags: zip_for_8.6
04:49
Modified the implementations for zip encode/decode to make use of the embedded ziplib facilities in the Tcl core when running under 8.6+ check-in: 45878913f0 user: hypnotoad tags: zip_for_8.6
04:44
Merge Mark check-in: 766b1af623 user: hypnotoad tags: odie
04:40
Fixed an odieism Added documentation check-in: 160ec10b52 user: hypnotoad tags: odie_tools_for_1.17
04:25
Removed ancillary packages from nettool. The nettool.tcl file now loads the additional sub-packages. Added documentation for nettool. Updated the copyright on cron. check-in: 59b6a31f3e user: hypnotoad tags: odie_tools_for_1.17
04:17
Soften the requirement for odielib to "use it if you have it" check-in: da23da5e07 user: hypnotoad tags: odie_tools_for_1.17
03:52
Pull odie changes. check-in: cb31b7b74e user: aku tags: tcllib-1-17-rc
03:51
nettool::locate_port - normalize implementation file to unix EOL. check-in: 9204d0f6ff user: aku tags: odie_tools_for_1.17
03:50
Updated release README. check-in: acdb75c8ed user: aku tags: tcllib-1-17-rc
03:46
Pulled the prepared parts of odie code into the release (cron, processman, and nettool). check-in: b5142a8128 user: aku tags: tcllib-1-17-rc
03:44
Fix missing new embedded docs for cron check-in: bb7a6ce189 user: aku tags: odie_tools_for_1.17
03:39
Fixed problems in the cron doc sources and regenerated the embedded docs. Ready to merge. check-in: 3336bfd9ed user: aku tags: odie_tools_for_1.17
00:50
Merge with new odie feature branch check-in: 133425e468 user: hypnotoad tags: odie
00:49
Added missing locateport.tcl file Fixed the pkgIndex.tcl file for nettool. Fixed the test loader for nettool check-in: 9e509141e1 user: hypnotoad tags: odie_tools_for_1.17
2015-04-28
17:16
Updated embedded docs and release README. check-in: 678a6b473c user: aku tags: tcllib-1-17-rc
06:33
Correct version in the documentation check-in: cf16a52d17 user: markus tags: tcllib-1-17-rc
06:28
Changed the version of the math::statistics package back to 0.9.3 - version 1.0 is to be committed to the trunk. Added missing documentation (histogram-alt and some corrections) check-in: 759981607c user: markus tags: tcllib-1-17-rc
2015-04-27
21:41
Test fixes. Incomplete. Note use of a nettool::port_busy cmd which does not exist. check-in: 2a93c0f209 user: aku tags: odie_tools_for_1.17
21:09
Added MD pragmas to locate associated supporting files, for metadata and teapot processing. check-in: a5f1cbf7eb user: aku tags: odie_tools_for_1.17
21:06
Normalized cron and nettool files to unix eol convention. check-in: bd5adda14f user: aku tags: odie_tools_for_1.17
20:57
Added modules to the installer. Note: _null has to become _man as modules gain documentation. check-in: 5bfe054838 user: aku tags: odie_tools_for_1.17
20:47
Bumped math::statistics to version 1, as asked for by Arjen. Killed bogus require statements in files sourced by the main statistics.tcl file. Regenerated docs and release README. check-in: e5895710c2 user: aku tags: tcllib-1-17-rc
17:19
Adding the bits from odie that will be included in 1.17 check-in: a0af500968 user: hypnotoad tags: odie_tools_for_1.17
2015-04-26
12:50
Remove spurious write command from math::linearalgebra check-in: 459a46616e user: markus tags: tcllib-1-17-rc
12:48
math::statistics - Clean up some outstanding tickets. This has led to small corrections in the documentation and implementation of several procedures in the math::statistics package - Version bumped to 0.9.3. check-in: b68faf6901 user: markus tags: tcllib-1-17-rc
2015-04-23
20:54
Updated release README. check-in: a7dc9f474c user: aku tags: tcllib-1-17-rc
20:51
Merged math::linalg fix into release. check-in: 7ef762388b user: aku tags: tcllib-1-17-rc
20:50
Merged math::linalg fix. check-in: 837cadf794 user: aku tags: trunk
20:49
Updated docs. Closed-Leaf check-in: ebcc91a605 user: aku tags: linalg-7f082f8667
20:42
math::linearalgebra - Ticket [7f082f8667] - Fixed bungled calculation of eigenvector signs. Extended testsuite with case for this. Version bumped to 1.1.5. check-in: c7d7411746 user: andreask tags: linalg-7f082f8667
19:08
Draft integration of huddle work. Looks to be incomplete. I believe there are yaml changes missing. check-in: 4c78dcbc6f user: andreask tags: huddle-a753cade83
2015-04-22
23:14
Updated embedded docs, release readme check-in: 7dbcd48886 user: aku tags: tcllib-1-17-rc
23:03
fileutil::traverse - Ticket [b55257b8d1] - Fix execution of the callbacks (-filter, -prefilter, -errorcmd). Enforce that they are called with absolute paths, as documented. Testsuite extended. Bumped to version 0.5. check-in: 39120747d3 user: andreask tags: tcllib-1-17-rc
22:26
Fix version mismatch within documentation. check-in: 6b42d5718c user: andreask tags: tcllib-1-17-rc
18:49
Fix two comment typos. check-in: ea8abd6278 user: andreask tags: tcllib-1-17-rc
2015-04-21
20:35
Merged logger work into release. check-in: dbfbd27389 user: andreask tags: tcllib-1-17-rc
20:25
logger - Ticket [cf775f72ef] - Fixed handling of level default for initNamespace. Inherit from parent first, if it exists. Bumped to version 0.9.4. Extended testsuite. Updated docs. check-in: 69e306a577 user: andreask tags: trunk
18:52
Merged branch [bibtex-071dbedcc8], ticket [071dbedcc8] into release. Updated docs. Updated README. check-in: cd1a3ac12d user: andreask tags: tcllib-1-17-rc
06:59
Updated docs. check-in: db41de9ff3 user: aku tags: tcllib-1-17-rc
06:45
Updated README check-in: 1c7ddc8a50 user: aku tags: tcllib-1-17-rc
06:41
math::calculus - Ticket [2d683b17a1] - Resolved decision. Removed 8.5-isms from the code (**-operator, min(), max(), lassign). Testsuite now passes for Tcl 8.4. Version bumped to 0.8.1. check-in: 4fc707c9ef user: aku tags: tcllib-1-17-rc
2015-04-16
00:01
amazon-S3 - Fixed missing argument pointed out by TDK tclchecker. Version bumped to 1.0.3. check-in: 4f1177c40c user: aku tags: tcllib-1-17-rc
2015-04-15
21:21
Updated README check-in: 734ccd27b4 user: aku tags: tcllib-1-17-rc
21:17
Pulled trunk work into the release, updated embedded docs check-in: fd1db41daf user: aku tags: tcllib-1-17-rc
21:10
Refreshed the embedded docs. check-in: 4545293d4f user: aku tags: trunk
20:59
ip - Ticket [510c9fce1b] - Added distance and nextIp commands provided by Martin Heinrich. Extended testsuite, docs. Version bumped to 1.3. check-in: e2be9b2f86 user: andreask tags: trunk
19:48
uri - Ticket [c315712173] - Fixed handling of scheme-relative urls which have an authority (network-path). New test cases. Version bumped to 1.2.5. check-in: a29e0299a8 user: andreask tags: trunk
19:12
dns - Ticket [7e0f5ae0f6] - Fixed the missing automatic wait on replies in udp mode without a -command forcing async operation. To this end the responsible code has been moved out of the TCP branch where it lived since udp support was added in 2003. check-in: ca36641e9f user: andreask tags: trunk
00:22
Ticket [071dbedcc8]. bibtex. string-handling fix, plus new option -casesensitivestrings. Code, docs, pcs updated. No testcases available for the bug, nor the new feature. Closed-Leaf check-in: 8cd20a672a user: andreask tags: bibtex-071dbedcc8
2015-04-14
23:05
Ticket [9014664163] - control - Drop superfluous "version" variable. check-in: 71ed84053f user: andreask tags: trunk
22:57
pt - Fixes to the testsuite, bringing results back into sync with the templates and generators. check-in: 4c0da741b4 user: aku tags: tcllib-1-17-rc
20:51
snit - Merge test fix to release. check-in: adf870419e user: aku tags: tcllib-1-17-rc
20:49
struct::set - Merge test fix to release. check-in: 5f1f4c3b88 user: aku tags: tcllib-1-17-rc
20:48
uevent - Merge test fix to release. check-in: 2be3691e9a user: aku tags: tcllib-1-17-rc
20:46
clock - Merge test fix to release. check-in: 275fb20dfa user: aku tags: tcllib-1-17-rc
20:44
struct::pool - Merge fix to release. Bump version to 1.2.3. check-in: a4e99fce81 user: aku tags: tcllib-1-17-rc
20:40
And remove -level, another 8.5ism from the 8.4 code path. Passes. Closed-Leaf check-in: 1cc457d283 user: aku tags: rc-test-fixes
20:33
Fix (handle) 8.5/8.6 output variance in the snit2 tests. Retest. Closed-Leaf check-in: 49bd682f8b user: andreask tags: rc-test-snit-fixes
20:26
Fix (handle) 8.5/8.6 output variance in the struct::set tests. Retest. Closed-Leaf check-in: e42c6f286b user: andreask tags: rc-test-struct-set-fixes
20:06
Fix (handle) 8.5/8.6 output variance in the uevent tests. Retest. Closed-Leaf check-in: bb02043cd1 user: andreask tags: rc-test-uevent-fixes
19:50
Fix (handle) 8.5/8.6 output variance in the clock tests. Retest. Closed-Leaf check-in: 80acadb004 user: andreask tags: rc-test-clock-fixes
19:10
Ticket [624f2300ab]. Fix struct::pool Tcl 8.4 compat. Retest. check-in: 7774dcaf1d user: andreask tags: rc-test-fixes
06:56
Updated README check-in: 1dc169f990 user: aku tags: tcllib-1-17-rc
06:36
Updated README check-in: 39f14ee444 user: aku tags: tcllib-1-17-rc
06:36
Review tweak, sort files check-in: 2a9b7f34e5 user: aku tags: tcllib-1-17-rc
06:06
Reworked the review code to show relevant revision one a time by default. Can toggle to the old form where all descriptions and file-sets are merged into one. Not as good, especially for the larger modules. check-in: 5d52b1f80b user: aku tags: tcllib-1-17-rc
2015-04-13
23:15
Bump Tcllib bundle version (1.17).Draft README. See XXX for places to check deeper check-in: 8d15ced285 user: aku tags: tcllib-1-17-rc
22:26
Merged trunk work into release. check-in: 2e0d4937fb user: aku tags: tcllib-1-17-rc
21:54
Fix in 'sak review': Be graceful when pt/cm data for a module is missing. check-in: a9b06e5076 user: aku tags: tcllib-1-17-rc
2015-04-03
13:58
Adding the pkgIndex.tcl to the cron module check-in: f33c71a094 user: hypnotoad tags: odie
2015-03-27
19:04
Bumped the version of zipfile::encode check-in: 0be4f09f92 user: anonymous tags: odie
2015-03-25
20:26
Merge with trunk check-in: 533949430a user: seandeelywoods tags: odie
2015-03-12
03:35
Added notes on conversion status. Leaf check-in: c3c36cf488 user: aku tags: update-to-critcl3
03:16
Pulled in latest trunk work. check-in: f5f0f8bfa2 user: aku tags: update-to-critcl3
03:16
pt::rde - Fix oops in critcl setup (missed closing brace). check-in: cacfb4b3b5 user: aku tags: update-to-critcl3
2015-03-02
19:41
struct::pool - Modified error generation code to throw errors with a proper structured error code to support try/finally. Updated testsuite to match small changes in the error messages. Package version bumped to 1.2.2. check-in: 4ef518871c user: andreask tags: trunk
2015-02-26
19:26
Ticket [09110adc43] - html - Fixed XSS vulnerability of "textarea" command. Now properly quoting the input value. Package version bumped to 1.4.4. Extended the testsuite. check-in: 212d1feefe user: andreask tags: trunk
2015-02-25
08:26
Added sqlite-based storage driver, and application to transfer messages between stores. Leaf check-in: ca6a84e367 user: aku tags: extended-nntp-examples
2015-02-24
23:20
Ticket [8e643b5d66] - coroutine, coroutine::auto. Fixed mishandling of "gets" when called without any arguments. Version bumped to 1.1.3 (both). check-in: 45c988bdfc user: andreask tags: trunk
21:19
coroutine - Fixed bad tailcall in "global". Version bumped to 1.1.2. check-in: d3be285f5a user: andreask tags: trunk
2015-02-18
23:21
textutil::adjust - Fixed 0.7.2/0.7.1 mismatch, bumped to 0.7.3 check-in: 4fd8b2e9f1 user: andreask tags: trunk
2015-02-16
19:18
Ticket [f08453f77d] - textutil::adjust - Fixed one-off error in string handling with -strictlength on. Updated and extended tests. Version bumped to 0.7.2. check-in: 19a4dd954c user: andreask tags: trunk
2015-02-12
01:32
Create new branch named "tcllib-1-17-rc" check-in: c95ce40638 user: aku tags: tcllib-1-17-rc
2015-01-09
19:44
cmdline - Moved throwing of errors to separate internal command, and provide proper error codes. Version bumped to 1.5 (API visible change, compatible). Extended the example in the documentation to demonstrate how to capture just the usage signal via 'try/trap'. check-in: 0a49790548 user: andreask tags: trunk
2015-01-07
08:42
Merging in 24 patches from Adrián Medraño Calvo. + All errors have the first word in the error code list set to WEBSOCKET, for easier use with try...catch. + Add a 'connect' pseudo message type, analogous to 'disconnect', invoked whenever a socket converts into a WebSocket. + Push connection error to socket + Pass HTTP token to Timeout handler + Don't overwrite OPEN with Connection context + Properly reset socket after informing the handler + Cancel the timeout on successful connection + Substitute only the URI schema + Don't clobber Connection and Upgrade headers + Improved compliance with RFC and Browsers + Notify handler on receiving pong frames + Expose key construction: This is useful for servers that wish to implement the handshake handling themselves, for example to be able to use their own dispatching mechanism. + Factor out handshake validation: Allows users of the websocket library to be able to use the websocket core without having to use the ::websocket::live, ::websocket::test and ::websocket::upgrade functionality. This happens, for example, when the application already has already accepted and parsed the request. In addition, the checks are now more strict for keys and values, and more lax with regards to case and extra tokens in header fields. check-in: 65c9089287 user: emmanuel tags: trunk
2015-01-06
21:23
Fixed which cron processman tries to call check-in: 865c9ebd25 user: hypnotoad tags: odie
20:38
Tweaked cron to use lassign for arguments check-in: 1a70066da4 user: hypnotoad tags: odie
18:27
Added a ::cron::in command, to simply schedule a job X seconds in the future. Processname is now optional for ::cron::at and ::cron::in. If not given, a unique name will be generated. check-in: 329cc2d370 user: hypnotoad tags: odie
16:58
Tweak to nettool to ensure localhost is always part of the broadcast list check-in: c77139a6c6 user: hypnotoad tags: odie
2014-12-05
11:16
Bump cron to version 1.0 check-in: 889ac01d23 user: hypnotoad tags: odie
11:15
Bringing over changes from trunk check-in: 63691bea8e user: hypnotoad tags: odie
2014-12-03
20:57
valtype::iban - Fixed mismatch package vs index. check-in: 9bdbac3998 user: andreask tags: trunk
00:38
Draft work on EPSV support. Leaf check-in: eb27679053 user: andreask tags: ak-tkt-b41b6f76b0-ftp-eprt
2014-12-02
22:01
Ref tkt [b41b6f76b0]. Draft work on EPRT/EPSV support for the ftp client. check-in: ad53730d6b user: andreask tags: ak-tkt-b41b6f76b0-ftp-eprt
20:34
Updated online documentation. check-in: c4d3ec1eff user: aku tags: trunk
20:21
cmdline - Ticket [fef66e4953]. Extended to support the format --option=value on the commandline. Thanks to [email protected] for the request and patch. Version bumped to 1.4 Braced expressions. Testsuite extended, docs updated. check-in: 5dbaabe344 user: andreask tags: trunk
20:21
Updated the processman tool to build exec calls to perform process monitoring functions in cases where odielib is not present check-in: 5a729edfa5 user: hypnotoad tags: odie
20:15
crc/sum - Fixed oops, missed update of package index check-in: 2acdfeb08c user: andreask tags: trunk
19:56
crc/sum - Ticket [0a3d5dfe52]. Brought the sum algorithm into line with the C implementation at the heirloom project (see url in the ticket). Updated and extended testsuite. Updated docs. Bumped version to 1.1.2. check-in: 232653cd52 user: andreask tags: trunk
2014-11-27
11:13
Update to the latest trunk. Fixed where the "package provides" resides for nettool::locate_port check-in: 835f289d60 user: hypnotoad tags: odie
05:44
fileutil, traverse - Bumped another patchlevel. Bug in cycle slipped through testing (Typo in the varnames). This then exposed a bug in the 8.5+ specific implementations of GLOBD and GLOBF, with the link check done wrongly for relative links. Traverse was ok only because it was missing these implementations entirely. Both are now fixed too, i.e. link check corrected, and traverse extended to have the same helper code. Updated tests, docs. No ticket associated with this. check-in: 4dc136d438 user: aku tags: trunk
01:10
Additional test cases for sha implementations. check-in: 83a79da8d2 user: aku tags: trunk
01:09
fileutil 1.14.9 - Fixed issue with symlink handling of the "find" command. While the original code broke cycles it also broke (i.e. skipped) non-cycle symlinks. The new code breaks only cycles. fileutil::traverse 0.4.4 - Ditto. Updated tests, docs. No ticket associated with this. check-in: e4cc97ecc8 user: aku tags: trunk
00:54
Updated version information in the package index as well, and updated the documentation. This is now ready for merging. Closed-Leaf check-in: 4599fe667f user: andreask tags: ak-fix-traverse-symlinks
00:10
Confirmed same issue for fileutil(::find). Test added, fixed buglet in expected output. check-in: 935565ca7e user: andreask tags: ak-fix-traverse-symlinks
00:04
Extended testsuite of fileutil::traverse demonstrating a problem with its symlink handling. While it properly breaks cycles, it can also break non-cycle links if the referenced path is handled before the link. And vice versa, if the link is handled the non-link path is not traversed. The fileutil package's find command is likely affected in the same manner. Opened branch to fix this. check-in: e3bc24a81e user: andreask tags: ak-fix-traverse-symlinks
2014-11-25
14:50
Create branch for working on modules for JSON Web Token (JWT) support. Leaf check-in: 783e8f3bf8 user: neilmadden tags: nmadden-json-web-token
2014-11-20
21:13
Added the processman package from odie check-in: 85222b124c user: hypnotoad tags: odie
19:57
Closing the nettool branch check-in: 1a20e85930 user: hypnotoad tags: odie
19:56
Merging branch in preparation for closing it Closed-Leaf check-in: 35b23abc2e user: hypnotoad tags: nettool
06:06
Eliminated all external dependencies on nettool. (Or at least restricted those depenedencies to other well defined packages in Tcllib) Adapted the file structure for nettool to play nicer with others. The files of the platform/ file system have been moved to the root of nettool, and given _ delimted file names. Moved cron to it's own module check-in: bae4ea2260 user: hypnotoad tags: odie
2014-11-19
18:50
Added documentation for the cron::at command check-in: a7655246cb user: hypnotoad tags: odie
18:45
Added the codebale module and shuffled a few sub-packages into the odie directory. Corrected some deficiencies with the "cron" package, and added documentation and tests. check-in: 0f82da4599 user: hypnotoad tags: odie
16:23
Checking in 2 new utilities into the odie module. Adding the codebale module into tcllib as there are a pile of routines we will probably want from there, and while we are de-odie-er-izing code, we might as well get the whole thing. (Checked into the feature branch first so I can have a version that arrives "as imported from odielib"). check-in: d9bb3642b1 user: hypnotoad tags: nettool
12:35
Added the odie package to nettool. (Probably not staying around in it's current form, but at the very least aku can peer into the madness a bit further) check-in: dd0278393e user: hypnotoad tags: odie
12:29
Added the Odie package to satisfy requirements of the nettool package check-in: b61ae61603 user: hypnotoad tags: nettool
04:56
Fixed line terminators to unix standard. check-in: 6bf26205e6 user: aku tags: nettool
04:49
Get lastest from trunk check-in: 24cd9d7b26 user: aku tags: nettool
04:29
Merged pooryorick's original work and branch check-in: d9d86cd9ff user: aku tags: trunk
01:09
Ticket [ba3b0d913c] - Extended configure(.in) to enable specification of the path to the tclsh to use. Thanks to pooryorick for the patch. check-in: 262292fc92 user: andreask tags: trunk
2014-11-14
23:34
add --with-tclsh to configure, see issue ba3b0d91 Closed-Leaf check-in: e08de35f0a user: pooryorick tags: pyk-withtclsh-ba3b0d91
17:56
Adding nettool to odie, bringing odie branch up to the latest trunk check-in: 232976d8c3 user: hypnotoad tags: odie
17:52
Updated to Trunk Integrated the feature branch for nettool check-in: 82b73d797c user: hypnotoad tags: nettool
17:51
Added the nettool package to the installer check-in: 946df8d3ba user: hypnotoad tags: nettool
17:47
Added the nettool package from Odie as a feature branch check-in: dbf40e8d15 user: hypnotoad tags: nettool
2014-11-07
23:56
initial add of CFB code Leaf check-in: 762ad91dd4 user: jcr tags: module-cfb
22:50
Triggered by tklib ticket [bf1affbea9], updated the hashbangs in all Tcl example apps to a modern form without tricks. check-in: 3d6888386b user: andreask tags: trunk
2014-11-03
21:53
Fix disabling of "rde_param_i_error_nonterminal", which breaks ANSI c89 check-in: 47de744e9d user: andreask tags: trunk
2014-10-29
17:39
Sync latest trunk changes into the critcl work. check-in: 5f4c3083f4 user: aku tags: update-to-critcl3
17:38
Fix trunk split. check-in: 88d77e2fa2 user: aku tags: trunk
2014-10-28
01:29
Merging in changes from trunk. Made the variables exposed by ftpd a little less generic. check-in: a89cbc3b68 user: hypnotoad tags: odie
2014-10-23
20:43
pullnews - And handle missing articles (skip and continue) check-in: 157598f0a3 user: andreask tags: trunk
20:34
Fix stupid typo in format-spec :( of pullnews check-in: 528925783d user: andreask tags: trunk
19:55
Added more nntp example apps: "pullnews", plus "dirstore" for a trivial backing store of inbound messages. check-in: 19e77ab680 user: andreask tags: trunk
00:31
Regenerated the embedded documentation check-in: 98c1dc4955 user: aku tags: trunk
2014-10-22
23:52
Ticket [746d0abb21] - Doc update of various packages, about TLS policy considerations. Text placed in new location for common/shared text blocks. Affected packages - autoproxy - comm - imap4 - ldap - oauth - pop3 - rest - S3 (amazon-s3) - SASL::XGoogleToken - smtp - smtpd - transfer - websocket check-in: a5887963b0 user: andreask tags: trunk
2014-10-21
00:41
Updated a few more C pieces. check-in: 7d5828af4e user: andreask tags: update-to-critcl3
2014-10-20
23:45
Merged trunk into the long-dormant branch for updating the C pieces to critcl 3. check-in: 3a72abc855 user: andreask tags: update-to-critcl3
20:53
Merged version cleanup. check-in: a989287225 user: aku tags: trunk
20:52
Merged trunk changes to cleanup (get aes updates) Closed-Leaf check-in: 70c2e16301 user: aku tags: version-cleanup
20:29
Merged AES perf enhancements to trunk. check-in: 845ab17352 user: aku tags: trunk
20:28
Bumped version number of perf enhanced aes. Closed-Leaf check-in: 3386c55f1b user: aku tags: aes-modernize
2014-10-17
23:57
Bringing in the benchmarking updates from the trunk check-in: f2c4b73808 user: andreask tags: aes-modernize
23:46
Extended the sak benchmark controller to handle repeats and collation equivalent to tclbench (min, max, avg). check-in: c3580dd6c6 user: andreask tags: trunk
22:44
Applied aes-modernize patch attached to ticket [358a88716e]. Modified patch, used "lmap" not available in Tcl 8.5. Unrolled the loops instead, using lassign + list for list (un)packing. Testsuite passes. Still to benchmark. check-in: 5903319520 user: andreask tags: aes-modernize
22:01
Completed. Still to be tested. check-in: 83d8fe88bd user: andreask tags: version-cleanup
2014-10-16
08:54
Merging with Trunk check-in: 6969691aec user: hypnotoad tags: odie
2014-10-15
23:19
Extended the set of nntp example apps with "postmsg", which implements direct posting of a single message. check-in: 555d7a04b6 user: andreask tags: trunk
20:23
Trying to clamp down on why Unix can build zipfiles, but Windows can't check-in: 5228128b18 user: hypnotoad tags: odie
19:23
Final tweaks check-in: 5796123c2c user: hypnotoad tags: odie
19:14
Typo Fix check-in: 584817506a user: hypnotoad tags: odie
19:08
New implementation of zipfile::encode for 8.6 Tweaked the native 8.6 decode to use the correct compression algorithm check-in: d891cb809a user: hypnotoad tags: odie
17:26
Removing the requirement for Trf to do zipfile::encode/decode in tcl 8.6+. Those functions are now built into Tcl after 8.6 check-in: c226c6f116 user: hypnotoad tags: odie
13:46
Remove requirement for zlibtcl if running in 8.6 check-in: d6e8de8277 user: hypnotoad tags: odie
00:05
Extended the set of nntp exmaple apps with "postmsg", which ipmlements direct posting of a single message. Closed-Leaf check-in: 74edb438a3 user: andreask tags: mistake
2014-10-14
22:42
Started on the removal of "package provide $xxxx::version" constructs in packages. check-in: 9a52573966 user: andreask tags: version-cleanup
21:20
Made the oauth package official. Plus updated local docs. check-in: 5f1d4b4301 user: aku tags: trunk
21:14
Added documentation for oauth, written by JaviP, with editing by myself. Closed-Leaf check-in: 0982cecb8c user: andreask tags: oauth
2014-10-09
23:17
Integrated changed by Javi after verification that it works. check-in: bdfca38680 user: andreask tags: oauth
2014-10-08
03:57
Oops, merge trunk head, started branch way too far in the past. check-in: a5946bb57c user: aku tags: oauth
03:50
Integration branch for new oauth module. Missing docs and tests. check-in: 7b3a12af1f user: aku tags: oauth
2014-09-27
11:10
Fix a typo and some inaccuracies regarding integer divisions if arguments are integer Add several test cases to at least insure the procedures have no obvious errors check-in: df7aaaff9c user: markus tags: trunk
09:43
Add the inverse normal distribution function to the math::special package check-in: b56a25be36 user: markus tags: trunk
2014-09-26
10:08
Applied the patch for ticket a6d69107d5 check-in: 7ed9feb717 user: markus tags: trunk
2014-09-23
00:18
aes - Ticket [358a88716e]. Applied patch improving performance by changing how the IV is stored. Version bumped to 1.2. Core dependency change! This version requires Tcl 8.5. check-in: 4b3d8bca51 user: andreask tags: trunk
00:09
aes - Moved tests fully to tcltest v2 format. Moved to require Tcl 8.5. check-in: 43401a27e1 user: andreask tags: trunk
2014-09-22
23:33
Created the constraints in the previous commit, and still forgot to apply it. Now applied. check-in: 17f2ede061 user: andreask tags: trunk
23:24
oo::util - Fixed ticket [b3577ed586]. Added missing uplevel 1 which causes evaluation of a delegate in the wrong context. Started a testsuite. Packae version bumped to 1.2.1. check-in: 14faa92003 user: andreask tags: trunk
2014-09-21
13:26
Solve two tickets (one regarding Nelder-Mead and one regarding bigfloat2). Added test cases check-in: 6922235385 user: markus tags: trunk
12:40
Fix problem with detecting exceptions in solving linear programs check-in: 82424135be user: markus tags: trunk
2014-09-02
20:37
Tkt [daa83d2edf]: uri::urn - Fix the handling of characters represented by a true multi-byte utf-8 sequence, in both encoding and decoding, i.e. quote and unquote. Fixed original test cases as well, they were broken. Bumped version to 1.0.3 check-in: 9c454867a1 user: andreask tags: trunk
19:23
Tkt [7a623c098d]: valtype::iban - Updated IBAN to v50, version 1.5, courtesy of Max Jarek. check-in: 77f4958809 user: andreask tags: trunk
19:12
Tkt [6613fe7123]: pt - Tweaked testsuite (pt_pgen) to allow execution with TclOO missing. Added proper constraint definition and check. Also reworked a bit more to have proper counting of the skipped parts. check-in: 5f6ff5bde3 user: andreask tags: trunk
18:42
Tkt [6613fe7123]: tar - Tweaked testsuite to allow execution with TclOO missing. Added proper constraint definition and check. check-in: 24e8f3eed7 user: andreask tags: trunk
2014-08-29
22:30
Tkt [bb0137b0f2], pt - Updated tests to match the Aug 11, 2014 changes of rev [5d35be9b3a], see tkt [fb97352ad9]. check-in: 98f00771ae user: aku tags: trunk
2014-08-25
18:54
Updated embedded documentation. check-in: 72e923751a user: aku tags: trunk
18:48
string::token::shell - Added option "--". Prevents bad interpretation of input string starting with a dash as option. Version bumped to 1.2. check-in: 1a71a38c30 user: andreask tags: trunk
2014-08-21
14:55
Changing the version of the math::calculus package to 0.8. check-in: a6c4c6fee1 user: markus tags: trunk
14:50
Added a translation of a Gauss-Kronrod quadrature rule into Tcl to the calculus package check-in: 1948e3e18e user: markus tags: trunk
2014-08-17
15:21
Added missing documentation (random-poisson) check-in: 4a5900c05d user: markus tags: trunk
2014-08-15
17:12
report - Recognize ANSI color control sequences and exclude them from the calculation. They are logically of no width and thus their characters must not be counted when determining a column's width. This is analogous to struct::matrix commit [1596620b2e]. Version bumped to 0.3.2. check-in: 363e928998 user: aku tags: trunk
16:41
Ticket [9a36e053be] - tcl::transform::zlib - Fixed bad syntax used for stream initialization. Thanks to <[email protected]> for the report. Version bumped to 1.0.1. check-in: ec303b2da8 user: aku tags: trunk
2014-08-12
14:04
Reporting better error messages on HTTP errors check-in: d2e65f1e0d user: emmanuel tags: trunk
13:52
Throwing an error when connection to remote server fails check-in: 18b1b0d997 user: emmanuel tags: trunk
2014-08-11
05:17
[fb97352ad9] - pt - rde_critcl: Removed a few unused variables, fixed a missing initialization, and some other warnings. check-in: 5d35be9b3a user: aku tags: trunk
2014-07-23
18:30
Merged accumulated trunk changes. Leaf check-in: 9782ee1566 user: andreask tags: pt-examples
18:26
Added a markdown syntax gotten from various places. Untested. Likely needs tuning of symbol modes (void, leaf) to generate a nice AST. This is a grammar which is in strong need of lots of comments and explanations to understand what is going on inside. There are predicates all over the place making it quite context-sensitive. The main specification at http://daringfireball.net/projects/markdown/syntax is unfortunately quite informal, i.e. only text. check-in: 0bb9e06e3b user: andreask tags: pt-examples
2014-07-21
20:57
Ticket [c4b8162da5] :: inifile - Extended 'open' to allow specification of an -encoding. Extended testsuite. Version bumped to 0.3. Added -errorcode information to all places throwing errors. check-in: 1a2e9c5b7b user: andreask tags: trunk
19:57
Ticket [3612465] :: inifile - Allow and ignore leading whitespace for all lines of a .ini file. Extended testsuite. Version bumped to 0.2.6. check-in: c443dd347c user: andreask tags: trunk
19:14
Updated the embedded docs. check-in: 1f5c26f87e user: aku tags: trunk
18:57
Merged work on the parsetools into trunk. Very extended testsuite, and lots of bugfixes, especially in the area of error handling. Also fixes in the C runtime and generated code where long/void* size mismatches caused crashing. check-in: 598ddec2b2 user: andreask tags: trunk
2014-07-15
19:38
Fixed a number of warnings in various critcl parts. check-in: 2a6a498310 user: andreask tags: trunk
2014-06-30
18:12
Ticket [d679822510] :: Fixed creative writing of loop variable by the search loop invoking LoaddAccelerator when sourcing the package. uuid :: Bumped to 1.0.4. sha1 :: Bumped to 1.1.1. md4 :: Bumped to 1.0.6. ripemd128 :: Bumped to 1.0.5. ripemd160 :: Bumped to 1.0.5. crc32 :: Bumped to 1.3.2. Further reviewed as users of the LoadAccelator pattern, and found to not be affected by the problem are: base32 base32::hex blowfish json md5 v2 pt::parse::peg pt::rde sha1 v2 sha256 struct::graph struct::queue struct::set struct::stack struct::tree check-in: 64c68f3380 user: andreask tags: trunk
17:22
ncgi :: [03f5d49c12]. Replaced custom url parser for redirection with use of package "uri" (uri::split). This fixes an issue where redirection mishandles a query string in the REQUEST_URI. Testsuite extended. Version bumped to 1.4.3. check-in: 9f2e9488eb user: andreask tags: trunk
2014-06-28
21:41
Bring examples up to date with latest parser fixes and changes. check-in: 75d8a9a9c7 user: aku tags: pt-examples
21:18
pt::parse::peg (C) - Updated with the fixes to the C generator. Updated all testsuite results with the same fixes. Closed-Leaf check-in: af55e30def user: aku tags: pt-work
21:17
pt::rdengine (C) - Fixed the generation of error messages by the dynamic C runtime, i.e. made it generate proper lists. check-in: 5eca9d6009 user: aku tags: pt-work
21:16
Fixed the generators to generate properly listified and quoted error messages check-in: 51a676d805 user: aku tags: pt-work
21:13
pt::parse::peg - test - Moved table of constructed test cases, plus fixed variables out of the loop. And ensured that initialization does not extend the table evermore. check-in: 4be7c99b0d user: aku tags: pt-work
21:11
runtime - literal arg of param_intern is const, make it so. check-in: 0edf23877c user: aku tags: pt-work
05:08
Tweaked code formatting check-in: 9386346420 user: aku tags: pt-work
05:05
Modified support command "make-parser" to be able to save generated code into a file for post-run inspection. check-in: e6cc443afb user: aku tags: pt-work
05:04
char - Modified internals to accept strings and varargs strings as arguments, not just single char. Drops the need for externa split/join combos to handle strings. Extended the testsuite to match. Further refactored the argument handling into a single helper command. check-in: 570945bf84 user: aku tags: pt-work
2014-06-27
06:04
pt::pgen test cases for error handling updated and tweaked. Pass for all Tcl backends. Fail for the generated C backend. To be fixed. check-in: cbd7732a08 user: aku tags: pt-work
06:03
pt::util - Expansion of error details for readability added, plus fusion of terminals and char-sets into single char-set. check-in: 88105b2ae2 user: aku tags: pt-work
06:02
pt::rdengine (tcl) - Tweaks to the err msg code for clarity. check-in: 0d84367247 user: aku tags: pt-work
05:57
char - Reworked the internals to be more useful. Fixed the internals docs. Added testsuite. Version bumped to 1.0.1. check-in: 5d0a671a78 user: aku tags: pt-work
05:55
pt::pe - Added constructors for explicit char-classes and strings. Version bumped to 1.0.2. check-in: 10d94706b2 user: aku tags: pt-work
2014-06-26
23:27
Added lots of test cases going over characters special to PEG, Tcl, and C. Currently mainly failing due to bogus handling in the various generators. The layers of quoting need some sorting. check-in: 74769ab5c0 user: aku tags: pt-work
23:25
Fixed bad assert, range was off-by-one. check-in: 9690c98b93 user: aku tags: pt-work
23:25
testsuite support - make-parser - Trap PEG syntax errors and abort properly with readable message check-in: d5854af429 user: aku tags: pt-work
16:26
Merged crash fixes back. Working now for Win64. check-in: 528899dc3b user: aku tags: pt-work
07:11
Fixed more uses of rde_stack_get. Generally switched (int) to (long int) in more places. Updates tests, internal generated PEG parser. Closed-Leaf check-in: aa419258eb user: aku tags: pt-crash-work
06:02
Added new generator to the continued work on fixing crashes. check-in: 98d9dfef27 user: aku tags: pt-crash-work
06:00
Integrated the new pt::cparam::configuration::tea generator config into the main parser work. check-in: 22337b8ac2 user: aku tags: pt-work
05:59
Added tests for new generator. Updated embedded docs. Closed-Leaf check-in: a98aa4bf91 user: aku tags: pt-work-gen-tea
01:12
Added TEA c-parser generator by auriocus. Created basic docs for it. Todo: Extend testsuite, and refactor the commonalities with the critcl generator. check-in: 8737476127 user: andreask tags: pt-work-gen-tea
2014-06-25
23:04
More places which have a long/void* mismatch causing win64 to crash. Partially done, testsuite not updated. check-in: dfcda39b30 user: andreask tags: pt-crash-work
00:15
Filling out more examples: strings, arithmetic expressions, csv check-in: b7a6210953 user: andreask tags: pt-examples
2014-06-24
07:37
Created a JSON grammar based on the specification found at http://json.org check-in: b947c83608 user: aku tags: pt-examples
07:02
Updated examples with recent main pt work check-in: d5f12d85d6 user: aku tags: pt-examples
05:03
Merged possible crash fixes back to main parser work. check-in: 56b0a93a08 user: aku tags: pt-work
05:02
Updated pt::parse::peg C code to modified backend. Testsuite passes. Closed-Leaf check-in: 7b8d77859b user: aku tags: pt-crash-work
2014-06-23
23:59
Fix semi-split check-in: 2bc43eadca user: andreask tags: pt-crash-work
23:46
Work around the param_query_ls() which seems to be the place where a (long int) vs (void*) size mismatch can induce parser crash. Stashed in-progress work ... check-in: 8d635cd7a5 user: andreask tags: pt-crash-work
21:46
json :: [3d91afbcf2]. Fixed handling of illegal escape sequences in both Tcl and C implementations of the parser. Version bumped to 1.3.3. check-in: 8e0ee4f384 user: andreask tags: trunk
20:04
Merge fixes for [f03637392d]. check-in: d21f270ff8 user: andreask tags: trunk
20:00
Updated embedded documentation. Closed-Leaf check-in: 1aebd8a08b user: andreask tags: ticket-f03637392d
19:52
Bringing in trunk work... check-in: 39393f3837 user: andreask tags: ticket-f03637392d
19:40
[f03637392d] doctools :: Formats have to be files, exclude directories. Make errors more visible. Version bumped to 1.4.19. doctools::idx :: Analogous fixes. doctools::toc :: Analogous fixes. Versions bumped to 1.0.5 and 1.1.4. check-in: 700345aa09 user: andreask tags: ticket-f03637392d
19:19
amazon-s3, xsxp [2974624fff] Fixed bad example in documentation. check-in: 749a54b5ef user: andreask tags: trunk
2014-06-21
00:33
Updated branch-local embedded docs with parser work. check-in: cb03ebc7d4 user: andreask tags: pt-work
00:14
Got latest changes from trunk check-in: 4689b3f226 user: andreask tags: pt-work
00:05
Updated the embedded documentation for today's changes check-in: 5e04b0e29a user: andreask tags: trunk
2014-06-20
22:37
fileutil :: [659fec4826]. Simplified TempFile a bit more Dropped bogus use of TRUNC. Removed superflous check implied by EXCL. Removed irrelevant loop delay. check-in: 9520c7d9d7 user: andreask tags: trunk
22:00
json :: [3d91afbcf2] Fixed the C implementation. It now properly rejects irregular escape sequences. Also tweaked it to not show the plain 'syntax eror' from the parser if a more detailed/nicer message from the lexer is available. Updated the expected messages in the testsuite. check-in: 6de2cf7d3f user: andreask tags: trunk
20:34
json :: [3d91afbcf2] Added test cases demonstrating the issues with both Tcl and C, and their differences. Escapes 1-6 are all wrongly accepted by C (Due to its use of Tcl_UtfBackslash). Escapes 3-4 are wrongly accepted by Tcl. The others generate proper errors. check-in: 622bbdc254 user: andreask tags: trunk
19:44
fileutil :: [659fec4826] Removed unused pid calculation. Bumped version to 1.14.7. check-in: 0b83eb3dd5 user: andreask tags: trunk
19:24
Removed "puts" statement inserted during debugging check-in: a30c932786 user: hypnotoad tags: ticket-f03637392d
19:20
Modification to the doctools package to address ticket-f03637392d check-in: 877e669a38 user: hypnotoad tags: ticket-f03637392d
19:13
logger::utils :: [52e14eb0b9] Fixed documentation of "applyAppender". Removed -conversionPattern, added -appenderArgs. With thanks to Mark. check-in: e2852c08e7 user: andreask tags: trunk
18:35
S3 :: [3493711fff] Disabled a wasteful string conversion caused by the package's debug code. Thanks to Sam O'Connor. Version bumped to 1.0.2. check-in: 5e9d8b632f user: andreask tags: trunk
18:21
S3 :: [3496110fff] Fixed missing Host header. Thanks to Sam O'Connor. Version bumped to 1.0.1. check-in: 7904002443 user: andreask tags: trunk
17:53
coroutine::auto - Fix version number mismatch code/index, in index check-in: 1f01547def user: andreask tags: trunk
15:35
Updated embedded documentation with various accumulated changes. check-in: 964a9a01ec user: aku tags: trunk
06:32
Updated examples with recent main pt work check-in: 14e0c58abc user: aku tags: pt-examples
06:32
Updated testsuite for config changes (-version support). Updated pt::parse::peg to incorporate parser fixes, PEG changes. Bumped version to 1.0.1. Bumped parser generator version due to config bumps. check-in: 655127fc0f user: aku tags: pt-work
04:55
Fixed missing update of the package index re all the new versions. check-in: 62f8af7e97 user: aku tags: pt-work
01:13
Extended various parser generator backends (critcl, snit, TclOO) with ability to set package version of the generated parser. Updated users (pt::pgen, and regen tool. Updated documentation, version numbers. check-in: f1b5596936 user: andreask tags: pt-work
00:02
Collective update of the version numbers in all the modified packages. Lone exception is pt::parse::peg which uses generated code. Action item: Fix the generator packages to allow the specification of version information, then update pt::parse::peg as well. check-in: acfcf56258 user: andreask tags: pt-work
2014-06-19
22:54
Made the bench tool a proper script. check-in: 050bb47a36 user: andreask tags: pt-work
22:53
Added generation of a proper Tcl error code to all parser runtimes (Tcl, C, generated). Updated all test cases having generated parsers as their results. Updated the apps (pt, tools/regenerate_parsers) to use try to properly capture syntax errors for display. Updated pt::parse::peg to new PEG grammar and above parse changes. check-in: 19606ae76d user: andreask tags: pt-work
21:40
Updated the PEG grammar in the docs to match the code. check-in: bfbb62eed0 user: andreask tags: pt-work
06:11
Pulled recent general pt changes into the examples. check-in: 337cb51db7 user: aku tags: pt-examples
06:09
Brought the PEG update back into the main pt work branch. check-in: 03ccbcd7cf user: aku tags: pt-work
06:09
Pulled in recent general pt changes. Closed-Leaf check-in: 2ab1005118 user: aku tags: pt-work-peg-itself
06:08
Completed update of testsuite results for modified PEG grammar. check-in: 4520cb0a3d user: aku tags: pt-work-peg-itself
00:24
Moved the core conversion of syntax errors to new utility package, and updated user. Todo: Test cases for this package. check-in: 8332e4ba13 user: andreask tags: pt-work
2014-06-18
23:30
Extended the parser generator app (apps/pt) with code transforming a parse/syntax error to something human-readable. Future: Move this code to a utility package, or the runtime support in general. check-in: 4f175b2ddc user: andreask tags: pt-work
22:11
Updated more of the output formats to match the PEG changes. check-in: 4c48756e78 user: andreask tags: pt-work-peg-itself
2014-06-17
14:41
Sync to main pt changes. check-in: 2cb804d481 user: aku tags: pt-work-peg-itself
14:40
More testsuite updates to match pevious commits. Testsuite now passes in full. check-in: 8a9d7fc499 user: aku tags: pt-work
08:15
Fixes in the C runtime, known bugs fixed before in other places (COMPLETE processing, missing charclass control). Plus fix in the error message generation for range operator. check-in: 0930831130 user: aku tags: pt-work
08:12
Tweaks to tests, to handle Tcl/C differences. check-in: 772b439a5d user: aku tags: pt-work
06:47
Fixing the other pt tests to match the accumulated changes/bug-fixes check-in: dc3138791d user: aku tags: pt-work
06:46
Bit of a fixup, missing imports. check-in: 17cdf4f3f3 user: aku tags: pt-work
00:25
Start on a set of grammar examples. Mostly empty placeholders at the moment. check-in: 9b5ca93ef2 user: andreask tags: pt-examples
00:04
Tightend the PE grammar of PEG itself (Inlined "END", "PEG" required a negative lookahead to separate from following identifier) check-in: 28a64640a8 user: andreask tags: pt-work-peg-itself
2014-06-16
22:53
Regenerated the internal pt::parse::peg parser backends (C & Tcl, mainly error message changes). check-in: bc0d7ffb18 user: andreask tags: pt-work
22:38
Disable printing of the generated parser code by the testsuite. check-in: b090c8f26e user: andreask tags: pt-work
22:35
Extended testsuite to cover positive lookahead predicate. All operators are now covered by the new tests. check-in: e800b8e75c user: andreask tags: pt-work
2014-06-13
22:43
Extended testsuite to cover negative lookahead predicate. check-in: 7de9d88504 user: andreask tags: pt-work
21:21
Testsuite extended to cover "?", i.e. optional parts. Now only the lookaheads remain as not covered. check-in: ebb8d30f37 user: andreask tags: pt-work
21:03
Fixed bug in TC handling. Do nothing when appending/setting nothing. Testsuite now covering the dot operator as well. Noted that epsilon is not a directly reachable operator. check-in: 5e9263a1cb user: andreask tags: pt-work
08:50
Fixed setup of error messages for std char classes. "control" was missing, and all strings completely missing in generated parsers (pt::peg::to::cparam) check-in: d7e554fb25 user: aku tags: pt-work
08:17
Extended testsuite to cover all the builtin char classes. check-in: 858e3328f1 user: aku tags: pt-work
08:16
Completed implementation of char class "control" (runtime support, operator support). Fixed typo in the one place where code for its generation already existed. check-in: d02321af25 user: aku tags: pt-work
00:22
Extended testsuite, added coverage for kleene and pos.kleene closures. Plus added list of the not-yet-covered operators to work from. check-in: 86c0b731a6 user: andreask tags: pt-work
2014-06-12
23:24
Documented the directory structure used for all the new testcases. check-in: 75062c8d7f user: andreask tags: pt-work
23:06
Testsuite extended to cover general char classes and ranges. All pass. check-in: cdfd3ca6f9 user: andreask tags: pt-work
00:40
Shifted back to "str" for error messages in C, modified Tcl to match. Matched Tcl to C for class operator as well. Updated all affected tests. check-in: 99606853b9 user: andreask tags: pt-work
2014-06-11
23:53
Fixed construction of error messages for str-operator in the cparam code generator to match the Tcl runtime (Removed single-quotes, and use operator t in the message). The last is iffy. Should modify Tcl runtimes instead. Updated the expected results in the testsuite. check-in: 172efcfd4b user: andreask tags: pt-work
23:50
Fixed "i_next_str" in the C runtime to match the Tcl runtime with regard to generated error locations. Plus fixed typo in a comment. check-in: dfe802a2f9 user: andreask tags: pt-work
23:09
Fixed bug in template used by critcl parser generator. Put the exception tag _before_ the existing information. Do not drop the location information (char index). check-in: d7e34f7f9b user: andreask tags: pt-work
23:04
RDE C runtime, rephrased two comments for clarity check-in: b0b2af945b user: andreask tags: pt-work
22:51
Extended testsuite coverage to the critcl parser. Results are placeholders for the moment. Showing issues compared to the Tcl backends: Quotes around string! Location information missing from the exceptions. check-in: 90a2ce84b0 user: andreask tags: pt-work
22:47
Activate use of critcl based parsers in the testsuite, depending on env support. check-in: fb5038c53d user: andreask tags: pt-work
22:41
RDE C runtime, killed a few compiler warnings. check-in: 3ea2dbb6c0 user: andreask tags: pt-work
22:20
Fixed two comment misspellings. check-in: cce4ddc36c user: andreask tags: pt-work
22:17
pt::peg::to::cparam - Fix bug in cparam generator, missing global initialization of the "comments" flag introduced by the fixes for ticket [da61329276]. check-in: a9bc5f4335 user: andreask tags: pt-work
22:10
Fixes in critcl parser: Match completion processing to the Tcl runtimes. Feed debug information through proper critcl command, avoids a bug in critcl. check-in: f3dc32c296 user: andreask tags: pt-work
00:13
Fixed bug in "si:voidvoid_branch" (snit, oo runtimes). Incorrectly pushed an empty error state instead of the just-merged error state. check-in: 04dad6d262 user: andreask tags: pt-work
00:08
Extended tests, cover basic choice check-in: e4a94582cb user: andreask tags: pt-work
00:05
Extended testsuite support, allow missing input files, via flag. check-in: 0c6df56592 user: andreask tags: pt-work
2014-06-10
22:50
Activated TclOO-based parsers for testing, plus expected results for our coverage. check-in: 489cf3d0ee user: andreask tags: pt-work
22:40
Activated oo branch in testsuite support. Modified system to avoid need for deleting old grammar classes, using a counter. check-in: f7bb225f1a user: andreask tags: pt-work
20:59
Fix bug in error return branch of "complete", and match ok branch of "complete" to the snit implementation. check-in: db89ebbd9d user: andreask tags: pt-work
20:15
Disabled the i_error_nonterminal instruction in all implementations of the RDE runtime (Tcl snit|oo, Critcl). This means that at the moment the error state of a pt-made parser will only contain messages with references to expected terminal symbols. Non-terminal symbols will not occur. This may change in the future, when it is worked out how to handle them. Updated the testsuite, as less as there is, to match this. check-in: 1afbe0b080 user: andreask tags: pt-work
07:32
Extended the tracing in the Tcl RDE backend, show arguments, and more details in i_error_nonterminal check-in: 7f40b84f33 user: aku tags: pt-work
07:28
Extended coverage, simple sequence accessed through a symbol. This already shows an issue with error handling when using a plain sequence. An error at the beginning is shown as symbol error (n N). A later error in the sequence is shown as terminal error (t c). The issue is in the "i_error_nonterminal" and how it merges. The conflicting goals are "report error at farthest position" vs "report a highlevel error (symbol)". Currently resolved in favor of "farthest", test case uses "symbol" instead, to demonstrate the conflict. If we wish to have both farthest and nice we have to redo the data structures to accomodate storage of errors at different locations, which are related. This requires more thoughts. check-in: 7c2bac860c user: aku tags: pt-work
07:21
Extended the parser generation and test setup so that we can see all pieces, including the test input, and grammar name in the make-parser check-in: 56f190e66e user: aku tags: pt-work
06:33
Added missing TRACE commands to the Tcl RDE engine backend. check-in: ceb039c413 user: aku tags: pt-work
00:09
Started on extending the pt testsuite to check out the error handling in generated parsers - Right now just covering interpreter (reference) and snit parsers, for simple sequence (string), no non-terminal symbols. check-in: fdbe487c91 user: andreask tags: pt-work
2014-06-09
20:21
Create new branch named "pt-work" check-in: 4c26d6113c user: andreask tags: pt-work
2014-06-02
22:04
uri::urn pcx - Removed bogus pseudo-comment in definition. check-in: 66e07701c9 user: andreask tags: trunk
21:15
Added a partial pcx file for the uri::urn package. check-in: 02a2bafdee user: gerald tags: trunk
2014-05-27
20:37
Default loglevel is also documented as being error (and not warn anymore). check-in: 5de6754881 user: emmanuel tags: trunk
12:39
Moved up default level to error. check-in: 1d76e69cde user: emmanuel tags: trunk
12:38
Mentioning error as used by the logging mechanism in the library. check-in: eb3d056675 user: emmanuel tags: trunk
12:17
Added documentation for loglevel and close. check-in: 16a54e4bed user: emmanuel tags: trunk
2014-05-16
17:30
comm - Fixed version mismatch introduced by commit [6303673b03]. Bumped to 4.6.3.1 check-in: a56a892551 user: andreask tags: trunk
2014-05-14
23:15
Ticket [651d86cd0a]. dns - Fixed inadvertent and unwanted overwrite of global variables. Thanks to [email protected] for report and patch. Package version bumped to 1.3.4. check-in: 55876840bd user: andreask tags: trunk
22:50
Merge uuid fixes into main-line. check-in: 4c42872bc6 user: andreask tags: trunk
22:49
uuid - Bugfix in previous, bumped package version to 1.0.3. Closed-Leaf check-in: ed5422bb08 user: andreask tags: rfc1422
2014-05-12
18:58
Ticket [a6fd19d6cf] - websocket - Bumped package version to 1.3.1 given that commit [4e8f662e50] fixes a bug. check-in: 98aeecb462 user: andreask tags: trunk
18:49
Fixed inadvertent split of trunk head. check-in: 473b182b8e user: andreask tags: trunk
18:24
Fix version mismatch code/index in commit [82431192f8], bump to 0.6.1 check-in: 5de8a8e4a7 user: andreask tags: trunk
12:05
Fixed so that we perform HTTP/1.1 requests always and so are able to better speak with picky servers. check-in: 4e8f662e50 user: emmanuel tags: trunk
2014-05-09
23:35
pt_rde_critcl - supporting code - Fixed "len" initialization bug in "rde_critcl/tc.c" (rde_tc_append). The initialization used the uninitialized local helper variable instead of the string argument. Triggered only when the text to parse is not completely in memory and the missing parts are loaded on-demand, causing the token cache to extend. Bumped package version to 1.3.2. Updated generator test-cases. Reported by Christian Gollwitzer <[email protected]>, detected by clang. check-in: 9e5a1a2d73 user: andreask tags: trunk
18:39
zipfile::decode - Extended with command to check if a file is a zip archive or not. Bumped package to version 0.6. Updated docs. check-in: 82431192f8 user: andreask tags: trunk
18:33
Ticket [da61329276]. pt - pt::peg::to::cparam - Added C comment opener to the set of strings to detect and disarm. There are C compilers which allow the nesting of /*...*/ and for these a spurious opener is the same trap a spurious closer is for all. Bumped package version to 1.1.1. Updated docs. Reported by Christian Gollwitzer <[email protected]>. check-in: ea593a875e user: andreask tags: trunk
2014-05-08
23:42
Ticket [da61329276]. pt - pt::peg::to::cparam - (1) Modified to detect dangerous string sequence (comment close) and disarm it before putting into the generated code. (2) Added a new configure option (-comments bool) allowing a user to disable comment generation entirely (default: on = comments are generated). Updated docs, testsuite. Bumped packaged version to 1.1 (While (1) is a bug fix, (2) is a small feature extension, hence the bump of the minor version instead of the patchlevel). Reported by Christian Gollwitzer <[email protected]>. check-in: 02c0fddd03 user: andreask tags: trunk
19:27
Ticket [f43d574b83]. Installer (pt) - Modified to install the "rde_critcl" sub-directory of "pt" for access by generated C parsers. Reported by Christian Gollwitzer <[email protected]>. check-in: 6c12f6b8ce user: andreask tags: trunk
18:44
Ticket [ced0d60fc9]. comm - Added proper detection of eof on a socket, plus closing it. Bumped package version to 4.6.3 Report and patch by Schelte Bron, with thanks. check-in: 6303673b03 user: andreask tags: trunk
18:23
Ticket [c77cc35b1a]. crc::cksum - Fixed math operations letting values grow out of the 32bit limits into bigints under Tcl 8.5+. Added the necessary masking operations to prevent use of bigints. Report and patch by [email protected], with thanks. check-in: 15c6984635 user: andreask tags: trunk
2014-05-06
13:28
Fix to make the UUID package conform to RFC1422 check-in: 404b955311 user: hypnotoad tags: rfc1422
2014-04-22
19:40
Ticket [06eef112da]. yaml - Fixed tokenizer. A missing legal character (closing bracket) caused inline arrays without whitespace to fail to tokenize. Testsuite extended. Version bumped to 0.3.7. Report and patch by Norm Zhou. Thank you. check-in: 06bdef76a4 user: andreask tags: trunk
2014-04-11
21:39
Ticket [ce17795a78]. tar, json - Moved support files around into places where they will not be picked up by the installer. check-in: 74f79b33f7 user: andreask tags: trunk
20:26
Ticket [c21b57e4fc]. Fixed version number mismatch for "coroutine". See also Ticket [ac8d016077] whose fix (revision [7bed475cb2]) introduced the problem. check-in: 51083f878a user: andreask tags: trunk
2014-03-26
17:29
In coroutine and coro_auto: 'read' must correctly emulate Tcl's built-in read and not close the chan at EOF. Add command expansion in 'global', which looks like it never worked. Took the opportunity to fix how 'global' stores coro-global values so that we don't tramp on Frame #1's local variables (no compatibility break as 'global' never worked). Bumped versions. Adding tests. Work-in-progress. Leaf check-in: 5f50c249bd user: twylite tags: bug-td-coroutine
2014-03-24
18:24
Ticket [ac8d016077]. Package coroutine and coroutine::auto. Fixed missing variable "result" in various ok code paths. Bumped versions to 1.1.1 and 1.1.2 respectively. check-in: 7bed475cb2 user: andreask tags: trunk
18:03
Ticket 874dedb816 - struct::matrix - Fixed documentation buglet. check-in: ed580c5543 user: andreask tags: trunk
2014-03-21
19:09
debug - Added command "hexl" for generation of hex-dumps. Bumped to version 1.0.5. check-in: 5591153d4e user: andreask tags: trunk
18:58
debug - Exported, documented the "nl" and "tab" commands. Bumped to version 1.0.4. check-in: 95b73aac53 user: andreask tags: trunk
07:37
zip decoder work on zip64 support, handling the new end-of-archive structures, debug narrative. This last forces Tcl 8.5. Leaf check-in: 3b2398ea3d user: aku tags: zip64-support
07:35
Extended fileutil::decoder (longlong, big-endian commands, debug narrative). The latter forces Tcl 8.5 check-in: ab8874d803 user: aku tags: zip64-support
04:38
Regenerated online/embedded documentation. check-in: 31ae339237 user: aku tags: trunk
2014-03-20
23:15
Ticket [afe4366e2e]. Package "html". Fixed command "html::doctype". Ping and patch by Bogdan Puscas <[email protected]>. Updated documentation. Updated testsuite. (Both provided by patch, with modifications by myself). Version bumped to 1.4.3. check-in: 42806b4246 user: andreask tags: trunk
22:48
Ticket [3439702fff]. Package "html". Fixed procedures "html::css", and "html::js". Ping and patch by Bogdan Puscas <[email protected]>. New procedures "html::css-clear", and "html::js-clear" for state control and testing. Updated documentation. Updated testsuite. (Both provided by patch, with modifications by myself). Version bumped to 1.4.2. check-in: 8564870e90 user: andreask tags: trunk
21:57
Added prelim notes about zip64 support to the encoder check-in: 46f0908dcc user: andreask tags: zip64-support
21:51
decode - Fixed copy-pasta error in manpage header check-in: 9cc7bcdb0c user: andreask tags: trunk
2014-03-19
20:12
Ticket [1742078fff]. Package "html". Fixed proc nl2br. Was a typo for Windows EOL marker. Ping and patch by Bogdan Puscas <[email protected]>. Testsuite extended. Version bumped to 1.4.1. check-in: 3bc09ccbec user: andreask tags: trunk
19:14
Ticket [a80e60deb1]. Package "sum". (Pure Tcl code). Fixed proc crc::SumSysV. The final sum was badly masked, using % instead of the correct &. Note: The critcl::ccommand SumSysV_c in the same file did the correct masking. I.e. the critcl version of the implementation was not affected by this bug, only the Tcl implementation. Testsuite extended (sum-6.*) Version bumped to 1.1.1. check-in: 56e6c4cdf2 user: andreask tags: trunk
2014-03-14
21:38
zipfile::decode - Fix CopyFile, use %03o format to ensure that the output has 3 octal digits we can convert into a permission string. The option "-permissions" of "file attributes" expects that a symbolic permission string is exactly 9 characters. Version bumped to 0.5 check-in: c630ff4737 user: andreask tags: trunk
2014-03-12
23:36
debug - Fixed buglet in "pdict" command. Added two convenience commands for direct insertion of newliens and tabs. Bumped to version 1.0.3. check-in: 1461e15c0d user: andreask tags: trunk
2014-02-21
21:05
ftp - Merged fix for ticket [eb0b15d598]. Bumped ftp to version 2.4.13. check-in: 863ac2e0d8 user: andreask tags: trunk
20:53
The WDC synchronizer seems to do the trick. Added to the other 4 state sequences using an active data connection. Bug should be fixed now. Closed-Leaf check-in: 6474b535bb user: andreask tags: ftp-bug-eb0b15d598
2014-02-17
17:27
Fix varname oops. check-in: e362c612fa user: andreask tags: ftp-bug-eb0b15d598
2014-02-14
22:02
Tentative fix to the problem with late data connections. Stop control sequencer before leaving the series of states using an active data connection until the DC has arrived and is open. check-in: 5340f3877c user: andreask tags: ftp-bug-eb0b15d598
07:02
json::write :: Ticket [d0bbe696b0]. Fixed the missing \u quoting of all control characters outside of the small range with their own custom backslash quoting (\b, ...). Bumped package to version 1.0.3. check-in: 20725ca43d user: aku tags: trunk
07:00
doctools :: Added proper error codes to all commands throwing errors. Bumped version to 1.4.18 check-in: 928083dc6d user: aku tags: trunk
06:52
dtplite :: Added proper error codes to all commands throwing errors. Bumped version to 1.2. check-in: 4efd8b6fd7 user: aku tags: trunk
2014-02-13
06:28
tar - Ticket [2840180]. Fixed bad separation of name and prefix for long path names. Extended the testsuite. Bumped package to 0.10. check-in: 9cefaa3479 user: aku tags: trunk
2014-02-12
05:53
Updated to release 1.16 check-in: e891598c4c user: aku tags: ftp-bug-eb0b15d598
05:52
Updated to release 1.16 check-in: 25c175ce82 user: aku tags: update-to-critcl3
05:52
Updated to release 1.16 Leaf check-in: d4fbc67d71 user: aku tags: ooutil-bug-3609183
2014-02-11
19:04
Tcllib 1.16 Release. check-in: 2847321e30 user: aku tags: trunk, release, tcllib-1-16
18:58
Updated PACKAGES file. Closed-Leaf check-in: 6430a704e6 user: aku tags: tcllib-1-16-rc
18:58
Modified sak's release command, don't modify the ChangeLogs anymore. check-in: 1e63edd954 user: aku tags: tcllib-1-16-rc
18:50
Fixed version mismatch for math::geometry code versus index check-in: 2791f163c7 user: aku tags: tcllib-1-16-rc
2014-02-04
22:17
Merged latest trunk fixes to RC, updated the associated docs and README. check-in: 9cb9bdee5a user: aku tags: tcllib-1-16-rc
22:03
Ticket [6002105722]. struct, struct::list - Fixed scoping errors in 'filter' and 'split' commands. Bumped version to 1.8.3. Extended testsuite. Thanks to Adrian Medrano Calvo for report and fix (including tests). check-in: a5597ab71e user: andreask tags: trunk
21:16
Followup on [ea88434604]. Restrict to 32bits. check-in: cfd881b6f8 user: aku tags: trunk
20:53
Ticket [659631d1f4]. dns, package 'ip' - Fixed nextNet issue with its count argument. Extended testsuite. Fix by Matthew Jefferson. check-in: 27f9dbf374 user: andreask tags: trunk
20:31
Ticket [2186ff86b7]. dns, package 'ip' - Fixed toInteger wrap-around. Bumped version to 1.2.2. Extended testsuite. check-in: ea88434604 user: andreask tags: trunk
2014-02-03
19:09
debug - manpage - Fix small typo. check-in: 654d235ff1 user: andreask tags: tcllib-1-16-rc
2014-01-31
08:04
Updated embedded release documentation. check-in: 4f04f7e130 user: aku tags: tcllib-1-16-rc
07:43
Bumped overall version to 1.16, generated the release README. check-in: a9b2ee05e3 user: aku tags: tcllib-1-16-rc
07:39
Bumped versions of modified packages and missed so far. check-in: d62c5a4fed user: aku tags: tcllib-1-16-rc
07:39
Bumped versions of modified packages and missed so far. check-in: f06124e3c3 user: aku tags: tcllib-1-16-rc
07:33
Fixed issues with repository scan - Forgot to handle trunk revision, and mixup of parent/child times and descriptions. check-in: f5d2be5a46 user: aku tags: tcllib-1-16-rc
06:31
Bumped ftp to 2.4.12, see [3b14767f50]. check-in: 6e03cd1a77 user: aku tags: tcllib-1-16-rc
06:12
Merge RC with latest fixes. check-in: adb569bb63 user: aku tags: tcllib-1-16-rc
2014-01-30
20:05
Solving two tickets regarding the math::geometry package check-in: ffa444f6ab user: markus tags: trunk
2014-01-29
21:12
Merge RC with latest fixes check-in: 59ef0e2775 user: andreask tags: tcllib-1-16-rc
21:11
Ticket [eb0b15d598] - ftp - Extended debug narrative for the state machine operation to help investigation of the problem check-in: 0adb77c50b user: andreask tags: ftp-bug-eb0b15d598
19:29
Ticket [f58015fbd0]: ftp - DisplayMsg - Removed bogus use of ::errorInfo. Simplified the code a bit. check-in: 3b14767f50 user: andreask tags: trunk
19:23
Tweaked the last change a bit to follow coding guidelines. check-in: 71d074f491 user: andreask tags: trunk
2014-01-26
16:32
silence gcc error, "should return a value [-Wreturn-type]" check-in: c1b3934ac2 user: pooryorick tags: trunk
2014-01-24
07:56
Modified sak release utility methods (review, readme) to pull the set of modified modules and commit messages directly out of the repository instead of scraping the ChangeLog. This is based on the presence of a tag "release" to stop the search. check-in: 251a312c0a user: aku tags: tcllib-1-16-rc
04:49
Fix oops in new test textutil-7.5. check-in: f7cdeb52d0 user: aku tags: tcllib-1-16-rc
2014-01-23
19:10
Update RC with latest fixes. check-in: 10b275b56b user: andreask tags: tcllib-1-16-rc
19:05
Merged the pt epsilon bugfix. check-in: 716b404d6d user: andreask tags: trunk
06:41
Merged trunk bug fixes into RC. check-in: b062daa852 user: aku tags: tcllib-1-16-rc
06:38
[Ticket 30be135c2a]: Added command 'capEachWord'. Bumped package version to 0.8. Extended testsuite. check-in: 569eb15c5b user: aku tags: trunk
06:18
Ticket [1b7fe4fe19]. Fixed missing class/package initialization for critcl generator. Bumped package version to 1.0.2 check-in: 235fc198f6 user: aku tags: trunk
06:09
Ticket [c3ab006ca2]. Fixed help delivered by 'pt' application. check-in: 99c76c4237 user: aku tags: trunk
00:14
Begin updating the C pieces to require critcl 3.1. For the current batch that is mostly about setting some meta information. Under struct we can go and use more utilites, i.e critcl::class and the like. check-in: 14fa6eacaa user: andreask tags: update-to-critcl3
2014-01-22
09:01
Bumped versions of the modified packages. Updated ChangeLog. Closed-Leaf check-in: 8c541ca76f user: aku tags: pt-bug-7665c3532c-epsilon
08:45
Fix all issues with the extended tests. I.e. replace various placeholder data with the real thing. check-in: 66707cafa9 user: aku tags: pt-bug-7665c3532c-epsilon
2014-01-21
22:52
Ticket [7665c3532c]. Matching the empty string, i.e. epsilon. Extended the Literal command in the AST traversal part of the PEG importer to recognize the empty string and generate the proper PE (i.e. epsilon). Extended the Convert command of the PEG exporter to properly convert epsilon into an empty string. Extended testsuite. (Not fully tested yet) check-in: bce28f8438 user: andreask tags: pt-bug-7665c3532c-epsilon
19:36
Merged trunk doc changes into RC check-in: a4ee06a044 user: aku tags: tcllib-1-16-rc
19:34
Updated embedded documentation check-in: 2b1eb9024a user: aku tags: trunk
19:19
Fixed manpage names clashes within Tcllib. No problem within embedded/ docs, due to the directory structure. When installed however all are in the same directory and some clashed. check-in: 6c93670d5e user: andreask tags: trunk
18:07
Documentation update. check-in: b17cc24a5b user: aku tags: tcllib-1-16-rc
17:56
Fixes to various testsuites and code, in preparation for 1.16 release. Release Candidate Branch opened now. check-in: 9fd75df6e5 user: aku tags: tcllib-1-16-rc
17:39
Ticket [9318a6687f]: Applied patch by Max Jarek to update the code to the IBAN Registry version 47. Bumped package version to 1.4. check-in: 3c45e337d4 user: andreask tags: trunk
17:28
Ticket [861f53ff24]. Added proper initialization to CreateNonce when falling back to md5 (no dev/urandom). Bumped version to 1.3.3. check-in: 8175173735 user: andreask tags: trunk
2014-01-20
05:17
Corrected use of bandwidth, adjusted a test to take care of pecularities of the kernels check-in: 991cdf14aa user: markus tags: trunk
2014-01-18
14:20
Added three test cases for the kernel density estimation. Resulted in a few small corrections (deal with missing values) check-in: 2456e0d413 user: markus tags: trunk
12:13
Add a procedure for estimating probability density functions by means of the kernel density estimation method check-in: bfc68668cd user: markus tags: trunk
2014-01-10
00:03
Fix installer breaking on empty doc directories of excluded packages. check-in: e889e36583 user: andreask tags: trunk
2014-01-08
18:21
Commit [c7f07ac148] forgot to update the package index, causing a mismatch. Fixed, likewise the Tcl requirement. check-in: 32ee5178ac user: andreask tags: trunk
2014-01-07
23:00
Move many-* wrapper to before its usage. Bumped version to 1.3.2. v1.3.1 is broken. check-in: 09ed31fbfc user: andreask tags: trunk
21:41
See ticket [6efa4f571af052]. Worked around issues with the critcl v2 application the Tcllib C code is geared towards. Bumped json version to 1.3.1, jsonc to 1.1.1, and tcllibc to 0.3.13. check-in: 2d0b61da55 user: andreask tags: trunk
2014-01-06
23:44
See ticket [6efa4f571af052]. Reworked the Json/C code to use a bison-pased parser provided by Mikhail. No separate data structures to convert, just direct generation of Tcl structures. Changes compared to the original submission: - Use List, not Dict operations for objects, i.e. be Tcl 8.4 compatible. - Do not generate Int/Double objects, only strings. Conversion to actual int is lazy, when actually needed. Also ensures that compile-time Tcl version does not restrict range of integers, only runtime Tcl version. - Allow all values as toplevel json, not just array and object. - Currently no shared objects for the fixed values (null, true, false). Note that the RE-based json validation is still faster on even moderatly sized strings, even when just using a stripped C lexer not generating token values. Bumped jsonc to version 1.1 and tcllibc to version 0.3.12. check-in: 11390a7baa user: andreask tags: trunk
18:23
Re-join split trunk check-in: dfdc7799cc user: andreask tags: trunk
2013-12-20
12:31
Added special case for coincident points in spatial interpolation check-in: de82c45509 user: markus tags: trunk
2013-12-18
18:00
Regenerated embedded documentation. check-in: 6ac9af25d2 user: aku tags: trunk
17:56
Merged pt work. check-in: 37f7976d5a user: aku tags: trunk
00:34
Fixed various documentation files. - Added missing requirements of the package itself, throwing off the validate command of sak. - Added some missing documentation files. check-in: b71e7a1a19 user: andreask tags: trunk
2013-12-17
21:28
Fixed various documentation files. - Added missing requirements of the package itself, throwing off the validate command of sak. - Added some missing documentation files. check-in: 1435afdcde user: andreask tags: trunk
19:43
Reworked the input system, now matches pt::rde (snit). Implemented the super instructions, was able to copy/paste the snit code over. Closed-Leaf check-in: b8b6220b66 user: andreask tags: pt-rde-oo-fixup
19:13
Start fixing the pt::rde::oo code. Apparently I abandoned it in a very unfinished state. :( Basic generation now working. Runtime incomplete, missing all the si:* super-instruction methods. check-in: 8a87e457e2 user: andreask tags: pt-rde-oo-fixup
2013-12-16
20:47
Integrated work on a first C parser for JSON. json 1.3, tcllibc 0.3.11. See ticket [6efa4f571a]. check-in: df814df3ab user: andreask tags: trunk
2013-12-11
23:41
Finalized integration. Bumped to version 1.3. Closed-Leaf check-in: 0b57c2407c user: andreask tags: ak-bug-6efa4f571af052-jsonc
23:29
Switched validation from the C parser back to a shared Tcl implementation, regexp based. It is consistently faster. No overhead creating irrelevant data structures is main suspected cause. check-in: 5a645be338 user: andreask tags: ak-bug-6efa4f571af052-jsonc
23:23
Added synthetic benchmarks constructing larger json structures. check-in: f8b84da1d4 user: andreask tags: ak-bug-6efa4f571af052-jsonc
23:20
Fixed bug in json::dict2json. Nobody seems to have used this before. check-in: 05d128bcc8 user: andreask tags: ak-bug-6efa4f571af052-jsonc
23:18
Sort tests by name in the data arrays check-in: 9b736e1cfc user: andreask tags: ak-bug-6efa4f571af052-jsonc
22:26
Small test simplification check-in: 942a650535 user: andreask tags: ak-bug-6efa4f571af052-jsonc
22:25
Fixed buglets which slipped through in previous commit. check-in: 1c1271bd98 user: andreask tags: ak-bug-6efa4f571af052-jsonc
21:07
Moved the larger test cases and data into separate files, less quoting that way. Added test case for the escape-able characters. Added test cases for invalid json. Shifted the json generating procedures to the common file, making them shared between Tcl and C implementations. Added a benchmark suite, using the test cases in the files as input. check-in: af6919a548 user: andreask tags: ak-bug-6efa4f571af052-jsonc
01:29
Implemented many-json2dict and validate over json-c. Test cases for many-json2dict reactivated, passing. New cases for validate, passing. Should add test cases for invalid json input. check-in: 08ac1421ee user: andreask tags: ak-bug-6efa4f571af052-jsonc
2013-12-10
23:01
Integrated additional MI work on a Tcl_ObjType for lazier construction of the Tcl structures from the json C structures. Notes - Modified the Tcl parser to return 0|1 for boolean values, to match the new C parser. Updated testsuite. - Supplied my own definition of assert to fit in with Tcl (Tcl_Panic). - Modified the C conversion of json null to match the Tcl parser, is now 'null', not the empty string. - Changed Tcl_Dict* uses to equivalent Tcl_List* to keep the code usable for Tcl 8.4 - Moved the code handling the deferral/laziness into lazy_value2obj and applied it to array elements as well, not just object fields. - Moved the variables in value2obj into the switch branches. - Changed the Tcl_ObjType structure initialization to regular C. Code as provided (see ticket attachment json2.c) looked like some GCC-ism. Open question - Why does the json2string function not just generate the string rep, but takes the int.rep as well, shimmering the Tcl_Obj*. Seems to presume that the string generation is immediately followed by Tcl code forcing a shimmer anyway ?! Reduced testsuite passes. check-in: 8fc03c91fd user: andreask tags: ak-bug-6efa4f571af052-jsonc
00:50
Initial work on a critcl json parser based on json-c. Issues: many-json2dict has no C equivalent, nor the *2dict commands. Boolean is 0/1 vs true/false in C vs. Tcl, this should be fixable in the testsuite. Basics are working. check-in: c51875a02a user: andreask tags: ak-bug-6efa4f571af052-jsonc
2013-12-06
22:59
Regenerated online documentation. check-in: 4f43ea48be user: aku tags: trunk
22:44
Fixed doc typo. check-in: c3973cc954 user: andreask tags: trunk
22:42
Ticket [444358b66e]. Documented option --. check-in: 0c20ebf4b6 user: andreask tags: trunk
22:23
Ticket [01afa9345d]. Added note about method 'expand' pushing a new and empty context while running. check-in: e53cad73ec user: andreask tags: trunk
21:41
Ticket [5030721806]: Applied the supplied diff, removed 'domain' flag from defaults for a Type 1 greeting message. Updated testsuite. Bumped version to 1.1.2 check-in: 50f29c21a3 user: andreask tags: trunk
21:11
Ticket [cfb76ff94]: (::uri::split, ::uri::resolve): Modified split so that a missing scheme for http(s), ftp urls treats remainder as having a leading host part. Extended testsuite. Updated 'resolve' to run the relative url through split with a proper scheme prefix to prevent misintepretation of the path as host-part. Bumped version number to 1.2.4 check-in: aaa37775e4 user: andreask tags: trunk
20:14
Ticket [b8f35b9883]. Added references for SCRAM mechanism and package. Fixed missing cleanup of test variable. New package SASL::SCRAM and testsuite, provided by <[email protected]>. check-in: 38a2ed086c user: andreask tags: trunk
18:08
Ticket [f5155519e7]. Dropped use of bash. Generally switched the application to an easier to read invokation without all the shell tricks and magic. check-in: 540921a9bc user: andreask tags: trunk
2013-11-23
00:23
Get tar fixes back. check-in: 2917507b22 user: andreask tags: trunk
00:21
Update to head of trunk. Closed-Leaf check-in: 93aa26ab06 user: andreask tags: pyk-tar
00:14
Bumped package version, updated logs, ready to merge. Fixed ticket [6b7aa0aecc]. check-in: 4a2f75b5da user: andreask tags: pyk-tar
00:00
The issue with the skip code was not the limit to 64K, but how the code (a) assumed the wrong type for the result of 'read' (number of bytes, but is the read data), and (b) mis-handled short reads. Using 'string length' to convert the result type into what was needed, and using the proper condition was what fixed the issue, and not getting rid of the limit. I have now re-instated the limit, with in-code explanation of why it makes sense, and verified that this still passes the testsuite. I further changed the variable names to be much more self-documenting as well. check-in: 8de453c348 user: andreask tags: pyk-tar
2013-11-22
23:39
Fixed the testsuite up somewhat. (1) Moved helper code into separate file. (2) Replaced helper code blocks in variables with proper procedures. (3) Simplified setup1, cleanup1 No need to search for and create lots of temp dirs in setup, just remove the directory in cleanup. Now use single temp dir, fixed name. (4) Fixed setup of tests in general (4a) Added emacs mode marker to get proper Tcl mode. (4b) Added missing Tcl 8.5 requirement (4c) Use canonical 'use' command for access to local package (memchan). (5) Constrained the one test requiring Tcl 8.6 (zlib) It is not yet clear to me why the 'stream' helper (to create a large file) is so complex. check-in: 624a1ee7b8 user: andreask tags: pyk-tar
19:23
Merging Mime Modifications. check-in: c2829102b5 user: andreask tags: trunk
19:18
(PoorYorick): general cleanup. use expr operators like eq instead of string commands. (AK Notes): Version bumped to 1.6, requirement bumped to Tcl 8.5. (AK) Updated testsuite and doc Tcl requirements. Fixed the creative writing problem of the initialization code, present before PY cleanup. Closed-Leaf check-in: c7f07ac148 user: andreask tags: pyk-mime-cleanup
18:17
(Events): Ticket [864a0c83e3]. Do not suppress readable events at end of the channel. Needed to signal the eof condition. Like for regular files, always readable. Affected channels memchan, string, and variable. Versions bumped to 1.0.3, 1.0.2, and 1.0.3 respectively. check-in: fc756af785 user: andreask tags: trunk
17:39
Revert Tcl 8.5 dependency introduced by an unlogged rewrite [c80b6fffde]. check-in: 941966a233 user: andreask tags: trunk
17:29
Fix trunk split. check-in: d233d12198 user: andreask tags: trunk
2013-11-20
06:41
revert bad change to quoting in ctrl.tcl check-in: 2cafc97e62 user: pooryorick tags: trunk
06:38
add support for default arguments to term::ansi::send fix documentation types quoting cleanup check-in: c80b6fffde user: pooryorick tags: trunk
2013-11-17
15:45
fix setup1 script for tar.test so that tests don't pollute each other check-in: cecf9adb75 user: pooryorick tags: pyk-tar
2013-11-16
07:19
add a test suite for tar module fix for bug 6b7aa0aecca6fdce12589884c3c9ea2b50c92ad4, tar::skip silently truncates at 65536 check-in: 165e7adf41 user: pooryorick tags: pyk-tar
2013-11-07
21:13
Regenerated embedded documentation (new man.macros, exclusion of deprecated exif module). check-in: fdbe5cb1bc user: andreask tags: trunk
21:10
[Ticket 7c7f946046]: Pull in exclusion information from the installer configuration, and use it to exclude the associated man-pages from generation. check-in: 0951505185 user: andreask tags: trunk
20:22
[Ticket dc50cc65ea]: Accept schema names case-insensitively. Report and patch by Harald Oehlmann. Version bumped to 1.2.3. Extended testsuite (uri-11.0). check-in: a85537aeae user: andreask tags: trunk
20:05
[Ticket 369f67aeee] Updated to newest man.macros from Tcl/Tk. check-in: 082d009051 user: andreask tags: trunk
19:52
Ticket [1d2b62d10d] followup. Extended testsuite with an example image missing the thumbnail and triggering the issue. With thanks to [email protected] for donating the image. check-in: 80e9a2006f user: andreask tags: trunk
2013-11-06
19:26
Extended the range of acceptable snit beyond 1.3-2 to beyond 2. Bumped version to 0.5. Testsuite update defered. Requires more work to update the wrong#args messages. check-in: 504cc3a9f3 user: andreask tags: trunk
19:09
[Ticket efe207eff1]: Applied patched by Stuart Casoff to unbreak manpage rendering on various BSD variants. Must include our macros after emitting .TH to avoid clashes. Updated test results. check-in: c6698cf76f user: andreask tags: trunk
2013-11-03
11:57
Mention the recent changes in the change log file as well check-in: 3aa1604cd0 user: markus tags: trunk
11:53
Solving ticket b25b826973 for 1D interpolation - introducing an inconsistency, therefore bumping the version to 1.1 Bumping the version of the calculus package to 0.7.3 check-in: 69a3e6463b user: markus tags: trunk
11:19
Corrected calculation of corrector in heunStep check-in: 39bb693ab4 user: markus tags: trunk
2013-11-01
23:37
general cleanup. use expr operators like eq instead of string commands check-in: 913f7d92c5 user: pooryorick tags: pyk-mime-cleanup
2013-10-30
20:22
Ticket [1d2b62d10d] followup. Extended testsuite with example image missing any embedded exif information (Not triggering the issue). Made testsuite 8.4+ and converted to tcltest 2 format. check-in: d1adb3c859 user: andreask tags: trunk
2013-10-29
22:51
Merge sha* fixes. Audit of the other critcl parts was done, and no other misuse of cheaders was found. check-in: ad20454023 user: andreask tags: trunk
21:52
Fix issues with critcl usage in the sha code. Do audit of the other critcl-based parts for anologous issues. Closed-Leaf check-in: e5180e9f92 user: andreask tags: audit-critcl-code
07:03
Ticket [1d2b62d10d]: Fixed unwanted double-close of channel when accessing a non-existing thumbnail in a file. Introduced by the refactoring. Bumped version to 0.5. check-in: 498c380fbb user: aku tags: trunk
06:35
Ticket [a761133422]. cleanup called imap close, not channel close. Fixed. isableto failed to initialize the result variable. Fixed. Bumped version to 0.5.2. check-in: 28487136f1 user: aku tags: trunk
06:19
Regenerated documentation. check-in: c1d83bd48d user: aku tags: trunk
06:15
Ticket [e65df22e92]. Fixed typos in the textutil::expander documentation. check-in: f082bc61b7 user: aku tags: trunk
06:12
Updated valtype::iban docs, package version. check-in: 247e24a9ea user: aku tags: trunk
06:09
Ticket [a3dd326ec8c21f1b]. Updated valtype::iban for IBAN Registry Release 46 compatibility. Provided by Max Jarek. check-in: 1027eca073 user: aku tags: trunk
06:04
Extended sha1 binding code with debug help. Closed-Leaf check-in: ae3535e446 user: aku tags: sha1-debugging
2013-10-24
06:40
Fix the opt_def mistake in the manpage as found by Andreas check-in: 325182e9f0 user: markus tags: trunk
2013-10-21
19:20
[_columnwidth]: Recognize ANSI color control sequences and exclude them from the calculation. They are logically of no width and thus their characters must not be counted when determining a column's width. check-in: 1596620b2e user: andreask tags: trunk
2013-10-18
05:01
tepam::doc_gen: Correction of bug [66d0effebc] - POD format incorrectly formatted check-in: ff2f0a9428 user: Andreas Drollinger tags: trunk
2013-10-16
19:32
Use makeDirectory in the regression test to create the test directory (instead of 'file mkdir') check-in: f678d31f51 user: Andreas Drollinger tags: trunk
2013-10-14
20:41
Update to TEPAM 0.5 and TEPAM::DOC_GEN 0.1 check-in: ab744af1c2 user: Andreas Drollinger tags: trunk
20:39
Update to TEPAM 0.5 and TEPAM::DOC_GEN 0.1 check-in: 29534c28fd user: Andreas Drollinger tags: trunk
2013-09-29
12:25
Adding an optional argument to the histogram function in math::statistics check-in: 0a62175adf user: markus tags: trunk
2013-09-25
21:55
Requiring 8.5 since the library does not work on top 8.4 check-in: c75d554055 user: emmanuel tags: trunk
2013-09-19
20:01
Fixed continuation and long-frames bugs reported by Immanuel. Also fixed bugs when no handler was found on server connection. check-in: d73002bb5b user: emmanuel tags: trunk
2013-08-15
06:28
Improved documentation of the websocket module by describing the introspection procedures and providing an example client code. check-in: 9088fbb720 user: emmanuel tags: trunk
2013-08-12
21:27
(tar::untar, contents, stat, get): Extended the procedures to detect and properly handle @LongName header entries as generated by GNU tar. These entries contain the file name for the next header entry as file data, for files whose name is longer than the 100-char field of the regular header. Version bumped to 0.8. This is a new feature. check-in: ed3bd4e7bf user: andreask tags: trunk
2013-08-07
05:59
Ticket [0d9f835d4d]. Removed (non)terminal methods in pt::ast documentation, and replaced with documentation for new, new0. Fixed typo of "pt::peg::interpreter", to "pt::peg::interp", in pt::peg::interp documentation. Regenerated documentation. check-in: e6e940297a user: aku tags: trunk
04:45
Fixed bug in 'pdict', access to name of the array this is not about. Version bumped to 1.0.2. Updated documentation. check-in: 259dc531af user: aku tags: trunk
2013-07-31
18:01
Fixed missing export of 'pdict'. Plus better handling of output channel definition. stderr is default only if nothing is set by the user. This now allows applications to override the default for all packages not having their own output settings. Version bumped to 1.0.1 check-in: 0ddc6ab83f user: andreask tags: trunk
2013-07-26
17:42
[AS Bug 99728]: Fixed version mismatch code vs package index. Bug introduced by [0a9faf2cbe]. check-in: fc10a36a6e user: andreask tags: trunk
17:30
Regenerated the embedded documentation to contain the latest changes. check-in: 2dbfeac683 user: andreask tags: trunk
2013-07-21
22:47
Slightly improved documentation of the websocket library check-in: 581db69481 user: emmanuel tags: trunk
19:14
Added beginning of documentation check-in: fb45da9b68 user: emmanuel tags: trunk
19:03
Added API for server improved integration in servers check-in: 31ea032462 user: emmanuel tags: trunk
2013-07-15
17:20
Merged fix for bug [8b317b4a63], made it official. check-in: 1298908cdd user: andreask tags: trunk
2013-07-11
17:25
Ticket [8b317b4a63]: Added code to the 8.4+ implementations of GLOBF and GLOBD to guard ourselves against VFS packages mishandling the -types option of [glob]. vfs::zip is an example. This mishandling causes glob to return the same data for the two calls with "-types x" and "-types {hidden x}", generating lists with duplicate entries. We now generally de-duplicate the result ourselves. Bumped the package version to 1.14.6. Thanks to <[email protected]> for the investigation identifying this problem. Closed-Leaf check-in: 4afba263b2 user: andreask tags: bug-8b317b4a63-fileutil
2013-06-19
18:17
New command 'many-json2dict' to parse strings containing more than one JSON entity. The existing json2dict command will return only the first. Updated documentation. Extended testsuite. Package version bumped to 1.2 check-in: 7a7e5b34ac user: andreask tags: trunk
18:08
New command 'many-json2dict' to parse strings containing more than one JSON entity. The existing json2dict command will return only the first. Updated documentation. Extended testsuite. Package version bumped to 1.2 Closed-Leaf check-in: 2162c75d94 user: andreask tags: mistake
2013-06-05
20:52
Merge trunk changes, reminder that this issue is still open. check-in: 4c1ee14d54 user: andreask tags: ooutil-bug-3609183
20:41
Regenerated documentation for shorter provenance comment. check-in: 1dc7f4df4f user: andreask tags: trunk
20:34
Added dt_ibase command to the set available in formatters. Extended file command emulation. Used in the provenance code for shorter reference to the proper input file. Bumped to 1.4.17. check-in: 08a1afa22f user: andreask tags: trunk
2013-06-04
13:11
First version of the websocket library. check-in: b9c20ad2fc user: emmanuel tags: trunk
05:29
Merged documentation changes re-routing tracker references. check-in: 8c4bf4f087 user: aku tags: trunk
05:27
More links fixed. Closed-Leaf check-in: fc02651c25 user: aku tags: update-doc-tracker-links
2013-06-03
17:20
Updated the embedded docs, and fixed keywords mis-cleanup. check-in: 1f2b96a8ef user: aku tags: update-doc-tracker-links
2013-06-01
00:07
General cleanup of the manpages: Removed trailing whitespace. Moved keyword and see-also declarations to a standard location, with standard ordering. Compressed blocks of multiple empty lines into singles. Scripted. The script may become a sak command for easy use by dev. check-in: c6b17331c9 user: andreask tags: update-doc-tracker-links
00:01
Continued from previous revision, done the application manpages. check-in: 9b87797f00 user: andreask tags: update-doc-tracker-links
2013-05-31
23:28
Continued from previous revision, done all remaining files in the large multi-package modules. check-in: 2c816968c9 user: andreask tags: update-doc-tracker-links
21:05
Update documentation for new location of tracker, using the opportunity to fix up all the places not using the general feedback include file yet. First pass, only modules with few manpages. check-in: 4991c23cd0 user: andreask tags: update-doc-tracker-links
19:56
Added Colin Macleod and http://wiki/21555 to the set of acknowledged contributors and references for the module. check-in: 17705e46c3 user: andreask tags: trunk
2013-05-30
21:22
[Bug 3612645][Allura 1366]: Fix handling of last block read, it may be empty. In that case we must not pad, nor try to decrypt it into garbage. Extended testsuite with cases for this. Version bumped to 1.1.1. check-in: eb0e6a2524 user: andreask tags: trunk
20:15
[Bug 3613726][Allura 1370]: Added status code 303 ("See Other") to the set of codes returning with a location error instead of a plain one. check-in: f5f8b6a8ec user: andreask tags: trunk
20:06
[Bug 3613973][Allura 1371]: Applied patch by Wolfgang Kechel, fixed missing CYGPATH invokations for paths in the installation targets. check-in: 881cc0a346 user: andreask tags: trunk
2013-05-16
06:31
Replaced uses of 'namespace current' in the wrap_ commands with a hardwired namespace name. As the wrappers get renamed into different namespaces (:: and ::tcl::chan) the result of 'namespace current' points to the wrong namespace, causing the commands to miss the renamed builtins, and fail. Bumped version to 1.1.1 check-in: 07518949a0 user: aku tags: trunk
06:20
Fixed small documentation typo. check-in: 4243fe031f user: aku tags: trunk
2013-04-10
04:27
Fixed manpage names, tcllib_, not tclib_. Updated embedded. check-in: e4caac8d10 user: aku tags: trunk
2013-04-08
19:34
Merged doc fix and updated embedded. check-in: c2d74e1a91 user: aku tags: trunk
19:31
Fix manpage headings Closed-Leaf check-in: 27cb6ed758 user: aku tags: ak-colin-feature-debug
19:26
Updated embedded documentation. check-in: 669b877c80 user: aku tags: trunk
19:12
Merged new module and package for debug narrative. check-in: d15a0e3559 user: aku tags: trunk
19:10
Added documentation, and "pdict" method. check-in: 32272af170 user: andreask tags: ak-colin-feature-debug
2013-04-05
20:06
Tweak to previous commit, clearer message, and include the problematic path. check-in: 57f7a5cb13 user: andreask tags: trunk
18:27
Extended the errors thrown by the zip en/decoder packages with error codes usable by try/trap. Bumped versions to 0.4 and 0.3 respectively. check-in: f850bb0c5b user: andreask tags: trunk
18:00
Implemented the "define" command. check-in: c695c9ec9e user: andreask tags: ak-colin-feature-debug
17:12
Fixed oops of timestamp not returning the time. check-in: 25aa405ec6 user: andreask tags: ak-colin-feature-debug
17:08
Fixed oops where I overwrote the persistent state subst results. :( check-in: f059df60b5 user: andreask tags: ak-colin-feature-debug
04:57
Added core dependency to the helper packages. check-in: e5849eef82 user: aku tags: ak-colin-feature-debug
04:51
New module "debug", with debug narrator packages. Variant of Colin McCormack's Debug wub utility package. Split into parts: - Core, extended for global and per-tag prefixes and suffices, plus per-line header/trailer for multi-line messages. - Timestamping as prefix service. - Eventloop heartbeat My own - Caller information as prefix. check-in: 216cdc8c56 user: aku tags: ak-colin-feature-debug
2013-04-04
16:18
Merged dtplite feature work. check-in: c148f532c8 user: andreask tags: trunk
16:15
[Feature 3609342]: Applied Ashok's patch to disable the keyword index page when the processed documentation does not contain keywords, with modifications. Version bumped to 1.1. Closed-Leaf check-in: 7593991c41 user: andreask tags: apn-dtplite-kwlinks
04:28
Fixed more manpage clashes, base virtual channels versus package "Memchan". Regenerated embedded docs. check-in: 740521ccc1 user: aku tags: trunk
04:05
Applied Ashok's patch to disable the keyword index page if no keyword were found. With changes. check-in: 44d847703f user: aku tags: apn-dtplite-kwlinks
03:35
Extended the checks in 'new' and 'create', per dkf's suggestion check-in: 85840ff447 user: aku tags: ooutil-bug-3609183
03:15
Modified testsuite - Require TclOO, and use proper "destroy" for classes. check-in: 88027af283 user: aku tags: ooutil-bug-3609183
03:14
Extended testsNeed to allow multiple versions, and print the loaded version. check-in: add08862d2 user: aku tags: ooutil-bug-3609183
2013-03-27
16:56
Started fixing bug 3609183. Created initial testsuite for the package. check-in: 69105024f6 user: andreask tags: ooutil-bug-3609183
2013-03-26
17:08
Fixed package index, was missing struct::queue version bump causing mismatch. check-in: 91f14dfd0a user: andreask tags: trunk
2013-03-25
22:12
Update to TEPAM 0.4.1: * Correction of bug 3608952: Help text is incorrectly generated if procedures are part of the non-default namespaces * Correction of bug 3608951: Help text shows incorrect argument order if procedure is defined in the "unnamed arguments first, named arguments later" calling style. check-in: e040e29b2b user: Andreas Drollinger tags: trunk
17:12
Merged inadvertent fork check-in: 91aba75919 user: andreask tags: trunk
17:10
[Bug 3608943] Check ip::version for empty input and react properly. Extended testsuite. Bumped version to 1.2.1. check-in: 0a9faf2cbe user: andreask tags: trunk
2013-03-22
03:48
[Bug 3608581]: Extended check for executable extension to recognize an MSYS environment as Windows and requiring a ".exe" suffix. Regenerated configure. check-in: a2c7f67ffb user: aku tags: trunk
2013-03-19
05:47
Merged fix for bug 3608240. Updated documentation. check-in: 97d8e58276 user: aku tags: trunk
05:42
[Bug 3608240]: Fixed get/peek not taking the amount of already delivered elements into account. Extended testsuite. Bumped version to 1.4.5 Closed-Leaf check-in: f42362cde9 user: aku tags: bug-3608240
04:39
Test case for bug, bug confirmed. check-in: da76ec6c84 user: aku tags: bug-3608240
2013-03-13
03:41
Regenerated the embedded documentation. check-in: 685ad6ce10 user: aku tags: trunk
00:18
Fixed package index, forgot to update for string::token::shell check-in: 98bda0ec26 user: andreask tags: trunk
2013-03-12
22:13
Updated local doc support. check-in: 11356fac09 user: andreask tags: trunk
22:11
Extended the string::token::shell parser with options to accept partial words at the end of command line, and to return type/index information into the input instead of just the extracted words. Updated documentation and testsuite. Bumped version to 1.1. check-in: 8999f7dd7f user: andreask tags: trunk
22:05
Fixed include references in moved "pt" manpage. check-in: 57bb2243dc user: andreask tags: trunk
04:38
[Bug 3606620]: Disabled debug output command lifting SafeBase error information into the test log. check-in: 77088c0306 user: aku tags: trunk
04:23
Added missing entry about an extension of package "doctools::changelog" to the Changelog of the doctools module. check-in: 317471c8f4 user: aku tags: trunk
04:04
Removed copies of RFC documents. Keep only links. check-in: aa3b3dd23f user: aku tags: trunk
03:51
Moved pt(.man) to the apps/ directory, with the other proper applications. Added 'pt' (of modules/pt) to the set of distributed applications. check-in: d476152adc user: aku tags: trunk
2013-03-07
17:09
Fixed inadvertent fork check-in: 558cced5c6 user: andreask tags: trunk
2013-03-05
15:32
Some rounding issues fixed by Mark Alston check-in: 3268979c4f user: markus tags: trunk
06:56
Updated test cases to match json::write 1.0.2 ("/" not quoted as "\/"). check-in: 83160268df user: aku tags: trunk
03:47
Renamed several manpages clashing with Tcl core manpages. Added prefix "tcllib_", as usual. check-in: f8f8e4c351 user: aku tags: trunk
2013-03-01
21:20
Fix inadvertent fork due sync incompleteness. check-in: 5941e8f791 user: andreask tags: trunk
21:07
The namespace ::tcl contains parts necessary for the proper operation of the interpreter, since 8.6. Do not delete anymore. check-in: 367195678d user: andreask tags: trunk
04:32
Fixed type markers so that dtplite (sak localdoc) will recognize and process the manpages. check-in: 439865b183 user: aku tags: trunk
2013-02-27
20:00
(::oo::Helpers::link): New helper command. Makes instance methods available without 'my'. Bumped version to 1.2. check-in: fdc5543d63 user: andreask tags: trunk
07:08
Modified the formatting of dots ("."). Always quote them with \& (zero-width escape). Updated test results. Version bumped to 1.4.16. Regenerated the embedded manpages. check-in: 4084633c64 user: aku tags: trunk
06:36
[Patch 3606105]: Applied patch by Max Jarek to update the code to the IBAN Registry version 43. Bumped package version to 1.2. check-in: faa0f235b7 user: aku tags: trunk
2013-02-26
05:19
Followup fixes to bugs found in branch "bug-3601370-td", Missing markup of several nroff directives as such. Version bumped to 1.4.15. check-in: 4b13e04c01 user: aku tags: trunk
01:07
Merged animation changes to trunk check-in: 1685f1a5d4 user: andreask tags: trunk
2013-02-25
23:38
Reworked the progressbar animation to use Erase(to)EOL for clear output instead of simulating this by padding with spaces to overwrite previous characters. Needs testing. Closed-Leaf check-in: a2cb04cec2 user: andreask tags: sak-animate-eeol
2013-02-23
00:07
Fixed left-over outdated doctools markup. Regenerated embedded, no change there. check-in: fa09896d4e user: andreask tags: trunk
2013-02-22
23:54
Moved dtplite to version 1.0.5 with the split. Updated its documentation. Added missing ChangeLog. Regenerated embedded. check-in: 510d5d2786 user: andreask tags: trunk
23:29
Merged documentation work back, making it official. check-in: a9a4f9bff3 user: andreask tags: trunk
23:27
Fixed missing dtplite doc pages Closed-Leaf check-in: 144d28a944 user: andreask tags: dtplite-split
23:06
Fix home path check-in: 0e6f170b00 user: andreask tags: dtplite-split
22:58
Regenerated embedded for testing from server. check-in: d190d6f23a user: andreask tags: dtplite-split
22:55
Added the custom TOCs to the embedded docs and switched to relative home, now that dtplite does it right. check-in: 3e3146520b user: andreask tags: dtplite-split
22:54
Fixed more state bleed-over breaking index links in xref (double call to make them relative). Fixed navbar markup (separators). Added handling of additional custom TOCs for the navbar. check-in: e22886da83 user: andreask tags: dtplite-split
22:52
Added a 3rd custom TOC, categories only check-in: fc32a996a6 user: andreask tags: dtplite-split
20:09
Regenerated index and toc information for embedded. check-in: 275187acae user: andreask tags: dtplite-split
20:09
Extended sak documentation code to generate more custom TOCs. check-in: fd9d944572 user: andreask tags: dtplite-split
08:23
Correcting the behaviour of several rounding procedures in the decimal package (Mark Alston). Bumping the version to 1.0.3 check-in: de243d3fe1 user: markus tags: trunk
01:40
Switched localdoc to use of dtplite app-as-package. check-in: 9a33d282c6 user: andreask tags: dtplite-split
01:39
Removed the navcache. With relative paths computed per referent it now borks the results. Moved calculation of paths for the internal nav buttons into the navbar generator, from the nav button management itself. Fixed missing initialization and finalization which allowed state to leak between multiple uses of dtplite in the same process. check-in: 3273d69b76 user: andreask tags: dtplite-split
00:16
New dtplite options for -pre/post nav buttons, -nav is alias of pre-nav. Refactored navbar generation for readability. Added code to detect relative user urls and properly convert them to be correct from all generated files. check-in: 619265220d user: andreask tags: dtplite-split
2013-02-21
23:21
Reworked API to set the output hook, and fixed bug in the hook use check-in: 4f501f884d user: andreask tags: dtplite-split
23:11
Performed actual split, modifying application and package sides. Package modified to not exit. Using caught errors to unwind stack and return with status. Hook added for output. check-in: 51ab2bd937 user: andreask tags: dtplite-split
22:52
Start on splitting the dtplite app into an app-as-package and application shim using that. check-in: 122389b86b user: andreask tags: dtplite-split
2013-02-19
22:36
Tweaked installer, followup to [3286b5637f]. Result of manpage installation is now identical to before the [3286b5637f] change, while keeping the use of the embedded docs as source for it. check-in: af93fee3ff user: andreask tags: trunk
2013-02-16
00:30
Added various generated distribution files to the checkout. This makes a fossil zip/tar snapshot identical to a regular distribution. check-in: be4305ec3d user: andreask tags: trunk
00:24
Updated various references to the old tcllib @ SF. check-in: c26248b13a user: andreask tags: trunk
2013-02-15
21:48
Reworked the installer. Changed to use the embedded documentation as source instead of the doctools files + generation of docs to install. Needs testing in release. check-in: 3286b5637f user: andreask tags: trunk
20:47
Merged string::token packages. Fixed last-minute doc breakage. Regenerated embedded documentation. check-in: 169c53e4cc user: andreask tags: trunk
20:34
Module integration into overall Tcllib Closed-Leaf check-in: c975000d03 user: andreask tags: new-module-string
20:08
Documentation for shell tokenization, fixed errors in unquoted word definition, extended testsuite check-in: 01e0367f9c user: andreask tags: new-module-string
20:06
Documentation for core token, better end-of-string handling. check-in: 489c1f8e2f user: andreask tags: new-module-string
07:31
Lots of bugfixes, completed testsuite. First functional state. Still missing documentation. check-in: 5676beeef6 user: aku tags: new-module-string
01:38
New module, string/text utilities, 8.5+, string namespace/ensemble check-in: 2b763d88de user: andreask tags: new-module-string
2013-02-14
18:48
The packages fileutil::decode and zipfile::*, while residing in the AS/perforce had versions 0.1 and 0.2, with the change number attached later on installation, making them actually version 0.1.nnn, etc. During the move of the sources to Tcllib the numbers should have been incremented to properly distinguish the code in the new location from these old revisions. This did not happen, making the tcllib variant look like older/lesser revisions. This change fixes the issue now and bumps the version numbers, giving the Tcllib sources precedence. check-in: d2ffcb187b user: andreask tags: trunk
03:34
[Bug 3604129] Accepted patch by Gerhard Reithofer. Missing chan parameter added to all imaptotcl* procs. Bumped version to 0.5.1. check-in: b3a3d726b1 user: aku tags: trunk
2013-02-12
21:24
[Bug 3604129] Applied contribution by Magnatune. Additional command (copy). Bumped version to 0.5. check-in: 343787b53a user: andreask tags: trunk
2013-02-08
23:41
Made the doc work official. We now have embedded docs, reachable in the fossil-integrated website of the project. check-in: 507de10864 user: andreask tags: trunk
23:30
localdoc tweaks: More link mapping for the external toc. Updated docs. Closed-Leaf check-in: 74232072a9 user: andreask tags: embedded-doc-work
23:15
localdoc tweaks: Remap the links in the supplied toc, different link to repo homepage. Updated docs. check-in: 02bbef2911 user: andreask tags: embedded-doc-work
21:54
Docs: keyword and categorization fixes. check-in: edff949a3f user: andreask tags: embedded-doc-work
21:40
Final: Added generated embedded documentation. check-in: 5a0759afd3 user: andreask tags: embedded-doc-work
21:39
localdoc tweaks: Reindex toc/kwic before generation, and override dtplite with the extended TOC. check-in: 36d6ef28ef user: andreask tags: embedded-doc-work
21:30
dtplite: Fix toc/idx sorting. New option -toc for external toc instead of generated check-in: 0ba0c6ef37 user: andreask tags: embedded-doc-work
21:25
Docs: Fixed bad leading namespace qualifier. check-in: ec322c21f8 user: andreask tags: embedded-doc-work
20:26
Docs: Fixed missing titledesc string in various packages check-in: 8f1cd24a29 user: andreask tags: embedded-doc-work
20:08
Updated the doc derived files check-in: 071d01a696 user: andreask tags: embedded-doc-work
20:00
Updated doc generator to exclude test cases and internals. Added navigation to outside. check-in: fa927a3e96 user: andreask tags: embedded-doc-work
19:56
apps/dtplite: Documented -exclude option in the code. check-in: e993b2347e user: andreask tags: embedded-doc-work
19:20
[Bug 3603702]: Fixed TZ-dependent test case. check-in: d0eec3f8aa user: andreask tags: trunk
19:14
(::ncgi::DecodeHex): [Bug 3603593]: Fixed bad scoping of DecodeHex, now in the ncgi namespace instead of polluting the global. Bumped version to 1.4.2. check-in: 01dcbc7b4f user: andreask tags: trunk
2013-02-07
04:43
Merge review work to doc work check-in: c422c0c2ec user: aku tags: embedded-doc-work
04:40
Merged sak review helper command (for release manager). check-in: 309ead7ea9 user: aku tags: trunk
04:37
Removed sak commands vcompare, rstatus, and note. Completely replaced by "review" and "readme" now. Tweaked "review" help reorganization dropped clear+next next - now skips to next un-reviewed package step is old next, single-step. Closed-Leaf check-in: a87b318066 user: aku tags: sak-work-review
02:15
Rewrite of the review functionality ... Integrated scan, separate from readme. check-in: a5cab9fbf7 user: andreask tags: sak-work-review
2013-02-06
20:13
Merged release changes into the doc work. check-in: 8f4aa52040 user: andreask tags: embedded-doc-work
19:32
Start on getting embedded doc into the repository, and nice commands for maintaining it. check-in: 7eba32ada7 user: andreask tags: embedded-doc-work
05:46
Tcllib 1.15 Release check-in: 411c419016 user: aku tags: trunk, tcllib-1-15, release
05:16
Merged the clock fixes into the release. Closed-Leaf check-in: 472c75a7bc user: aku tags: tcllib-1-15-rc
05:16
Implemented the YYYY-Www and YYYYWww formats, with test cases. Closed-Leaf check-in: 730be11a05 user: aku tags: new-module-clock
2013-02-04
21:35
Tweaked review display, removed terminal graphics. check-in: 0639daa826 user: andreask tags: sak-work-review
20:44
Completed the review command, required extension of doctools::changelog. Needs linenoise for the REPL. Now we need a test run. check-in: 1d6a8480cd user: andreask tags: sak-work-review
2013-02-03
20:55
Fixing problems in the ISO parsing, and testsuite ... (1) The [clock scan] heuristics for handling a missing month and/or day are in conflict with the ISO specification. When encountering such a pattern we now rewrite pattern and input to force the ISO defaults. (2) Fixed the regular expression for the time information in a full timestamp as it did not handle that : in a TZ offset is optional, nor that minutes and seconds are optional (The code after the MatchTime was prepared for such missing fields however). (2a) Again missing HMS fields got the wrong defaults. We are now rewriting the pattern and input to force the proper ISO defaults (start of day, hour, minute). (3) Fixed the tests which thought that 199707 is YYYYMM. ISO (Wikipedia) explicitly says that this is YYMMDD instead. (3a) Added missing patterns for YYYY-MM and YYYY. (4) Fixed the test numbering, had some duplicates. (5) Fixed one test with wrong results, expected 11:20 for input specifying 11:00. check-in: 7e70b9d4a7 user: aku tags: new-module-clock
2013-02-02
03:25
Added test for various ISO formats. check-in: d6cc1fe035 user: gerald tags: new-module-clock
01:54
Helper stuff for rel.mgr, interactive m/p review. check-in: c6bf264826 user: andreask tags: sak-work-review
2013-02-01
19:14
Tcllib 1.15 Release Candidate 1 check-in: 3f8bd0ca3d user: andreask tags: tcllib-1-15-rc-1, tcllib-1-15-rc
19:04
Merged new module "clock" and its packages. Updated README, installer. check-in: cd800dd45a user: andreask tags: tcllib-1-15-rc
19:00
Module "clock", first true test cases. Fixed copyright date of test suites check-in: 2f98801dfb user: andreask tags: new-module-clock
08:14
Merged json::write changes to release. Updated README. check-in: a9514707b9 user: aku tags: tcllib-1-15-rc
08:10
json, writing: Dropping the quoting of / as \/. check-in: 728f8dc82c user: aku tags: trunk
07:52
Fixed various oopses, and added extremely basic test suites. check-in: e10fcf124a user: aku tags: new-module-clock
2013-01-30
23:34
Merged ooutil extension from trunk to release check-in: cf48e946a9 user: andreask tags: tcllib-1-15-rc
23:28
Added more utilities to support class variables, class methods, and singleton classes. Packed version bumped to 1.1 for all these new features. check-in: 4eec538864 user: andreask tags: trunk
20:11
Merged ncgi fixes (bug 3601995 branch) into release. Updated README. check-in: 66adc26a8b user: andreask tags: tcllib-1-15-rc
20:07
[Bug 3601995]: Accepted [decode] changes by <[email protected]>. Fixed both missing acceptance of various utf-8 sequences, and missing rejection of various bad sequences. Test cases added. Bumped to version 1.4.1. Closed-Leaf check-in: b6632970f6 user: andreask tags: bug-3601995-ncgi
2013-01-29
18:58
Merged doctools fixes (bug 3601370 branch) into release. Updated README. check-in: 513786f1e5 user: andreask tags: tcllib-1-15-rc
18:40
Proposed fix to the decode regexes to cover missing characters, and exclude illegal sequences. check-in: 59ab122987 user: andreask tags: bug-3601995-ncgi
2013-01-28
23:18
Merged trunk into release work, new zipfile de- and encoder packages. Updated README. check-in: 8472e0d257 user: andreask tags: tcllib-1-15-rc
23:14
New module for zipfile de- and encoding. Plus support new package in fileutil. check-in: ca44329bef user: andreask tags: trunk
2013-01-25
19:43
Merged branch "contrib-nicola-hall-imap4" into release. Updated release README. check-in: eb3625d042 user: andreask tags: tcllib-1-15-rc
19:29
Updated documentation with text contributed by Nicola Hall, explaining the new commands Closed-Leaf check-in: e00e057b9f user: andreask tags: contrib-nicola-hall-imap4
2013-01-24
19:12
Replaced use of eval in iso8601 parsing with {*}-expansion, given that this is made 8.5+ only check-in: aae058e5bf user: andreask tags: new-module-clock
19:11
Fixed oops in package index, forgot version numbers. check-in: a11c859742 user: andreask tags: new-module-clock
19:10
Added documentation and definitions for tclchecker. check-in: 98aaf82de9 user: andreask tags: new-module-clock
18:30
New module, clock. rfc2822 and iso8601 parsing. taken from wiki. no docs yet check-in: 9a82504277 user: andreask tags: new-module-clock
2013-01-22
20:17
Applied contribution by Nicola Hall. Additional commands. Bumped version to 0.4. check-in: a35937592d user: andreask tags: contrib-nicola-hall-imap4
06:07
Typo fixes in ChangeLogs, plus README for the new release. check-in: b8072a860a user: aku tags: tcllib-1-15-rc
06:06
Version number bugfix, was not bumped on change. check-in: 8a8d2e79b4 user: aku tags: tcllib-1-15-rc
2013-01-21
22:47
Merge latest certs from trunk into the RC work. check-in: 107f16ba9c user: andreask tags: tcllib-1-15-rc
21:56
Regenerated the certificates here again, 10 years at 1024 bit. The issue with [7b80198969] seems to have been that I extended the Root cert validity to 100 years, and that screwed something up. With the root certs now back to 10 years (+10 days) validity, things are fine. I suspect that I may have run into the Y2038 problem in either Tcl and/or openssl. check-in: 8252e19883 user: andreask tags: trunk
21:30
[Bug 3433470] Regenerated the certificates, on this branch with regular SimpleCA, i.e. 1 year at 1024 bit. This works. check-in: 7cb2a248e9 user: andreask tags: tcllib-1-15-rc
20:51
Rewritten, simplified. The 8.5 requisite means that we have extended requirement syntax allowing us to jump the major version barrier without fuss. check-in: 6471fa989d user: andreask tags: tcllib-1-15-rc
20:12
Added check to manpage_begin, reject spaces in title. Message catalogs extended with new warning 'mptitle' for spaces in the manpage title. The french catalog contains the english text, and needs a translation. Closed-Leaf check-in: 6606f5686a user: andreask tags: bug-3601370-td
19:37
[Bug 3433470] Regenerated the certificates, again. Expiry is Jan 2023 (10 years). While SimpleCA doesn't seem to allow me to specify a longer period in the GUI it was possible to get, update and run the Tcl code, unwrapped. Further changed to 4096-bit certs. --- Broken --- Investigation points to me setting the root cert validity period to 100 years as the cause, possibly invoking y2038 troubles in Tcl and/or openssl. check-in: 7b80198969 user: andreask
2013-01-18
15:50
Fix incorrect copyright filter regexp in [4245d06151] check-in: 1e0a86a422 user: TrevorD tags: bug-3601370-td
15:06
Fix nroff postprocessor to avoid joining a line with leading formatting onto a directive (bug-3601370 issue 10.A) check-in: 725d9240e2 user: TrevorD tags: bug-3601370-td
12:39
Make the Swiss Army Knife (sak.tcl) prefer the Tcllib source modules in its directory tree to any others that may be known to the Tcl shell check-in: f537c38df0 user: TrevorD tags: bug-3601370-td
12:35
Improve rendering of copyright statements in special cases like 'public domain' and where the statement already includes the prefix 'copyright' (bug-3601370 issues 1 & 2) check-in: 4245d06151 user: TrevorD tags: bug-3601370-td
12:33
Fix nroff output to quote leading period on non-directive lines (bug-3601370 issues 3 & 4) check-in: fd708b57e1 user: TrevorD tags: bug-3601370-td
12:31
Fix invalid markup in docs (bug-3601370 issues 5 & 6 check-in: 8ad30c12b6 user: TrevorD tags: bug-3601370-td
12:29
Spaces removed from man page names (replaced with underscore) to prevent illegal nroff output (bug-3601370 issue 7) check-in: decbb9d0fa user: TrevorD tags: bug-3601370-td
2013-01-09
20:50
Opened the Tcllib 1.15 Release Candidate Branch check-in: a6b3c1bd6e user: andreask tags: tcllib-1-15-rc
20:37
[Bug 3598183] (irc) Documented the callback for EOF as required. check-in: b3b52828b9 user: andreask tags: trunk
20:24
(::mime::buildmessage): [Bug 3565267]: Handle possibility of 'errorCode' not set. Version bumped to 1.5.6. check-in: ea86982e87 user: andreask tags: trunk
19:08
Fixed remnants of "forceDel" use in comments, changed to "delMode" proper. check-in: 8e7b598d5c user: andreask tags: trunk
00:28
[Bug 3593146]: Extended with CYGPATH usage to allow building under cygwin. Regenerated configure (autoconf 2.67). check-in: 214655747d user: aku tags: trunk
00:17
[Bug 3147481], [Bug 3141568]. Fixed issues with changes to [glob]'s behaviour in 8.5+, reported by [email protected]. Plus [Bug 3599839] reminding us of these, and Win 7. Bunped version to 1.14.5. Extended testsuite, can be repro'd under Unix also. check-in: 91efe94a91 user: aku tags: trunk
2013-01-08
22:47
[Bug 3581373]: Document behaviour for -maxlen 0. check-in: 6e198ae18d user: aku tags: trunk
22:34
[Bug 3574004]: Documented the -- option stopping option processing to protect data starting with a dash. Additionally auto-stop if only one argument is left, treating it as data. Bumped to version 1.1. check-in: 57b5f729ca user: aku tags: trunk
22:15
[Bug 3575707]: Actually a feature change, the commands join, joinlist, and joinmatrix are extended with a flag argument to force use of the delimiter/quoting character, regardless of need. Original patch by Pietro Cerutti <[email protected]>. Version bumped to 0.8 check-in: c4c97db78e user: aku tags: trunk
20:19
Fixed package require mismatch for use of TclOO in Tcl 8.6+. This is TclOO v1 (major version change). Now accepting 0.6.1+ and 1+. Versions bumped to 1.4.4 and 1.5.3 respectively. check-in: 26af06527d user: aku tags: trunk
19:10
me_tcl.test: (mevmtcl-ict_match_tokclass-1.2*): Fixed test results for Tcl 8.6 and higher. check-in: b0e62d4b2c user: aku tags: trunk
19:04
typedCmdline.test: Fixed test results of typed-cmdline-6.14 for Tcl 8.6 and higher. Rewritten to use constraints properly instead of via conditional execution. check-in: d65383acb5 user: aku tags: trunk
19:02
ansi/code/ctrl.tcl: Bumped to version 0.1.2. Moved character definition around to prevent mis-interpretation as a bad continuation line by static syntax checkers. check-in: 37dffddf66 user: aku tags: trunk
10:57
pki 0.6: Updated tests with new fields added to keys check-in: 557283c0ff user: rkeene tags: trunk
10:41
Removed MD5SUMS, a generated file which should not have been included check-in: e4d1b1028c user: rkeene tags: trunk
10:35
pki 0.5: Added support for emitting PKCS#1 RSA Private Keys and improved key bit size computation and generation check-in: d4f8724c1a user: rkeene tags: trunk
2012-12-07
20:28
* list.tcl: [Bug 3593689]. Applied patch by Donal Fellows fixing * list.test: a busyloop in [nextperm] due to use of the wrong * pkgIndex.tcl: comparison operator. Bumped version to 1.8.2. * struct_list.man: Added test for this. check-in: 0b8f3ecf4f user: andreask tags: trunk
2012-11-21
22:36
* pkgIndex.tcl: Fixed package require mismatch for use of TclOO. * queue.man: Load check accepts anything, code restricts to 0.6.1. * queue.tcl: Now both restrict to 0.6.1+. Versions bumped to * stack.man: 1.4.3 and 1.5.2 respectively. * stack.tcl: check-in: 159c784c5c user: andreas_kupries tags: trunk
2012-11-19
19:28
* uuid.tcl (::uuid::generate_tcl): Accepted patch by Sean Woods * uuid.man: caching the host information part of the uuid. Avoids * pkgIndex.tcl: hammering the network stack for hostname and related information. Bumped version to 1.0.2. check-in: 6a64e447d1 user: andreas_kupries tags: trunk
2012-10-05
20:25
* cat.tcl (read): Fixed bugs in the reader. Bad check of buffer * pkgIndex.tcl: length, and buffer length was not taken into account for the next read after an incomplete one. Version bumped to 1.0.2. check-in: d13e15af28 user: andreas_kupries tags: trunk
2012-09-11
17:22
* tar.tcl (seekorskip): Fixed seekorskip which prevented its use * pkgIndex.tcl: from a non-seekable channel, like stdin. The issue was that the original attempt to seek before skipping not just failed, but apparently still moved the read pointer in some way which skipped over irreplacable input, breaking the next call of readHeader. Using [tell] to check seekability does not break in this manner. Bumped version to 0.7.1. check-in: 20361754bc user: andreas_kupries tags: trunk
2012-08-29
20:42
* traverse.tcl (Init): Fixed a bug where a symlink to the * traverse.man: base directory was not handled correctly. * traverse.test: It got expanded and should not have been. * pkgIndex.tcl: Cause was missing initialization of the _known set * find.setup: with the normalized base path. Added test for this. Bumped version to 0.4.3. check-in: 1aec6b0885 user: andreas_kupries tags: trunk
2012-08-15
04:38
Correct normal PRNG - bug reported by Jochem Snuverink check-in: eeb032b869 user: arjenmarkus tags: trunk
2012-08-08
23:23
* modules/generator: Generators (via the coroutines of Tcl 8.6). Provided by Neil Madden. * support/installation/modules.tcl: check-in: a8e9672817 user: andreas_kupries tags: trunk
2012-08-02
22:21
* htmlparse.tcl: [Bug 3553350]: Fixed bad handling of characters special to regsub in the callback. Bumped version to 1.2.1. * htmlparse.test: New test case for the above. * htmlparse.man: Bumped version number. * pkgIndex.tcl: Bumped version number. Thanks to Jeff Rogers <[email protected]> for the report. * htmlparse.tcl: [Bug 2941841]: Fixed bad handling of broken html. * htmlparse.test: New test cases for the above. Thanks to Jeff Rogers <[email protected]> for the report and fix. check-in: 1e41143887 user: andreas_kupries tags: trunk
17:33
* mime.man: [Bug 3354014]: Fixed typo in option name. -parts is correct. (Note the trailing 's'). check-in: dfe8cdd61a user: andreas_kupries tags: trunk
2012-07-10
03:34
* logger.tcl: [Bug 3541628]: Fixed creative writing issue in * logger.man: logger::init. Bumped package to version 0.9.3 * pkgIndex.tcl: Whitespace cleanup in places. check-in: 14636fed25 user: andreas_kupries tags: trunk
2012-07-09
19:12
* tree/m.c (tm_ATTR): Fixed non-static string array used in call of Tcl_GetIndexFromObj(). Memory smash waiting to happen. Thanks to Brian Griffin for alerting us all to the problem. check-in: d6309d8aed user: andreas_kupries tags: trunk
16:35
2012-07-09 Aaron Faupell <[email protected]> * png.tcl: add capability to read and write images from color lists * png.tcl: make crc package optional in imageInfo check-in: 9b599955fb user: afaupell tags: trunk
2012-06-25
18:20
* try.man: Renamed to tcllib_try.man to prevent clash with Tcl core manpage. Effectively removed. * tcllib_try.man: Effectively added, new name of try.man. check-in: 758199f03d user: andreas_kupries tags: trunk
08:09
Add new procedures to the export list check-in: 227a3231fd user: arjenmarkus tags: trunk
2012-06-24
13:37
Correct namespace in decimal.man; add Wilcoxon test and Spearman rank correlation check-in: 49d4d798a1 user: arjenmarkus tags: trunk
2012-06-22
17:19
* queue.man: [Bug 3537006] Fixed typos. check-in: fd9499425c user: andreas_kupries tags: trunk
2012-06-06
17:31
* iban.tcl: [Patch 3532308]: Applied patch by Max Jarek to * iban.test: update the code to the IBAN Registry version 35. * iban.man: Bumped package version to 1.1. * pkgIndex.tcl: check-in: 3167bb0ab2 user: andreas_kupries tags: trunk
2012-05-28
20:30
* autoproxy.tcl: Fixed bug where https proxying was attempted * autoproxy.man: in the face of a domain exception. The TLS * pkgIndex.tcl: setup code has to 'filter' properly. Further check for existence of state(code), it may not exist (Server accepts initial connection, then eof's during the TLS handshake). Bumped version number to 1.5.3. check-in: f620e8025c user: andreas_kupries tags: trunk
2012-05-11
21:45
* map_slippy_fetcher.tcl: Added timeouts to the http queries issued * map_geocode_nominatim.tcl: by the fetcher and geo-name resolver. Fetcher bumped to version 0.3. * map_slippy.tcl: Integrated code contributed by <[email protected]> * map_slippy.man: providing a command to compute a zoom level which * pkgIndex.tcl: fits around a rectangular geographic area described by the limiting lati- and longitudes. Version bumped to 0.5. check-in: 9af3dcf641 user: andreas_kupries tags: trunk
20:54
* map_geocode_nominatim.man: Added new package to resolve * map_geocode_nominatim.tcl: geographical names via the nominatim service, contributed by <[email protected]>. check-in: 1d412df955 user: andreas_kupries tags: trunk
2012-05-07
20:24
* TEPAM version 0.4.0 * Add the new text procedure argument type and the text multi line data entry widget. check-in: a6ff0c2f5b user: droll tags: trunk
2012-05-03
17:56
* ncgi.tcl: Applied Richard Hipp's patch to extend handling of * pkgIndex.tcl: utf characters in [decode]. Extended testsuite. * ncgi.man: Used the opportunity to bump the minimum required * ncgi.test: Tcl runtime up to 8.4. Bumped package version up to 1.4 to reflect this latter change. check-in: a6430d4122 user: andreas_kupries tags: trunk
2012-04-09
16:55
* uevent.man: Fixed typo in variable name (counter / tcounter). * uevent.tcl: Bumped version to 0.3.1. Updated documentation. * pkgIndex.tcl: check-in: b3ad98fee4 user: andreas_kupries tags: trunk
2012-04-01
00:04
Fixed another bug in the new uevent functionality. check-in: ecf0f5c2f8 user: andreas_kupries tags: trunk
2012-03-31
03:08
Fixed bugs in the new uevent functionality. check-in: a2bb8216b9 user: andreas_kupries tags: trunk
2012-03-30
22:47
* uevent.man: New feature. Version bumped to 0.3. * uevent.pcx: Get events when tag and/or tag/event combination * uevent.tcl: begins to be observed, and when observation ends. * uevent.test: This allows a caller of uevent::generate to * pkgIndex.tcl: optimize its own behaviour, i.e. initialize whatever resources are needed only when the tags/events it generates are actually observed by somebody. Updated all of documentation, testsuite, and checker definitions. Refactored the internals a bit. When run under Tcl 8.5 or higher the API ensemblifies itself. check-in: 20612e1f5f user: andreas_kupries tags: trunk
17:43
* ncgi.tcl: [Bug 3513149]: Removed superfluous closing * pkgIndex.tcl: bracket. Bumped version to 1.3.3. * ncgi.man: check-in: 2a9631a53b user: andreas_kupries tags: trunk
2012-03-26
21:01
* TEPAM version 0.3.0 check-in: 5d1aee8b89 user: droll tags: trunk
20:58
no message check-in: 576e3febc9 user: droll tags: trunk
20:56
* TEPAM version 0.3.0 * Replaces the control buttons by a menu. * Create an exit procedure to catch an eventual call of the exit command inside the console. * Adjust the colors and rewrite the explanations. * Display eventual errors with message boxes. check-in: 563143a39e user: droll tags: trunk
20:45
* TEPAM version 0.3.0 * Add support to log the called procedures inside an array variable. * Cleanup the manuals. check-in: 31b5b3051c user: droll tags: trunk
20:45
* TEPAM version 0.3.0 check-in: aa60be3f90 user: droll tags: trunk
20:44
* TEPAM version 0.3.0 * Add support to log the called procedures inside an array variable. * Simplify the value validation procedures using the 'string is' procedure's -strict option. * Keep the original value list in the right list of the 'disjointlistbox'. * Add the procedure 'ConfigureWindowsGeometry' to handle window sizes and positions. check-in: 4a855f6cef user: droll tags: trunk
2012-02-28
03:14
* tests/text/04: Update the expected the result to match the new actual result. See the 2011-12-13 last-second bugfix in textutil::adjust::undent for the cause. check-in: 21ef5d6808 user: andreas_kupries tags: trunk
2012-02-23
17:35
* mime.test: [Bug 3483716]: Added testcase, supplied by Christian Nassau. Thank you. check-in: e454971388 user: andreas_kupries tags: trunk
2012-02-22
18:52
* mime.tcl: [Bug 3483716]: Accepted patch by Christian Nassau * pkgIndex.tcl: <[email protected]> to handle (decode) the content transfer encodings base64 and quoted-printable. Bumped version to 1.5.5. check-in: d9d0e5faf0 user: andreas_kupries tags: trunk
18:41
* peg.tcl: [Bug 3490008]: Fixed variable name typo reported by * pkgIndex.tcl: glastonbridge2. Bumped version to 0.2. check-in: 54b3d5aabb user: andreas_kupries tags: trunk
2012-02-19
02:01
pki 0.3 Fixed bugs: [#3440115] [#3440045] check-in: e70a44332a user: rkeene tags: trunk
2012-02-08
00:26
Applied suggested fix from bug #3313923 to fix handling of the -authProc option. check-in: f00c1d8c2a user: patthoyts tags: trunk
2012-01-23
20:28
bug #3477684: handle data with leading hyphen. check-in: b8adc2c606 user: patthoyts tags: trunk
2012-01-10
20:06
* pop3.test: Requiring Tcl 8.4 here as well. check-in: 0143f82787 user: andreas_kupries tags: trunk
20:02
* pop3.tcl: [Bug 3471474]: Fixed bug where the socketcmd was not * pop3.man: treated as cmdprefix as documented, but as command * pkgIndex.tcl: name. Dropped supported for 8.2 and moved forward to require Tcl 8.4. Keep the 8.4-ism of 'eq'. Bumped the version to 1.9. check-in: ac523cb08b user: andreas_kupries tags: trunk
2012-01-09
16:25
* struct_tree.man: [Bug 3471182] Fixed typo. * struct_tree1.man: check-in: 3f46237e5e user: andreas_kupries tags: trunk
2012-01-05
21:04
* ini.tcl: [Bug 3469006]: Followup to [Bug 3419727]. Fixed * ini.man: the unscoped 'close' command left in the code. * pkgIndex.tcl: Bumped version to 0.2.5 check-in: 0e5a0d00f8 user: andreas_kupries tags: trunk
2011-12-21
21:28
Fixed Bug 3463420. Thx to heinrichmartin for spotting it. The default log level wasn't properly inherited in some cases. check-in: a341a9f12a user: mic42 tags: trunk
2011-12-20
20:54
Add more tests for service names : and ::: check-in: d432778553 user: mic42 tags: trunk
20:52
Fixed Bug 3462341. Empty servicenames or names just consisting of : are an error now. check-in: f79d283ff7 user: mic42 tags: trunk
2011-12-13
18:59
Fixed oops, missing README for 1.14 check-in: f5563cf582 user: andreas_kupries tags: trunk, release, tcllib-1-14
18:12
* adjust.tcl (::textutil::adjust::undent): Fixed whitespace regexp * adjust.man: which lost the tab character. Rewritten to make it * pkgIndex.tcl: less likely to happen again. Bumped to 0.7.1. check-in: ace5df0384 user: andreas_kupries tags: trunk
2011-12-02
22:30
* traverse.tcl: Mark directories as 'known' only if we decided * traverse.man: to recurse into them. Otherwise a link to a * pkgIndex.tcl: directory we choose to not follow may non- deterministically prevent us from recursing into the original directory, depending on the order we encounter them in. Bumped package version to 0.4.2. check-in: bdcabba450 user: andreas_kupries tags: trunk
22:22
* ini.tcl: [Bug 3419727]: Fixed the creative writing issue * ini.man: with what should be local variables of _loadfile * pkgIndex.tcl: and _commit. Generally reworked to use the 'variable' command to bring object state into scope. Bumped version to 0.2.4 check-in: 73d031954f user: andreas_kupries tags: trunk
2011-11-23
02:22
* csv.tcl: [Bug 1724818]: Applied the patch supplied by Jeremy * csv.man: Cowgar <[email protected]> fixing the issue. Bumped * csv.test: version to 0.7.3. Extended testsuite. * pkgIndex.tcl: check-in: 5a2bf279c0 user: andreas_kupries tags: trunk
2011-11-17
08:00
Version number synchronization check-in: 8f1e9d2c32 user: andreas_kupries tags: trunk
2011-11-16
19:09
* iban.tcl: Extended checks to be country specific, added * iban.test: reference @ wikipedia, added testsuite. check-in: c0c874b73e user: andreas_kupries tags: trunk
2011-11-15
01:21
Tweak to changelog, recognize provider of the IBAN code. check-in: fbb3102786 user: andreas_kupries tags: trunk
2011-11-14
22:33
* pop3d.test: Another update to accept both 127.x.x.x and ::1 as possible result. The OS configuration may cause return of the former even for 8.6+. check-in: 92cde1177a user: andreas_kupries tags: trunk
18:49
* multiplexer.test: Re-merged the split test, and modified to accept both possible results. 8.6 can return an ipv4 address as well, depending on the OS configuration. check-in: a38be83fb8 user: andreas_kupries tags: trunk
16:41
* iban.man: New package, validation type for International Bank * iban.tcl: Account Numbers (IBAN). * include/k_iban.inc: * pkgIndex.tcl: * include/k_amex.inc: Extended keywords. * include/k_discover.inc: * include/k_mastercard.inc: * include/k_visa.inc: check-in: 2bd7e3af1f user: andreas_kupries tags: trunk
2011-11-10
21:16
* support/installation/modules.tcl: [Bug 3425271], reported * support/installation/actions.tcl: by Stuart Cassoff. Extended * apps/page: the installer to install the .template files as well. Extended auto_path in the application to find the standard plugins in the installation. check-in: 2c90bbc235 user: andreas_kupries tags: trunk
21:05
* json.tcl: [Bug 3426178]: Fixed bug in "list2json", * json.test: reported by <[email protected]>. * json.man: Updated testsuite. Bumped version to 1.1.2. * pkgIndex.tcl: check-in: d4ecea3a42 user: andreas_kupries tags: trunk
02:35
* tests/data/ok/peg_param-critcl/0_basic_arithmetic: Updated the * tests/data/ok/peg_param-critcl/10_notahead: test data to match * tests/data/ok/peg_param-critcl/1_functions: the code change * tests/data/ok/peg_param-critcl/2_fun_arithmetic: (in param.c) * tests/data/ok/peg_param-critcl/3_peg_itself: above. * tests/data/ok/peg_param-critcl/4_choice: * tests/data/ok/peg_param-critcl/5_sequence: * tests/data/ok/peg_param-critcl/6_optional: * tests/data/ok/peg_param-critcl/7_kleene: * tests/data/ok/peg_param-critcl/8_pkleene: * tests/data/ok/peg_param-critcl/9_ahead: check-in: 7f8d461118 user: andreas_kupries tags: trunk
00:02
* rde_critcl/util.c: Fix build warning, get a strlen declaration. * rde_critcl/param.c: Fix bug in TRACE output. * rde_critcl/p.c: Tweaked TRACE output for clarity. * rde_critcl/ot.c: Fix the actual issue, a missing string rep for a Tcl_Obj literal getting interned. * pt_rdengine.tcl: Bumped package version to 1.0.2 * pt_rdengine.man: * pkgIndex.tcl check-in: 395d4e9cbd user: andreas_kupries tags: trunk
2011-11-09
18:33
* decimal.test: More fixes, now the test succeeds as well. 'Simply' required the proper conversions for arguments and results as most commands do not take regular numbers. check-in: 107710f956 user: andreas_kupries tags: trunk
18:21
* testutilities.tcl: Fixed typos, one still breaking 'testsNeed'. check-in: 36616e1632 user: andreas_kupries tags: trunk
05:57
* examples/tepam/tepam_demo.tcl [Bug 3425269]: Applied bug fixes for the demo script supplied by Stuart Cassoff. check-in: c1d1040f41 user: andreas_kupries tags: trunk
05:43
Added ChangeLog proper. check-in: 1f99381aca user: andreas_kupries tags: trunk
05:43
* adbox_all.test: [Bug 3422990]: Fixed these test files to * adbox_widgets.test: properly register their need for Tk * proc_interactive.test: and not execute without it. check-in: b83e811a6a user: andreas_kupries tags: trunk
05:40
* testutilities.tcl: Fixed 'testsNeed' command to require the needed package and abort properly when it is not found. check-in: 0b53c75ac8 user: andreas_kupries tags: trunk
05:27
* pop3.test (pop3-7.0): Updated for additional configure options returned by peek, plus same change to the socket handle handling as for pop3-0.8, see below. check-in: 6dd135e14b user: andreas_kupries tags: trunk
05:25
* transmitter.crt: [Bug 3433470] Regenerated the certificates. * transmitter.key: Expiry is Nov 2012. SimpleCA doesn't seem * receiver.crt: to allow me to specify a longer period. :( * receiver.key: Updated README. * ca.crt: * ca.key: * README: check-in: a53caf35fd user: andreas_kupries tags: trunk
04:31
* base64.test: [Bug 2976290]: Disable new test when Trf is available. It actually performs a decoding. check-in: 181b9559e2 user: andreas_kupries tags: trunk
2011-11-08
04:45
* pop3d.test: Updated the tests to handle Tcl 8.6+ IPv6 changes. check-in: aeb0f1279b user: andreas_kupries tags: trunk
04:02
* pop3.test (pop3-0.8): Modified the test case matching a bit to handle the fact that under 8.6 a socket channel handle may contain hex data after the general prefix, instead of just digits. check-in: 94bb618a58 user: andreas_kupries tags: trunk
03:27
* MD5SUMS: Updated to version 0.2, by Roy Keene. * pkgIndex.tcl: Code and testsuite fixes. * pki.man: * pki.tcl: * pki.test: check-in: 4099bebfed user: andreas_kupries tags: trunk
03:14
* tests/data/ok/peg_tclparam-tcloo/0_basic_arithmetic: Updated the * tests/data/ok/peg_tclparam-tcloo/10_notahead: test data to match * tests/data/ok/peg_tclparam-tcloo/1_functions: the [2011-06-06] * tests/data/ok/peg_tclparam-tcloo/2_fun_arithmetic: change. * tests/data/ok/peg_tclparam-tcloo/3_peg_itself: * tests/data/ok/peg_tclparam-tcloo/4_choice: * tests/data/ok/peg_tclparam-tcloo/5_sequence: * tests/data/ok/peg_tclparam-tcloo/6_optional: * tests/data/ok/peg_tclparam-tcloo/7_kleene: * tests/data/ok/peg_tclparam-tcloo/8_pkleene: * tests/data/ok/peg_tclparam-tcloo/9_ahead: * tests/data/ok/peg_param-critcl/0_basic_arithmetic: Updated the * tests/data/ok/peg_param-critcl/10_notahead: test data to match * tests/data/ok/peg_param-critcl/1_functions: an unrecorded code * tests/data/ok/peg_param-critcl/2_fun_arithmetic: change. * tests/data/ok/peg_param-critcl/3_peg_itself: * tests/data/ok/peg_param-critcl/4_choice: * tests/data/ok/peg_param-critcl/5_sequence: * tests/data/ok/peg_param-critcl/6_optional: * tests/data/ok/peg_param-critcl/7_kleene: * tests/data/ok/peg_param-critcl/8_pkleene: * tests/data/ok/peg_param-critcl/9_ahead: check-in: 65908d9fe4 user: andreas_kupries tags: trunk
02:40
Version bumped to 0.1.2. check-in: 5961d588ae user: andreas_kupries tags: trunk
02:34
* multiplexer.test: Split a test with core version dependent results into two, one per possible result. check-in: e45f672bb1 user: andreas_kupries tags: trunk
02:33
* testutilities.tcl: Added new constraint to identify core version upto Tcl 8.5, but not higher. check-in: 8ee7922b33 user: andreas_kupries tags: trunk
02:31
ChangeLog typo check-in: 740ad17775 user: andreas_kupries tags: trunk
02:29
* interp.tcl (::interp::createEmpty): Fixed problem with 8.6, where the removal of the ::tcl namespace also kills the 'namespace' command, as it is ensemblified. check-in: 6a722939f0 user: andreas_kupries tags: trunk
02:26
* decimal.test: Fixed the testsuite to be at least properly executable, i.e. bad file names and broken Tcl syntax. The single test still but that sahall be a problem for the actual maintainer. check-in: 801f0735cb user: andreas_kupries tags: trunk
02:22
* tests/nroff/04: Updated the test outputs to match the changes * tests/nroff/07: introduced by the last two commits, below. * tests/nroff/08: check-in: 075fe24654 user: andreas_kupries tags: trunk
2011-11-07
20:43
* sak.tcl (ipackages): Fixed bug (reuse of varname) which placed packages into the wrong module. check-in: 4e6d68772b user: andreas_kupries tags: trunk
20:17
* sak.tcl (xcopy): Fixed bug a preventing the detection of files in subdirectories; copied from the installer. check-in: f7207976f9 user: andreas_kupries tags: trunk
2011-10-30
16:15
Minor correction: An octet is 8 bits, not 8 bytes. check-in: bad35ed04d user: eee tags: trunk
2011-09-17
14:35
2011-09-17 Michael Schlenker <[email protected]> * list.tcl: [Bug 3308051]: Fixed noncommutative equal check * list.test: check-in: ae6064e15b user: mic42 tags: trunk
2011-09-13
18:04
Fixed missing brace. check-in: 30ac174d91 user: andreas_kupries tags: trunk
2011-09-08
22:42
* include/expr_pe.inc: Fixed the example to be a proper expression * include/expr_pe_serial.inc: grammar, with the correct operator * include/expr_peg.inc: precedences. Thanks to Lars Hellstrom. * include/expr_serial.inc: check-in: 7cd18f79bb user: andreas_kupries tags: trunk
2011-08-24
20:09
* json_write.man: * json_write.test: * json_write.tcl: [Bug 3396787]: Fixed missing argument to call of * pkgIndex.tcl: [info level], breaking the argument checks. Bumped version to 1.0.1 check-in: f5bf21aa79 user: andreas_kupries tags: trunk
2011-08-23
06:09
fixed for empty block/floating sub node. to see - https://sourceforge.net/tracker/?func=detail&atid=112883&aid=3396656&group_id=12883 - https://sourceforge.net/tracker/?func=detail&atid=112883&aid=3396661&group_id=12883 check-in: 5ef7b189d1 user: kanryu6 tags: trunk
2011-08-10
17:02
Bumped version numbers. check-in: 731be0c8ee user: andreas_kupries tags: trunk
2011-08-09
20:57
* ftp.man: Bumped version to 2.4.11. * ftp.tcl: * pkgIndex.tcl: check-in: 19e566738b user: andreas_kupries tags: trunk
20:55
* ftpd.man: Bumped version to 1.2.6. * ftpd.tcl: * pkgIndex.tcl: check-in: 82badabc8d user: andreas_kupries tags: trunk
20:50
* ftpd.tcl (::ftpd::command::CWD): [Bug 3312900]: Accepted patch by Roy Keene, adding basic checks to the CWD command. check-in: 1f6be51e1a user: andreas_kupries tags: trunk
20:39
* ftpd.tcl (::ftpd::command::RNTO, ::ftpd::command::RNFR): [Bug 3312880]: Fixed issues with the rename command found by Roy Keene. check-in: 11526f604c user: andreas_kupries tags: trunk
20:17
* ftpd.tcl: [Bug 3357765]: Accepted patch by Roy Keene <[email protected]> fixing issues with the handling of passive connections by the server, with modifications (Moved the replicated checking code into a procedure shared by the modified commands). check-in: 23fe924d90 user: andreas_kupries tags: trunk
20:04
* ftp.tcl (::ftp::OpenActiveConn, ::ftp::OpenControlConn): [Bug 3325112]: Accepted patch by Alexandre Ferrieux <[email protected]> reducing the number of reverse DNS lookups. check-in: 52c11ba5ad user: andreas_kupries tags: trunk
19:46
* decimal.man: [Bug 3383039]: Fixed syntax errors in the documentation of math::decimal, reported by Thomas Perschak <[email protected]> check-in: c53f23a28a user: andreas_kupries tags: trunk
17:08
* memchan.tcl: Fixed missing initialization of 'content' instance variable. * variable.tcl: Fixed missing invokation of superclass constructor. Fixed missing initialization of linked 'content' variable, if not existing. Fixed missing import of linked variable into the event handling. * cat.tcl: Removed bogus invokation of superclass constructor, there is no such. * facade.tcl: Added missing logger requirements, dropped bogus call to superclass constructor. * std.tcl: Fixed command scoping issues, and dropped bogus call to superclass constructor. check-in: 789e3ef53c user: andreas_kupries tags: trunk
2011-06-17
06:53
Updated the pkgIndex.tcl file for changed version of random package check-in: 310f406048 user: arjenmarkus tags: trunk
06:40
Add a set of (basic) tests for the simulation::random package; solve several remaining (syntax) bugs check-in: 0b6b5b8b2a user: arjenmarkus tags: trunk
2011-06-16
13:17
Corrected further mistakes; bumped version to 0.2 check-in: 7d1883b685 user: arjenmarkus tags: trunk
2011-06-15
07:05
Fixing bugs reported by Andreas Kupries check-in: 84322d8a76 user: arjenmarkus tags: trunk
2011-06-06
17:27
* pt_tclparam_config_tcloo.tcl: Fixed typo, OO is TclOO. * pkgIndex.tcl: Bumped version to 1.0.2. check-in: 5b73ec07f1 user: andreas_kupries tags: trunk
2011-05-31
16:33
* New module and package: oo::util. Right now only easy referencing of instance methods for callbacks. check-in: 9e8db45cdf user: andreas_kupries tags: trunk
16:12
* New module and package: lambda. Easy anonymous procedures for Tcl 8.5+. * New module and package: try. Tcl 8.5+ forward compatibility implementation of try/catch/finally (TIP 329). check-in: f432b5fa8a user: andreas_kupries tags: trunk
16:07
* cat.man: New base channels. Concatenation of channels, * cat.tcl: standard channel combining stdin and stdout, * facade.man: and a facade for wrapping around other * facade.tcl: channels. * std.man: * std.tcl: * pkgIndex.tcl: check-in: a2a163b654 user: andreas_kupries tags: trunk
2011-05-20
19:11
* ansi/ctrlunix.tcl (::term::ansi::ctrl::unix::INIT): Modified to explictly avoid Solaris' /usr/ucb/stty. Its command line syntax does not fit our expecations. Bumped version to 0.1.1 check-in: 1d614a307f user: andreas_kupries tags: trunk
10:54
Updated version of the decimal arithmetic package - improvements with respect to several bugs and corner cases (passing more testcases) check-in: 65e2732104 user: arjenmarkus tags: trunk
2011-05-11
07:55
Incorporating the decimal arithmetic package in the pkgIndex.tcl file. Corrected name of the package in accordance with the other packages. check-in: 24fdd08eac user: arjenmarkus tags: trunk
07:53
Initial checkin of the decimal arithmetic package by Mark Alston. This is a very preliminary version. Work is on its way to improve and extend it further. The test script is currently very simple, we should expand it to use the reference testsuite. check-in: 89ec545685 user: arjenmarkus tags: trunk
2011-05-06
13:39
Refactored the getExif function into two parts with one that operates on a previously opened channel. This means it can be used with other channel implementations such as memchan or embedded streams. Updated the documentation and version. check-in: 543fbd0439 user: patthoyts tags: trunk
2011-04-21
17:51
* modules/struct/queue_c.tcl: Disabled the critcl debug settings used * modules/pt/pt_rdengine_c.tcl: to work around bugs in critcl v2's * modules/pt/pt_parse_peg_c.tcl: handling of C companion files. * modules/pt/pt_cparam_config_critcl.tcl: * sak.tcl (__critcl): Fixed processing of -debug, added the forgotten handling of its argument. Plus added handling of option -target. * ./modules/sha1/sha256.h: Fixed the conditional definition of uint64_t and uint32_t for aix and hpux machines. check-in: b33db732cc user: andreas_kupries tags: trunk
2011-04-18
20:23
* coroutine.tcl: [Bug 3252952]: Fixed clash between ::coroutine * coroutine.man: builtin of Tcl 8.6, and the same-named ensemble of the package. Moved package command ::coroutine to ::coroutine::util. Bumped version to 1.1. * coro_auto.tcl: [Bug 3252952]: Updated user of package coroutine * coro_auto.man: to the new command name. Bumped version to 1.1. * pkgIndex.tcl: Updated version numbers. check-in: 5e3571c4fe user: andreas_kupries tags: trunk
19:27
* ftp.tcl (::ftp::__ftp_ls): [Bug 3288793]: Fixed ftp::List variant used by Tkcon, to not only print the result, but continue returning it as well, for non-interactive use. Thanks to Pedro <[email protected]> * ftp.tcl (::ftp::StateHandler): [Bug 3288977]: Fixed handling of multi-line replies which are not strictly RFC 959. Thanks to Shaun Zinck <[email protected]>. This partially fixes [Bug 2813069]. * pkgIndex.tcl: Bumped version to 2.4.10. * ftp.man: check-in: 692a178819 user: andreas_kupries tags: trunk
2011-04-11
21:52
* smtpd.man: [RFE 3247765]: Added option to configure the * smtpd.tcl: smtpd greeting/banner. Bumped to version 1.5 * pkgIndex.tcl check-in: c47cedd4e7 user: andreas_kupries tags: trunk
21:07
* csv.man: [Bug 3281791]: Followup to fix for [Bug 3061815], fixed forgotten change in the text after the examples. Thanks to <[email protected]>. check-in: f960b3cdeb user: andreas_kupries tags: trunk
2011-04-06
20:53
* modules/valtype: New module: Validation types. snit validation types for various classes of numbers (ISBN, EAN, ...) and general check-digit algorithms (luhn(5), verhoeff, ...). check-in: 03eb29bac9 user: andreas_kupries tags: trunk
2011-03-29
20:50
* linalg.man: Documentation tweak, added keyword 'matrix'. check-in: e5bbead737 user: andreas_kupries tags: trunk
2011-03-24
20:33
* map_slippy.man: Documented the three coordinate systems used. * map_slippy.tcl: Extended the testsuite to cover all coordinate * map_slippy.test: conversions. Fixed a number of problems (wrong * pkgIndex.tcl: scaling, bad rounding) uncovered by this. Bumped package version to 0.4. check-in: e1471d9436 user: andreas_kupries tags: trunk
2011-03-23
04:39
* pkgIndex.tcl: [Bug #3235340]: Provide empty string as default * uri.man: value for the fragment in an http url. Ensure that * uri.tcl: a fragment after a query is properly split off, and * uri.test: joined. Extended testsuite. Bumped to version 1.2.2. check-in: ff8819dc9b user: andreas_kupries tags: trunk
2011-02-23
22:11
* mpformats/fmt.nroff: Moved the handling of the list nesting * mpformats/_nroff.tcl: level a bit around to be consistent at * checker.tcl: both begin and end. Fixed the long-standing indentation bug where the rendered text got unindented after a nested list or example. We simply had to start indented paragraphs, via .IP after them, and for each paragraph in a list element. This needed the consistent nesting level to correctly know when to emit the commands. And while this may generate empty paragraphs, these can be removed easily in the post-processing. * doctools.tcl: Bumped version to 1.4.13. * doctools.man: * pkgIndex.tcl: check-in: 3bc665a405 user: andreas_kupries tags: trunk
18:31
* hook.man: [Bug 3167244]: Moved examples to their own lines to avoid placement of following text on the .CE lines, causing a staircase effect. The doctools should be fixed as well. check-in: 912ec54659 user: andreas_kupries tags: trunk
18:12
* mpformats/_nroff.tcl (nr_ce): [Bug 3167244]: Added \n after .CE to prevent misformatting when examples are used in a sentence without placement on a separate line of input. * doctools.tcl: Bumped version to 1.4.12. * doctools.man: * pkgIndex.tcl: check-in: 39754ead89 user: andreas_kupries tags: trunk
18:05
* hook.man: [Bug 3167244]: Moved examples to their own lines to avoid placement of following text on the .CE lines, causing a staircase effect. The doctools should be fixed as well. check-in: 31b6856c93 user: andreas_kupries tags: trunk
17:41
* cmdline.man: [Bug 3189786]: Fixed mishandling of suffixes .arg * cmdline.tcl: and .secret. The '.'s were not properly quoted, * cmdline.test: allowing any character, thus mishandling options * pkgIndex.tcl: like 'myarg' or 'mysecret'. Extended the testsuite. Bumped version to 1.3.3. check-in: a54d4c1e8c user: andreas_kupries tags: trunk
2011-02-21
23:04
* pkgIndex.tcl: Removed the superfluous [list] command in the ifneeded script. check-in: 876c667a25 user: andreas_kupries tags: trunk
2011-02-16
21:54
* include/format/options_tclparam_oo.inc: Documented option -package, and * include/format/options_tclparam_snit.inc: the new cross -class/-package * pkgIndex.tcl: resolution. Implemented resolution of missing -package * pt_pgen.tcl: and -class through each other. Bumped version to 1.0.1. * pt_pgen.man: check-in: b09ad089a9 user: andreas_kupries tags: trunk
20:57
* memchan.tcl: Fixed constructor chaining, added the missing * pkgIndex.tcl: 'next'. The bug prevented proper initialization * string.tcl: of the event core. All versions bumped to 1.0.1 * variable.tcl: check-in: 05023eac32 user: andreas_kupries tags: trunk
2011-01-26
04:16
* include/example/expr_ptgenb.inc: Fixed a typo in the example, * include/example/full_app.inc: and dropped continuation lines to prevent missformatting in the formatted docs. check-in: ba2268609c user: andreas_kupries tags: trunk
2011-01-25
06:38
* peg_interp.tcl (::grammar::peg::interp::MatchExpr): * peg_interp.man: [Bug 3163541] Fixed broken call to * pkgIndex.tcl: ict_match_token, missing the token. Bumped to version 0.1.1. check-in: 9244c12edc user: andreas_kupries tags: trunk
06:17
Tcllib 1.13 README added check-in: 4e6862d6fa user: andreas_kupries tags: trunk
06:06
Tcllib 1.13 released check-in: d743dbf075 user: andreas_kupries tags: trunk, release, tcllib-1-13
02:23
* pop3.test: Fixed tests results to list the new options. * pop3.tcl: Fixed issue with closing during open introduced by the patch. When a connect error occurs we cannot send a QUIT any longer, and have to close the socket directly. check-in: d002e2321e user: andreas_kupries tags: trunk
2011-01-23
10:41
Repair test involving insufficient precision with comparing floating-point numbers in the fuzzy package. Added a test to show that things do work if you use sufficient precision (as by default in Tcl 8.5 and later) check-in: c61f364d22 user: arjenmarkus tags: trunk
01:23
* pop3.tcl: Extended package with STARTTLS support provided by * pop3.man: Pascal Scheffers. This switches a regular connection * pkgIndex.tcl: over to SSL/TLS. Version bumped to 1.8. check-in: 38c311e999 user: andreas_kupries tags: trunk
2011-01-21
16:00
* TEPAM version 0.2.0 check-in: 5d628796d8 user: droll tags: trunk
15:56
* Add the -widget option to the procedure arguments. * Add the -yscroll option to the argument dialog box. * Bug fixes for the following argument dialog box widgets: . - disjointlistbox: Keep always the same element order . - checkbox, radiobox: Handle correctly default values check-in: f3efee3c16 user: droll tags: trunk
04:46
* testutilities.tcl (useTcllibC): Account for the possibility of the environment providing a tcllibc, instead of a Tcllib local one. check-in: 6e23c8c597 user: andreas_kupries tags: trunk
2011-01-20
20:54
* smtp.man: [ActiveState 89180]: Added documentation about the soft-dependencies required for SMTP authentication, i.e. SASL. check-in: 2f90932bc3 user: andreas_kupries tags: trunk
19:45
* tar.tcl: [Bug 3162548]: Applied patch by Alexandre Ferrieux, * tar.man: extending various tar commands to be able to use * pkgIndex.tcl: the -chan option, and channels instead of files. Version bumped to 0.7 check-in: 1262a0e9b0 user: andreas_kupries tags: trunk
15:11
* json.tcl (json::parseValue): Fixed a missing -- older 8.4 seems * json.man: to require to handle a dash in $leadingChar. Bumped * pkgIndex.tcl: version to 1.1.1 check-in: b0a2abca10 user: andreas_kupries tags: trunk
2011-01-18
07:49
Consistently use tcl_precision for Tcl 8.4 versus Tcl 8.5 and beyond check-in: a12554529f user: arjenmarkus tags: trunk
2011-01-14
18:10
Replace placeholder with actual example check-in: 8ad227cdff user: andreas_kupries tags: trunk
03:52
* sak.tcl: Trim dross of extracted version numbers. * support/devel/sak/note/cmd.tcl: Extended 'sak note' to accept * support/devel/sak/note/help.txt: a file of note data. check-in: 6bcd4f851b user: andreas_kupries tags: trunk
03:49
* pt_peg_to_json.test: Dropped the local json::write package, * pkgIndex.tcl: replaced with use of the common json::write * json_write.tcl: derived from it. check-in: 3bf1d3adb0 user: andreas_kupries tags: trunk
02:55
* units.tcl: Bumped version to 2.1.1 for the bugfix below. * pkgIndex.tcl: check-in: f35ba43c5b user: andreas_kupries tags: trunk
2011-01-13
03:54
New module hook integrated with installation and other packages check-in: 56a0f45961 user: andreas_kupries tags: trunk
03:53
New module hook check-in: bf1b345407 user: andreas_kupries tags: trunk
02:49
* symdiff.test: Fixed setup (added std boilerplate). * pkgIndex.tcl: Moved symdiff to correct section, requires 8.5, not 8.4. check-in: 89537542c9 user: andreas_kupries tags: trunk
02:47
* pkgIndex.tcl: Fixed guard condition, requiring 8.5+. * aycock.test: Fixed test setup, i.e. added the standard boilerplate. * aycock-build.tcl: Made proc names fully qualified. * aycock-debug.tcl: * aycock-runtime.tcl: All files changed from Windows to Unix line endings. check-in: 0cae024e58 user: andreas_kupries tags: trunk
02:44
Fixed typo in ChangeLog check-in: 41b3f28518 user: andreas_kupries tags: trunk
02:42
* testutilities.tcl (snitTooManyArgs): Fixed error messages for snit 1.x series. check-in: f6f572f49e user: andreas_kupries tags: trunk
02:41
* doctools.test: Updated for the changes made per the entry below. check-in: 4e1fb8d1e0 user: andreas_kupries tags: trunk
02:39
* namespacex.test: Fixed test setup, 8.5 required, not 8.2. check-in: 909574a1f8 user: andreas_kupries tags: trunk
02:38
* huddle.tcl: Fixed package setup (version), and included files. * huddle.man: * pkgIndex.tcl: check-in: 5673f5fa87 user: andreas_kupries tags: trunk
2011-01-05
22:33
Fixed asn::asnGetBigInteger Tcllib Bug 3039090 Thanks to Roy Keene for the patch. check-in: 73ab7b74f9 user: mic42 tags: trunk
2010-12-22
15:15
Fixed test numbering goof for new zero value test. check-in: 255f9f4c0d user: techentin tags: trunk
14:56
Fixed bug converting integer 0 values (such as 0cm). See patches tracker item 3141584. check-in: c52ffd0ff5 user: techentin tags: trunk
2010-11-29
17:16
fix incorrect syntax in some url parameters check-in: 89b9f303e9 user: afaupell tags: trunk
2010-11-25
17:27
* geometry.man: [Bug 3110860]: Renamed this file to avoid the * math_geometry.man: conflict with Tcl 8.6's new geometry manpage. Thanks to Reinhard Max for reporting. check-in: e9babbc3d0 user: andreas_kupries tags: trunk
17:19
* examples/mime/maildemo.tcl: [Patch 3117246]: Added the standard script prologue. Thanks to Stuart Cassoff. check-in: c10908f236 user: andreas_kupries tags: trunk
17:12
* pt_cparam_config_critcl.man: Added pragmas for meta-data * pt_cparam_config_critcl.tcl: scanning to prevent the requirements of the embedded code template to be taken as the requirements of the package itself. Bumped version to 1.0.1. check-in: a17ab932e6 user: andreas_kupries tags: trunk
2010-11-24
04:22
* apps/dtplite.man: Extended with new option -exclude to specify * apps/dtplite: exclusion patterns (glob matching). Further fixed issues with file paths causing resolution of include file paths to break. This uses the new option -ibase of doctools 1.4.11 to keep include resolution and HTML cross-link generation apart from each other. Bumped version to 1.0.3. check-in: 3c7debe32b user: andreas_kupries tags: trunk
04:14
* doctools.man: Bumped to version 1.4.11, fixing issues with * doctools.tcl: resolution of relative include paths. -file had * pkgIndex.tcl: overloaded semantics, used for both source paths (include resolution) and destination paths (HTML relative links). Added new option -ibase as primary for include resolution, using -file only as fallback anymore. check-in: cc81f19e58 user: andreas_kupries tags: trunk
04:09
* export_doctoc.man: Added headers to properly mark files as manpages * export_html.man: even if not containing having manpage_begin, and * export_json.man: vice versa, preventing recognition of subordinate * export_nroff.man: include files as manpages. * export_text.man: * export_wiki.man: * import_doctoc.man: * import_json.man: * include/export/plugin.inc: * include/import/plugin.inc: * include/msgcat.inc: * msgcat_c.man: * msgcat_de.man: * msgcat_en.man: * msgcat_fr.man: check-in: d0a11a34a6 user: andreas_kupries tags: trunk
04:07
* export_docidx.man: Added headers to properly mark files as manpages * export_html.man: even if not containing having manpage_begin, and * export_json.man: vice versa, preventing recognition of subordinate * export_nroff.man: include files as manpages. * export_text.man: * export_wiki.man: * import_docidx.man: * import_json.man: * include/export/plugin.inc: * include/import/plugin.inc: * include/msgcat.inc: * msgcat_c.man: * msgcat_de.man: * msgcat_en.man: * msgcat_fr.man: * tests/data/ok/json/1_nokeys: Fixed bad JSON. check-in: ab27ac78ce user: andreas_kupries tags: trunk
2010-11-09
06:56
new interface: bitly check-in: a03d3e6a14 user: afaupell tags: trunk
2010-10-26
17:29
* autoproxy.man: [Bug 3094654]: Made the spelling of options consistent, all using their '-'. check-in: a55c16fee4 user: andreas_kupries tags: trunk
17:22
* graphops.man: [Bug 3090738]: Fixed typo in command names. check-in: 7d14beec21 user: andreas_kupries tags: trunk
17:16
* support/installation/modules.tcl: [Bug 3085417]: Added the nano nameservice applications to the installation. check-in: 4ac89bcdc6 user: andreas_kupries tags: trunk
2010-10-22
22:47
Fix aycock man page and add aycock to the installer check-in: 0c28cafd0f user: kennykb tags: trunk
2010-10-20
01:24
modules/math/symdiff.man: modules/math/symdiff.tcl: Added a math::calculus::symdiff package that modules/math/symdiff.test: performs symbolic differentiation of Tcl math modules/math/pkgIndex.tcl: exprs. check-in: 8437472089 user: kennykb tags: trunk
2010-10-19
03:19
1.0 release of an Aycock-Earley-Horspool parser generator for Tcl check-in: 96f9e3f289 user: kennykb tags: trunk
2010-10-08
19:25
* modules/pki: New module, public key infrastructure. * support/installation/modules.tcl: check-in: 15195e0f78 user: andreas_kupries tags: trunk
2010-10-07
21:36
Undo bad commit of instrumentation check-in: d95587688c user: andreas_kupries tags: trunk
20:44
* pt_tclparam_config_snit.man: Added pragmas for meta-data * pt_tclparam_config_snit.tcl: scanning to prevent the * pt_tclparam_config_tcloo.man: requirements of the embedded code * pt_tclparam_config_tcloo.tcl: template to be taken as the * pkgIndex.tcl: requirements of this package. Bumped versions to 1.0.1. check-in: 7371555824 user: andreas_kupries tags: trunk
2010-10-05
21:49
Moved the struct::list ifneeded into the proper section for 8.4 check-in: c172222909 user: andreas_kupries tags: trunk
21:47
* list.tcl (::struct::list::Lshuffle): New command, shuffling a * list.test: list into random order. Bumped version to 1.8. * struct_list.man: Extended testsuite, updated documentation. * pkgIndex.tcl: Removed the backward compatibility implementation of 'lset' from code and tests and bumped the runtime requirements to Tcl 8.4. check-in: 409ffffd2a user: andreas_kupries tags: trunk
2010-09-27
15:38
Fixed bug #3076576. check-in: 422a14a79c user: lars_h tags: trunk
14:14
Correct mistake in tests for Kruskal-Wallis test procedure (namespace) check-in: 9e87a6373b user: arjenmarkus tags: trunk
2010-09-21
14:15
Added Kruskal-Wallis test check-in: b39ec9e579 user: arjenmarkus tags: trunk
2010-09-20
12:05
* numtheory.dtx: New package math::numtheory (v1.0) * numtheory.man: with command math::numtheory::isprime. * numtheory.stitch: See numtheory.dtx for all the gory * numtheory.tcl: details of the implementation of * numtheory.test: package and tests. * pkgIndex.tcl: check-in: bdb0bbf76e user: lars_h tags: trunk
2010-09-19
17:24
* New docstrip::util feature: In-file catalogue of file contents, which can be used to create pkgIndex.tcl entries or .tm files. * Improved documentation of existing docstrip::util commands. * Changed docstrip::util::thefile to strip away a final newline. * Fixed bug #3036841. check-in: 9ffcc3813b user: lars_h tags: trunk
2010-09-15
20:15
* tests/nroff/04: [Bug 3058654] and last entry. Updated * tests/nroff/08: the affected testcases. check-in: fc815b584c user: andreas_kupries tags: trunk
20:04
* testutilities.tcl: [Bug 3066026]: Moved the tcltest compatibility initialization into a procedure (InitializeTcltest) which is called by testNeedsTcltest and a few other places to be done only after we are sure that the tcltest package is present. check-in: 8cbfc4bca2 user: andreas_kupries tags: trunk
19:48
* comm.tcl (::comm::commIncoming): [Bug 3066872]: Replaced blocking gets call to read line of offered protocols by non-blocking gets and additional event handling. The procedure "commIncoming" is split into two. * comm.tcl (::comm::Word0): [Bug 2972571]: Fixed misdetection * comm.man: of quoted brace due to not handling \\ on its * comm.test: own. Extended testsuite. Updated docs. * pkgIndex.tcl: Bumped to version 4.6.2. check-in: bdc854f7a1 user: andreas_kupries tags: trunk
2010-09-13
15:19
* New docstrip::util feature: In-file catalogue of file contents, which can be used to create pkgIndex.tcl entries or .tm files. * Improved documentation of existing docstrip::util commands. * Changed docstrip::util::thefile to strip away a final newline. * Fixed bug #3036841. check-in: b2f8c85a26 user: lars_h tags: trunk
2010-09-10
17:31
* queue_oo.tcl: Established minimum requirements for TclOO * stack_oo.tcl: to support the two classes. Bug 3062782 was a very old TclOO (0.3) interfering in the test. check-in: 25b2de1038 user: andreas_kupries tags: trunk
2010-09-09
21:48
* graph/tests/ops/adjmatrix.test: Converted to tcltest v2 for * graph/tests/ops/components.test: proper independence of the * graph/tests/ops/componentof.test: tests. Preparation for * graph/tests/ops/bipartite.test: the investigation of Bug * graph/tests/ops/kruskal.test: 3062782. * graph/tests/ops/prim.test: * graph/tests/ops/tarjan.test: check-in: e01e888dd1 user: andreas_kupries tags: trunk
2010-09-08
20:24
* cmdline.man: [Bug 3041989]: Added the missing documentation for * cmdline.tcl: the result of command 'getoptions'. Documented the * cmdline.test: handling of the implicit options -?, -help, and * pkgIndex.tcl: --. Added help text for option '--'. Bumped to version 1.3.2. check-in: 2283def69b user: andreas_kupries tags: trunk
20:02
* csv.man: [Bug 3061815]: Fixed a mixup in the examples which matched regular output to alternate format and vice versa. Thanks to Harald Oehlmann <[email protected]>. check-in: 69682cd4ae user: andreas_kupries tags: trunk
2010-09-07
19:49
* mpformats/fmt.nroff: [Bug 3058654]: Changed formatting of * mpformats/_nroff.tcl: examples to .CS/.CE. check-in: cde2cc4164 user: andreas_kupries tags: trunk
19:41
* mpformats/fmt.nroff: [Bug 3058654]: Added code compacting whitespace in various strings used for nroff comments and NAME section. check-in: f54880eeb8 user: andreas_kupries tags: trunk
2010-08-30
06:29
Fixed bug #3036124 concerning the result of SVD check-in: 8da6f30223 user: arjenmarkus tags: trunk
2010-08-17
23:32
* coroutine.man: Added package documentation. * coro_auto.man: check-in: 86f9f2e743 user: andreas_kupries tags: trunk
2010-08-16
17:35
* ip.tcl: Added new commands 'collapse' and 'subtract' for * ip.test: more 'arithmetic' on network ranges. Extended * pkgIndex.tcl: documentation and testsuite. Version bumped * tcllib_ip.man: to 1.2. Base code by Roy Keene, with thanks. check-in: 193ddc3b73 user: andreas_kupries tags: trunk
2010-08-04
18:30
Tweaked contents. check-in: 1bb1e389c5 user: andreas_kupries tags: trunk
18:29
* adler32.man: New files, documentation for the packages in * base64.man: this module. * counter.man: * crc32.man: * hex.man: * identity.man: * limitsize.man: * observe.man: * otp.man: * rot.man: * spacer.man: * zlib.man: check-in: c9beca4a8f user: andreas_kupries tags: trunk
2010-07-29
20:01
* fifo.man: New files, documentation for the packages in * fifo2.man: this module. * halfpipe.man: * memchan.man: * null.man: * nullzero.man: * random.man: * randseed.man: * string.man: * textwindow.man: * variable.man: * zero.man: check-in: 85ac186752 user: andreas_kupries tags: trunk
2010-07-28
23:05
* core.man: New files, documentation for the packages in * events.man: this module. * transformcore.man: check-in: 18ad5b7415 user: andreas_kupries tags: trunk
2010-07-27
22:53
* pt_peg_interp.test: New files. Additional testsuites. * pt_runtime.test: Demonstrate the problem with X* and X? * tests/pt_peg_interp.tests: alone in a symbol, for modes * tests/pt_runtime.tests: leaf and value. * pt_peg_interp.tcl: Fixed two typos in comments. * pt_rdengine.test: * pt_astree.tcl: New constructor new0 for zero-length * pt_astree.man: nodes. Bumped version to 1.1 * pt_rdengine_tcl.tcl: Use of the new constructor to handle * pt_rdengine.tcl: symbols whose RHS uses * or ? as toplevel * pt_rdengine.man: operator and did not match anything at runtime, which is allowed. Bumped version to 1.0.1 * pt_peg_interp.tcl: Some tweaks to the debug helper code (tracing * pt_rdengine_tcl.tcl: expressions and instructions). * pkgIndex.tcl: Bumped versions. check-in: 5a7101338c user: andreas_kupries tags: trunk
2010-07-16
15:11
* pkgIndex.tcl: Fixed a very stupid typo of mine in the package index. check-in: 8c7559f10a user: andreas_kupries tags: trunk
14:42
Updated version number in pkgIndex. check-in: 5ef1505770 user: exgerhardr tags: trunk
14:40
Bug in parsing FLAGS in FETCH command repaired. Updated man pages for package version 0.3. check-in: 62eac6250f user: exgerhardr tags: trunk
2010-07-10
15:58
* gpx.test: Extended testsuite, provided by Keith. check-in: c604df9129 user: andreas_kupries tags: trunk
03:50
* gpx.man: Added documentation, written by Keith. check-in: cea82f5ec1 user: andreas_kupries tags: trunk
2010-07-09
20:57
* gpx.tcl (::gpx::GetTrackPoints, ::gpx::GetRoutePoints): Fixed bugs reported by Keith through mail, using his code. check-in: 80a58129c3 user: andreas_kupries tags: trunk
17:17
* include/example/expr_json.inc: Fixed various typos in the JSON example, i.e. missing closing double-quote, missing commas, missing backslash quoting of forward slashes in strings. check-in: db7cc1d65f user: andreas_kupries tags: trunk
15:16
* pkgIndex.tcl: Added the missing package index. Oops. * imap4.man: Added feedback section, moved openssl uri to references. check-in: ca9abc8a73 user: andreas_kupries tags: trunk
15:04
* support/installation/modules.tcl: [Bug 3027371]. Fixed typo 'imap' -> 'imap4'. Thanks to Larry Virden <[email protected]> for reporting. check-in: 7e1b71c38b user: andreas_kupries tags: trunk
12:20
Man page updated (SSL support) check-in: 20ed05fe39 user: exgerhardr tags: trunk
2010-07-08
22:53
* modules/gpx: New module 'gpx'. * support/installation/modules.tcl: * gpx.tcl: New module and package for the parsing of GPS eXChange * pkgIndex.tcl: files, by Keith Vetter. * gpx.test: Beginnings of a testsuite. check-in: 3614361c9e user: andreas_kupries tags: trunk
2010-07-07
16:26
Missing "Tcl" added in package require line Small bug in proc debugmode changed check-in: 23e6b8835f user: exgerhardr tags: trunk
2010-07-06
20:16
* sha256.tcl (::sha2::HMACFinal): [Bug 2986744]: Added code * sha256.man: limiting an intermediate value to int32 to make the * pkgIndex.tcl: code workable for Tcl 8.5 and higher. Bumped package version to 1.0.3. check-in: fa8d5fdd8e user: andreas_kupries tags: trunk
19:48
* smtp.man: [Bug 3011581]: Accepted tweak to the documentation of the -header option proposed by <[email protected]> to make the syntax clearer. check-in: 6f804df129 user: andreas_kupries tags: trunk
19:39
* aes.tcl (DecryptBlock, EncryptBlock): [Bug 2993029]: More code * aes.man: limiting the values to int32 range. Extended the * aes.test: testsuite. Bumped version to 1.0.2. See also the * pkgIndex.tcl: changelog entry of 2008-05-12. check-in: 4d1ea539fa user: andreas_kupries tags: trunk
19:15
* base64.tcl (::base64::decode): [Bug 2976290]: Throw a proper * base64.man: error when trying to decode padding with not enough * base64.test: data in front of it. Extended testsuite. Bumped to * pkgIndex.tcl: version 2.4.2. check-in: 6ac7b9f8b8 user: andreas_kupries tags: trunk
18:49
* checker.tcl: [RFE 2915921] Accepted the RFE, adding * mpformats/fmt.wiki: commands to portably write em- and * mpformats/fmt.text: en-dashes. Bumped version to 1.4.10. * mpformats/fmt.latex: * mpformats/fmt.tmml: * mpformats/fmt.html: * mpformats/fmt.nroff: * mpformats/fmt.null: * doctools.man: * pkgIndex.tcl: * doctools.tcl: check-in: 7c8b37d82e user: andreas_kupries tags: trunk
18:13
* support/installation/modules.tcl: Module 'imap4' activated. * imap.tcl: Updated to Gerhard Reithofer's re-implementation. * imap.man: Added Gerhard Reithofer's package documentation. check-in: 4eb13defa4 user: andreas_kupries tags: trunk
2010-06-17
22:37
* mpformats/fmt.html: Tweaked formatting of images when no * mpformats/fmt.latex: data was found. Especially for HTML * mpformats/fmt.text: accept http and ftp uris and format * mpformats/fmt.wiki: them as links, allowing the embedding * mpformats/fmt.nroff: of images without requiring a local * doctools.man: file. Bumped version to 1.4.9 * pkgIndex.tcl: * doctools.tcl: check-in: d12c2f135c user: andreas_kupries tags: trunk
19:03
Fixed two broken include references. check-in: 232334872e user: andreas_kupries tags: trunk
17:54
Fix the log bogosity I committed last night. check-in: 269a869154 user: andreas_kupries tags: trunk
05:31
* include/arch_core.dia: Navigational diagrams and images * include/arch_core.png: * include/arch_core_container.dia: * include/arch_core_container.png: * include/arch_core_eplugins.dia: * include/arch_core_eplugins.png: * include/arch_core_export.dia: * include/arch_core_export.png: * include/arch_core_import.dia: * include/arch_core_import.png: * include/arch_core_iplugins.dia: * include/arch_core_iplugins.png: * include/arch_core_support.dia: * include/arch_core_support.png: * include/arch_core_transform.dia: * include/arch_core_transform.png: * include/arch_support.dia: * include/arch_support.png: * include/arch_user_app.dia: * include/arch_user_app.png: * include/arch_user_pkg.dia: * include/arch_user_pkg.png: * include/architecture.dia: Foundation for the variant diagrams above. * include/architecture.png: * include/example/expr_ptgenb.inc: Text blocks for the full examples * include/example/flow.dia: shown in the pt and pt::pgen documentation. * include/example/flow.png: * include/example/full.inc: * include/example/full_app.inc: * include/example/full_pkg.inc: * include/example/parser_use.inc: * include/serial/ast.inc: Added image for the AST. * include/example/expr_ast.dia: New. tklib diagram for the AST. * include/example/expr_ast.png: New. PNG image of the above. * include/example/expr_ast.txt: New. Text variant of the above. * include/example/expr_ast.pic: New. *roff variant of the above. * include/gen_options.inc: Replaced example with diagram via image. * include/gen_options.dia: New. tklib diagram. * include/gen_options.png: New. PNG image derived from diagram. * include/gen_options.txt: New. Text variant of the above. * include/gen_options.pic: New. *roff variant of the above. * pt.man: Addition of larger examples to pt and pt::pgen manpages, * pt_astree.man: plus addition of navigational images to all manpages * pt_cparam_config_critcl.man: for packages and APIs. * pt_from_api.man: * pt_introduction.man: * pt_parser_api.man: * pt_peg_container.man: * pt_peg_export.man: * pt_peg_import.man: * pt_peg_interp.man: * pt_pegrammar.man: * pt_pexpression.man: * pt_pgen.man: * pt_rdengine.man: * pt_tclparam_config_snit.man: * pt_tclparam_config_tcloo.man: * pt_to_api.man: * include/export/plugin.inc: * include/export/to.inc: * include/import/from.inc: * include/import/plugin.inc: check-in: bed5fca406 user: andreas_kupries tags: trunk
04:46
* fileutil.tcl (::fileutil::fileType): Fumbled the extension of * fileutil.man: the doctools/toc/idx detector in the last change. * pkgIndex.tcl: Fixed the bogosity, merging the separate checks. Bumped to version 1.14.4. check-in: 526db884d2 user: andreas_kupries tags: trunk
2010-06-11
07:11
* include/serial/ast.inc: Added image for the AST. * include/example/expr_ast.dia: New. tklib diagram for the AST. * include/example/expr_ast.png: New. PNG image of the above. * include/example/expr_ast.txt: New. Text variant of the above. * include/example/expr_ast.pic: New. *roff variant of the above. * include/gen_options.inc: Replaced example with diagram via image. * include/gen_options.dia: New. tklib diagram. * include/gen_options.png: New. PNG image derived from diagram. * include/gen_options.txt: New. Text variant of the above. * include/gen_options.pic: New. *roff variant of the above. check-in: d0c757c6fb user: andreas_kupries tags: trunk
06:54
* doctools.tcl: Extended the plugin API to the image map to * mpformats/fmt.nroff: allow querying the image data instead of * mpformats/fmt.wiki: its paths. Fixed the nroff, wiki, and text * mpformats/fmt.text: plugins to use this new command, as they * doctools_plugin_apiref.man: are in a restricted environment * doctools.man: which does not allow them to 'open' files on their * pkgIndex.tcl: own. Documented the command now. nroff further extended to accept .txt images as well as .pic, and do a bit of formatting of their own to make them fit (.nf/.fi). Version bumped to 1.4.8. check-in: f762a2a7d3 user: andreas_kupries tags: trunk
02:36
Version bumped to 1.0.2. check-in: 1b6b4c1508 user: andreas_kupries tags: trunk
02:35
* ../../apps/dtplite: Fixes for problems with the handling of relative paths. check-in: 1a5d945490 user: andreas_kupries tags: trunk
2010-06-09
17:16
* fileutil.tcl (::fileutil::fileType): Extended to recognize tklib * fileutil.man: diagram files, and extended the doctools/toc/idx * pkgIndex.tcl: detector to accept markers in the same style as for tklib diagrams. Bumped to version 1.14.3. check-in: b5e1fee1e3 user: andreas_kupries tags: trunk
2010-06-08
19:59
* ../../apps/dtplite: Fix the min version requirements. check-in: 0cedb8f731 user: andreas_kupries tags: trunk
19:56
* checker.tcl: Added 'image' command to doctools, and the * doctools.man: various backends. Bumped to version 1.4.7. * doctools_lang_cmdref.man: Images are specified through * doctools.tcl: symbolic name. Tools like dtp(lite) specify * pkgIndex.tcl: possible mappings, and the backends select * mpformats/fmt.html: a proper variant (png, jpeg, text, ...) * mpformats/fmt.latex: or fallback to a 'here should be this * mpformats/fmt.nroff: image' markup, if no proper variant * mpformats/fmt.null: for them was found. * mpformats/fmt.wiki: * mpformats/fmt.text: Future/Todo - Recognize uris as symbolic * mpformats/_html.tcl: name and treat as external reference. * ../../apps/dtplite: check-in: 010c5d6e31 user: andreas_kupries tags: trunk
19:32
* mpformats/toc.text: Fixed command names using various textutil * mpformats/idx.text: functionality. check-in: dcff3de339 user: andreas_kupries tags: trunk
19:13
* docidx.man: Added missing dt_package and restricted 'file' * docidx.tcl: support to doctool::toc and doctools::idx. Versions * doctoc.man: bumped to 1.1.3 and 1.0.4. * doctoc.tcl: * pkgIndex.tcl: * mpformats/toc.text: Fixed command names using various textutil functionality. check-in: 88d4647969 user: andreas_kupries tags: trunk
18:21
* msgcat.man: [Bug 3012669]: Renamed this manpage, conflicted with * tcllib_msgcat.man: the manpage for package msgcat in the core. check-in: 9c4380ba96 user: andreas_kupries tags: trunk
2010-06-07
22:26
* validate.tcl (snit::double, validate): Applied patch by Will * pkgIndex.tcl: fixing the error message for max-limited * snit.man: double types. Bumped versions to 2.3.2 and 1.4.2. * snit.tcl: Extended testsuite. * snit2.tcl: * snit.test: check-in: 066e4d68d5 user: andreas_kupries tags: trunk
2010-05-31
20:27
Fix missing argument/syntax error. check-in: fead658336 user: andreas_kupries tags: trunk
2010-05-29
22:41
* namespacex.tcl: Fixed typos in docs, and left-over bug. * namespacex.man: Bumped version to 0.1. * pkgIndex.tcl: check-in: b9e6afd7a6 user: andreas_kupries tags: trunk
2010-05-28
22:32
* namespacex.test: New module and package holding a number of * namespacex.tcl: utility commands for working with namespaces. * namespacex.man: * pkgIndex.tcl: check-in: 2b47ab09dc user: andreas_kupries tags: trunk
2010-05-27
19:09
* cmdline.man: [Bug 2988486]: Added a note about ::argv handling to the documentation, i.e. us not keeping ::argc synchronized. check-in: 8c2be7fe45 user: andreas_kupries tags: trunk
18:48
* map_slippy.man: [Bug 2999022]: Fixed bogus use of integer * map_slippy.tcl: division in 'tile 2geo'. Thanks to Matt * map_slippy.test: Morian <[email protected]> * pkgIndex.tcl: for the report. Bumped version to 0.3. Started a testsuite. check-in: 741667212c user: andreas_kupries tags: trunk
2010-05-25
19:26
* queue.testsuite: Fixed bug in C implementation of 'unget'. * queue/m.c: Used bogus variable in assert, hit only when trying * ../tcllibc.tcl: to reuse a list Tcl_Obj for the unget buffer. Tcllibc version bumped to 0.3.9. Testsuite extended. check-in: 64ab93981a user: andreas_kupries tags: trunk
2010-05-24
21:44
* geometry.man: A bit more commands, bumped to version 1.1.2. * geometry.tcl: * pkgIndex.tcl: check-in: fb79ce724e user: andreas_kupries tags: trunk
2010-05-17
19:54
Remove the wrapper procedures around the section and subsection commands. check-in: 10533d4f93 user: droll tags: trunk
19:30
Remove some debugging output during the help file generation. check-in: f766530f2b user: droll tags: trunk
2010-05-04
17:22
* base64.man:: Fix small typo, default for -maxlen changed to 76. check-in: b950a99080 user: andreas_kupries tags: trunk
2010-05-03
21:48
* ascii85.man: [FR 2993200]: Added new package ascii85, * ascii85.tcl: provided by Emiliano * ascii85.test: <[email protected]> * pkgIndex.tcl: check-in: c9de9b682b user: andreas_kupries tags: trunk
2010-04-30
19:05
* snitfaq.man: Fixed typo in 'package require' commands, reported by [email protected]. check-in: 2594848090 user: andreas_kupries tags: trunk
2010-04-12
02:24
Corrected minor spelling error check-in: 3beccf24eb user: eee tags: trunk
2010-04-09
02:26
Fix oops of using 8.5 feature (expand) in 8.4 code. check-in: ac71cf6706 user: andreas_kupries tags: trunk
2010-04-08
08:00
* wip2.tcl (run_next_*): Fixed the run_next_ commands to stop * wip.tcl: when detecting the end of the program. New feature, * wip.man: a callback to handle unknown command words, defaults * pkgIndex.tcl: to throwing an error. Updated documentation. Bumped versions to 1.2 and 2.2. check-in: 003bd661a1 user: andreas_kupries tags: trunk
2010-04-07
19:40
* pt_peg_to_cparam.tcl (::pt::peg::to::cparam::convert): Changed * pt_peg_to_cparam.man: definition of string table from 'const * pkgIndex.tcl: char const*' to 'char const*'. The older * tests/data/ok/peg_cparam-critcl/6_optional: definition choked * tests/data/ok/peg_cparam-critcl/8_pkleene: the HPUX cc on IA64. * tests/data/ok/peg_cparam-critcl/1_functions: Bumped version to * tests/data/ok/peg_cparam-critcl/3_peg_itself: 1.0.1. Updated * tests/data/ok/peg_cparam-critcl/10_notahead: the testsuite. * tests/data/ok/peg_cparam-critcl/7_kleene: * tests/data/ok/peg_cparam-critcl/5_sequence: * tests/data/ok/peg_cparam-critcl/4_choice: * tests/data/ok/peg_cparam-critcl/9_ahead: * tests/data/ok/peg_cparam-critcl/0_basic_arithmetic: * tests/data/ok/peg_cparam-critcl/2_fun_arithmetic: * tests/data/ok/peg_cparam/6_optional: * tests/data/ok/peg_cparam/8_pkleene: * tests/data/ok/peg_cparam/1_functions: * tests/data/ok/peg_cparam/3_peg_itself: * tests/data/ok/peg_cparam/10_notahead: * tests/data/ok/peg_cparam/7_kleene: * tests/data/ok/peg_cparam/5_sequence: * tests/data/ok/peg_cparam/4_choice: * tests/data/ok/peg_cparam/9_ahead: * tests/data/ok/peg_cparam/0_basic_arithmetic: * tests/data/ok/peg_cparam/2_fun_arithmetic: * pt_parse_peg_c.tcl: See above, updated the generated code. check-in: 5c854b4bc2 user: andreas_kupries tags: trunk
2010-04-06
17:02
* geometry.tcl (findLineIntersection): Fixed numerical * geometry.man: instability in the algorithm by replacing * geometry.test: it with Kevin's parametric code. Updated * pkgIndex.tcl: documentation, testsuite. Bumped to version 1.1.1. check-in: 2a0dfb4cd7 user: andreas_kupries tags: trunk
2010-04-05
22:39
* geometry.tcl: Extended API with a number of basic point * geometry.man: and vector operations (+, -, scale, ...). * geometry.test: Updated documentation, testsuite. * pkgIndex.tcl: Bumped to version 1.1. check-in: ffc1da4bba user: andreas_kupries tags: trunk
21:36
* wip2.tcl (run_next_if, run_nextifnot): Extended API, two * wip.tcl (run_next_if, run_nextifnot): more run_next_ * wip.man: commands to run a single following command instead * pkgIndex.tcl: of all acceptable. Updated documentation. Bumped versions to 1.1.3 and 2.1.3. check-in: bcb1a09403 user: andreas_kupries tags: trunk
2010-03-30
22:53
Bumped tcllibc version for PT critcl implementations check-in: 17a6aeae95 user: andreas_kupries tags: trunk
22:48
Added missing PT critcl definitions check-in: dd68835605 user: andreas_kupries tags: trunk
2010-03-26
05:10
* New module 'pt', for ParserTools. Requires Tcl 8.5. Supercedes grammar_peg, grammar_me, and page. check-in: 7bf953e09d user: andreas_kupries tags: trunk
05:07
* New module, 'pt' for ParserTools. Requires Tcl 8.5. Supercedes grammar_peg, grammar_me, and page. check-in: 6d971eaca0 user: andreas_kupries tags: trunk
2010-03-25
13:58
* graph/arcshimmer.c: Squash a number of warnings in the C * graph/methods.c: implementations of graph, sets, and trees, * graph/nodeshimmer.c: using casts, and including missing * sets/s.c: headers. * tree/m.c: * tree/shimmer.c: * tree/walk.c: check-in: fda131422f user: andreas_kupries tags: trunk
13:56
* stack_oo.tcl: Remove superfluous 'package require'. Handled by stack.tcl. check-in: 98e894c48c user: andreas_kupries tags: trunk
2010-03-24
06:13
* stack_oo.tcl: Tcl implementation of struct::stack based * stack.tcl: on TclOO. Available in 8.5+TclOO, and 8.6+. * stack.bench: Fixed missing dependency in benchmarks. * stack.test: Updated tests (different error messages). * stack.testsuite: Bumped version to 1.5.1. * stack.man: * pkgIndex.tcl: * queue_oo.tcl: Tcl implementation of struct::queue based * queue.tcl: on TclOO. Available in 8.5+TclOO, and 8.6+. * queue.bench: Updated and fixed benchmarks, and tests * queue.test: (different error messages). Bumped version * queue.testsuite: to 1.4.2. * queue.man: * pkgIndex.tcl: * sets.bench: Updated to allow switching of implementations. check-in: 5cb256a94b user: andreas_kupries tags: trunk
2010-03-17
22:11
* stack_oo.tcl: Tcl implementation of struct::stack based * stack.tcl: on TclOO. Available in 8.5+TclOO, and 8.6+. * stack.bench: Fixed missing dependency in benchmarks. * stack.test: Updated tests (different error messages). * stack.testsuite: Bumped version to 1.5.1. * stack.man: * pkgIndex.tcl: check-in: 50db5e6dc0 user: andreas_kupries tags: trunk
2010-03-16
16:13
* pkgIndex.tcl: Fix version mismatch for struct::stack. check-in: 9fa6322134 user: andreas_kupries tags: trunk
16:08
Fix typo in date of last entry. check-in: 3dd583cc86 user: andreas_kupries tags: trunk
2010-03-15
17:17
* stack.man: struct::stack bumped to version 1.5. API extensions: * stack.tcl: New methods getr, peekr, trim*. The first two return * stack.test: their results in reversed order. For use in places * stack.testsuite: which need the reverted order. As the regular * stack/m.c: order requires an internal [lreverse], to be undone * stack/m.h: by the caller it is better to simply avoid both * stack/ms.c: [lreverse]s. Similarly, trim* does the trim, without * stack/s.c: returning the trimmed items, for use where they are * stack/s.h: thrown away anyway. ... Further, inlined the peek/pop * stack_tcl.tcl: calls internal to get and trim, allowing * pkgIndex.tcl: simplification of the resulting code, like avoidance of additional argument checks. ... At last, now using 8.5 features when detecting Tcl 8.5+ as our runtime ... I.e. ensembles for the method dispatch instead of doing everything on our own, with eval and uplevel. Result: The speed of the Tcl implementation roughly doubles. * stack.bench: Updated to use the ability to switch between the various implementations. check-in: f28504bbba user: andreas_kupries tags: trunk
2010-03-13
07:01
* testutilities.tcl: Added constraint for 8.4-. check-in: 0ae3174d4f user: andreas_kupries tags: trunk
2010-03-10
17:15
Fix minor typo in description of cmdline::getopt check-in: 3f82fb4279 user: eee tags: trunk
2010-02-15
20:49
Copyright update. check-in: 550eb9b80a user: droll tags: trunk
2010-02-11
21:50
TEPAM module checkin check-in: cc7ad9accd user: droll tags: trunk
2010-02-05
22:29
* checker.tcl: Gave the checking layer access to dt_file, * doctools.tcl: and extended it to provide the file name * doctools.man: as part of the location information in * doctools.test: errors and warnings. Bumped version to * pkgIndex.tcl: 1.4.6. check-in: 4abba31be1 user: andreas_kupries tags: trunk
2010-02-04
20:05
* doctools.tcl: Extended with new plugin API command * doctools.man: [dt_mainfile], which always returns * doctools_plugin_apiref.man: the toplevel file currently * pkgIndex.tcl: processed, in contrast to [dt_file] which returns the currently processed file, which may be included. Bumped version to 1.4.5. * mpformats/fmt.html: Fixed bug in inter-document link generation caused by computing links relative to the active (include) file, instead of the toplevel. check-in: cb76a4ae5c user: andreas_kupries tags: trunk
2010-01-20
18:22
* ftpd.tcl (::ftpd::command::RNTO): [Bug 2928355]: Fixed the missing import of the server's state array, reported by Martin <[email protected]>. check-in: adc4e1178e user: andreas_kupries tags: trunk
18:15
* ftpd.tcl (::ftpd::config): [Bug 2935339] [Patch 2935347]: * ftpd.man: Applied the patch by Keith Vetter * pkgIndex.tcl: <[email protected]>, fixing the non-idempotency of the config command. Bumped the package version to 1.2.5. check-in: a78b62a934 user: andreas_kupries tags: trunk
2010-01-19
20:21
* csv.tcl (::csv::read2queue): [Bug 2926387]: Fix use of wrong * csv.test: variable when handling multi-line fields reported by * csv.man: Jeff Rogers <[email protected]>. Extended * pkgIndex.tcl: testsuite. Bumped version to 0.7.2. * 2926387.csv: <New file>, for the new tests. check-in: 0b92f00a1e user: andreas_kupries tags: trunk
2010-01-17
11:22
Fixed bug 2933130 - problem in procedure tlt. Version is 0.2.1 check-in: 7e0e1315e7 user: arjenmarkus tags: trunk
2009-12-17
14:35
to check versions with using [package vcompare] wrote a provision about which huddle lib needs dict check-in: 57bd19307c user: kanryu6 tags: trunk
2009-12-11
18:22
* random.man: [Bug 2912295]: Renamed to simulation_random.man, to prevent conflict with Memchan's random.n manpage. check-in: a0b5ffd8e0 user: andreas_kupries tags: trunk
2009-12-10
17:48
* json.tcl: [Patch 2909962]: Accepted rewrite of the json parser * json.man: internals by Thomas Maeder * pkgIndex.tcl: <[email protected]>. The new (regex-based) parser is considerably faster than the previous implementation. Bumped version to 1.1. check-in: c367e764da user: andreas_kupries tags: trunk
2009-12-09
18:31
* doctools.tcl: Bumped version to 1.4.4. * doctools.man: * pkgIndex.tcl: * mpformats/fmt.html: Extended to support the engine variable * doctools.test: 'raw' (boolean flag). The default is off, causing the engine to generate the full html, as usual. If set, the engine will generate only the HTML normally between the <body> and </body> tags, excluding these two tags. This allows for easier embedding of the result in other HTML. Thanks to Jos DeCoster for the idea. Extended the testsuite to cover raw mode results. * mpformats/fmt.wiki: Thanks to Jos DeCoster for updating the Wiki * tests/wiki/00: formatter to generate text making better use of * tests/wiki/01: Wikit's new features, and also fixing bugs in the * tests/wiki/02: use of the older features. Updated test results. * tests/wiki/03: * tests/wiki/04: * tests/wiki/05: * tests/wiki/06: * tests/wiki/07: * tests/wiki/08: check-in: ff8f12a88f user: andreas_kupries tags: trunk
2009-12-08
21:16
* support/devel/sak/test/run.tcl (CaptureFailureCollectBody, CaptureFailureCollectError): Fixed issue with test result capture on failure. We failed on the capture of failure due to unexpected return codes, because the output syntax is different for that compared to failure due to result differences. Code has been added to recognize and capture this other syntax. check-in: c10e82160f user: andreas_kupries tags: trunk
21:00
* support/devel/sak/test/run.tcl: Extended the test framework to * support/devel/all.tcl: record time per .test file, count of tests per file, enabling it to compute a speed (microseconds per test), as a rough and crude benchmark of where we may have performance problems with either packages or tests. check-in: f972c01971 user: andreas_kupries tags: trunk
2009-12-07
17:39
Added README for 1.12, and tagged the ChangeLogs check-in: b2ac34c93f user: andreas_kupries tags: trunk, release, tcllib-1-12
2009-12-04
17:37
* math.man: [Bug 1998628]. Accepted fix by Arjen Markus, with * math.tcl: modifications. Extended testsuite. Bumped version * math.test: to 1.2.5. * pkgIndex.tcl: check-in: 9b9c2231fb user: andreas_kupries tags: trunk
2009-12-03
20:03
* support/devel/sak/readme/readme.tcl: Strip trailing whitespace from the table formatted parts of the generated readme. check-in: 7f20395dd4 user: andreas_kupries tags: trunk
20:00
Better .pcx check-in: e23a92ddf4 user: andreas_kupries tags: trunk
19:59
* tar.man: [Patch 2840147]. Applied. New options -prefix and * tar.tcl: -quick for tar::add. -prefix allows specifying a * tar.pcx: prefix for filenames in the archive, and -quick 1 * pkgIndex.tcl: changes back to the seek-from-end algorithm for finding the place where to add the new files. The new default scans from start (robust). Bumped version to 0.6. check-in: fc284ec412 user: andreas_kupries tags: trunk
2009-12-01
21:03
* New modules 'virtchannel_{core,base,transform}' with packages providing core services to reflected channels and transformations, and basic reflected channels, and transforms. This is in essence the example code for the paper I presented at Tcl'2009 in Portland (Reflected and Transformed Channels). * support/installation/modules.tcl: New modules 'virtchannel_*'. * New module 'virtchannel_core', with core classes for virtual channels aka reflected channels. TclOO based. * New module 'virtchannel_base', providing classes implementing various virtual channels aka reflected channels. TclOO based. * New module 'virtchannel_transform, providing classes implementing various channel transformation. TclOO based. check-in: 37e484d9af user: andreas_kupries tags: trunk
2009-11-30
16:47
Bumped the tcllibc umbrella package to version 0.3.7 for struct::stack 1.4 changes. check-in: 86ec254224 user: andreas_kupries tags: trunk
2009-11-26
04:42
* graph_tcl.tcl: Fixed mismatches due to the 2009-11-03 change. * graph/tests/command.test: * pkgIndex.tcl: Extended struct::stack with convenience methods * stack.man: 'get' and 'trim', to get whole stack, and alternate * stack.tcl: argument specification of 'pop'. Bumped version to * stack_tcl.tcl: 1.4. * stack.testsuite: * stack/m.c: version * stack/m.h: * stack/ms.c: * stack/ms.h: * stack/s.c: * stack/s.h: check-in: 999794e1c4 user: andreas_kupries tags: trunk
2009-11-25
04:42
* support/devel/sak/note/cmd.tcl: Extended note command to show * support/devel/sak/note/note.tcl: saved hints when called without arguments. check-in: e11da1c070 user: andreas_kupries tags: trunk
04:41
* json_write.tcl: New package 'json::write', supporting the * json_write.test: generation of text in JSON format. * json_write.man: Package version 1. * json_write.pcx: * pkgIndex.tcl: check-in: 6a47bc5353 user: andreas_kupries tags: trunk
2009-11-24
21:27
* fileutil.tcl: Extended the doctools/toc/idx detector with * fileutil.man: checks for inclusion and exclusion markers * pkgIndex.tcl: allowing the user to force acceptance or rejection of files for complex situations (like an include file looking like a doctools main file but not bein so, and the converse, a main file lacking the regular marker, which is hidden in an included file). Bumped to version 1.14.2. check-in: e86f0771b9 user: andreas_kupries tags: trunk
05:53
* support/installation/modules.tcl: Fix issue with examples for logger, * support/installation/actions.tcl: which did not fit the expectations of action _exa, which assumed the module name, which is 'log'. Instead of wrestling CVS into renaming the directory a new action is made which takes the actual name as argument. check-in: 396691d927 user: andreas_kupries tags: trunk
04:58
* support/devel/sak/note/cmd.tcl: New sak commands 'note' and 'readme' * support/devel/sak/note/help.txt: for semi-automatic generation of * support/devel/sak/note/note.tcl: the release README.txt from * support/devel/sak/note/pkgIndex.tcl: current and last package * support/devel/sak/note/topic.txt: versions, and note'd hints. * support/devel/sak/readme/cmd.tcl: * support/devel/sak/readme/help.txt: * support/devel/sak/readme/pkgIndex.tcl: * support/devel/sak/readme/readme.tcl: * support/devel/sak/readme/topic.txt: check-in: c8b0d22de5 user: andreas_kupries tags: trunk
04:53
After review fixed a few out-of-sync version numbers. check-in: 646d9addc0 user: andreas_kupries tags: trunk
04:52
* do.test: Fixed result difference between 8.5/8.6. check-in: 7f2c496855 user: andreas_kupries tags: trunk
2009-11-23
23:04
* import_json.tcl: Added pragma to tell sak.tcl that the 'package provide dict' is a fake. check-in: 6c06e1fec9 user: andreas_kupries tags: trunk
2009-11-17
11:30
Solve bug #1623653 regarding pointInsidePolygon - a corner case check-in: c9173c8f3a user: arjenmarkus tags: trunk
08:39
Bumped version of statistics package to 0.6.3 check-in: a8e550b5d7 user: arjenmarkus tags: trunk
2009-11-16
23:52
* main2.tcl (::snit::RT.typemethod.destroy) (::snit::RT.typemethod.info.instances): * main1.tcl (::snit::RT.typemethod.info.instances) (::snit::RT.typemethod.destroy): [Bug 2898640]. Fixed handling of * snit.tcl: unrelated namespaces by restricting the set of * snit2.tcl: children to look at. Bumped versions of v1 and v2 to * pkgIndex.tcl: 1.4.1 and 2.3.1 respectively. * snit.man: check-in: 034597aca7 user: andreas_kupries tags: trunk
17:17
Fixed bug with beta distribution (could generate very small numbers) check-in: 4359d83d5c user: arjenmarkus tags: trunk
2009-11-15
05:50
* container.test: Fixed up typos in comments refering to keyword * export.tcl: indices, while the packages are all about tables of * export_doctoc.tcl: contents. Unchanged functionality, version * export_doctoc.test: left unchanged. * export_html.tcl: * export_html.test: * export_json.tcl: * export_json.test: * export_nroff.tcl: * export_nroff.test: * export_text.tcl: * export_text.test: * export_wiki.tcl: * export_wiki.test: * import.tcl: * import_doctoc.tcl: * import_json.tcl: * include/export/config/doctoc.inc: * include/export/config/html.inc: * include/export/config/nroff.inc: * include/export/plugin.inc: * include/import/plugin.inc: * parse.tcl: * tests/container: * tests/export: * tests/import: check-in: 913aadb137 user: andreas_kupries tags: trunk
2009-11-11
18:23
* apps/dtplite: Updated the requirements to force use of doctools v1, this app is not doctools v2 ready yet. check-in: 2747e1471a user: andreas_kupries tags: trunk
2009-11-10
21:08
* support/devel/sak/validate/cmd.tcl: Extended argument processing * support/devel/sak/validate/manpages.tcl: of the validation command * support/devel/sak/validate/syntax.tcl: to enable a user to specify * support/devel/sak/validate/testsuites.tcl: which version of Tcl * support/devel/sak/validate/validate.tcl: to check against. Plus * support/devel/sak/validate/versions.tcl: fix to handle modules without manpages. check-in: 3703d4e741 user: andreas_kupries tags: trunk
21:04
* modules/coroutine: New module 'coroutine' providing to coroutine utility packages for easier use of channel operations. These packages are for Tcl 8.6+. * support/installation/modules.tcl: New module 'coroutine'. check-in: 6f8e36d137 user: andreas_kupries tags: trunk
2009-11-04
17:51
* comm.tcl (::comm::commCollect): [Bug 2890743]. Replaced * comm.man: lindex/lreplace with a procedure emulating lindex's * pkgIndex.tcl: behaviour pre Tcl 8, i.e. it needs only the first word to be a proper list element to parse it ouf the buffer. Bumped package version to 4.6.1. check-in: b99d55eba1 user: andreas_kupries tags: trunk
2009-11-03
17:38
Typo. check-in: ecdc7fcfba user: andreas_kupries tags: trunk
17:38
* graph/tests/XOpsSetup: [Bug 2811747]: Removed the import of * graph/tests/Xsetup: command struct::graph into the global * graph/tests/Xsupport: namespace in the testsuite, and updated * graph/tests/arcs.test: all users. This prevents the masking * graph/tests/command.test: of scope errors in the graph::op * graph1.test: package when its testsuite is run. check-in: 30461e61e8 user: andreas_kupries tags: trunk
2009-11-02
18:04
* snit.tcl: Bumped versions of v1 and v2 to 1.4 and 2.3 * snit2.tcl: respectively, taking the backward compatible * snit.man: API changes to validation types into account. * pkgIndex.tcl: check-in: fcdc38eaf8 user: andreas_kupries tags: trunk
17:57
* stringprep.man: Updated version numbers in the documentation * stringprep_data.man: as well. check-in: 4981980e68 user: andreas_kupries tags: trunk
00:26
Applied patch from Sergei Golovan to fix some failing tests. check-in: 97e1335573 user: patthoyts tags: trunk
2009-10-31
19:53
Snit validation types now return the validated value, and throw -errorcode INVALID on error. check-in: a896976de0 user: duquette tags: trunk
2009-10-27
21:17
* fa.man: Noted that the implementation could be simplified by * fa.tcl: using snit's hierarchical methods. The changed methods * pkgIndex.tcl: are 'start', 'final', 'symbol', and 'state'. * tests/fa_final.test: Updated the testsuite, the error messages * tests/fa_state.test: changed across branches of Tcl. Bumped * tests/fa_symbol.test: version to 0.4 (Due to us bumping the required snit to 1.3+). check-in: a2c289f69c user: andreas_kupries tags: trunk
20:37
Fixed typo in changelog entry. check-in: d3fc566260 user: andreas_kupries tags: trunk
20:27
* log.man: Flush writes to the log channel. Bumped to * log.tcl: version 1.3. * pkgIndex.tcl: check-in: c14633ddb3 user: andreas_kupries tags: trunk
20:17
* wip.tcl: Made sure that wip classes are in the global * wip2.tcl: namespace. check-in: 2c0fd8a3d8 user: andreas_kupries tags: trunk
20:15
* sha256.h: Made the uint*_t typedef's conditional to prevent their use on hpux-ia64. There they are in conflict with the definitions in the system header _inttypes.h. check-in: 51913b245e user: andreas_kupries tags: trunk
19:16
* fileutil.tcl (::fileutil::stripPath): [Bug 2872536]. Fixed both * fileutil.man: issues. Compare the canonical list representations * pkgIndex.tcl: for the \\bar problem, and separate $prefix from * strip.test: '*' by a space to prevent matching on a partial path segment. Thanks to Ashok P. Nadkarni <[email protected]> for the report. Bumped the version to 1.14.1. Extended the testsuite. * pathops.test: Cleaned up some win vs unix issues in the tests. check-in: 1a5bf50baa user: andreas_kupries tags: trunk
2009-10-22
18:19
Fixed bug #2881739 - subtle error in computing the cubic splines' coefficients check-in: fd74a7cdcb user: arjenmarkus tags: trunk
2009-10-14
16:28
add file header and copyright check-in: 34f917fa76 user: afaupell tags: trunk
16:24
gdocs: rename list to doclist to avoid conflicts return a tdom handle instead of raw add upload example make auth source argument optional gcal: make auth source argument optional check-in: 79c675fdaa user: afaupell tags: trunk
06:05
2009-10-14 Aaron Faupell <[email protected]> * rest.tcl: add -- to denote end of options add body types "arg" and "mime_multipart" fix typo bug in option parsing make %variable substitution occur for content-type make content-type in header config override http module fix problem with unset option dont append ? to urls unless there are parameters following add basic google docs api check-in: ecd95578e7 user: afaupell tags: trunk
2009-10-06
20:07
* fileutil.test: Added fixes to test cleanups, to prevents errors * inplace.test: when the testsuite is only run partially. * test.test: check-in: 426e677c0a user: andreas_kupries tags: trunk
2009-09-29
07:28
* snit.test: Updated to handle changes in command error messages done in Tcl 8.6+. check-in: 1659adbbcf user: andreas_kupries tags: trunk
07:07
* pop3d.test: Fixed typos in expected results, the socket command comes back fully qualified. check-in: 1384821ffe user: andreas_kupries tags: trunk
2009-09-28
23:06
* support/devel/sak/test/run.tcl (::sak::test::run::CaptureStack): Fix missing variable declaration, and tweak generated output a bit. check-in: 2ade753dbb user: andreas_kupries tags: trunk
22:42
Grr. Fix last commit, one needed change was undone. check-in: 8d71487e91 user: andreas_kupries tags: trunk
22:39
* support/devel/sak/test/run.tcl (Do): Reworked a bit to save captured error stacks and failed tests (body, actual, expected) into separate log files for quick access. check-in: 1e60289bec user: andreas_kupries tags: trunk
21:59
* snit.man: Committed a long-standing fix to a bug in the * snit.tcl: last entry. Wrap the close commands into catch * snit2.tcl: to handle the possibility of the std channels * pkgIndex.tcl: not existing. Bumped versions to 1.3.4 and * main1_83.tcl 2.2.4. * main1.tcl: * main2.tcl: check-in: c4a7a3a7b7 user: andreas_kupries tags: trunk
21:03
* linalg.test: Switched the test setup back to 'regular' and also fixed the version information in the non-regular branch of the setup. check-in: 22bdb0437f user: andreas_kupries tags: trunk
20:44
* pop3.test: Moved the dialog setup for test pop3-7.0 into the test, to ensure that it is not run if TLS is not available. check-in: 166a5b48d4 user: andreas_kupries tags: trunk
2009-09-24
22:22
* list.test: [Bug 2557046]: Updated the testsuite to for changes to lassign and lrepeat in 8.6 (do nothing gracefully, and changes to error messages). Affected tests are either skipped or get conditional results. * tree.testsuite (tree-*-1.8): Pattern match the name, do not expect a particular id number (Depends on which previous tests have run, especially in graphops). check-in: 3846dac25c user: andreas_kupries tags: trunk
22:15
* testutilities.tcl: Added constraint for 8.6+. check-in: a596ef70df user: andreas_kupries tags: trunk
19:33
* The integration of Michal Antoniewski's (<[email protected]>) work on graph operations for GSoC 2009 is now complete, with all testsuites integrated and fixed up to handle both Tcl and C implementations of struct::graph, tree, set, etc., and some bugs uncovered by this work fixed as well. check-in: c03f2f179b user: andreas_kupries tags: trunk
19:30
* graphops.tcl (::struct::graph::op::WeightedKCenter): Fixed * graphops.man: object leak. Added the missing release of the * pkgIndex.tcl: Gi(SQ) in error case (no solution). Bumped * graphops.test: version to 0.11.3. Tweaked comment in testsuite regarding repetition. * graph/tests/XOpsControl: Added testsuite for weighted k-center. * graph/tests/ops/weightedkcenter.test: Testsuite for weighted k-center. Changes compared to GSoC result: - Test names extended with 'treeimpl'. - Indentation, line-endings - Several tests demonstrates how the result is influenced by node/arc ordering. Extended to accept the variations. This passes the testsuite for both tcl and critcl implementations of struct::graph. * graph/tests/ops/kcenter.test: Moved the custom matcher/verifier for * graph/tests/XOpsSupport: max-independent-set to shared file. * graph/tests/XOpsSetup: Simplified some setup procedures a bit. check-in: fe19798dab user: andreas_kupries tags: trunk
18:03
* graphops.tcl (::struct::graph::op::MaximumFlowByDinic): Fixed * graphops.man: object leak. Added the missing release of the * pkgIndex.tcl: residual graph generated in each iteration. Bumped version to 0.11.2. * graph/tests/XOpsControl: Added testsuite for Dinic Maximum Flow. * graph/tests/ops/dinicmaximumflow.test: Testsuite for Dinic Maximum Flow. Changes compared to GSoC result: - Test names extended with 'treeimpl'. - Indentation, line-endings - Added dictsort to force a canonical ordering on the results. - Results updated to be in the canonical ordering. This passes the testsuite for both tcl and critcl implementations of struct::graph. check-in: 5d5a841846 user: andreas_kupries tags: trunk
16:46
* graphops.man: [Bug 2800387]: Updated descriptions of Kruskal and Prim with time complexity information, tweaked terminology a bit (minimum _weight_ spanning tree), and noted the exceptional handling of 1-vertex components (they are not shown in the results). check-in: 754e712415 user: andreas_kupries tags: trunk
16:23
* graph.man: Added method 'arc nodes' to the Tcl and C * graph.tcl: implementations. Extended testsuite and * graph_tcl.tcl: documentation. Bumped package to * graph/methods.c: version 2.4. Bumped the tcllibc * graph/objcmd.c: umbrella package to version 0.3.6. * graph/tests/arc/nodes.test: * graph/tests/command.test: * graph/tests/Xcontrol: * pkgIndex.tcl: * ../tcllibc.tcl: check-in: 298372754c user: andreas_kupries tags: trunk
2009-09-23
20:56
* graphops.tcl (::struct::graph::op::MinimumDegreeSpanningTree): Stop search+insertion loop after it has added the candidate arc. (::struct::graph::op::MinimumDiameterSpanningTree): Fix two object leaks. * graph/tests/XOpsControl: Added testsuite for Min D Spanning Trees. * graph/tests/ops/mdst.test: Testsuite for MDST. Blocking Flow. Changes compared to GSoC result: - Test names extended with 'treeimpl'. - Indentation, line-endings - Added undirected to force a canonical ordering on the results. - Results updated to be in the canonical ordering. - Several tests demonstrates how the result is influenced by node ordering. Extended to accept the variations. This passes the testsuite for both tcl and critcl implementations of struct::graph. check-in: d670eccdc6 user: andreas_kupries tags: trunk
18:36
* graphops.tcl (::struct::graph::op::BlockingFlowByMKM): Fixed * graphops.man: object leak. Added the missing release of the * pkgIndex.tcl: LevelGraph on exceptional return (No path between nodes s and t). Bumped version to 0.11.1. * graph/tests/XOpsControl: Added testsuite for MKM Blocking Flow. * graph/tests/ops/mkmblockingflow.test: Testsuite for MKM Blocking Flow. Changes compared to GSoC result: - Test names extended with 'treeimpl'. - Indentation, line-endings - Added dictsort to force a canonical ordering on the results. - Results updated to be in the canonical ordering. This passes the testsuite for both tcl and critcl implementations of struct::graph. check-in: 1e90dd21e0 user: andreas_kupries tags: trunk
2009-09-22
22:52
* graph/tests/XOpsControl: Added testsuite for Dinic Blocking Flow. * graph/tests/ops/dinicblockingflow.test: Testsuite for Dinic Blocking Flow. Changes compared to GSoC result: - Test names extended with 'treeimpl'. - Indentation, line-endings - Added dictsort to force a canonical ordering on the results. - Results updated to be in the canonical ordering. This passes the testsuite for both tcl and critcl implementations of struct::graph. check-in: 7ce188be80 user: andreas_kupries tags: trunk
20:30
* graph/tests/XOpsControl: Added testsuite for k-center. * graph/tests/ops/kcenter.test: Testsuite for k-center. Changes compared to GSoC result: - Test names extended with 'treeimpl'. - Indentation, line-endings - Several tests demonstrates how the result is influenced by node ordering. Extended to accept the variations. - Custom matcher/verifier for max-independent-set. Note: SETUP_KCENTER_1 is not creating a complete graph, violating the pre-conditions of the algorithm. This affects test cases 1.3 - 1.6, it is not clear if their results are correct in general. This passes the testsuite for both tcl and critcl implementations of struct::graph. * graph/tests/XOpsSetup: Re-indented, some notes added, loop conditions tweaked. check-in: 2a0934e06b user: andreas_kupries tags: trunk
17:57
* graph/tests/XOpsControl: Added testsuite for vertex cover. * graph/tests/ops/verticescover.test: Testsuite for vertex cover. Changes compared to GSoC result: - Test names extended with 'treeimpl'. - Indentation, line-endings - Several tests demonstrates how the result is influenced by node ordering. Extended to accept the variations. This passes the testsuite for both tcl and critcl implementations of struct::graph. check-in: ab5e1827a4 user: andreas_kupries tags: trunk
2009-09-21
23:48
* graph/tests/XOpsControl: Added the testsuites for metrictsp, christofides and tspheuristics. * graph/tests/ops/metrictsp.test: Testsuite for metrictsp. * graph/tests/ops/christofides.test: Testsuite for christofides. * graph/tests/ops/tspheuristics.test: Testsuite for tspheuristics. Changes compared to GSoC result: - Test names extended with 'treeimpl'. - Indentation, line-endings - Conversion to v2 syntax, and cleanup of resource handling. - Updated results for different implementations, sorting. * graph/tests/XOpsSetup (SETUP_TSPHEURISTIC_1): Fixed growing cycle list throwing of repeated execution of the same test. * graph/tests/Xsupport: Added helper commands for the test cases of the various metric tsp commands (canonical tours, ...). * graph/tests/Xsetup (tmSE): Added result selection based on implementation of struct::set. * graphops.tcl (::struct::graph::op::MetricTravellingSalesman): Fixed problem in algorithm for asymmetric TSP, selecting the tour in the wrong (higher-weight) direction. The Fleury underneath does not care about arc direction. (::struct::graph::op::Christofides): Dropped superfluous variable and fixed M+T operation. The matching does not care about arc direction, and we have insert anti-parallel arcs to avoid any existing. (::struct::graph::op::isEulerian?): Extended API to return tour start. Computable from the arcs, but not easy. Better to get it from the algorithm which knows by definition. (::struct::graph::op::findHamiltonCycle): Get tour start from isEulerian, and drop bogus computation from the tour arcs. (::struct::graph::op::createTGraph): Moved graph creation after error check to avoid a leak when the check fails. * graphops.man: Bumped version to 0.11 * pkgIndex.tcl: (isEulerian API extension, plus bugfixes). check-in: 78e60eeefe user: andreas_kupries tags: trunk
2009-09-17
20:30
* csv.man: [Bug 2860843]. Fixed two documentation typos reported by Larry Virden <[email protected]> check-in: 618c511ec7 user: andreas_kupries tags: trunk
19:47
* queue/m.c (qum_PEEK): Convert C99/C++ comment to C89 comment. Some unix compilers, like AIX are strict C89 and fail on this. check-in: efaf1de6ee user: andreas_kupries tags: trunk
2009-09-16
22:54
* graph/tests/XOpsControl: Added testsuite for maxcut. * graph/tests/ops/maxcut.test: Testsuite for maxcut. Changes compared to GSoC result: - Test names extended with 'treeimpl'. - Indentation, line-endings - test 1.4 demonstrates not only how the heuristic can run into local optimum, but also how the result is influenced by node ordering, critcl implementation gives optimal solution instead, now accepted. This passes the testsuite for both tcl and critcl implementations of struct::graph. check-in: e6fdb03139 user: andreas_kupries tags: trunk
18:51
* graphops.tcl: Fixed indentation, and removed trailing whitespace. * graph/tests/XOpsControl: Added testsuite for BFS. * graph/tests/ops/bfs.test: Testsuite for breadth-first search. Changes compared to GSoC result: - Test names extended with 'treeimpl'. - Added dictsort and lsort to force a canonical ordering on results. Where sorting was not possible we provide the two valid results for Tcl and Critcl implementations. - Results updated to be in the canonical ordering. - Indentation, line-endings This passes the testsuite for both tcl and critcl implementations of struct::graph. check-in: 9b4fb2389a user: andreas_kupries tags: trunk
2009-09-15
21:08
* graph/tests/XOpsControl: Added new testsuites. * graph/tests/ops/busackergowen.test: Changes like for edmondskarp.test, i.e. equivalent data leakage bugs (1.4-1.6). * graph/tests/ops/edmondskarp.test: Ditto, plus conversion of a few tests to tcltest v2 form, to make the setup and cleanup of resources more explicit, fixing data leakage between tests (FF-1.5-1.9), and fixing test results of these. First actual bug fixes. * graph/tests/ops/adjlist.test: Ditto, except this one is using a custom sorting command. * graph/tests/ops/floydwarshall.test: Ditto. * graph/tests/ops/johnsons.test: Ditto. * graph/tests/ops/bellmanford.test: New testsuite for bellman-ford algorithm. Changes compared to GSoC result: - Test names extended with 'treeimpl'. - Added dictsort to force a canonical ordering on the results. - Results updated to be in the canonical ordering. - Indentation, line-endings This passes the testsuite for both tcl and critcl implementations of struct::graph. check-in: c98a428bed user: andreas_kupries tags: trunk
19:24
* graphops.tcl: Starting on the integration of Michal * graphops.man: Antoniewski's (<[email protected]>) work on * graphops.test: graph operations for GSoC 2009. Added all * graphops.man: operations, and their documentation. Version * graphops.tcl: bumped to 0.10. The graphops package now requires * graphops.test: Tcl 8.5. The testsuite requires tcltest v2. * pkgIndex.tcl: Extended setup commands for upcoming new tests. * graph/tests/XOpsSetup: The package and tests now require * graph/tests/ops/adjmatrix.test: struct::tree, another package * graph/tests/ops/bipartite.test: with acceleration via critcl. * graph/tests/ops/bridge.test: Testsuite updated to switch its * graph/tests/ops/componentof.test: implementations well. The * graph/tests/ops/components.test: testsuites for the new * graph/tests/ops/connected.test: commands will be added * graph/tests/ops/cutvertex.test: incrementally over the next * graph/tests/ops/diameter.test: days. * graph/tests/ops/dijkstra.test: * graph/tests/ops/distance.test: * graph/tests/ops/eccentricity.test: * graph/tests/ops/eulerpath.test: * graph/tests/ops/eulertour.test: * graph/tests/ops/kruskal.test: * graph/tests/ops/maxmatching.test: * graph/tests/ops/prim.test: * graph/tests/ops/radius.test: * graph/tests/ops/tarjan.test: check-in: 42c21b6c75 user: andreas_kupries tags: trunk
04:00
* graph/filter.c: Fixed bug in 'arcs -adj' implementation. Wrong * graph/tests/arcs.test: range check. Extended testsuite. Bumped * ../tcllibc.tcl: version of tcllibc containing this fix to 0.3.5. check-in: 34e6074f20 user: andreas_kupries tags: trunk
03:47
* graphops.tcl: Destroy internal temporary object on internal * graphops.man: error. Bumped version to 0.9.2. * pkgIndex.tcl: * graph/tests/ops/eulerpath.test: Converted to tcltest v2 form. * graph/tests/XOpsControl: Added sourcing of the support code needed when the graphops testsuite is run standalone. check-in: 49146e2480 user: andreas_kupries tags: trunk
2009-09-14
17:10
* fileutil.tcl: Renamed the internal command 'LexNormalize' to * fileutil.man: 'lexnormalize' and documented it, making it * pkgIndex.tcl: public. Bumped version to 1.14. This closes and accepts the feature request [SF Tcllib Bug 2855302]. Tests are currently only indirect, through testing of commands 'jail' and 'relativeUrl'. check-in: 9df261291a user: andreas_kupries tags: trunk
2009-08-21
04:26
Small improvement in the code of interval-mean-stdev: removed local variable with intermediate result check-in: 8791aec88c user: arjenmarkus tags: trunk
2009-08-12
18:22
Solved bug in interval-mean-stdev (SF-bug 285712). Version now 0.6.2 check-in: 57fb4752a6 user: arjenmarkus tags: trunk
2009-08-11
22:52
Fix bogosity introduced by the commit 4 days ago, idx -> toc weirdness check-in: d50263b94f user: andreas_kupries tags: trunk
2009-08-07
18:53
* export_docidx.tcl: Added missing '@mdgen NODEP' hints for the * export_html.tcl: pseudo-packages 'doctools::idx::export::plugin' * export_json.tcl: and 'doctools::idx::import::plugin' to keep them * export_nroff.tcl: out of the requirements listed in the meta data. * export_text.tcl: * export_wiki.tcl: * import_docidx.tcl: * import_json.tcl: check-in: 495050283b user: andreas_kupries tags: trunk
18:52
* export_doctoc.tcl: Added missing '@mdgen NODEP' hints for the * export_html.tcl: pseudo-packages 'doctools::toc::export::plugin' * export_json.tcl: and 'doctools::toc::import::plugin' to keep them * export_nroff.tcl: out of the requirements listed in the meta data. * export_text.tcl: * export_wiki.tcl: * import_doctoc.tcl: * import_json.tcl: check-in: b9ef76851e user: andreas_kupries tags: trunk
2009-07-23
17:03
* doctools.tcl: Fixed @mdgen instructions, added forgotten ownership reference to man.macros. See ActiveState Bug 83781, reported by Nicolas Castagne. Bumped to version 1.4.3. * docidx.tcl: See above, bumped to version 1.0.3. * doctoc.tcl: See above, bumped to version 1.1.2. check-in: 60e63819e6 user: andreas_kupries tags: trunk
2009-07-14
19:47
Fixed a bug regarding scalars in the linear algebra module. Revised some code in the BasicStats procedure. check-in: c23177420e user: arjenmarkus tags: trunk
04:29
Implemented more robust method for basic statistics check-in: c7c0a647b4 user: arjenmarkus tags: trunk
2009-07-10
16:33
* README.releasemgr: Added links to important places in the SourceForge site for managing Tcllib releases and uploading files (WebDAV), to avoid the ever more byzantine link sequences needed to find them on their site. check-in: f7f587714c user: andreas_kupries tags: trunk
16:25
* graphops.tcl (::struct::graph::op::TarjanSub): * graphops.tcl (::struct::graph::op::isCutVertex?): * graphops.tcl (::struct::graph::op::Fleury): * pkgIndex.tcl: Fixed [Bug 2815302]. Replaced a number of uses of * graphops.man: struct::set subtract' with the proper 'struct::set exclude', as these places remove a single element, not a set. Use of the wrong method then breaks the code if elements (node/arc names) with whitespace in them is used. Bumped version to 0.9.1. check-in: 746fd7f965 user: andreas_kupries tags: trunk
2009-06-22
23:07
* main1.tcl: Fix handling of hierarchical typemethods for missing * main1_83.tcl: subcommands. If a toplevel hmethod is not found * main2.tcl: we can assume it to be an instance name and do an * pkgIndex.tcl: implicit 'create' of it. If the toplevel hmethod * snit.tcl: hass already been accepted however a missing submethod * snit2.tcl: has to error out, an implicit create is not possible * snit.test: any longer. Extended the testsuite to cover this case. Bumped the package versions to 2.2.3, and 1.3.3. check-in: ebde68422f user: andreas_kupries tags: trunk
18:21
* tree_tcl.tcl (::struct::tree::_swap): Removed code which flipped the attributes around. This is wrong. They stay with their nodes, per the node name. Thanks to Tom Krehbiel for the report. * tree.testsuite : Extended with a test for method swap which checks that the attributes of the nodes are handled correctly. * pkgIndex.tcl: Bumped to version 2.1.2. * tree.tcl: check-in: 7bb110eb56 user: andreas_kupries tags: trunk
2009-06-05
19:58
* jpeg.tcl (::jpeg::exif): Accepted (with slight changes) and * pkgIndex.tcl: applied patch by Matt Plumlee <[email protected]> * jpeg.man: to parse GPS data in the EXIF block. Bumped the package to version 0.3.5. This fixes [Bug 2801896]. check-in: f4dbd93fde user: andreas_kupries tags: trunk
19:36
* jpeg.man: Added binary settings to the thumbnail example. This fixes [Bug 2801587]. check-in: fb4c0a32ec user: andreas_kupries tags: trunk
2009-06-02
22:49
* README.developer: Extended with more information about the basic directory hierarchy and files to be found, testing and validating modules, writing of test cases, and documentation. check-in: 55956e154c user: andreas_kupries tags: trunk
2009-05-26
11:47
implove for single test check-in: db4cfa3c7c user: kanryu6 tags: trunk
11:45
* json.test: improved to compare dicts check-in: f9be279b7f user: kanryu6 tags: trunk
2009-05-24
03:26
To read uninitialized yaml::data(current), when there is not empty line or "---" at the beginning of yaml. check-in: fc59390525 user: kanryu6 tags: trunk
2009-05-19
18:05
Fixed typo in man page. check-in: cbaf53f727 user: eee tags: trunk
2009-05-13
21:49
bug 1966608 mismatched names in example check-in: 07e54ce149 user: afaupell tags: trunk
21:34
bug 1896363 move the destroy command to the per-connection section of the manual check-in: 48dc34dc8b user: afaupell tags: trunk
21:27
bug 2767679 unitialized return values in tar::stat and tar::contents check-in: de9d858a41 user: afaupell tags: trunk
18:21
old style archives denote directories with a trailing slash instead of the type field check-in: d1d2d879c1 user: afaupell tags: trunk
06:28
2009-05-12 Aaron Faupell <[email protected]> * tar.tcl: add support for reading pre-posix archives. if a file isnt writable when extracting, try deleting before giving up check-in: f5aaea66b4 user: afaupell tags: trunk
2009-05-07
01:12
Cleanup variables after initialization check-in: cb04fd1e1f user: patthoyts tags: trunk
01:10
Removed bad idiom for setting the interp result. check-in: b0bbc3b3c5 user: patthoyts tags: trunk
00:39
Fixed poor idiom setting interp result in critcl code check-in: b15278f491 user: patthoyts tags: trunk
00:35
Fixed object leak in the critcl implementation check-in: eb5549451a user: patthoyts tags: trunk
00:14
Fixed an object leak in the critcl implementation check-in: 17a1c6e823 user: patthoyts tags: trunk
2009-05-06
22:57
Fixed reference counting leak in the critcl implementation check-in: 7a4f42c1a0 user: patthoyts tags: trunk
22:46
The md5c command was leaking a Tcl_Obj on each call due to having one too many ref counts. Also use Tcl_Alloc rather than malloc. check-in: 2ba9a8f7a5 user: patthoyts tags: trunk
22:41
Remove unecessary read-type from Trf implementation and tidied the critcl code a little. Bump to 1.3.1. check-in: ee6ac22a0c user: patthoyts tags: trunk
2009-04-29
02:10
* container.test: Updated the nroff export plugin and related files * export.test: to new name of the nroff man.macros package. Bumped * export_nroff.tcl: to version 0.2. * export_nroff.test: * pkgIndex.tcl: * include/dependencies.inc: * include/export/format/nroff.inc: * include/export/plugin.inc: Made version info configurable * export_docidx.tcl: Version 0.1, unchanged * export_json.tcl: Version 0.1, unchanged * export_html.tcl: Version 0.1, unchanged * export_text.tcl: Version 0.1, unchanged * export_wiki.tcl: Version 0.1, unchanged * export_nroff.tcl: Bumped version to 0.2. check-in: fa96affb03 user: andreas_kupries tags: trunk
02:10
* container.test: Updated the nroff export plugin and related files * export.test: to new name of the nroff man.macros package. Bumped * export_nroff.tcl: to version 0.3. * export_nroff.test: * export_nroff.man: * pkgIndex.tcl: * include/dependencies.inc: * include/export/format/nroff.inc: check-in: 88798f9aef user: andreas_kupries tags: trunk
02:09
* paths.tcl: Fixed version mismatch. * nroff_manmacros.tcl: Renamed package (man.macros -> man_macros) * nroff_manmacros.man: to match the set of allowed characters in * tests/common: Tcl Module names. This fixes [Bug 2782256]. * pkgIndex.tcl: check-in: 50608deb0d user: andreas_kupries tags: trunk
2009-04-21
20:06
* cksum.tcl (::crc::CksumFinal): Added the missing 'unset state' * cksum.man: command which caused the memory leak reported by Phil * pkgIndex.tcl: Dietz <[email protected]> as [Bug 2686560]. Bumped version to 1.1.3. check-in: 5ba772097f user: andreas_kupries tags: trunk
16:47
* main1.tcl (::snit::Comp.Init): Close unused standard channels * main1_83.tcl (::snit::Comp.Init): to prevent the internal compile * main2.tcl (::snit::Comp.Init): interp from blocking a close/open * snit.tcl: dance to replace them in the main interp. Bumped the * snit2.tcl: packages to versions 1.3.2 and 2.2.2 respectively. * pkgIndex.tcl: check-in: 0b848ac288 user: andreas_kupries tags: trunk
2009-04-18
21:14
* Doctools version 2, processing tables of contents. check-in: 501be93a5a user: andreas_kupries tags: trunk
2009-04-17
23:20
fixed to parse last integer check-in: 74f5077d4b user: kanryu6 tags: trunk
05:42
* container.man: Fix version mismatch. * export_docidx.tcl: Fix version mismatch. * tests/container: Fix test names. check-in: 8d4cb78b9e user: andreas_kupries tags: trunk
05:41
* html.tcl: Fix version mismatch. * text.tcl: Fix version mismatch. * tests/common: Fix handling of directories. check-in: d3eba4b9b4 user: andreas_kupries tags: trunk
2009-04-14
23:00
*** empty log message *** check-in: 11b095a3ef user: kanryu6 tags: trunk
22:25
*** empty log message *** check-in: b473d5a3e9 user: kanryu6 tags: trunk
22:03
add "huddle compile" improve "huddle jsondump" check-in: 2c679ed385 user: kanryu6 tags: trunk
20:35
* pop3d.man: Updated documentation with example on how to use the option -socket to secure the server channel with TLS. * pop3d.tcl: Fixed typos in comments. check-in: 924fde093b user: andreas_kupries tags: trunk
20:31
* receiver.man: Added missing docs for the reception stream commands, and the missing keywords regarding secure transfer. * transmitter.man: Fixed typos in the documentation of the stream commands. check-in: fe89e36a1f user: andreas_kupries tags: trunk
04:39
* struct_tree.man: Fixed typo. check-in: c896533eb0 user: andreas_kupries tags: trunk
04:38
Fixed typo. check-in: 546458583c user: andreas_kupries tags: trunk
2009-04-13
22:33
Fix default port handling in new code. check-in: f0752bebd9 user: andreas_kupries tags: trunk
22:12
Reduced tls example. check-in: df03a0836d user: andreas_kupries tags: trunk
22:03
* pop3.tcl (::pop3::open): Extended to accept a new option * pop3.man: -socketcmd, through which the user can override the * pop3.test: way the connection is opened. Primary use is securing * pkgIndex.tcl: of the connection via SSL (package tls, command tls::socket). Updated documentation. Extended testsuite. Bumped package version to 1.7. check-in: 1e4e56a154 user: andreas_kupries tags: trunk
22:00
* dialog.tcl: Extended to allow dialog over a socket secured by SSL (via package tls). check-in: 54433351f5 user: andreas_kupries tags: trunk
20:33
* ip.tcl (::ip::IPv4?, ::ip::version): Corrected check for colons * tcllib_ip.man: (wrong order of arguments), and moved this check, * pkgIndex.tcl: a speed optimization from the look of it, into the main IPv4 test to be used everywhere. Bumped the package version to 1.1.3. Fixes [Bug 2123397]. check-in: 1f6ca18337 user: andreas_kupries tags: trunk
2009-04-10
23:46
* comm.tcl: Added option -socketcmd enabling users to override how * comm.man: a socket is opened. The envisioned main use is the * pkgIndex.tcl: specification of tls::socket to secure the * comm.pcx: communications. Version bumped to 4.6. Extended syntax * comm.test: definitions for tclchecker, and extended testsuite. check-in: fd0d559359 user: andreas_kupries tags: trunk
23:44
* ca.crt: New files, SSL/TLS certificates for use in testsuites. * ca.key: ca.* = Tcllib Certification Authority * ca.key.password: Receiver, Transmitter = Certificates for two * receiver.crt: sides of a communication channel. * receiver.key: * transmitter.crt: * transmitter.key: * README: Acknowledgement added for the SimpleCA software used to create the certificates. check-in: d887300bf8 user: andreas_kupries tags: trunk
06:55
* transmitter.tcl: Tweaked the result of the convenience * receiver.tcl: stream commands. * ../../examples/transfer/stransmit.tcl: New files, example of * ../../examples/transfer/sreceive.tcl: ssl-secured transfers. * ../../examples/transfer/certs: * connect.man: General face-lift, using a common structure for * copyops.man: the documentation of classes and objects. Moved * ddest.man: common text blocks into include files. Examples * dsource.man: added showing use of TLS. Added feedback sections * receiver.man: where missing, standardized on feedback.inc of * tqueue.man: doctools2base. * transmitter.man: * include/complete.inc: New files, shared blocks of text. * include/connect_options.inc: * include/connect_result.inc: * include/connect_result_ref.inc: * include/ddest_options.inc: * include/dsource_options.inc: * include/secure.inc: check-in: a779c54c90 user: andreas_kupries tags: trunk
2009-04-08
06:49
* ../../examples/transfer: New directory, and files, demonstrating the stream type methods. * copyops.tcl: Made transfer properly chunked for channels. * copyops.man: Bumped to version 0.2. * pkgIndex.tcl: * ddest.tcl: Cleanup of older snit constructs. Added -progress * ddest.man: option. Bumped to version 0.2 * pkgIndex.tcl: * receiver.tcl: Cleanup of older snit constructs. Added two * receiver.man: type methods for quick setup of fire-and-forget * pkgIndex.tcl: transfers. Bumped to version 0.2. * transmitter.tcl: Cleanup of older snit constructs. Added two * transmitter.man: type methods for quick setup of fire-and-forget * pkgIndex.tcl: transfers. Bumped to version 0.2. * connect.tcl: Cleaned up use of older snit constructs, replaced * pkgIndex.tcl: with modern usage. Added option -socketcmd to * connect.man: allow replacement of ::socket with anything compatible. The envisioned main use is the specfication of tls::socket. I.e. this option allows the creation of secure transfer channels, without making the package explicitly dependent on TLS. Bumped to version 0.2. check-in: c7a18901bb user: andreas_kupries tags: trunk
04:24
Corrected syntactical mistake in linear algebra documentation. Moved description of det and largesteigen to the proper section. check-in: 3d715c7a9c user: arjenmarkus tags: trunk
04:15
* include/export/plugin.inc: Made version info configurable * export_docidx.tcl: Version 0.1, unchanged * export_json.tcl: Version 0.1, unchanged * export_html.tcl: Bumped version to 0.2. * export_nroff.tcl: Ditto. * export_text.tcl: Ditto. * export_wiki.tcl: Ditto. check-in: af6d5bfbc9 user: andreas_kupries tags: trunk
04:10
* export_html.tcl: Fixed plugin API check. * export_nroff.tcl: Ditto. * export_text.tcl: Ditto. * export_wiki.tcl: Ditto, plus fix in file mapping. * pkgIndex.tcl: Bumped to version 0.2. check-in: 0bb9ba6a1d user: andreas_kupries tags: trunk
04:08
* export.man: Typo fixed. * import.man: Ditto. * introduction.man: Ditto. * include/msgcat.inc: Ditto. * include/export/config/html.inc: Ditto. * include/import/plugin.inc: Ditto. * import_docidx.tcl: Ditto. * import_json.tcl: Ditto. * tests/parse: Ditto. check-in: 53dd10c575 user: andreas_kupries tags: trunk
2009-04-06
17:40
Added two procedures by Michael Baudin (det and largesteigen) check-in: dfb98177e3 user: arjenmarkus tags: trunk
2009-04-01
19:50
* multiop.tcl (Copy): Fix special case with copying directories * multiop.man: where the source is one level to deep, or copy fails. * pkgIndex.tcl: Bumped version to 0.5.3. check-in: 6b646c1430 user: andreas_kupries tags: trunk
04:28
* Doctools version 2, index processing. check-in: 4d1ff6b88c user: andreas_kupries tags: trunk
04:27
* Doctools version 2, base packages. check-in: fe9c96958b user: andreas_kupries tags: trunk
2009-03-31
02:31
* checker.tcl (manpage): Added new markup command for document references (manpage). For now formatted like a 'term'. * doctools.tcl: Fixed handling of include files. Search relative * doctools.man: to processed file, and run the command through 'subst' first, to resolve embedded commands (vset uses). Bumped to version 1.4.2. * docidx.tcl: Fixed handling of include files. Search relative * docidx.man: to processed file, and run the command through 'subst' first, to resolve embedded commands (vset uses). Bumped to version 1.0.2 * doctoc.tcl: Fixed handling of include files. Search relative * doctoc.man: to processed file, and run the command through 'subst' first, to resolve embedded commands (vset uses). Bumped to version 1.1.1. * docidx_lang_syntax.man: Added notes about command arguments. check-in: d3dfc7baa2 user: andreas_kupries tags: trunk
02:14
* pluginmgr.tcl: Hook into the log system of the SafeBase to get * pkgIndex.tcl: more detailed error information when a plugin * pluginmgr.man: could not be loaded. Bumped to version 0.3 check-in: cb3d2aeb83 user: andreas_kupries tags: trunk
2009-03-23
20:10
* rest.man: Fixed all the reported syntax errors. Quick hack, large sections of the document were unformatted and not touched, I did not have the time to perform big cleanup. * rest.tcl: Fixed syntax error in parse_opts. check-in: 428e23e861 user: andreas_kupries tags: trunk
2009-03-22
01:00
2009-03-21 Aaron Faupell <[email protected]> rest.tcl: comment out debugging code which dumped the proc contents add rest::simple command for making simple requests change _format procs for format for easier use with simple calls add version to http package require add format as an alias to result config option if a transform is a single cmd it is called directly instead of creating a proc check-in: e55202b12c user: afaupell tags: trunk
2009-03-20
18:03
Increased version of linear algebra package to 1.1.1 check-in: 1e606f4673 user: arjenmarkus tags: trunk
18:00
Solved the bugs found by Michael Baudin in three test matrix procedures (thanks to his patches) check-in: 1c920dfeee user: arjenmarkus tags: trunk
2009-03-14
20:48
initial commit: basic couchdb bindings check-in: c71721eee8 user: afaupell tags: trunk
2009-03-12
02:22
2009-03-11 Aaron Faupell <[email protected]> rest.tcl: make http methods upper case add 301 to redirect errors check-in: 81c24b2be0 user: afaupell tags: trunk
2009-03-04
01:01
Clarify the use of the -seed option for incremental processing check-in: b22b500a90 user: patthoyts tags: trunk
2009-03-02
21:51
* wip.man: Made the use of 'wip' class in the snit macro * wip.tcl: 'wip::dsl' fully qualified to prevent mis-resolutions * wip2.tcl: of the name in case the user is a '...::wip' class * pkgIndex.tcl: itself. In snit say this would resolve to the user instead of the wip interpreter. Bumped the versions to 1.1.2 and 2.1.2 respectively. check-in: 1fbeb2ed09 user: andreas_kupries tags: trunk
18:35
* jpeg.tcl (::jpeg::imageInfo): Accepted and applied patch by * pkgIndex.tcl: Mikhail Teterin <[email protected]> to * jpeg.man: have imageInfo open the image only for reading. Bumped to version 0.3.4. This fixes [Bug 2646568]. check-in: 0e3d3e88f2 user: andreas_kupries tags: trunk
2009-02-25
17:08
add documentation links for twitter, delicious, yboss. fix metadata in man page check-in: da11f709cd user: afaupell tags: trunk
2009-02-18
05:16
Further replacements check-in: b1d3cc5391 user: arjenmarkus tags: trunk
05:15
Replaced deprecated markup in machineparameters.man check-in: 32e1840a69 user: arjenmarkus tags: trunk
2009-02-13
23:18
* fa.tcl: Fixed [SF Tcllib Bug 2595296], renaming of states * fa.man: having loop transitions. Bumped version to 0.3.1. * pkgIndex.tcl: Extended testsuite. * tests/fa_state.test check-in: 4556046a73 user: andreas_kupries tags: trunk
2009-02-12
05:42
* checker_toc.tcl: TOC language extended to allow empty tocs, empty * docidx.test: divisions, and the mixing of items and divisions at * doctoc.tcl: every level. Extended testsuite. Updated documentation. * doctoc.test: Bumped version to 1.1. Fixed bug in the documentation * doctoc_lang_cmdref.man: of markup command 'item' (arguments were * doctoc_lang_intro.man: missing). * doctoc_lang_syntax.man: * doctoc.man: * pkgIndex.tcl: check-in: 3bf1a26d75 user: andreas_kupries tags: trunk
03:10
* nmea.man: Added category information to manpage, put into 'Networking'. Regenerated support/devel/sak/doc/toc.txt. check-in: 37353081bb user: andreas_kupries tags: trunk
2009-02-10
22:57
Added missing ref to tcllib bug to last entry. check-in: 94d75b398c user: andreas_kupries tags: trunk
22:56
* checker_idx.tcl (index_end): Allow empty index (no keys). * docidx.tcl: Bumped package to vrsion 1.0.1. Updated the * docidx.test: documentation, where not already in alignment. * docidx_lang_intro.man: Extended testsuite. Fixed small typo * docidx_lang_syntax.man: orthogonal to this change. * pkgIndex.tcl: check-in: 59bb5f9dfb user: andreas_kupries tags: trunk
20:37
* htmlparse.tcl (::htmlparse::parse): Replaced the backslashed * htmlparse.man: placeholder \\win\\ with the more regular @win@, * htmlparse.text: to prevent quoting horrors. This fixes Glenn * pkgIndex.tcl: Jackman's [SF Tcllib Bug 2586112]. Bumped the package version to 1.3. check-in: 3ece8f445f user: andreas_kupries tags: trunk
18:11
* traverse.man: Fixed bug in the requirements, this package * traverse.tcl: needs fileutil (-> fullnormalize). Bumped * pkgIndex.tcl: version to 0.4.1. check-in: 9f9718790b user: andreas_kupries tags: trunk
2009-02-06
17:11
2009-02-06 Aaron Faupell <[email protected]> twitter: forgot to check this one in flickr: fixed some broken or incomplete calls check-in: a954cdaf64 user: afaupell tags: trunk
17:00
* support/installation/modules.tcl (Module): Put 'exif' on the exclude list, deprecating it. Use 'jpeg' instead to access the exif information block in images. check-in: 7cdc13439b user: andreas_kupries tags: trunk
05:34
Added new package by Michael Baudin: determining the parameters of floating-point numbers on the current machine check-in: 2a032196f3 user: arjenmarkus tags: trunk
2009-02-05
23:40
* fileutil.tcl (::fileutil::stripPath): Fixed handling * fileutil.man: of letter-case on windows, comparisons * strip.test: have to be case-insensitive. Bumped version * pkgIndex.tcl: to 1.13.6. See [SF Tcllib Bug 2499641]. check-in: 9b1842d2f2 user: andreas_kupries tags: trunk
19:37
2009-02-05 Aaron Faupell <[email protected]> rest.tcl: fix some errors regarding static args, the body command rest.man: add more documentation and examples. still needs formatting facebook: remove extraneous line in sign proc check-in: 6f9a61f8ee user: afaupell tags: trunk
03:27
initial commit check-in: 48c85238b4 user: afaupell tags: trunk
2009-01-30
04:56
* docidx.tcl: Extended the plugin APIs for all formats with a new * docidx_plugin_apiref.man: command "dt_read" to read a file's * doctoc.tcl: contents into a plugin. Modified the nroff plugins * doctoc_plugin_apiref.man: to inline the man.macros file into * doctools.tcl: their result instead of generating a * doctools.test: '.so man.macros' command. Stuart Cassoff * doctools_plugin_apiref.man: <[email protected]> did the * mpformats/_nroff.tcl: work and provided the patches as part of * mpformats/fmt.nroff: his effort on making a Tcllib OpenBSD port. * mpformats/idx.nroff: * mpformats/toc.nroff: check-in: ca25e1c78c user: andreas_kupries tags: trunk
04:18
* examples/bibtex/bibtex.tcl: Modified examples to assume that * examples/htmlparse/webviewer.tcl: they are run by a tclsh found * examples/irc/irc_example.tcl: on the PATH, and that this shell * examples/mapproj/tkmap.tcl: has access to the packages of * examples/math/bigfloat.demo.tcl: Tcllib required by the example. * examples/ntp/rdate.tcl: Stuart Cassoff <[email protected]> * examples/sasl/saslclient.tcl: provided by the patches as * examples/struct/diff.tcl: part of his work on making a Tcllib * examples/struct/diff2.tcl: OpenBSD port. * support/installation/modules.tcl: Added the examples for a number of modules to the installer. Patch by Stuart, see above. check-in: 5d2dcfed3e user: andreas_kupries tags: trunk
2009-01-29
06:26
* support/devel/sak/doc/cmd.tcl: Moved the main code for the * support/devel/sak/doc/doc.tcl: imake/ishow commands into a * support/devel/sak/doc/pkgIndex.tcl: separate package. Added a * support/devel/sak/doc/doc_auto.tcl: new command 'doc index' * support/devel/sak/doc/manpages.txt: which not only updates * support/devel/sak/doc/kwic.txt: 'manpages.txt', but also * support/devel/sak/doc/toc.txt: generates a keyword index ('kwic.txt'), and a table of contents ('idx.txt'). The first result are committed as part of this change. The newly generated files are in docidx and doctoc formats, respectively. check-in: be59fe1497 user: andreas_kupries tags: trunk
06:16
* apps/*.man: Added category information to the majority of man * modules/*/*.man: pages. check-in: 1221b5ecff user: andreas_kupries tags: trunk
06:07
* apps/dtplite: Added missing EOL to last line of the generated .toc and .idx files. Bumped version to 1.0.1 check-in: 370fc53c75 user: andreas_kupries tags: trunk
05:59
* tcldocstrip.dtx: Moved a number of documentation cleanup changes * docstrip.man: into the master DTX file, and added category * docstrip_util.man: information. check-in: 15737bf34a user: andreas_kupries tags: trunk
05:56
* checker.tcl: Fixed bug in handling 'category' command. Bumped * doctools.tcl: version to 1.4.1 * doctools.man: * pkgIndex.tcl: * changelog.man: Added 'category' information to all manpages. * cvs.man: * docidx.man: * docidx_intro.man: * docidx_lang_cmdref.man: * docidx_lang_faq.man: * docidx_lang_intro.man: * docidx_lang_syntax.man: * docidx_plugin_apiref.man: * doctoc.man: * doctoc_intro.man: * doctoc_lang_cmdref.man: * doctoc_lang_faq.man: * doctoc_lang_intro.man: * doctoc_lang_syntax.man: * doctoc_plugin_apiref.man: * doctools.man: * doctools_intro.man: * doctools_lang_cmdref.man: * doctools_lang_faq.man: * doctools_lang_intro.man: * doctools_lang_syntax.man: * doctools_plugin_apiref.man: * mpexpand.man: check-in: e62576a99c user: andreas_kupries tags: trunk
04:30
* pkgIndex.tcl: Bumped version to 2.4.1. * base64.man: * base64.tcl: check-in: 760264c7ac user: andreas_kupries tags: trunk
04:29
* base64.tcl: Define a number of transient variables in the namespace, to avoid creative-writing. Fixes [Bug 2538424]. check-in: bfd1570ef1 user: andreas_kupries tags: trunk
2009-01-19
19:39
Minor enhancement to the man page. check-in: 2882d9cdd4 user: eee tags: trunk
19:37
Minor enhancement to man page. check-in: fb88cb133c user: eee tags: trunk
2009-01-09
17:22
* nmea.man: Fixed manpage problems reported by 'sak.tcl doc validate nmea'. check-in: ab5d43174d user: andreas_kupries tags: trunk
06:49
2009-01-08 Aaron Faupell <[email protected]> nmea.tcl: lots of changes, bumped major ver to 1.0.0 - close_port and close_file become close - fixed some problems with automatic file reading - switched to registered events instead of specially named procs - added default and eof events - added configure command nmea.man: updated for new commands and clarity check-in: 1e8fea604e user: afaupell tags: trunk
2008-12-22
20:33
* log.man: Extended documentation a bit to tel about the levels * log.tcl: which are suppressed by default. Added comment to code to point from the first initialization to the second at the bottom of the file. Fixes [Bug 2418580]. check-in: cf40c38e2e user: andreas_kupries tags: trunk
2008-12-17
21:51
Applied RFE 2381524. Added msgcat::mc and -errorcodes to error messages. Version bumped to 0.9. check-in: cff1860c31 user: mic42 tags: trunk
2008-12-15
20:25
Tcllib 1.11.1 Release check-in: 1d34521bb3 user: andreas_kupries tags: trunk, release, tcllib-1-11-1
2008-12-13
04:04
Updated to latest changes in struct::graph. check-in: f9a48aee7f user: andreas_kupries tags: trunk
03:57
* graph_tcl.tcl (::struct::graph::_walk): Fixed post-order dfs * graph/tests/walk.test: problem [Bug 2420330] in Tcl side. * pkgIndex.tcl: Extended testsuite. Bumped to version 2.3.1 check-in: 2112e3f39f user: andreas_kupries tags: trunk
2008-12-12
05:01
Updated README with latest changes. check-in: 7b49f9abc8 user: andreas_kupries tags: trunk
04:57
* yencode.tcl: Fixed bug in the yencoder. Escaped characters * yencode.man: have to be rotated by 64 according to the yEnc * yencode.test: specification v1.3, not 42. Bumped version to * pkgIndex.tcl: 1.1.2. Updated tests. * uuencode.test: Better handling of loading 'tcllibc'. check-in: 33f29f89e7 user: andreas_kupries tags: trunk
2008-12-02
17:29
* fileutil.man: Fixed [Bug 2376321] (fileutil::TempDir, use * fileutil.tcl: of env(TRASHFOLDER) for OSX). Bumped version * pkgIndex.tcl: to 1.13.5. check-in: c32d2102d6 user: andreas_kupries tags: trunk
04:01
Fix typo in ChangeLogs made at the time of the 1.11 release. check-in: 28939404f0 user: andreas_kupries tags: trunk
2008-12-01
23:49
Added README for upcoming release. check-in: 376441a386 user: andreas_kupries tags: trunk
23:49
* doctools.tcl: New command in doctools language is extended API. * doctools.man: Bumped minor version, to 1.4. * pkgIndex.tcl: check-in: 849437740a user: andreas_kupries tags: trunk
23:48
* linalg.man: New commands in last checkin means extended API. * linalg.tcl: Bumping minor version, to 1.1. * pkgIndex.tcl: check-in: d9a9f8b1d9 user: andreas_kupries tags: trunk
23:48
Fix version typo in manpage header. check-in: 002cb84d62 user: andreas_kupries tags: trunk
05:57
Incorporated the new procedures by Michael Baudin (Gauss elimination with pivoting Source code now contains references to corresponding LAPACK routines check-in: eeeda7f465 user: arjenmarkus tags: trunk
2008-11-28
22:36
See ChangeLog check-in: 742e629ffa user: andreas_kupries tags: trunk
22:29
Fix version mismatch check-in: 52c13f0bc6 user: andreas_kupries tags: trunk
2008-11-26
23:18
2008-11-26 Aaron Faupell <[email protected]> * tar.man: add and clarify documentation check-in: b4949b0f6e user: afaupell tags: trunk
21:49
* api.tcl: Extended doctools language with a 'category' * checker.tcl: command. This allows manpages to provide * doctools.tcl: a category string, like they already * doctools_lang_cmdref.man: provide keywords and see-also * doctools_lang_syntax.man: references. Updated all engines * mpformats/_common.tcl: to handle the command in some way. * mpformats/fmt.html: Bumped package version to 1.3.6. * mpformats/fmt.latex: Needed: Some tests to demo the * mpformats/fmt.list: handling of 'category'. * mpformats/fmt.nroff: * mpformats/fmt.null: * mpformats/fmt.text: * mpformats/fmt.tmml: * mpformats/fmt.wiki: * doctools.test: * tests/list/00: * tests/list/01: * tests/list/02: * tests/list/03: * tests/list/04: * tests/list/05: * tests/list/06: * tests/list/07: * tests/list/08: check-in: 9ab3ade7db user: andreas_kupries tags: trunk
19:36
* support/devel/sak/doc/cmd.tcl: Added two `formats` to the * support/devel/sak/doc/doc.tcl: doc command to maintain a * support/devel/sak/doc/help.txt: list of manpage files in * support/devel/sak/doc/manpages.txt: tcllib (imake, ishow). The listing is generated by 'sak.tcl doc imake', stored in 'manpages.txt', and shown via 'sak.tcl doc ishow'. check-in: 308fa2c2b3 user: andreas_kupries tags: trunk
06:42
* support/installation/modules.tcl: New module 'map' with packages 'map::slippy::*'. * New module for packages dealing with slippy-based maps. * map_slippy_cache.man: Openstreetmap's slippy system. Accessing * map_slippy_cache.tcl: slippy servers and fetching tiles, caching * map_slippy_fetcher.man: tiles in the local filesystem, and shared * map_slippy_fetcher.tcl: utility code. * map_slippy.man: * map_slippy.tcl: * pkgIndex.tcl: check-in: 3e9b85f947 user: andreas_kupries tags: trunk
2008-11-24
20:35
* ldap.man: Fixed syntax error in unvalidated documentation of last checkin. check-in: 4cd68e5f91 user: andreas_kupries tags: trunk
2008-11-23
09:28
* async.tcl: Moved the cleanup of state regarding pending * async.man: callbacks in the notification methods forward * pkgIndex.tcl: to ensure consistent internal state in case of recursive call to set method by the callbacks. Also added guard in 'set' to avoid multiple sets for identical values. Bumped to version 0.3. check-in: 8c39b4cc38 user: andreas_kupries tags: trunk
2008-11-22
23:11
* async.tcl (exists): Added method querying the cache about knowledge of a key. Fixed handling of provider command prefix. Bumped version to 0.2. check-in: b4610b3e58 user: andreas_kupries tags: trunk
21:06
Force version override. check-in: 944e9438ef user: andreas_kupries tags: trunk
12:28
Fixed typo in flags name. check-in: ff4c233360 user: mic42 tags: trunk
12:25
Added support for searchResultReferences check-in: fe8da2c082 user: mic42 tags: trunk
12:23
Added bench for oid decoding. check-in: da736bf04a user: mic42 tags: trunk
2008-11-20
07:26
* graph1.test: Cleanup to avoid interference with the accelerators * graphops.test: of graph v2. Bring in the accelerators for queues * graph/tests/ops/adjmatrix.test: and stacks. Fixed bug in tarjan * graph/tests/ops/bipartite.test: exposed by the accelerator (*). * graph/tests/ops/bridge.test: (*) Changed order of arc traversal. * graph/tests/ops/componentof.test: * graph/tests/ops/components.test: * graph/tests/ops/connected.test: * graph/tests/ops/cutvertex.test: * graph/tests/ops/diameter.test: * graph/tests/ops/dijkstra.test: * graph/tests/ops/distance.test: * graph/tests/ops/eccentricity.test: * graph/tests/ops/eulerpath.test: * graph/tests/ops/eulertour.test: * graph/tests/ops/kruskal.test: * graph/tests/ops/maxmatching.test: * graph/tests/ops/prim.test: * graph/tests/ops/radius.test: * graph/tests/ops/tarjan.test: * graphops.tcl: Near-completed integration of graph algorithms. * graphops.man: Node distances, eccentricity, radius, diameter. * graph/tests/ops/distance.test: Bumped package version to 0.9. * graph/tests/ops/radius.test: Disabled the placeholders for max- * graph/tests/ops/diameter.test: matching, the only algorithm we * graph/tests/ops/eccentricity.test: are missing. * graph/tests/XOpsControl: * pkgIndex.tcl: check-in: c003c44aec user: andreas_kupries tags: trunk
2008-11-19
07:39
* graphops.tcl: Continued integration of graph algorithms. Node * graphops.man: distances, dijkstra's algorithm. Bumped the * graph/tests/ops/disjkstra.test: package version to 0.8. * graph/tests/XOpsControl: * graph/tests/XOpsSetup: * pkgIndex.tcl: check-in: cf986355de user: andreas_kupries tags: trunk
06:04
* support/installation/modules.tcl: New module 'cache' with package 'cache::async'. * async.man: New module 'cache', containing the new package * async.tcl: 'cache::async'. * async.test: * pkgIndex.tcl: check-in: e1260bf0de user: andreas_kupries tags: trunk
2008-11-18
03:49
* graphops.tcl: Continued integration of graph algorithms. Euler * graphops.man: paths and tours. Bumped the package version * graph/tests/ops/eulertour.test: to 0.7. * graph/tests/ops/eulerpath.test: * graph/tests/XOpsControl: * graph/tests/XOpsSetup: * graph/tests/XOpsSupport: * pkgIndex.tcl: check-in: 4a3caef0e5 user: andreas_kupries tags: trunk
2008-11-15
05:48
* graphops.tcl: Continued integration of graph algorithms. More * graphops.man: about connectivity. Bumped the package version * graph/tests/ops/connected.test: to 0.6. * graph/tests/ops/cutvertex.test: * graph/tests/ops/bridge.test: * graph/tests/XOpsControl: * pkgIndex.tcl: check-in: 68a7d1b0f4 user: andreas_kupries tags: trunk
2008-11-14
04:13
* graphops.tcl: Continued integration of graph algorithms. * graphops.man: Connected components. Bumped package version * graph/tests/ops/components.test: to 0.5. * graph/tests/ops/componentof.test: * graph/tests/XOpsControl: * graph/tests/XOpsSetup: * graph/tests/XOpsSupport: * pkgIndex.tcl: check-in: 0c11b1a2f2 user: andreas_kupries tags: trunk
2008-11-13
05:36
* graphops.tcl: Continued integration of graph algorithms. * graphops.man: SCCs via Tarjan. Placeholder for max matching. * graph/tests/ops/tarjan.test: Bumped version to 0.4. * graph/tests/ops/maxmatching.test: * graph/tests/XOpsControl: * graph/tests/XOpsSetup: * graph/tests/XOpsSupport: * pkgIndex.tcl: check-in: 03aaffa0d0 user: andreas_kupries tags: trunk
2008-11-09
11:08
Corrected names in documentation (minimize -> minimum and maximize -> maximum) check-in: 85e16e802c user: arjenmarkus tags: trunk
2008-11-08
09:57
* graphops.tcl: Continued integration of graph algorithms. * graphops.man: Test for bipartite graph. Bumped version * graph/tests/ops/bipartite.test: to 0.3 * graph/tests/XOpsControl: * graph/tests/XOpsSetup: * graph/tests/XOpsSupport: * pkgIndex.tcl: check-in: 9a564f2d2a user: andreas_kupries tags: trunk
06:43
* graphops.tcl: Continued integration of graph algorithms. * graphops.man: Minimum spanning tree/forest as per Prim. * graph/tests/ops/prim.test: Bumped version to 0.2 * graph/tests/XOpsControl: * graph/tests/XOpsSetup: * pkgIndex.tcl: check-in: 9b3638d3ae user: andreas_kupries tags: trunk
2008-11-07
03:47
* graphops.tcl: Continued integration of graph algorithms. * graphops.man: Minimum spanning tree/forest as per Kruskal. * graph/tests/ops/kruskal.test: * graph/tests/XOpsControl: * graph/tests/XOpsSetup: check-in: 1d5a42bc9d user: andreas_kupries tags: trunk
2008-11-05
07:28
* graphops.tcl: Starting on the integration of Alejandro Paz's * graphops.man: (<[email protected]>) work on graph operations * graphops.test: for GSoC 2008. First operation: Adjacency matrix. * pkgIndex.tcl: * graph/test/XOpsControl: * graph/test/XOpsSetup: * graph/test/XOpsSupport: * graph/test/ops/adjmatrix.test: check-in: a4f579c8ce user: andreas_kupries tags: trunk
2008-11-04
19:04
Removed meta data of old, this is generated from the documentation for packages in tcllib. check-in: e422a0038c user: andreas_kupries tags: trunk
18:46
* uevent_onidle.pcx: Added new package 'uevent::onidle' for * uevent_onidle.tcl: deferal of actions to idle time, merging * uevent_onidle.man: multiple requests. * pkgIndex.tcl: check-in: 59197a519d user: andreas_kupries tags: trunk
2008-10-21
17:04
* nns.tcl: Fixed [Bug 2182378], reported by Joe Brandt * pkgIndex.tcl: <[email protected]>. Added * nns_client.man: the missing assignment for 'oneshot'. Version bumped to 0.4.2. check-in: 1387c32381 user: andreas_kupries tags: trunk
2008-10-17
05:32
* * Released and tagged Tcllib 1.11 ======================== * check-in: 3357e7f2d3 user: andreas_kupries tags: trunk, release, tcllib-1-11
05:09
* graph/graph.c (dup): Fixed duplication of an empty graph, mis- * graph/tests/command.test: handled the re-chaining of the node- list in the source. Added test for this case. * graph/graph.c (dup): Fixed missing propagation of arc weights. * graph/tests/command.test: Added test for graph assignment with weights. check-in: 2950708327 user: andreas_kupries tags: trunk
2008-10-11
23:23
* graph.man: Extended graphs with the ability to define arc * graph.tcl: weights. Added methods to query and manipulate weight * graph_tcl.tcl: information. Extended the serialization format to * pkgIndex.tcl: handle graphs with and without arc weights. * graph/arc.c: Implemented in both Tcl and C. The Tcl code is * graph/ds.h: derived from Alejandro Paz's ( <[email protected]>) * graph/methods.c: work during GSoC 2008. Extended testsuite and * graph/methods.h: documentation. The package now requires Tcl 8.4 * graph/objcmd.c: for operation. Bumped the package version to 2.3. * graph/tests/Xcontrol: * graph/tests/arc/getunweighted.test: * graph/tests/arc/getweight.test: * graph/tests/arc/hasweight.test: * graph/tests/arc/setunweighted.test: * graph/tests/arc/setweight.test: * graph/tests/arc/unsetweight.test: * graph/tests/arc/weights.test: * graph/tests/command.test: * graph/tests/deserialize.test: * graph/tests/serialize.test: * graph/tests/Xsupport: check-in: 9f264897ce user: andreas_kupries tags: trunk
05:42
* multiop.test: Canonicalized sorting of two test results. * multi.test: check-in: 532028a320 user: andreas_kupries tags: trunk
2008-10-10
19:13
* string.man: Renamed to textutil_string.man. Avoid clash with core. * split.man: Renamed to textutil_split.man. Avoid clash with core. Fix [Bug 2124508]. check-in: 8ea9a70a4d user: andreas_kupries tags: trunk
2008-10-08
03:30
* bench.tcl: Bumped to version 0.4 for 2008-06-30 commit by * bench.man: myself. Was a major rewrite of the internals, * pkgIndex.tcl: should have been bumped then. * log.tcl: Bumped version to 1.2.1 for commit on * log.man: 2008-09-25 by eee. API change, needs at * pkgIndex.tcl: least a patchlevel bump. * calculus.tcl: Bumped version to 0.7.1, for the commit on * calculus.man: 2008-06-25 by Arjen. Was a bugfix, should * pkgIndex.tcl: have bumped the version then. * smtp.tcl: Bumped version to 1.5.4, for the change made on * smtp.man: 2007-10-08 by Pat. Was a bugfix, should have bumped * pkgInsdex.tcl: the version at that time. check-in: a9311a2221 user: andreas_kupries tags: trunk
2008-10-02
22:34
* ldapx.man: Redirected the reference to non-existing subsection 'Data' to 'Entry Instance Data'. Fixed [SF Bug 2124523]. check-in: 823e342d7d user: andreas_kupries tags: trunk
22:26
* csv.tcl: Fixed [SF Bug 2123513]. Added protections against * csv.man: malformed separator characters (empty or string) to the * csv.test: read2 and split2 commands. Extended test suite to * pkgIndex.tcl: cover these cases. Bumped the package version to 0.7.1. check-in: 1e6d75ee73 user: andreas_kupries tags: trunk
2008-09-25
21:52
Changed the error message returned when log::log is called with an unrecognised log level. check-in: 79a938352d user: eee tags: trunk
2008-09-20
11:33
Added error messages for Tcl 8.6 check-in: de08ab7c7b user: mic42 tags: trunk
2008-09-10
16:23
* disjointset.man: Added a modified form of the disjoint-set class * disjointset.tcl: created by Alejandro Paz <[email protected]> * disjointset.test: for the Google Summer Of Code 2008. Version 1.0. * disjointset.testsuite: * pkgIndex.tcl: check-in: c3f5c4c3c8 user: andreas_kupries tags: trunk
2008-09-04
04:35
* prioqueue.man: Extended with a 'remove' method for the * prioqueue.tcl: deletion of items from queues before their * prioqueue.test: time comes up with 'get'. Bumped version * pkgIndex.tcl: to 1.4. Code originally by Alejandro Paz <[email protected]> for GSoC 2008, with modifications by myself to make the item search more efficient. check-in: 691738e690 user: andreas_kupries tags: trunk
02:25
Fixed version numbers in manpage. check-in: a3d57ff27f user: andreas_kupries tags: trunk
02:24
* multiop.tcl: Sync'd to S2008 Sep 3 change in wip-core, using * multiop.man: the new name of the wip processor component. * pkgIndex.tcl: Bumped version to 0.5.2. check-in: 658609deb7 user: andreas_kupries tags: trunk
02:20
* wip.tcl: Changed the name of the wip processor component added * wip2.tcl: to DSL system, prevent it from clashing with the name * pkgIndex.tcl: of the wip-core snit::type. Bumped the versions to 1.1.1 and 2.1.1. check-in: 88f0d1b599 user: andreas_kupries tags: trunk
02:16
* modules/devtools/testutilities.tcl (useTcllibC): Added code to print the location of the tcllibc used by the testsuite. check-in: 8ea11036be user: andreas_kupries tags: trunk
02:14
* support/devel/sak/test/run.tcl (::sak::test::run::AbortCause): Tweaked to be more lenient and accept more error messages. check-in: 10439bc553 user: andreas_kupries tags: trunk
02:11
* S3.test: Added guards to protect testsuite against a * xsxp.test: missing xml package. check-in: bad5a1972f user: andreas_kupries tags: trunk
02:10
* huddle.test: Tweaked the testsuites a bit for better * rb.test: handling of a missing dict support package. * yaml.test: check-in: 14fb5cbd6f user: andreas_kupries tags: trunk
02:09
* tree.testsuite: Updated tests based on walk error stack traces to handle new differences between 8.4 and 8.5. * tree.testsuite.4417b84.txt: Moved the stacktraces to separate files * tree.testsuite.4417=84tcl.txt: for better readability of both the * tree.testsuite.4417a84tcl.txt: traces and the test using it. * tree.testsuite.4417a83critcl.txt: check-in: 9b7bf7e083 user: andreas_kupries tags: trunk
2008-08-20
22:44
Finished bug 1658089 check-in: 359724ac83 user: duquette tags: trunk
2008-08-13
20:30
Removed no longer valid reference to the cgraph package. check-in: b53408a7ae user: mic42 tags: trunk
20:29
Fixed missing variable 'oneshot'. check-in: 13b901cb8b user: mic42 tags: trunk
07:28
Increased version number for the special functions to 0.2.2 check-in: ab7c2fc74a user: arjenmarkus tags: trunk
2008-08-12
12:29
Replaced the algorithm for erf() and erfc() by one due to G. Marsaglia (bug #2024843) check-in: d1925a14b1 user: arjenmarkus tags: trunk
2008-08-05
20:40
* irc.tcl (::irc::connection): Fixed [Bug 2038217], a * irc.man: creative-writing problem. Bumped the package * pkgIndex.tcl: version to 0.6.1. check-in: 68d77384fa user: andreas_kupries tags: trunk
20:34
* ftp.tcl: Fixed [Bug 2038279], a creative-writing problem. * ftp.man: Bumped package version to 2.4.9. * pkgIndex.tcl: check-in: 2750e0af1b user: andreas_kupries tags: trunk
2008-07-28
22:21
* htmlparse.tcl (mapEscapes): Extended to handle the XHML/XML * htmlparse.test: entity apos (apostrophe). Extended the * htmlparse.man: testsuite. This fixes [Bug 2028993]. Bumped * pkgIndex.tcl: package version to 1.1.3. check-in: 7876be3b5b user: andreas_kupries tags: trunk
2008-07-20
19:50
Applied Tcllib patch #2018141 with some minor modifications to the tests. This fixes problems with the filter syntax. check-in: c6c113d750 user: mic42 tags: trunk
2008-07-18
17:49
* peg_interp.man (::grammar::peg::interp::parse): Added description of what is expected from the nextcmd callback to this command. Fixed reference to description of the AST format. check-in: 947a5eb55f user: andreas_kupries tags: trunk
2008-07-11
22:34
* list.tcl (::struct::list::Ldelete): Added a 'delete' command * struct_list.man: for removing of elements from a list by name * list.test: Bumped version to 1.7. * pkgIndex.tcl: check-in: 964cf825ae user: andreas_kupries tags: trunk
2008-07-09
18:02
* cmdline.tcl: Fixed problem of creative writing to variable * cmdline.man: 'dummy' in package initialization code by defining * pkgIndex.tcl: the variable in the namespace for the time it is needed. This fixes the [Bug 2014325]. Version bumped to 1.3.1. check-in: 315e119b26 user: andreas_kupries tags: trunk
2008-07-08
23:03
* changelog.man: Bumped the packages to version 1. They have * changelog.tcl: been on 0 long enough. * cvs.man: * cvs.tcl: * docidx.man: * docidx.tcl: * doctoc.man: * doctoc.tcl: check-in: d81dd4ac60 user: andreas_kupries tags: trunk
22:41
* xsxp.man: Added boilerplate section to the documentation * S3.man: directing bug reports and other feedback to the Tcllib SF trackers. check-in: 1e060a742c user: andreas_kupries tags: trunk
22:28
* support/installation/modules.tcl: New module 'amazon-s3' with packages 'S3' and 'xsxp', by Darren New. Access to Amazon's Simple Storage Service. check-in: 5fa557ab05 user: andreas_kupries tags: trunk
22:24
* xsxp.test: Added the boilerplate necessary for integration * S3.test: with tcllib's test framework. check-in: 8b50368faf user: andreas_kupries tags: trunk
22:08
* New module 'amazon-s3', with packages S3 and xsxp, by Darren New. Physical integration of all the new files. Todo: Integration with the installer, and fixes for the testsuites to use Tcllib's boilerplate. check-in: b134bdd801 user: andreas_kupries tags: trunk
2008-07-04
18:27
* md5.man: Fixed creative writing problem reported by * md5x.tcl: Julian Noble <[email protected]>, * pkgIndex.tcl: as [Bug 2010798]. Bumped version to 2.0.7. check-in: afe0f35e81 user: andreas_kupries tags: trunk
2008-07-03
17:47
* queue/m.c: Separated qdump from queue_debug mode. * queue/util.h: Brought all assert macros in line with the * stack/util.h: definitions provided to graph (which print * tree/util.h: file/line information). Also activated assertions throughout for regular build. check-in: 245036abd2 user: andreas_kupries tags: trunk
2008-07-02
23:35
* queue.tcl: Changed core queue code to support multiple * queue_tcl.tcl: implementations, and Tcl implementation. Bumped * queue.man: to version 1.4.1. Updated documentation to mention * pkgIndex.tcl: the critcl implementation, version number, etc. Reworked the Tcl implementation as well for speed (split buffer, indexing, avoid memcopies, K-operator). * queue_c.tcl: Critcl based implementation of queues. * queue/ds.h: * queue/m.c: * queue/m.h: * queue/q.c: * queue/q.h: * queue.testsuite: Reworked the testsuite to handle both Tcl and * queue.test: critcl implementations. check-in: 6c0d054369 user: andreas_kupries tags: trunk
23:34
* bench.tcl (::bench::Invoke): Reworked the protocol between * libbench.tcl: manager and execution system to allow for incremental returning of results and proper progress feedback. This enables users to see how a benchmark progresses, and to provide their own notes about conditions and decisions as well. check-in: dad9809366 user: andreas_kupries tags: trunk
2008-07-01
04:17
Corrected mark up command (now: emph instead of code) check-in: ea4808f6e2 user: arjenmarkus tags: trunk
2008-06-30
21:02
* support/installation/actions.tcl (_manfile): Tossed two of the three identical copies of this procedure. Thanks to Stuart Cassoff for noticing and reporting this. check-in: d1a16bf2c5 user: andreas_kupries tags: trunk
2008-06-26
20:04
Solved bug 2001539. Adapted documentation on roman module check-in: ff68761892 user: arjenmarkus tags: trunk
2008-06-24
22:06
Fixed ctcp responses to use NOTICE and added wubchain check-in: 7972fab0ea user: patthoyts tags: trunk
2008-06-20
16:52
* multiop.tcl: Fixed usage of struct::stack. Now using the * multiop.man: official construction command instead of an * pkgIndex.tcl: internal command recently removed from the struct::stack package. Bumped version to 0.5.1. check-in: 3c9703b2c8 user: andreas_kupries tags: trunk
16:33
* support/installation/version.tcl: Added code integrated struct::stack's critcl implementation into the build. check-in: 2f687a40da user: andreas_kupries tags: trunk
2008-06-19
23:03
* stack.tcl: Changed core stack code to support multiple * stack_tcl.tcl: implementations, and Tcl implementation. Bumped * stack.man: to version 1.3.3. Updated documentation to mention * pkgIndex.tcl: the critcl implementation, version number, etc. * stack_c.tcl: Critcl based implementation of stacks. * stack/ds.h: * stack/m.c: * stack/m.h: * stack/s.c: * stack/s.h: * stack.testsuite: Reworked the testsuite to handle both Tcl and * stack.test: critcl implementations. check-in: b11b2cbf39 user: andreas_kupries tags: trunk
06:44
* stack.bench: New file, added benchmarks for stack objects. * stack.tcl: Rewrites of various commands for speed, using K * pkgIndex.tcl: operator etc. Bumped to version 1.3.2. * stack.man: check-in: 5025277f26 user: andreas_kupries tags: trunk
2008-06-14
23:32
* cksum.pcx: New files. Syntax definitions for the public * crc16.pcx: commands of the various crc packages. * crc32.pcx: * sum.pcx: check-in: 2a249433d7 user: andreas_kupries tags: trunk
23:30
* autoproxy.pcx: New file. Syntax definitions for the public commands of the autoproxy package. check-in: 1fe97f1672 user: andreas_kupries tags: trunk
23:30
* ident.pcx: New file. Syntax definitions for the public commands of the ident package. check-in: 9b277a6d94 user: andreas_kupries tags: trunk
23:29
* inifile.pcx: New file. Syntax definitions for the public commands of the inifile package. check-in: 3e44d11d6b user: andreas_kupries tags: trunk
23:29
* jpeg.pcx: New file. Syntax definitions for the public commands of the jpeg package. check-in: bf1e63b8ef user: andreas_kupries tags: trunk
23:28
* json.pcx: New file. Syntax definitions for the public commands of the json package. check-in: 8998c9b375 user: andreas_kupries tags: trunk
23:28
* log.pcx: New file. Syntax definitions for the public commands of the log package. check-in: 02e75ff24c user: andreas_kupries tags: trunk
23:18
* units.pcx: New file. Syntax definitions for the public commands of the units package. check-in: 36a148aa29 user: andreas_kupries tags: trunk
23:18
* uevent.pcx: New file. Syntax definitions for the public commands of the uevent package. check-in: 0b1494958a user: andreas_kupries tags: trunk
23:17
* tar.pcx: New file. Syntax definitions for the public commands of the tar package. check-in: 0165739b7b user: andreas_kupries tags: trunk
23:17
* soundex.pcx: New file. Syntax definitions for the public commands of the soundex package. check-in: bfb05005b1 user: andreas_kupries tags: trunk
23:16
* rcs.pcx: New file. Syntax definitions for the public commands of the rcs package. check-in: 084bbf2e5e user: andreas_kupries tags: trunk
23:16
* png.pcx: New file. Syntax definitions for the public commands of the png package. check-in: 25694c183b user: andreas_kupries tags: trunk
23:12
* htmlparse.pcx: New file. Syntax definitions for the public commands of the htmlparse package. check-in: bedc7b7d03 user: andreas_kupries tags: trunk
23:11
* exif.pcx: New file. Syntax definitions for the public commands of the exif package. check-in: 47a655cbf8 user: andreas_kupries tags: trunk
23:10
* csv.pcx: New file. Syntax definitions for the public commands of the csv package. check-in: 9d471491b4 user: andreas_kupries tags: trunk
23:10
* comm.pcx: New file. Syntax definitions for the public commands of the comm package. check-in: df79a1b9a9 user: andreas_kupries tags: trunk
23:09
* cmdline.pcx: New file. Syntax definitions for the public commands of the cmdline package. check-in: 22de4dd599 user: andreas_kupries tags: trunk
2008-06-13
04:14
* fileutil_magic_cfront.pcx: New file. Syntax definitions for the * fileutil_magic_cgen.pcx: public commands of the fileutil::magic * fileutil_magic_filetype.pcx: packages. * fileutil_magic_mimetype.pcx: * fileutil_magic_rt.pcx: check-in: e7e7fed81e user: andreas_kupries tags: trunk
04:11
* textutil_adjust.pcx: New file. Syntax definitions for the public * textutil_repeat.pcx: commands of the textutil packages. * textutil_split.pcx: * textutil_string.pcx: * textutil_tabify.pcx: * textutil_trim.pcx: check-in: 83541d7aee user: andreas_kupries tags: trunk
04:09
* base32.pcx: New file. Syntax definitions for the public commands * base32_core.pcx: of the bibtex package. * base32_hex.pcx: check-in: e56395d412 user: andreas_kupries tags: trunk
04:05
* bibtex.pcx: New file. Syntax definitions for the public commands of the bibtex package. check-in: d87abb5136 user: andreas_kupries tags: trunk
04:05
* bee.pcx: New file. Syntax definitions for the public commands of the bee package. check-in: 7f950bfc6e user: andreas_kupries tags: trunk
04:04
2008-06-12 Andreas Kupries <[email protected]> * asn.pcx: New file. Syntax definitions for the public commands of the asn package. check-in: 34760219b9 user: andreas_kupries tags: trunk
04:01
* base64.pcx: New files. Syntax definitions for the public * uuencode.pcx: commands of the packages base74, uuencode, * yencode.pcx: and yencode. check-in: c9397682b0 user: andreas_kupries tags: trunk
2008-06-07
06:29
* aes.pcx: New file. Syntax definitions for the public commands of the aes package. check-in: 0127f4d1e0 user: andreas_kupries tags: trunk
2008-06-05
08:53
- add benchmark - validate check fors scripts check-in: bbf50cd399 user: kanryu6 tags: trunk
2008-06-02
15:33
add command yaml2huddle validate check fors scripts check-in: b81ee6798b user: kanryu6 tags: trunk
2008-06-01
17:03
using huddle-lib check-in: e33e524a0f user: kanryu6 tags: trunk
2008-05-29
19:16
Updated the xotcl-logger example. Thanks to Gustaf Neumann for providing the updated xotcl code. check-in: d32e3b3fcd user: mic42 tags: trunk
2008-05-28
17:34
* base64.tcl: Changed the default setting for -maxlen to 76 to * base64.man: coincide with MIME definitions and Trf, making * base64.test: the very fast path default, with no output reflow * pkgIndex.tcl: required at all. Bumped version to 2.4. ** POTENTIAL INCOMPATIBILITY ** for all users depending on the default setting to be 60. check-in: 99f50d6d68 user: andreas_kupries tags: trunk
2008-05-27
14:48
tests for Tcl8.4 check-in: e3d389c8f3 user: kanryu6 tags: trunk
2008-05-23
19:48
commit test check-in: 91f64e401b user: kanryu6 tags: trunk
2008-05-22
21:36
Added missing 'else' kyword. Style change, functionality not affected. check-in: 612d2dfb36 user: andreas_kupries tags: trunk
21:35
Fixed typo in entry. check-in: bfa3ff000d user: andreas_kupries tags: trunk
20:18
* base64.test: Extended with tests using bogus values of -maxchar, * base64.tcl: and non-standard values. Fixed bugs in the maxlen * base64.man: handling of the pure Tcl implementation which * pkgIndex.tcl: allowed the output to have more than maxlen characters per line. Performance fix: Replaced Miguel's O(n^2) reflow algorithm (maxlen handling after Trf) with Gustaf Neumann's O(n) algorithm. Minor changes to the guarding conditions by myself, and fixes for the fast cases. Bumped the version to 2.3.3. check-in: f687bdd2e1 user: andreas_kupries tags: trunk
18:54
* New module for parsing YAML files, by kanryu6. * support/installation/modules.tcl: Added 'yaml' to the list of official modules. check-in: 300c7ef22b user: andreas_kupries tags: trunk
2008-05-21
19:41
* mime.tcl (::mime::parsepart): [SF Tcllib Bug 1961881]. Accepted * mime.man: patch, and extended. Now handling malformed input * mime.test: without having to throw an eror, and without going * pkgIndex.tcl: into an infinite loop. See also [Bug 631314], and Changelog entries 2003-06-06, 2003-06-25. The testcases mime-3.{7,8} are not redundant, but significantly different. 3.7 actually has a terminating boundary, but misses the starting one, causing non-recognition of any terminating one. Bumped the version to 1.5.4. check-in: 524d46a784 user: andreas_kupries tags: trunk
2008-05-19
04:57
Corrected documentation of package for Roman numerals check-in: f52d6c568c user: arjenmarkus tags: trunk
2008-05-16
18:18
* checker.tcl (sectref): The way it was documented confused me and * doctools.tcl: the last change flipped identifying and text * doctools.man: argument, changing the meaning of sectref. Should * pkgIndex.tcl: have seen that quicker with how comm/comm_wire.man had to be updated. Fixed this now, restoring the proper order. Rewrote docs as well for better understanding. Bumped to version 1.3.5. * ../comm/comm_wire.man: Fixed the sectref argument order issues. * ../rcs/rcs.man: Fixed the sectref argument order issues. * ../snit/snitfaq.man: Fixed the sectref argument order issues. * ../tie/tie.man: Fixed the sectref argument order issues. check-in: 278cd9f37e user: andreas_kupries tags: trunk
06:26
Doc typo fixes. check-in: ca186975e9 user: andreas_kupries tags: trunk
06:17
Updated to changes in doctools (sub)section reference handling. check-in: 21b9078196 user: andreas_kupries tags: trunk
06:11
* doctools.tcl: Bumped version to 1.3.4. * doctools.man: * pkgIndex.tcl: check-in: 8b463a4762 user: andreas_kupries tags: trunk
06:09
* checker.tcl: Reworked the (sub)section handling, enabled the * doctools_lang_cmdref.man: documentation writer to label (sub)sections with logical names and use these in references. Automatic logical names are improved, taking the current section into account, making for a better ambiguity check. References are now better as well. Backends are given unique physical (sub)section ids. Added a new formatting command 'sectref-external' for references to (sub)sections outside of the current document, to disable checking, and documented it. * docidx_plugin_apiref.man: Fixed the external section references * doctoc_plugin_apiref.man: in the manpages to prevent false warnings. * doctools_plugin_apiref.man: * mpformats/c.msg: Message catalogs extended with new warning * mpformats/de.msg: 'missingsect' for apparently dangling * mpformats/en.msg: (sub)section references. * mpformats/fr.msg: * mpformats/fmt.html: Updated the backends for the changes in the * mpformats/fmt.latex: frontend/backend API, and updated testsuite * mpformats/fmt.nroff: results. * mpformats/fmt.text: * mpformats/fmt.tmml: * mpformats/fmt.wiki: * mpformats/_common.tcl: * tests/latex/00: * tests/latex/01: * tests/latex/02: * tests/latex/03: * tests/latex/04: * tests/latex/05: * tests/latex/06: * tests/latex/07: * tests/latex/08: * tests/tmml/00: * tests/tmml/01: * tests/tmml/02: * tests/tmml/03: * tests/tmml/04: * tests/tmml/05: * tests/tmml/06: * tests/tmml/07: * tests/tmml/08: * tests/html/00: * tests/html/01: * tests/html/02: * tests/html/03: * tests/html/04: * tests/html/05: * tests/html/06: * tests/html/07: * tests/html/08: * mpformats/_nroff.tcl: Modified the nroff backend to convert * tests/nroff/03: (sub)section titles into uppercase in the output. Updated testsuite results. check-in: b5cec103ee user: andreas_kupries tags: trunk
2008-05-15
19:20
* mpformats/fmt.html (XrefLink): Now checking for and suppressing * doctools.tcl: self-referential links from the current output * doctools.man: file to itself exactly. Bump version to 1.3.3. * pkgIndex.tcl: check-in: a23cc720a9 user: andreas_kupries tags: trunk
2008-05-14
07:22
Fixed bug #1960369 Replaced in math::bigfloat::todouble, the use of tcl_precision (zero in Tcl 8.5) with a more accurate value. check-in: 7726858885 user: sarnold75 tags: trunk
2008-05-13
16:24
* pkgIndex.tcl: Version bump missed the index :( check-in: adaaf54f5f user: andreas_kupries tags: trunk
2008-05-12
23:16
* aes.tcl (DecryptBlock, EncryptBlock): Added code limiting the * aes.man: values to int32 range, to prevent going out of range * aes.test: when run by Tcl 8.5 and its bignums. Extended * pkgIndex.tcl: testsuite to catch a problematic case which fails without the change. Bumped version to 1.0.1. * aes.tcl (::aes::Pop, ::aes::aes): Also, cleaned up upvar command without explicit level information. check-in: 0bbf5d3bcb user: andreas_kupries tags: trunk
2008-05-11
00:53
* ini.tcl: Fixed definition of procedure 'commentchar'. Was * ini.man: defined global instead of in the '::ini' namespace. * pkgIndex.tcl: This fixes [SF Tcllib Bug 1917035]. Bumped version to 0.2.3. check-in: 928c96f268 user: andreas_kupries tags: trunk
2008-05-06
12:35
Corrected documentation error: _ instead of - for cubic spline functions check-in: df16156707 user: arjenmarkus tags: trunk
03:52
* ../../apps/nns: Switched to use of nameserv::auto to handle the * ../../apps/nnslog: loss and restoration of the server automatically. Got rid of the colorization frills. * server.tcl (::nameserv::server::bind): Small extension of log * pkgIndex.tcl: output for failure case of bind. Added log output * nns_server.man: to trace searches. Bumped package version to 0.3.2. * nns_auto.tcl: Refactored the bind and restore code, put the * nns_auto.man: commonalities into shared commands. Extended the * pkgIndex.tcl: API to become a full drop-in replacement for 'nameserv', just with the persistence feature. Extended the persistence to continuous and unfulfilled async searches. Now exporting the API commands. Bumped package version to 0.3. * nns.tcl: Factored the argument processing for searches into a * pkgIndex.tcl: separate command. Pseudo-public. Undocumented, but * nns_client.man: can be used by other nameserver packages. Fixed leak when encountering a missing name server during creation of a continuous or async search. Fixed async destruction of a continous search from receiver object. Now exporting the API commands. Bumped package version to 0.4. check-in: 3de501dbc7 user: andreas_kupries tags: trunk
2008-05-04
03:00
* nns_auto.tcl (::nameserv::auto::configure): Fixed incorrect * server.tcl (::nameserv::server::configure): checking for * nns.tcl (::nameserv::configure): wrong#args in the code * pkgIndex.tcl: handling the various options. Bumped client * nns_client.man: to version 0.3.2, server to 0.3.1, and auto * nns_server.man: to 0.2.1. Also general documentation work. * nns_auto.man: * nns_intro.man: check-in: 243f682c22 user: andreas_kupries tags: trunk
2008-05-01
07:06
* ../../apps/nns (::nns::ProcessCommandLine): Fixed inccorrect * ../../apps/nns.man: checking for wrong#args in the code handling * ../../apps/nnsd.man: the options -host and -port. Reworked the descriptiond of the applications a bit. * ../../apps/nnslog: New application and its documentation, a * ../../apps/nnslog.man: stripped down form of 'nns search -continuous *' with different output (log of events). check-in: e3f492b753 user: andreas_kupries tags: trunk
2008-04-30
15:56
* nns.tcl (::nameserv::configure): Fixed [Bug 1954771], bringing * pkgIndex.tcl: missing variable into scope. Thanks to Joe Brandt * nns_client:man: <[email protected]> for both report and fix. Bumped version to 0.3.1. * nns_intro.man: New file, giving an overview of the packages and * nns_auto.man: applications in the module. All other documents now * nns_client.man: refer back to the introduction. Also clarified * nns_common.man: the relationship to DNS, which is none, plus * nns_protocol.man: reference to the Tcllib packages which do * nns_server.man: handle DNS. Pointed applications out as examples * ../../apps/nnsd.man: of use for the packages. * ../../apps/nns.man: check-in: dddd16176b user: andreas_kupries tags: trunk
2008-04-29
10:07
Clean up variables after intialization. Bumped to 1.0.5 check-in: 3518cfe766 user: patthoyts tags: trunk
10:04
Clean up the MD5Hash_body once the proc defined. check-in: bdf81b7832 user: patthoyts tags: trunk
2008-04-28
04:21
* mpformats/fmt.html: Gave title h1 tag a class. Put a div around * tests/html/*: the content of the synopsis section. Removed the div around examples. Their pre tag has a class, that is enough. Added default CSS styling to the code. Its definitions are derived from the CSS Joe English <[email protected]> uses for the HTML generated by his TMML converter. Nice and simple. Thank you. check-in: f7dcf704d3 user: andreas_kupries tags: trunk
2008-04-27
19:32
* tests/man/08: All possible list types are in testcase 5 already. * tests/desc/08: Changed to demo all the commands in one file. * tests/html/08: This makes trying out styles for the HTML easier too * tests/latex/08: as everything can looked at in one file. * tests/list/08: * tests/nroff/08: * tests/null/08: * tests/text/08: * tests/tmml/08: * tests/wiki/08: check-in: 768a774ccc user: andreas_kupries tags: trunk
16:09
* mpformats/fmt.html: Changed example formatting, removed the nested * tests/html/*: table structure. Changed toc and synopsis formatting to be more sematical, using classed unordered lists. Added classes to the list formatting. Removed hardwired linebreaks between last list element and end of list. Replaced linebreaks in list items with proper paragraph formatting. Fixed initialization error causing spurious para_close at the beginning. Added foundation for an internal style-sheet. No definitions yet however. check-in: 003abbd4b3 user: andreas_kupries tags: trunk
2008-04-26
07:28
* tests/man/08: Added test demonstrating all possible list types. * tests/desc/08: * tests/html/08: * tests/latex/08: * tests/list/08: * tests/nroff/08: * tests/null/08: * tests/text/08: * tests/tmml/08: * tests/wiki/08: check-in: b09fa3be8e user: andreas_kupries tags: trunk
2008-04-24
05:17
* tests/man/02: Added see_also and keyword references to this * tests/html/02: example. Updated all changed results. * tests/latex/02: * tests/list/02: * tests/nroff/02: * tests/text/02: * tests/tmml/02: * tests/wiki/02: check-in: ea669988e4 user: andreas_kupries tags: trunk
2008-04-23
16:28
* ncgi.tcl (::ncgi::exists): Fixed documentation in code * ncgi.man: and outside, the result was specified wrongly. check-in: ae682efbc3 user: andreas_kupries tags: trunk
2008-04-22
06:07
* mpformats/fmt.html: Modified to put sections and subsections * mpformats/_html.tcl: into divisions a CSS can lock onto. Changed * tests/html/*: to properly close paragraphs, sections, and sub- sections. Changed to remove empty paragraphs, and empty lines. Put the whole body into a division. Put text marked up as optional into a span. Put section references into a span. Put examples into a division. Some general cleanup of the internals. check-in: 69cb7de773 user: andreas_kupries tags: trunk
2008-04-20
04:02
* tests/*/06: Extended for nested lists. * tests/*/07: 2nd input and results for nested lists. * mpformats/_nroff.tcl (nr_vspace): Added newlines to output for proper formatting of text coming after it. check-in: 9ab16e80c9 user: andreas_kupries tags: trunk
2008-04-19
21:52
Ditto the example commands, sectref, and the commands for the semantic categories. check-in: 69eb37f906 user: andreas_kupries tags: trunk
20:54
* tests/syntax/e_*: Additional input and result files, completing * tests/syntax/r_*: the list errors. check-in: e63afc5e6a user: andreas_kupries tags: trunk
2008-04-17
13:54
* doctools.test: Extended with loop to test response to the various * tests/syntax/e_*: syntax errors we may find in doctools files, plus * tests/syntax/r_*: first set of input files and error results. * checker.tcl: Modified errors for commands which are allowed everywhere in the header section since the extended syntax came into effect. check-in: 32043a97a0 user: andreas_kupries tags: trunk
2008-04-15
06:08
* doctools.test: Fixed [Bug 1942472], reported by Michael * tests/latex/00: Schlenker, in made with the new test cases. * tests/latex/01: Now mapping the name of the user running * tests/latex/02: the tests around in the expected and * tests/latex/03: actual results as well. Modified the * tests/latex/04: expected results for the one backend * tests/latex/05: affected by the change. * tests/latex/06: check-in: d24a331992 user: andreas_kupries tags: trunk
2008-04-14
01:37
* doctools.test: Added the remaining backends to the list of backends checked. * tests/tmml/00: Expected results for TMML backend. * tests/tmml/01: * tests/tmml/02: * tests/tmml/03: * tests/tmml/04: * tests/tmml/05: * tests/tmml/06: * tests/text/00: Expected results for TEXT backend. * tests/text/01: * tests/text/02: * tests/text/03: * tests/text/04: * tests/text/05: * tests/text/06: * tests/wiki/00: Expected results for WIKI backend. * tests/wiki/01: * tests/wiki/02: * tests/wiki/03: * tests/wiki/04: * tests/wiki/05: * tests/wiki/06: * tests/latex/00: Expected results for LATEX backend. * tests/latex/01: * tests/latex/02: * tests/latex/03: * tests/latex/04: * tests/latex/05: * tests/latex/06: * tests/desc/00: Expected results for DESC backend. * tests/desc/01: * tests/desc/02: * tests/desc/03: * tests/desc/04: * tests/desc/05: * tests/desc/06: * tests/list/00: Expected results for LIST backend. * tests/list/01: * tests/list/02: * tests/list/03: * tests/list/04: * tests/list/05: * tests/list/06: * tests/null/00: Expected results for NULL backend. * tests/null/01: * tests/null/02: * tests/null/03: * tests/null/04: * tests/null/05: * tests/null/06: check-in: e60056ea3a user: andreas_kupries tags: trunk
01:12
* tests/html/00: Replaced $ I d $ placeholder with @ID@. See * tests/html/01: doctools.test. * tests/html/02: * tests/html/03: * tests/man/04: Replaced placeholder text with actual input to * tests/man/05: run through the formatting backends. * tests/man/06: * tests/html/04: Made results current. The handling of * tests/html/05: backslashes is known to be wrong, noted * tests/html/06: other ugliness. * tests/nroff/04: Made results current, fixed some formatting * tests/nroff/05: problems, see below. * tests/nroff/06: * mpformats/fmt.nroff (fmt_arg_def, fmt_opt_def): Added newlines to output for proper formatting of elements in argument and option lists. * doctools.test: Fix handling of $ I d $ placeholder used in input files and expected results. Extended to handle errors, to catch problems other than differences between expected and actual results. Ignore CVS subdirectory and handle missing files for expected results. check-in: 78b62352a1 user: andreas_kupries tags: trunk
2008-04-11
17:59
* crc16.man: Marked name of crc32 up as package. check-in: 87abcf2818 user: andreas_kupries tags: trunk
2008-04-08
00:50
document the xmodem command (bug #1895277) check-in: f71cf6e2ff user: patthoyts tags: trunk
00:33
Added test for bug #1909681 check-in: a6b7b5b8b9 user: patthoyts tags: trunk
2008-04-03
15:57
* nns_protocol.man: Renamed nns_procotol.man, fixed the typo in the filename. Thanks to Reinhard Max for seeing this. check-in: 3c8621602f user: andreas_kupries tags: trunk
2008-04-01
06:06
* doctools.test: Added tests to invoke the backends on a series of input files and check the results against expectations. * tests/man/00: First set of input files, and expected output for * tests/man/01: the html and nroff backends. * tests/man/02: * tests/man/03: * tests/man/04: * tests/man/05: * tests/man/06: * tests/html/00: * tests/html/01: * tests/html/02: * tests/html/03: * tests/html/04: * tests/html/05: * tests/html/06: * tests/nroff/00: * tests/nroff/01: * tests/nroff/02: * tests/nroff/03: * tests/nroff/04: * tests/nroff/05: * tests/nroff/06: check-in: 5e629c5279 user: andreas_kupries tags: trunk
2008-03-28
03:27
* asn.man: Added documentation for a number of public yet not documented. check-in: 8cb3a03892 user: andreas_kupries tags: trunk
2008-03-27
04:21
* ldap.tcl (ldap::buildSASLBindRequest): Fixed a bad continuation * ldap.man: line, i.e. whitespace between the backslash and the * pkgIndex.tcl: end-of-line. Generally removed all trailing whitespace from the whole file. Bumped version to 1.6.9. check-in: c29cdd2758 user: andreas_kupries tags: trunk
2008-03-26
07:09
* support/devel/sak/validate/syntax.tcl: Fix problem in pcx scan logic, have to handle unknown commands. Like is done for testsuites. check-in: 3830097acc user: andreas_kupries tags: trunk
06:56
* support/devel/sak/validate/syntax.tcl: Do not try to check TeX files for Tcl syntax. check-in: 05f2d70232 user: andreas_kupries tags: trunk
06:44
* cmdline.tcl: Added prgma forcing the tclchecker to ignore an intentional and caught badKey problem used to introspect the runtime. check-in: 3c3bab8eb6 user: andreas_kupries tags: trunk
06:23
* support/devel/sak/validate/syntax.tcl: New code, syntax checking via tclchecker. * support/devel/sak/validate/validate.tcl: Activated new validation module. * support/devel/sak/validate/manpages.tcl: Skip tcllibc. * support/devel/sak/validate/testsuites.tcl: Skip tcllibc. * support/devel/sak/util/feedback.tcl: Flush log lines. check-in: 76d792e256 user: andreas_kupries tags: trunk
2008-03-25
07:15
* sak.tcl (ppackages): Added code to recognize a pragma '@sak notprovided' which we can use to mark the packages which have provide statements yet are not really visible and thus not indexed. * modules/sha1/sha256c.tcl: Added notprovided pragmas to the * modules/sha1/sha1c.tcl: critcl based package implementations * modules/md5/md5c.tcl: and the pseudo-packages declared by * modules/struct/graph_c.tcl: plugin management code. * modules/struct/tree_c.tcl: * modules/struct/sets_c.tcl: * modules/dns/ipMoreC.tcl: * modules/md5crypt/md5cryptc.tcl: * modules/rc4/rc4c.tcl: * modules/crc/crcc.tcl: * modules/base64/base64c.tcl: * modules/md4/md4c.tcl: * modules/page/peg_grammar.tcl: * modules/page/pluginmgr.tcl: check-in: e84337e7dc user: andreas_kupries tags: trunk
06:36
* cfront.man: Fixed typo in the new documentation. check-in: e35d56901c user: andreas_kupries tags: trunk
06:29
* support/installation/modules.tcl: Added 'simulation' to the list of official modules. * support/devel/sak/validate/versions.tcl: New code for the comparison of indexed versus provides packages. * support/devel/sak/validate/validate.tcl: Activated new validation module. * support/devel/sak/validate/testsuites.tcl: Reworked log format. * support/devel/sak/validate/manpages.tcl: Reworked log format. check-in: 684368243e user: andreas_kupries tags: trunk
06:15
* pkgIndex.tcl: Synchronized indexed and provided versions of * bigfloat.man: math::bigfloat. check-in: b8d744cdd9 user: andreas_kupries tags: trunk
2008-03-24
03:48
* tiff.test: Added testsuite for the package, and example images. * testimages/IMG_7898.tiff: * testimages/IMG_7917.tiff: * testimages/IMG_7950.tiff: * tiff.man: Small formatting change in section LIMITATIONS, putting the information into a proper enumerated list. Put type codes for 'addEntry' into a list as well, and removed bad para in an example. * tiff.tcl (::tiff::byteOrder): Fixed bad access to variable byteOrder. * tiff.tcl (::tiff::dimensions): Fixed result of command 'dimensions' to be the documented list of horizontal and vertical pixel counts instead of a tagged dictionary. * tiff.tcl (::tiff::addEntry): Fixed use of bad variable name. * tiff.man: Bumped version to 0.2.1 * pkgIndex.tcl: check-in: ab6491322d user: andreas_kupries tags: trunk
00:21
* jpeg.tcl (::jpeg::getExif): Added check to reject bad section * jpeg.man: types outside of {main, thumbnail}. Bumped version to * pkgIndex.tcl: 0.3.3 * jpeg.test: Added testsuite and example images for it. * testimages/IMG_7898.JPG: * testimages/IMG_7898.JPG.thumb: * testimages/IMG_7898.exif.txt: * testimages/IMG_7898.thumbexif.txt: * testimages/IMG_7917.JPG: * testimages/IMG_7917.JPG.thumb: * testimages/IMG_7917.exif.txt: * testimages/IMG_7917.thumbexif.txt: * testimages/IMG_7950.JPG: * testimages/IMG_7950.JPG.thumb: * testimages/IMG_7950.exif.txt: * testimages/IMG_7950.thumbexif.txt: check-in: 0a45a2f6db user: andreas_kupries tags: trunk
2008-03-23
19:08
* graph/tests/nodes.test: Extended with tests to capture the situation of [Bug 1923685]. They properly crash without the fix and pass when the fix is applied. * graph/util.h (ASSERT): Extended to reported the asserted expression, and the file and line the assert is at. * graph/filter.c (filter_mode_n_in, filter_mode_n_out): Fixed bug in checking for duplicate nodes. Allowed dups to remain, causing parallel arcs more than the number of total nodes to trigger the overrun assertion. Reported as [Bug 1923685] by Georgios Petasis <[email protected]>. Thanks. check-in: a583a1a235 user: andreas_kupries tags: trunk
06:26
* uevent.tcl: Added a new command 'uevent::list', in fulfilment of * uevent.man: [Bug 1804388]. Extended the documentation. Bumped * pkgIndex.tcl: the package to version 0.2. * uevent.test: New, a testsuite for the package. check-in: e697fff299 user: andreas_kupries tags: trunk
04:49
* support/devel/sak/validate/help.txt: Clarified that testsuite validation is not testsuite execution. * support/devel/sak/validate/validate.tcl: Added testsuite * support/devel/sak/validate/cmd.tcl: validation, using the new entrypoints to move summaries after the checking phases, and updated to the feedback api changes. * support/devel/sak/validate/testsuites.tcl: New code, validation of testsuites (= checking which packages are without). * support/devel/sak/validate/manpages.tcl: Reworked for changed feedback module, split summary generation from main body, and set up proper multiple entry points. * support/devel/sak/util/feedback.tcl: Reworked for easier use when used from multiple packages which can be run separately and together. Added support for summary generation. check-in: 504f42aee1 user: andreas_kupries tags: trunk
04:39
* constants.test: Fixed declaration of package under test, was wrongly declared as support. check-in: 1ce43f82de user: andreas_kupries tags: trunk
2008-03-22
23:46
* base32hex.tcl: Added missing implementation of 'Names' for use by TestAccelInit. * base32hex.test: Cleaned up to use the standard TestAccel* commands for handling of accelerators in a testsuite. Moved loading of base32::core to testing section, as that internal package is implicitly tested as well. * base32.test: Moved loading of base32::core to testing section, as that internal package is implicitly tested as well. check-in: bcca6ba8ba user: andreas_kupries tags: trunk
16:03
Faster prefix checking. Added Bench file for string. check-in: 264aabb481 user: mic42 tags: trunk
01:10
* rtcore.man: Added documentation for the runtime package * cgen.man: 'fileutil::magic::rt', and the two compiler packages * cfront.man: 'fileutil::magic::cgen' and 'fileutil::magic::cfront'. * cfront.tcl: Fixed a typo in the export clause. check-in: 4594723980 user: andreas_kupries tags: trunk
2008-03-21
06:08
* gasm.man: Added documentation for package 'grammar::me::cpu::gasm'. check-in: 5b26d081d4 user: andreas_kupries tags: trunk
2008-03-20
06:42
* unicode.man: Added the standard section about feedback. * stringprep.man: * stringprep_data.man: Wrote documentation for the two helper * unicode_data.man: packages holding the data tables for the main (public) packages. check-in: f1c86e87f4 user: andreas_kupries tags: trunk
2008-03-19
06:58
* support/devel/sak/old/help.txt: Renamed old validation command. * sak.tcl: Renamed old validation command. * support/devel/sak/validate/cmd.tcl: New validation code, currently * support/devel/sak/validate/help.txt: only checking documentation. * support/devel/sak/validate/manpages.tcl: * support/devel/sak/validate/pkgIndex.tcl: * support/devel/sak/validate/topic.txt: * support/devel/sak/validate/validate.tcl: check-in: c86534a6f8 user: andreas_kupries tags: trunk
06:25
* support/devel/sak/doc/cmd.tcl: Fixed a typo. * support/devel/sak/doc/topic.txt: Deeper indentation. * support/devel/sak/help/topic.txt: Deeper indentation. * support/devel/sak/old/topic.txt: Deeper indentation. check-in: b7df6b04e3 user: andreas_kupries tags: trunk
06:21
* support/devel/sak/test/run.tcl: Replaced custom color code with use of the new package sak::color. * support/devel/sak/test/cmd.tcl: Fixed a typo. * support/devel/sak/test/topic.txt: Deeper indentation. check-in: eb865cfdb2 user: andreas_kupries tags: trunk
06:15
* support/devel/sak/util/pkgIndex.tcl: Added two new sak support * support/devel/sak/util/color.tcl: packages to handle colorization * support/devel/sak/util/feedback.tcl: and common feedback ops (on top of the animation). * support/devel/sak/util/anim.tcl: Exported the public commands. check-in: 3de2f6f268 user: andreas_kupries tags: trunk
2008-03-18
02:45
* ftp_geturl.man: Separated the documentation of the ftp and * ftp.man: ftp::geturl packages into two files. check-in: 2d850a489b user: andreas_kupries tags: trunk
02:30
* adjust.man: Added documentation for the packages the * repeat.man: textutil bundle consists of. * split.man: * string.man: * tabify.man: * trim.man: * textutil.man: Noted that the bundle package is now deprecated and will go away in the future. check-in: 4181817bb8 user: andreas_kupries tags: trunk
2008-03-17
05:54
* sha256.man: Added documentation for the sha256 package. * sha1.man: Fixed typos. check-in: 7499552179 user: andreas_kupries tags: trunk
05:33
* tie_std.man: Added documentation for the internal packages of this module, to clarify their nature as such. check-in: 45600f0ef1 user: andreas_kupries tags: trunk
04:55
* urn-scheme.man: Added documentation for package uri::urn. check-in: 2cb01097d4 user: andreas_kupries tags: trunk
2008-03-16
02:29
* comm_wire.man: Changed 'require' information to show that this manpage belongs to the documentation for the package 'comm'. check-in: cb11993c02 user: andreas_kupries tags: trunk
2008-03-14
21:55
* ini.tcl: Simplified the initialization code. Bumped version to * ini.man: 0.2.2. * pkgIndex.tcl: check-in: cb4d5cee3e user: andreas_kupries tags: trunk
21:35
* faop.tcl (::grammar::fa::op::cons): Fixed bad return code, * pkgIndex.tcl: reported in [SF Tcllib Bug 1826418], by Erik * faop.man: Leunissen. Bumped to version 0.4.1. check-in: 5c16e22d6e user: andreas_kupries tags: trunk
21:25
* ansi/code/ctrl.tcl (DEFC): Fixed bad use of 'args' argument, * pkgIndex.tcl: reported in [SF Tcllib Bug 1826418], by Erik * ansi_cctrl.man: Leunissen. Bumped to version 0.1.1. check-in: e461cf4b24 user: andreas_kupries tags: trunk
21:21
* spf.tcl (::spf::_exists): Fixed bad use of 'return', reported in * pkgIndex.tcl: [SF Tcllib Bug 1826418], by Erik Leunissen. Bumped to version 1.1.1. check-in: 5978969dbc user: andreas_kupries tags: trunk
21:00
* annealing.man: Cleaned up a bit, replaced deprecated [nl] usage * montecarlo.man: with [para]. * random.man: check-in: 50ad241ab9 user: andreas_kupries tags: trunk
20:57
* stringprep.man: Cleaned up a bit, replaced deprecated [nl] usage with [para]. check-in: a1208b51cb user: andreas_kupries tags: trunk
20:55
* nns_client.man: Cleaned up a bit, replaced deprecated [lst_item] usage with [def]. check-in: 6b216409c6 user: andreas_kupries tags: trunk
20:53
* picoirc.man: Cleaned up a bit, replaced deprecated [nl] usage with [para]. check-in: e5c083fed5 user: andreas_kupries tags: trunk
20:51
* statistics.man: Cleaned up a bit, replaced deprecated [nl] usage with [para]. check-in: 15d8598711 user: andreas_kupries tags: trunk
2008-03-12
17:55
* checker.tcl (widget): Fixed bad call propagation. check-in: 64fa4c8931 user: andreas_kupries tags: trunk
17:46
Fix provided version, did not match ifneeded. check-in: 44a0efe304 user: andreas_kupries tags: trunk
2008-03-10
04:31
* cksum.tcl (::crc::cksum): Fixed handling of options -chunksize * cksum.man: and -channel. Bumped version of cksum to 1.1.2. * pkgIndex.tcl check-in: c36e59e7c8 user: andreas_kupries tags: trunk
2008-03-09
21:00
Added support for Tcl 8.5 unsigned binary scan modifiers to speed up byte extraction. check-in: 28052355f8 user: mic42 tags: trunk
20:50
Fixed misspelled variable 'tex' in unbind. check-in: 8508fe2e35 user: mic42 tags: trunk
05:05
* doctools.tcl: Code cleanup, giving all upvar commands an * docidx.tcl: explicit level argument. Bumped all version * doctoc.tcl: numbers by one patchlevel. doctools -> 1.3.2, * cvs.tcl: doctools::toc -> 0.3.1, doctools::idx -> 0.3.1, * changelog.tcl: doctools::cvs -> 0.1.2, * pkgIndex.tcl: doctools::changelog -> 0.1.2 * docidx.man: * doctoc.man: * doctools.man: * cvs.man: * changelog.man: check-in: 333d370581 user: andreas_kupries tags: trunk
04:38
* sets_tcl.tcl (::struct::set::S_subtract,::struct::set::S_exclude): * sets.testsuite: Added an explicit check for the existence of the variable so that we can report the actual name of the missing variable instead of the name internally used by the implementation. Modified the relevant testcases to use a variable name different from the internal name to expose this properly. This should fix [Bug 1680176]. check-in: a4d750a352 user: andreas_kupries tags: trunk
04:24
* sets/m.c (sm_ADD): Brought the behaviour of method 'add' back * sets.testsuite: into line with the behaviour of 'include', * sets.tcl: i.e. create a missing variable, in both Tcl and critcl * struct_set.man: implementations. Updated the relevant tests as * pkgIndex.tcl: well. See changelog entry 2006-01-30 as well, and [SF Tcllib Bug 1414051]. Bumped version to 2.2.3. * sets/m.c (sm_INCLUDE): Replaced bogus TCL_LEAVE_ERR_MSG when * sets.testsuite: checking for variable existence, as the variable is created if missing. In contrast to exclude/subtract which require the variable to exist. This is likely a copy/paste error. The bogus error message was returned as the result of the command, not an error trace, but could be mistaken for it in interactive use. This fixes [Bug 1908098] reported by Stephane Jeanjean <[email protected]>. Testsuite extended. check-in: b2723e5a6f user: andreas_kupries tags: trunk
2008-03-08
04:32
* support/devel/sak/test/run.tcl (::sak::test::run::Summary): Fixed [Bug 1909367]. Error information is now passed from the file summary code to the counters for the whole test run. check-in: fb9949d739 user: andreas_kupries tags: trunk
2008-03-07
06:51
* sets.test: Updated tests to have error messages in line with the * graph/tests/Xsetup: 8.5 core. * graph/tests/attr/append.test: * graph/tests/attr/get.test: * graph/tests/attr/getall.test: * graph/tests/attr/keyexists.test: * graph/tests/attr/keys.test: * graph/tests/attr/lappend.test: * graph/tests/attr/set.test: * graph/tests/attr/unset.test: check-in: 93a26916b8 user: andreas_kupries tags: trunk
05:45
* stringprep.test: Marked the tests with known trouble as with constraint 'knownBug'. check-in: c7289e9c5b user: andreas_kupries tags: trunk
2008-03-05
05:40
Merged changes in ChangeLog (and test eigenvectors-1.0) check-in: 445c3dcd70 user: arjenmarkus tags: trunk
2008-03-02
17:03
Updated version numbers after feature addition. check-in: 8475942b05 user: sarnold75 tags: trunk
16:59
Manual updated with math::bigfloat::tostr new "-nosci" option. check-in: 26a4967a3b user: sarnold75 tags: trunk
16:42
math::bigfloat Added option -nosci to math::bigfloat::tostr Tests added to the testsuite have passed successfully. check-in: 280b58a8ec user: sarnold75 tags: trunk
16:35
math::bigfloat Added option -nosci to math::bigfloat::tostr command. Added tests to the testsuite, which passed. Tested on Linux with Tcl 8.4 check-in: 198e50bb1f user: sarnold75 tags: trunk
2008-03-01
00:41
* autoproxy.tcl (::autoproxy::init, ::autoproxy::GetWin32Proxy): Added tclchecker pragmas to suppress false non-portable command warnings. check-in: 7519bf6bec user: andreas_kupries tags: trunk
2008-02-29
23:57
* autoproxy.tcl (::autoproxy::cget): Removed bogus closing * autoproxy.man: bracket. Bumped version to 1.5.1 * pkgIndex.tcl: check-in: aa6ba84ffb user: andreas_kupries tags: trunk
23:56
* ftpd.tcl: Renamed ::ftpd::read -> ftp::Read to prevent clash * ftpd.man: with Tcl's builtin command. Version bumped to 1.2.4. * pkgIndex.tcl: check-in: 64fe4cbbd3 user: andreas_kupries tags: trunk
23:44
* tiff.tcl (::tiff::_unformat): Fixed missing closing bracket. * tiff.man: Version bumped to 0.2 * pkgIndex.tcl: check-in: d885d26174 user: andreas_kupries tags: trunk
23:43
* copyops.tcl (::transfer::copy::doString): Removed bogus trailing * pkgIndex.tcl: closing bracket. Version bumped to 0.2 * copyops.man: check-in: 1295544b2e user: andreas_kupries tags: trunk
23:41
* nns_auto.tcl (::nameserv::auto::Rebind, ::nameserv::auto::bind): * nns_auto.man: Fixed string match with bad pattern and missing * pkgIndex.tcl: string to match against. Version bumped to 0.2. check-in: 962a953cef user: andreas_kupries tags: trunk
20:21
* comm.tcl: Accepted Hemang's <[email protected]> * comm.man: patch for the [SF Tcllib Bug 1861565] he * comm.test: reported. This changes the handling of 'port already * pkgIndex.tcl: in use' errors to provide a clear message. Testsuite was updated. Version bumped to 4.5.7. check-in: 7b5c1024fa user: andreas_kupries tags: trunk
2008-02-28
19:39
* linalg.test (eigenvectors-1.0): Moved brace to correct location. check-in: fb57a6dcd2 user: andreas_kupries tags: trunk
07:32
* linalg.test (eigenvectors-1.0): Fixed missing closing brace. check-in: 5ede17de6c user: andreas_kupries tags: trunk
07:11
* traverse.tcl: Made snit dependency more strict, requesting 1.3+. check-in: 242d34122d user: andreas_kupries tags: trunk
06:56
* list.test: Updated tests to have error messages in line with the * list.tcl: 8.5 core. Added light comments to make separation of 8.4 and 8.5+ clear. This fixes the SF Tcllib Bugs [1897846] and [1897848] (and their duplicates). check-in: 39acdbaa2d user: andreas_kupries tags: trunk
06:19
Fixed a second bug, we inadvertently closed our main channel after replaying the journal. check-in: 13dd64da13 user: andreas_kupries tags: trunk
05:15
* tie_file.tcl (Replay): Fixed bug in the changes made in the last * pkgIndex.tcl: commit. Tried to use a command (uplevel) removed from the interp just a few lines above :( This fixes the SF Tcllib bugs [1892687] and [1897850]. Version updated to 1.0.4. check-in: 2865c674c2 user: andreas_kupries tags: trunk
2008-02-27
20:11
Fix title usage in defAuthProc check-in: 553d992e2c user: patthoyts tags: trunk
2008-02-22
13:34
Added function for combinatorial problems check-in: fecdf3ce3c user: arjenmarkus tags: trunk
2008-02-21
05:31
Missing ) added check-in: b6777cd4b0 user: arjenmarkus tags: trunk
2008-02-20
00:39
* matrix.tcl: Changed uses of abbreviated '-regex' in switch * pkgIndex.tcl: commands to the full option, '-regexp'. Bumped version to 2.0.2. check-in: a5e1d1b928 user: andreas_kupries tags: trunk
2008-02-07
21:19
Fixed a small bug when reading an LDIF modrdn check-in: 877c1486ef user: pdav tags: trunk
2008-02-05
01:22
version 1.5: rearranged to support creating non-SSL tunnels. Support passing additional tls options for tls tunnels. check-in: 4d9dbdb9fd user: patthoyts tags: trunk
2008-01-29
22:12
* unicode.man: Replaced bad backslash-quoted brackets with proper [lb], [rb] markup. * stringprep.man: Fixed missing closing bracket. check-in: 2570a80937 user: andreas_kupries tags: trunk
02:18
Added stringprep module check-in: 17acef8609 user: patthoyts tags: trunk
00:51
* sasl.tcl: Added support for the 'charset' parameter in DIGEST-MD5 for gsasl servers which are picky about this. * sasl.tcl: digest-md5 noncecount parameter moved into context array so it is only used for maintained connections. check-in: d1182b796a user: patthoyts tags: trunk
2008-01-28
23:42
* sets_tcl.tcl (::struct::set::Cleanup): Fixed handling of set * sets.testsuite: elements looking like namespace variable * sets.test: names. They break our hack of using the proc-local * sets.tcl: var hashtable. We have to use an explicit * pkgIndex.tcl: array. Updated the testsuite to use such * struct_set.man: elements. Bumped version to 2.2.2. check-in: c728ea0fb8 user: andreas_kupries tags: trunk
22:58
* base32hex_c.tcl: Disabled the critcl::debug and critcl::cheaders * base32_c.tcl: -g definitions * sha256c.tcl: Disabled the critcl::debug and critcl::cheaders -g definitions. * graph_c.tcl: Disabled the critcl::debug and critcl::cheaders -g * sets_c.tcl: definitions. * tree_c.tcl: check-in: 1afc9732bb user: andreas_kupries tags: trunk
22:41
* tie_file.tcl (Replay): Accepted fix for [SF Tcllib Bug 1850838], * pkgIndex.tcl: adding the missing use of the utf8 encoding. Thanks to Richard Suchenwirth <[email protected]> for report and fix. Version updated to 1.0.3. check-in: 01c737da5c user: andreas_kupries tags: trunk
2008-01-26
23:56
Implemented FR #1824212 from Aaron Faupell to provide a salt command for use when generating passwords. check-in: 349c7d7416 user: patthoyts tags: trunk
2008-01-24
05:45
Added package random; corrected incorporating random package in annealing.tcl check-in: 15ae2e35b2 user: arjenmarkus tags: trunk
2008-01-23
05:35
Corrected glitch in pkgIndex.tcl check-in: 82c48ed441 user: arjenmarkus tags: trunk
2008-01-18
09:37
Updated version number for statistics package (now 0.6) check-in: 7c4d7567f9 user: arjenmarkus tags: trunk
09:36
Added Beta distribution check-in: 4e1cdcfad4 user: arjenmarkus tags: trunk
2008-01-14
21:46
increment version check-in: a743388431 user: afaupell tags: trunk
2008-01-13
10:45
Added chi square and Student's t distributions check-in: 8534121c08 user: arjenmarkus tags: trunk
2008-01-11
13:39
Small repairs in the man pages check-in: d612341ae8 user: arjenmarkus tags: trunk
13:35
Initial checkin of simulation module check-in: 59805fbf63 user: arjenmarkus tags: trunk
11:17
Added Gamma and Poisson distributions (code submitted by EKB) check-in: c453a4d358 user: arjenmarkus tags: trunk
2008-01-10
18:16
* jpeg.tcl: fix for bug 1868088 "Integer value too large to represent" in MaxAperture arm of formatExif. Bumped version to 0.3.2 check-in: 91650d248c user: afaupell tags: trunk
2007-12-23
09:40
Small corrections applied check-in: 8342ded769 user: arjenmarkus tags: trunk
2007-12-11
05:41
Corrected Gamma function (error reported by EKB) check-in: 358697a067 user: arjenmarkus tags: trunk
2007-12-06
00:36
Added reporter and bug ref to last entry. check-in: 4d323c8958 user: andreas_kupries tags: trunk
00:35
* json.test: Brought the test results into sync with the ordered dicts of Tcl 8.5. NOTE: This will cause the combination of Tcl 8.4 with a backported dict to fail, at least until either the backported dict does the same ordering, or the tests are split into variants, one for both of the two cases. check-in: 3a609aa951 user: andreas_kupries tags: trunk
2007-12-04
19:04
* snit.test: Updated some results to changes in the Tcl 8.5 head. This fixes [SF Tcllib Bug 1844106], reported by Larry Virden <[email protected]>. Thanks. check-in: bd99ee0bac user: andreas_kupries tags: trunk
2007-12-03
21:46
* tests/faop_regex.test: Added examples for to(Tcl)Regexp provided by Lars Hellstroem <[email protected]>, see [Tcllib SF Bug 1841979]. check-in: 8fc64d5a9e user: andreas_kupries tags: trunk
2007-11-20
19:42
Added missing contributor to last entry check-in: 46e1b197dc user: andreas_kupries tags: trunk
19:36
* jpeg.tcl (::jpeg::stripJPEG): Fixed encoding bug reported by * pkgIndex.tcl: Martin Lemburg on news:clt. The output file was * jpeg.man: not set to binary, breaking the jpeg data written to it. Bumped version to 0.3.1. check-in: a0d5332a49 user: andreas_kupries tags: trunk
2007-11-16
03:42
* nmea.tcl: added return values to do_line, new input command bumped minor rev * nmea.man: updated for do_line, input, new intro paragraph check-in: 2aeb79f2b2 user: afaupell tags: trunk
2007-11-05
23:16
Fixed typo in name of bug submitter. check-in: 1350bd5f0c user: andreas_kupries tags: trunk
23:11
* mime.tcl (::mime::parsepart): Fixed [SF Tcllib Bug 1825092], * mime.test: as reported by Max Stroebel * pkgIndex.tcl: <[email protected]>. The code parsing * mime.man: multiparts assumed that eol sequences are always two characters (cr+lf), this however may not be the case. This caused the parser to miscount the last line in a part and wrongly remove its last character from the part. Extended the testsuite, and bumped the version to 1.5.3. check-in: 10801c99ad user: andreas_kupries tags: trunk
2007-10-26
22:21
* wip.tcl: Extended error reporting, and fixes of bad indices in * wip2.tcl: the methods manipulating the program (insert, push, etc). wip v2 only extended error reporting. * wip.tcl: Extended with method to undef DSL commands. * wip2.tcl: Updated both variants, and the documentation. * wip.man: Bumped versions to 1.1 and 2.1 respectively. * pkgIndex.tcl: check-in: 23df314333 user: andreas_kupries tags: trunk
2007-10-24
19:28
* fileutil.tcl: Changed handling of broken symbolic links * fileutil.man: by fileutil::find and fileutil::traverse. * traverse.tcl: They are now recognized and returned. * traverse.man: Extended the testsuite. Bumped fileutil * pkgIndex.tcl: to v1.13.4 and fileutil::traverse to v0.4. * find.setup: * find.test: * traverse.text: check-in: 605bf758ee user: andreas_kupries tags: trunk
10:38
Support password on connect check-in: af1baa9c35 user: patthoyts tags: trunk
2007-10-19
21:18
Doh - fix copy/paste of incorrect copyright check-in: 6d24601284 user: patthoyts tags: trunk
21:17
Added picoirc package check-in: 61ad72ad24 user: patthoyts tags: trunk
2007-10-08
11:29
bug #1658061: reset errorInfo after catches known to fail to avoid confusion. check-in: 2fce9c1411 user: patthoyts tags: trunk
2007-09-25
23:11
* doctools.tcl: Extended processor to pass the pass number to the * checker.tcl: checker layer as well. Modified the checker layer * pkgIndex.tcl: to suppress generation of warnings in all but the * doctools.man: first pass, to avoid replication. Bumped version to 1.3.1. This fixes [SF Tcllib Bug 1800413]. check-in: 1f925c1909 user: andreas_kupries tags: trunk
21:26
* mpformats/fmt.nroff: Fixed argument swap in fmt_arg_def, fixing [SF Tcllib Bug 1800420]. check-in: ee8a32b1f7 user: andreas_kupries tags: trunk
21:20
* mpformats/fmt.html: Handled [SF Tcllib Bug 1800408] and [SF Tcllib Bug 411], removing superfluous whitespace around link text and adding more class names to semantic markup. check-in: d0b5003dd5 user: andreas_kupries tags: trunk
2007-09-20
19:11
* mpformats/fmt.html: Added closing of paragraphs per the request in [SF Tcllib Bug 1798427]. Tis more complicated. Paragraphs inside of list elements are not yet closed. check-in: 344473abf3 user: andreas_kupries tags: trunk
18:26
* mpformats/fmt.html: Reworking handling of list items a bit to properly close the dt, dd, and li tags. Requested by [SF Tcllib Bug 1798427]. check-in: 0dd084815f user: andreas_kupries tags: trunk
04:17
* pluginmgr.tcl (AddPaths): Fixed typo in the code converting the * pluginmgr.man: package pattern into a regular expression. A * pkgIndex.tcl: bogus space char separated * from its quoting backslash, end result was a RE pattern without capturing parentheses, so the plugin name was never properly extracted from the package name. This fixes [SF Tcllib Bug 1798210]. Thanks to Jeremy Cowgar for the report. Additionally added support for directory 'plugins' in the dot-directories (pluginmgr::path). Package version bumped to 0.2. check-in: 99c81052eb user: andreas_kupries tags: trunk
2007-09-19
20:44
* list.tcl (::struct::list::Lpermutations): Fixed use of unqualified 'list' command for case of 1-element list. This fixes [SF Tcllib Bug 1798337]. Thanks to Glenn Jackman <[email protected]> for both report and fix. * pkgIndex.tcl: Version bumped to 1.6.2. Extended the * struct_list.man: testsuite with a test for this case. * list.test: check-in: b753a30ff6 user: andreas_kupries tags: trunk
17:15
* pluginmgr.man: Fixed typo in the example, used the wrong dot-path (.../plugins, should be .../plugin). Thanks to Jeremy Cowgar for finding this. check-in: dad10085b8 user: andreas_kupries tags: trunk
2007-09-18
21:03
Fix for missing padding in asnBitString. Tcllib Bug 1797428 check-in: 6ee58808d5 user: mic42 tags: trunk
2007-09-17
14:19
Fix default if -dir option is not specified it defaults to 'enc' and this fails to match 'encrypt' and results in the default operation being 'decrypt' check-in: 5e3852c720 user: patthoyts tags: trunk
2007-09-13
18:45
* ftp_geturl.tcl (::ftp::geturl): Fixed the handling of urls which * pkgIndex.tcl: are directories instead of files, per the patch * ftp.man: coming with [SF Tcllib Bug 1793855], suggested by Gerald Lester. Bumped version of ftp::geturl to 0.2.1. check-in: a77921b931 user: andreas_kupries tags: trunk
2007-09-12
16:29
Tcllib 1.10 tagged and released. check-in: 9c32016648 user: andreas_kupries tags: trunk, release, tcllib-1-10
16:20
* filetypes.man: Fixed typos in the documentation, incomplete * mimetypes.man: command names. Fixes [SF Bug 1791379]. check-in: 9263932e62 user: andreas_kupries tags: trunk
2007-09-11
19:12
Second correction - the proper one - for the matmul problem check-in: bf52427028 user: arjenmarkus tags: trunk
18:22
Corrected a test case (matmul on row vector and matrix) that failed due to an improvement in handling row vectors check-in: 3b2361afcd user: arjenmarkus tags: trunk
2007-09-10
22:52
Fixed syntax error in the nns manpage. check-in: fc958eb07c user: andreas_kupries tags: trunk
2007-09-07
16:48
* support/releases/history/README-1.10.txt: Updated for modified math package. check-in: 4087816313 user: andreas_kupries tags: trunk
2007-09-06
19:15
Solved SF bug 1784637 - matmul on row vector and matrix check-in: 14a6d69a53 user: arjenmarkus tags: trunk
2007-08-31
23:11
* page_util_norm_peg.man: New files. Two, for the remaining utility * page_util_norm_lemon.man: packages. Lemon docs are partial. check-in: d2c868130a user: andreas_kupries tags: trunk
20:23
* page_util_peg.man: New files. Three more manpages, for most of * page_util_quote.man: the utility packages. * page_util_flow.man: check-in: 21c0de696d user: andreas_kupries tags: trunk
2007-08-30
21:17
* page_pluginmgr.man: First documentation for the packages, intro, * page_intro.man: and the plugin management. * pluginmgr.tcl: Fixed a typo in a comment. <Documentation is incomplete> check-in: 0cf4eea661 user: andreas_kupries tags: trunk
17:30
* devdoc/critcl-tcllib.txt: Fixed [SF Tcllib Bug 1784843], applied * devdoc/dirlayout_install.txt: Larry Virden's patches fixing typos, * devdoc/indexing.txt: and doing other editorial changes. * devdoc/installation.txt: * devdoc/devguide.html: check-in: 75309d20d6 user: andreas_kupries tags: trunk
17:24
* README.developer: Fixed [SF Tcllib Bug 1784836], applied Larry * README: Virden patches fixing typos, and doing other editorial changes. check-in: 949428c8a3 user: andreas_kupries tags: trunk
2007-08-29
23:03
Removed left-over code from old constraint definition. check-in: dde823aaa2 user: andreas_kupries tags: trunk
22:10
* tree.testsuite: Simplified constraint definition, we now have a standard syntax (backward compat def for tcltest 1.0 in the devtools/testutilities.tcl). * sets.testsuite: Added a test demonstrating a shimmering problem in the C implementation of struct::set (handling of pure list values is bad). * sets/s.c: Fixed the bug demonstrated by the new test, see * pkgIndex.tcl: above. Version of package bumped to 2.2.1. Version of tcllibc bumped to 0.3.2. * modules/tcllibc.tcl: Version of package bumped to 0.3.2 for the bugfix in the C implementation of struct::set (v 2.2.1). check-in: 6e7ef5ea1b user: andreas_kupries tags: trunk
2007-08-28
19:04
* support/releases/history/README-1.10.txt: Whitespace and formatting cleanup after various updates for modified packages. check-in: 3b6e828b31 user: andreas_kupries tags: trunk
2007-08-27
16:34
Kept tables in sync with the changes to the dns and sasl modules. check-in: b6441efc5e user: andreas_kupries tags: trunk
2007-08-26
00:44
Applied patch #1610330 from Sergei Golovan to provide asynchronous connection for dns over tcp. check-in: 99e36e4332 user: patthoyts tags: trunk
00:36
* ntlm.tcl: Applied patch #1653431 to make use of the returned NT domain if present. check-in: bdd6a36b32 user: patthoyts tags: trunk
00:27
Applied patch #1774859 from Sergei Golovan to handle failed authentication. check-in: af1e2cbd8c user: patthoyts tags: trunk
2007-08-25
19:06
* tcllib_dns.man: Documented the -loglevel configure option. check-in: 5d73eb47d5 user: patthoyts tags: trunk
2007-08-24
22:36
Added new module 'mapproj' for computing map projections check-in: e822a88916 user: kennykb tags: trunk
20:17
* README.developer: Added a section describing the basic steps of adding a new module. * support/releases/history/README-1.10.txt: Whitespace and formatting cleanup. check-in: 05efb8e4ae user: andreas_kupries tags: trunk
2007-08-23
17:36
ChangeLog extended. check-in: 020dd9b8ed user: andreas_kupries tags: trunk
17:35
* bench.tcl: Fixed problem with the glob patterns used to query * bench.man: the data array, was not matching the list quoting * pkgIndex.tcl: used to generate the keys. Was fine while we had no keys with spaces in the interp reference, but with -pkgdir this is possible, and broke. Version bumped to 0.3.1. check-in: df66a4a452 user: andreas_kupries tags: trunk
2007-08-22
23:23
Extended testsuite, and bugfixes in the new code. check-in: 73c4a4b4ac user: andreas_kupries tags: trunk
22:01
* faop.tcl: Extended the package with commands to convert finite * faop.man: automatons back to regular expressions, simplify * pkgIndex.tcl: regular expressions, and translate regular expressions to Tcl syntax. Extended the documentation. Untested. This fixes [SF Tcllib RFE 1735601], submitted by Lars Hellstroem <[email protected]>. He submitted the code used for this as well. Documentation however by myself, based on his comments in the original code (dtx format). Version of the package bumped to 0.4. check-in: 9f24c40ca5 user: andreas_kupries tags: trunk
20:46
* apps/tcldocstrip (::tcldocstrip::processCmdline): Fixed handling of arguments if there are none. The linsert construction broke for that case. Application version bumped to 1.0.1. check-in: e4a29f495b user: andreas_kupries tags: trunk
20:37
* spf.test: Added proper requisites to the testsuite. check-in: 9c97565e26 user: andreas_kupries tags: trunk
17:37
* ncgi.man: Tweaked the formatting of the newly committed example a bit. check-in: c33818a4c4 user: andreas_kupries tags: trunk
16:41
* struct_list.man: Fixed example for 'filterfor', removed the bogus 'expr' layer. The command runs 'expr' itself. This fixes [SF Tcllib Bug 1779424]. check-in: 0b042c92f3 user: andreas_kupries tags: trunk
00:01
* faop.man: Extend fromRegex and helper commands to accept zero * faop.tcl: arguments for "|" (Choice) and "." (Sequence), to * pkgIndex.tcl: represent empty language and epsilon language. Documentation extended. Version of package fa::op bumped to 0.3. This implements [SF Tcllib Bug 1759532], an RFE submitted by Lars Hellstroem. check-in: 4920b6a29b user: andreas_kupries tags: trunk
2007-08-21
23:37
* comm_wire.man: Fixed description of messages in the basic message layer, and of EOL, per [SF Tcllib Bug 1739372] (by Lars Hellstroem). General cleanup (spell checking). check-in: e3b27683be user: andreas_kupries tags: trunk
23:15
* html.man: Documentation of tableFrom{Array,List} extended per [Tcllib SF Bug 1740573] (David Scott Cargo). Disabled the documentation of 'html::title', per the same report, the command seems to be not really for users, but only for internal use. check-in: 9c08f4159e user: andreas_kupries tags: trunk
22:31
Removed wrongly committed debug output. check-in: 6a1d137ef4 user: andreas_kupries tags: trunk
22:04
* README.developer: Section about testing updated for the changes in the Makefile. * Makefile.in (install-applications): New target, complement to 'install-libraries', for applications only. * Makefile.in (test): The target now distinguishes interactive invokation and batch mode, and chooses its log mode accordingly (interactive: progress feedback, short log, batch: detailed log). The batch mode is invoked by redirecting the stdout to a file. Per a suggestion of Mikhail Teterin. The two modes are also directly acessible, via the new targets 'test_batch' and 'test_interactive'. check-in: 3ea92fe7fb user: andreas_kupries tags: trunk
21:00
* README.developer: Added a small introduction to the testing of modules via 'sak.tcl'. This fixes [SF Tcllib Bug 1750655] by Larry Virden. check-in: 849ae88e56 user: andreas_kupries tags: trunk
20:31
Extended with reference to the original proposer of the new feature, and fixed the name of the option. check-in: b388233bc3 user: andreas_kupries tags: trunk
20:02
* bench.tcl (::bench::run): Extended with a new option -pkgdirs * bench.man: helping in the handling of multiple versions of a * pkgIndex.tcl: package to benchmark. Moved invokation of libbench * libbench.tcl: to a separate helper procedure. Extended the documentation. Version bumped to 0.3. check-in: 727ec3f440 user: andreas_kupries tags: trunk
17:34
* support/devel/sak/test/run.tcl: Reworked the handling of setup errors and of the various failure states to ensure that they are properly reported as problems in the summary output instead of giving the appearance that everything is ok. Some trouble in the math testsuite was spotted only by reading the detailed log and would have been missed otherwise. check-in: 997b45eabf user: andreas_kupries tags: trunk
17:32
* math.test (matchTolerant): Changed to not use tcltest 2.0+ features in a testsuite for tcltest 1.0. Rewritten the tests using this custom comparison command to be tcltest 1.0 compliant. * pkgIndex.tcl: With permission from Arjen moved math::statistics * bessel.test: into the 8.4 section. Due to its new dependency on * elliptic.test: math::linearalgebra via multi-variate linear * statistics.test: regression it now depends on Tcl 8.4+ too. * special.test: Updated the tests using math::statistics for this as well. check-in: 424904062a user: andreas_kupries tags: trunk
07:14
Added example section and file upload example check-in: d18899f6cf user: afaupell tags: trunk
2007-08-20
23:21
* bessel.test: Added missing dependency on math::linearalgebra. * elliptic.test: (For math::statistics). This not fully ok yet, the Tcl core requirements are out of whack too. check-in: 70399eb8c5 user: andreas_kupries tags: trunk
23:07
* comm.test: Updated to require Tcl 8.3 (for snit). check-in: fec7bc2c21 user: andreas_kupries tags: trunk
23:05
* snit.test: Fixed bad indices in tests causing the generation of bogus expected error messages. check-in: 52c22e5e24 user: andreas_kupries tags: trunk
22:48
* support/devel/sak/old/help.txt : Expose 'approve' command. * support/releases/history/README-1.10.txt: README listing the changes for the upcoming release. check-in: 20035c428e user: andreas_kupries tags: trunk
22:06
* png.tcl: Bumped version of package to 0.1.2. * png.man: * pkgIndex.tcl: check-in: fa9e34e3e9 user: andreas_kupries tags: trunk
21:55
* nmea.man: Bumped package version to 0.1.1. * nmea/tcl: * pkgIndex.tcl: check-in: 7edfe64849 user: andreas_kupries tags: trunk
21:26
Whitespace/formatting police. check-in: d5f669f6d7 user: andreas_kupries tags: trunk
21:06
* tcllib_interp.tcl: Bumped package version to 0.1.1. * interp.man: * pkgIndex.tcl: check-in: 0717f36b08 user: andreas_kupries tags: trunk
21:03
* ini.man: Bumped package version to 0.2.1, due to bugfix in last * ini.tcl: entry. * pkgIndex.tcl: check-in: c56a8cd88a user: andreas_kupries tags: trunk
20:41
* ftpd.tcl: Fix for [SF Tcllib Bug 1720144]. Version * ftpd.man: of the package bumped to 1.2.3. * pkgIndex.tcl: check-in: cfa5df2ac0 user: andreas_kupries tags: trunk
20:11
* doctools.tcl: Bumped versions to 1.3 and 0.3 respectively to * docidx.tcl: reflect the extended syntax and bugfixes listed * doctoc.tcl: below. * doctools.man: * docidx.man: * doctoc.man: * pkgIndex.tcl: check-in: 6cfaa72db2 user: andreas_kupries tags: trunk
20:03
* tcllib_ip.man: Bumped version to 1.1.2 due to the bugfix made * ip.tcl: by the last change. * pkgIndex.tcl: check-in: 32648e3922 user: andreas_kupries tags: trunk
19:58
* des.man: Bumped version to 1.1 due to API extension made by * des.tcl: the last change. * pkgIndex.tcl: check-in: d152c6c456 user: andreas_kupries tags: trunk
19:36
* blowfish.man: Version bumped to 1.0.3 due to bugfix at Mar 12. * blowfish.tcl: * pkgIndex.tcl: check-in: b35e55fb3a user: andreas_kupries tags: trunk
19:33
Whitespace police check-in: cda9a2b1d6 user: andreas_kupries tags: trunk
2007-08-19
20:20
The ldapx module has a major problem in the "change" entries: they cannot represent all cases, and in particular those involving simultaneously a modification in attributes and a renaming of an entry. For example: package require ldapx ::ldapx::entry create e ::ldapx::entry create c e dn uid=bob,o=org e set1 a v1 e backup e dn uid=sam,o=org e add1 a v2 e debug # => # dn = <uid=sam,o=org> # format = standard # a: v1 v2 # backup dn = uid=bob,o=org # a: v1 # There is both a renaming of the entry (bob->sam) and a new # attribute value (v2) for attribute a c diff e puts [c change] # => # add {a {v1 v2}} # The renaming information is lost! If you try again without the line "e add1 a v2", you can see that the change entry is correct, as it contains a "modrdn" meaning the renaming of the entry. So, the format of the "change" entry is incompatible with the described functionnality. This patch modify the format of the "change" entry from a single action to a list of actions. In the above example, it returns be: { {add {a {v1 v2}}} {modrdn ... } } instead of : {add {a {v1 v2}}} This format modification should not a real problem, since "change" entries are not intended to be used by programs, they are designed only for used by ldif and ldap classes. The ldapx version number is upgraded from 0.2.5 to 1.0 to reflect the potential incompatibility. check-in: bcce10a23e user: pdav tags: trunk
2007-08-16
18:05
remove gps reference from description check-in: ca8646acbb user: afaupell tags: trunk
17:56
* ini.man: clarifications to ini::open and ini::remove * ini.tcl fixed bug in ini::value where default value only worked if the section didnt exist check-in: 377c33269e user: afaupell tags: trunk
17:49
fixed bug in read_port when using logging check-in: 8691575888 user: afaupell tags: trunk
04:11
* multiop.setup: Moved the common setup code for the testing of * multiop.test: the multi-file operations into a separate file. * multi.test: Added commands to query the state of objects. * multiop.tcl: Updated both testsuite and documentation. Version * multiop.man: bumped to 0.5. * pkgIndex.tcl: check-in: 3f799cceba user: andreas_kupries tags: trunk
01:04
typo in man page check-in: c71413328c user: afaupell tags: trunk
2007-08-15
21:33
* comm.tcl (::comm::Vwait): Fixed uplevel which failed when used * comm.man: with variable names containing spaces. Bumped the * pkgIndex.tcl: package version to 4.5.6. Thanks to Bryan Oakley. check-in: 17e1e268d2 user: andreas_kupries tags: trunk
20:08
* multiop.tcl (ChDir, ChUp): Fixed the method calls in change dir * multiop.man: operations, forget the $self. Version bumped to 0.4. * pkgIndex.tcl: check-in: fa952c2f9c user: andreas_kupries tags: trunk
2007-08-14
21:42
* tests/fa_symbols_at.test: Added proper documentation for the * fa.tcl: methods symbols@ and symbols@set. Extended method * fa.man: symbols@ to allow querying of symbols between two * pkgIndex.tcl: states, extended documentation, and updated testsuite. Bumped package version to 0.3. check-in: d1227bc046 user: andreas_kupries tags: trunk
20:41
* comm.tcl (::comm::CommRunHook): Fixed typo in variable name, * comm.man: should be 'res', not 'result'. Bumped the package * pkgIndex.tcl: version to 4.5.5. check-in: bc8bcba5ea user: andreas_kupries tags: trunk
2007-08-13
23:39
* multiop.tcl (Expand): Fixed bug in recursive expansion, pattern applies to the last segment of the path. check-in: f714105aed user: andreas_kupries tags: trunk
22:32
* multiop.tcl: New features coming out of dog-fooding: Removed * multiop.man: hardwired fixation on files, accept all paths by * multiop.test: default, and added commands to allow the user to * multi.test: limit the expansion to files, firectories, or links. * pkgIndex.tcl: New command to allow the user to specify how strict checking of the 'in(to)' argument is, and if empty expansions are acceptable. Documentation updated. Testsuite updated and extended. Version bumped to 0.3 check-in: a4592dd587 user: andreas_kupries tags: trunk
2007-08-10
19:40
* multiop.tcl: New features - Recursive processing. * multiop.test: Expand only mode. Save/restore set of files * pkgIndex.tcl: to/from a variable. Platform checking * multi.test: semi-conditional commands. Invoke a user command for * multiop.man: the file set. Test suite extended, documentation updated. Version bumped to 0.2 check-in: 9a8534e88a user: andreas_kupries tags: trunk
18:21
* fileutil.tcl: The rewrite of find changed how it invoked the * fileutil.man: filter command. As that however is documented this * pkgIndex.tcl: change is a bug. Restored the old way of invoking * find.test: the filter command. Version bumped to 1.13.3. Extend the testsuite to verify the API. check-in: 980bd71a9f user: andreas_kupries tags: trunk
15:59
* comm.tcl (comm::comm_cmd_send): Replaced the 'after idle unset result' with an immediate unset, saving the infromation into a local variable. The 'after idle' can spill into a forked child process if there is no event loop between its location and the fork. This may bork the child if the next event loop is the 'vwait' of comm's send a few lines above, and the child used the same serial number for its next request. In that case the parent's 'after idle unset' will delete the very array element the child is waiting for, unlocking the vwait, causing it to access a now missing array element, instead of the expected result. Fix by JeffH, Analysis by AndreasK, bugfix actually done before the analysis. This bug happened at Cisco. * comm.man: Bumped the package version to 4.5.4. * pkgIndex.tcl: check-in: 48802d3395 user: andreas_kupries tags: trunk
2007-08-08
21:23
* pop3.test: And snit is loaded by coserv.tcl too, no explicit load required. check-in: d1892bab8b user: andreas_kupries tags: trunk
19:42
* inplace.test: Fixed failures of some tests on Windows. * fileutil.tcl: Working around a possible bug in the handling of path intreps by the core, on Windows. See commentary in 'fullnormalize', and 'find.setup' (f_setupcircle). * find.test: Moved the support code into a separate file, the new * find.setup: 'find.setup'. Added a testsuite for the package * traverse.test: 'fileutil::traverse', using the same support * traverse.tcl: code. Rewrote the internals of traverse.tcl based * traverse.man: on the experience gained by the rewrite of 'find', * pkgIndex.tcl: using similar re-focatorization of the platform and core dependencies, and made the traversal state variables easier to understand (separated the processing and result stack). Bumped version of traverse to 0.3. check-in: 664f9dd378 user: andreas_kupries tags: trunk
04:33
* find.test: Reworked the setup/cleanup code, made the tests more independent from each other. * traverse.man: New file, first documentation for fileutil::traverse. check-in: 9752ccf61a user: andreas_kupries tags: trunk
2007-08-07
22:48
Revert accidential commit of code changes for debugging encoding problem. check-in: 7b5460f0b4 user: andreas_kupries tags: trunk
22:46
* fileutil.tcl (::fileutil::find): Command rewritten to use a * pkgIndex.tcl: portable iterative traversal core. Platform and * fileutil.man: Tcl version dependencies have been re-factored into separate small commands. Should be more readable and maintainable. Handling of circular symbolic links is now portable (via a portable 'file normalize'). Order of paths in the output changed, this however was never documented. Version bumped to 1.13.2. check-in: a466def993 user: andreas_kupries tags: trunk
2007-08-06
13:26
Fixed a bug in "swap" method : backuped dn was not restored. check-in: a412b1ea6c user: pdav tags: trunk
2007-08-05
19:59
Ooops. I modified ldapx.tcl (instead of ldap.tcl). check-in: 5dbdf81ebc user: pdav tags: trunk
2007-08-04
00:58
* fileutil.test: Cleaned the setup/cleanup code up a bit. check-in: 0cf81c25a7 user: andreas_kupries tags: trunk
2007-08-03
23:07
* filetype.test: Split the overly large file fileutil.test * fileutil.test: into a series of smaller test files for * find.test: specific commands. * inplace.test: * pathops.test: * strip.test: * test.test: check-in: 5f49420422 user: andreas_kupries tags: trunk
21:30
* ldapx.man: Fix class command which was broken across lines. check-in: d5621bfd8a user: andreas_kupries tags: trunk
21:01
Munged one modification. check-in: f34f4558f8 user: pdav tags: trunk
17:05
* sets.test (Nothing): Updated to changes in reporting of errors with alias commands in 8.5. check-in: 30e6ec11de user: andreas_kupries tags: trunk
15:37
Ooops. Forgot to update pkgIndex.tcl with new version number. check-in: 6d03a2559b user: pdav tags: trunk
15:13
- Fixed reading of LDIF change entries. - Fixed modification of an entry by replacing values instead of removing and adding the minimal set of changes, since LDAP schemas don't necessarily include equality operator for each attribute. - Introduced a "-utf8" option in the LDIF class. - Fixed indentation for LDIF continuation lines for Base64 encoded values. - Fixed set1 return value to be compatible with set return value (not a documented feature). - Fixed set1 when given an empty value: it deletes the attribute (as with set). - Fixed test for the new replacement mode. - Added documentation for "-utf8" option. check-in: c360aa0c68 user: pdav tags: trunk
05:06
* pop3d.test: Updated to prevent the multiple loading of comm. check-in: 54c38a76e2 user: andreas_kupries tags: trunk
04:58
* mime.tcl (::mime::word_encode): Unbreak the unconditional line-breaking performed by some of the base64 encoders we use. check-in: ecc95632ce user: andreas_kupries tags: trunk
04:52
* interp.tcl (::interp::createEmpty): Modified the sequence clearing an interpreter of commands to properly handle the ::tcl system namespace of Tcl 8.5. check-in: 850c5babd5 user: andreas_kupries tags: trunk
04:27
* typedCmdline.test: Updated to changes in Tcl 8.5 head. check-in: 255b73c95f user: andreas_kupries tags: trunk
2007-08-02
23:15
Extended doc processing with generation of pdf output. check-in: bbd20abdda user: andreas_kupries tags: trunk
23:15
* mpformats/fmt.latex: Further reworking of the backend internals for proper quoting of TeX special characters, prevention of double-quoting, and markup of wanted special characters. Further removed the use of 'quote' environments. Not needed for the formatting and its use restricts the nesting of lists to three levels. Without we can nest seven levels. Final fixes for [Tcllib SF Bug 1766381]. check-in: f6c7927e23 user: andreas_kupries tags: trunk
19:01
* mpformats/fmt.text: Fixed handling of 'cmd_def'. * mpformats/fmt.tmml: Fixed handling of nested lists. * mpformats/fmt.latex: Fixed handling of list_end, was not updated to the new list type codes. * mpformats/fmt.latex: Fixed handling of ^ character. Has to be escaped in regular text. Fixed handling of keywords and references (see also). May contain special character in need of escaping. Quote backslashes in paths. Fixes for [Tcllib SF Bug 1766381.] check-in: 0cf8d8e749 user: andreas_kupries tags: trunk
2007-08-01
23:17
* pop3.test: Updated to new snit dependency in comm. check-in: 5124a045f2 user: andreas_kupries tags: trunk
22:53
* tie_rarray_comm.test: Updated to handle new 'snit' dependency in 'comm'. check-in: 5005f77029 user: andreas_kupries tags: trunk
22:49
* me_util.test: Updated to use the TestAccel utility commands to handle accelerators. * me_tcl.test: Updated 8.5 specific test to extensions in 'string is'. check-in: 8ed81a2ce5 user: andreas_kupries tags: trunk
22:40
* htmlparse.test: Updated to use the TestAccel utility commands to handle accelerators. check-in: e8bfacc465 user: andreas_kupries tags: trunk
21:44
* deleg_method.test: Updated tests for changes in snit internal, now using the new method introspection methods. Requires snit 1.3.1 check-in: c1b2fcd81c user: andreas_kupries tags: trunk
21:34
* doctools.test: Updated test 8.4 for changes in the formatting of warnings. check-in: d16e7b12a3 user: andreas_kupries tags: trunk
20:49
* fileutil.test: Fixed problems with the tests for fileutil::writeFile and companions. The regsub did not like paths containing special characters like '+'. Replaced with a 'string map' construction. * multiop.tcl: Language tweak. Allow 'from', and 'into' (and aliases) * multiop.man: as qualifiers to 'the', i.e. allow specification after * multiop.test: 'the'. Updates documentation and examples too. check-in: 636ab02b66 user: andreas_kupries tags: trunk
20:20
* multi.tcl: Added documentation and testsuite for the multiop * multi.man: package built on top of the multiop objects. Bug * multi.test: fixes. * multiop.tcl: * multiop.man: * multiop.test: check-in: c6a8ba04fa user: andreas_kupries tags: trunk
06:30
* multiop.man: Wrote the actual documentation for the core * multiop.tcl: multi-file objects. Tweaked the syntax a bit. check-in: 26cb6c72ab user: andreas_kupries tags: trunk
00:15
* multiop.tcl: New packages in module. Scatter/gather * multiop.test: operations, multi-file operations. * multiop.man: First user of 'wip' code. * multi.tcl: * pkgIndex.tcl: check-in: 50fac17ba4 user: andreas_kupries tags: trunk
00:14
* wip.man: Fixed bugs uncovered during test of * wip.tcl: first user, fileutil::multi::op. * wip2.tcl: check-in: 49b4cc8b4e user: andreas_kupries tags: trunk
2007-07-27
20:33
New module 'wip' added. A mini interpreter for word lists based on ideas in 'treeql'. check-in: 2a8d833ecb user: andreas_kupries tags: trunk
20:26
* fileutil.tcl: Fixed problems of 'relative' and 'relativeUrl' * fileutil.man: with paths containing . and .., i.e. like * fileutil.test: '/foo/bar/../common'. Done by making the paths * pkgIndex.man: absolute and then using LexNormalize to remove them. Added a fast path to LexNormalize to quickly return for paths not containing . nor .. Also fixed bug in handling .. with short relative paths. Extended the testsuite. Package bumped to version 1.13.1 (patchlevel, bugfixes only). check-in: ccc9e6f0f1 user: andreas_kupries tags: trunk
2007-07-20
17:08
* uevent.tcl: Added missing loading of package logger. Bumped * pkgIndex.tcl: version to 0.1.2. * uevent.man: check-in: ad719391e9 user: andreas_kupries tags: trunk
2007-07-18
22:37
* ../../apps/nnsd: Fixed option bug. Bumped version to 1.0.1. * ../../apps/nns: Extended example client application with * ../../apps/nns.man: continuous search. Further extended to detect and handle loss of connection with service, by exiting. Bumped version to 1.1 * server.tcl: Implemented asynchronous and continuous searches. * nns.tcl: Ditto in client. Documented this feature, and the * nns_client.man: extensions to the protocol it needs. * nns_server.man: Bumped both server and client to version 0.3. * nns_protocol.man: * pkgIndex.tcl: check-in: 0fb14d32e4 user: andreas_kupries tags: trunk
22:33
* uevent.tcl (::uevent::generate): Fixed typo in variable name, * uevent.man: used non-existing var. Bumped version to 0.1.1. * pkgIndex.tcl: check-in: 8a520be1bd user: andreas_kupries tags: trunk
2007-07-17
22:08
* nns_auto.tcl: Name service client on top of the basic facility. * nns_auto.man: Provides automatic restoration of registered names * pkgIndex.tcl: after a loss of connection. * nns.tcl: Extended to use the services of 'uevent' to generate events for important changes, like the loss of the connection to the server. The package version is bumped to 0.2. check-in: 9ef2a6b813 user: andreas_kupries tags: trunk
22:05
* New package 'uevent', handling of user events. check-in: fd26a2cc37 user: andreas_kupries tags: trunk
2007-07-11
04:43
One "term" back to "emph" check-in: ed607a99ac user: arjenmarkus tags: trunk
04:40
Changed emph into term for those occurrences that involved defining/delineating a term check-in: 2121480326 user: arjenmarkus tags: trunk
2007-07-10
19:36
Small corrections on latest commit check-in: ba18ded8f1 user: arjenmarkus tags: trunk
2007-07-07
16:17
added population stdev/variance; cleaned up several test files check-in: b77c6a713f user: arjenmarkus tags: trunk
2007-07-05
13:39
bug #1739359 - reject domain names that look like ipv4 addresses check-in: 688627e310 user: patthoyts tags: trunk
13:19
* des.test: Previous version of DES used to pad the key to 64 * des.tcl: bits. If we are using the old options then add padding. The new version will raise an error instead. check-in: cabb84a92e user: patthoyts tags: trunk
2007-07-04
01:15
* main1_83.tcl (::snit::Comp.statement.oncget): Fixed double * main1.tcl (::snit::Comp.statement.oncget): import of instance * main2.tcl (::snit::Comp.statement.oncget): and type variables. * snit.man: Bumped versions to 1.3.1 and 2.2.1 respectively. * pkgIndex.tcl: * snit.tcl: * snit2.tcl: check-in: 19a01d3271 user: andreas_kupries tags: trunk
2007-07-03
04:56
* snit.test: Snit versions bumped to 1.3 and 2.2. Extended * snit.man: 'info' method and typemethod with sub-methods * snitfaq.man: 'args', 'body' and 'default' to query method * main1.tcl: arguments, argument defaults, and bodies. * main1_83.tcl: * main2.tcl: * pkgIndex.tcl: check-in: 2fc59c5e17 user: andreas_kupries tags: trunk
2007-06-26
18:55
Removed spurious 'puts' in computation of Jacobian elliptic functions check-in: be344b2bfc user: kennykb tags: trunk
2007-06-23
03:39
Replaced deprecated {expand} syntax in comments with {*}. check-in: 4a72c2ed6b user: andreas_kupries tags: trunk
03:07
* snitfaq.man: Replaced deprecated {expand} with {*}. check-in: 6d59dde2f3 user: andreas_kupries tags: trunk
2007-06-21
04:47
* html.man: Fixed bug [SF Bug 1740573], documentation typos, etc. Thanks to David Scott Cargo <[email protected]> for the report. check-in: 9f4136cb13 user: andreas_kupries tags: trunk
04:10
* javascript.man: Fixed bug [SF Bug 1740574], typos in the documentation. Thanks to David Scott Cargo <[email protected]> for the report. check-in: 9372c0949d user: andreas_kupries tags: trunk
2007-06-19
01:56
* fileutil.tcl (::fileutil::fullnormalize): Simplified the implementation by recognizing that the complex file split/lrange/eval/join combo is just 'file dirname'. check-in: 3c890d28fb user: andreas_kupries tags: trunk
2007-06-17
01:22
Fix comment. check-in: 8990a047e4 user: andreas_kupries tags: trunk
2007-06-13
04:25
* peg.man: Fixed [Bug 1735588], added text explaining the relation to context-free grammars, per Lars Hellstrom's proposal. check-in: 657855c5b1 user: andreas_kupries tags: trunk
04:19
* traverse.tcl: Fixed invokation of -filter callback when used for * pkgIndex.tcl: directories. Wrongly used only the short path. Now correctly uses the full name. Bumped package version to 0.2. check-in: 8bd35edbc9 user: andreas_kupries tags: trunk
2007-06-10
20:47
* comm.tcl: Bugfixes in the wrapper for 'update'. * comm.man: Bumped the package version to 4.5.3. * pkgIndex.tcl: check-in: 3869cec984 user: andreas_kupries tags: trunk
2007-05-29
04:23
* nmea.man: Added title, extended set of keywords. check-in: b40a851856 user: andreas_kupries tags: trunk
03:00
* fileutil.tcl: Added command 'tempdirReset' to allow users to * fileutil.man: clear the information set via 'tempdir path'. * pkgIndex.tcl: Bumped package to version 1.13. Additionally extended relative-url computation to make the result of an edge-case nicer looking (result was ok, but not optimal). Extended testsuite for this. Extended error output when computation of relative path fails. check-in: ff02b78993 user: andreas_kupries tags: trunk
2007-05-16
22:32
Updated version numbers in list manpage as well. check-in: b4e80b9cf6 user: andreas_kupries tags: trunk
22:20
* list.tcl (LlcsInvertMerge2): Fixed a bug where incorrect "unchanged" entries were generated on a merged list. * list.test (lcsInv-4.2,lcsInv-4.3): Corrected the test cases because they were expecting incorrect results from the above bug. [Bug 1720331] * pkgIndex.tcl: Advanced version number of 'struct::list' to 1.6.1 check-in: edf43ab002 user: kennykb tags: trunk
2007-05-10
22:11
* comm.tcl: Bugfix in the wrapper for 'update'. Bumped the * comm.man: package version to 4.5.1. * pkgIndex.tcl: check-in: 8711b57a8d user: andreas_kupries tags: trunk
2007-05-08
22:03
* nns_client.man: New name for nns.man, to avoid clashing with the * nns.tcl: nns.man of the command line client, and removed unwanted log output from the client package. * ../../apps/nnsl: Merged nnsl and nnst into one command line client * ../../apps/nnst: application, nns. Added documentation for that * ../../apps/nns: application. * ../../apps/nns.man * ../../apps/nnsd.man: Added documentation for the command line server application. * nns_server.man: Changed configuration -local to -localonly * server.tcl: for better understanding. Bumped to version 0.2 * pkgIndex.tcl: Removed unwanted log output. check-in: 973b927719 user: andreas_kupries tags: trunk
2007-05-07
22:55
* nns.man: Added documentation for client and server packages. * nns_server.man: check-in: 84e8eb85d2 user: andreas_kupries tags: trunk
21:15
* ftp.tcl (::ftp::Get): SF Bug 1708350. Do not unset get:channel * pkgIndex.tcl: state information to prevent async get from * ftp.man: blowing in HandleData. More comments in the code. Version bumped to 2.4.8. check-in: 4b399462aa user: andreas_kupries tags: trunk
2007-05-04
21:31
* support/installation/modules.tcl: New module 'nns' added, a nano-sized name service based on and for 'comm'. Derived from the nserver code in the Pool_Net bundle of packages. * NNS - Nano Name Service. Initial commit. TODO: Documentation for client and server, ditto testsuites, are needed. Only the trivial code shared by both is documented and tested. Manual testing has been done however, using the nns* applications, see apps/ check-in: 6a87901280 user: andreas_kupries tags: trunk
21:10
* comm.tcl: Bugfixes in the handling of -interp for regular * comm.man: scripts. The handling of the buffer was wrong for * pkgIndex.tcl: scripts which are a single statement as list. Fixed missing argument to new command commSendReply, introduced by version 4.5. Affected debugging. Bumped package version to 4.5.1. check-in: 506c9ac9fd user: andreas_kupries tags: trunk
2007-05-03
21:41
* sha1.tcl: Force-define loop variable for accel loader, so * sha256.tcl: that sak will not fail in the unset when looking for the package version via restricted eval. check-in: 94bd92fdf0 user: andreas_kupries tags: trunk
21:38
* sak.tcl: Added stronger check for 'package provided' command to 'ppackages'. Code in critcl.tcl generated for tcllibc slips past the less strong filters. check-in: 8aa085dcfb user: andreas_kupries tags: trunk
2007-05-02
00:30
* comm.tcl: Added ability to asynchronously generate script * comm.man: results. Enables proper handling of long-running * comm.test: operations (like db queries) without blocking the * comm.slaveboot: server, nor requiring nested eventloops. * pkgIndex.tcl: Extended documentation, and testsuite. Version bumped to 4.5. Now depending on snit, and Tcl 8.3. check-in: 8d7e5e564e user: andreas_kupries tags: trunk
2007-05-01
17:10
* main2.tcl: [Bug 1710640]. Replaced deprecated {expand} with {*}. * snit.test: Updated to changes in 8.5a6. check-in: 779224ef62 user: andreas_kupries tags: trunk
17:00
* treeql85.tcl: Replaced deprecated {expand} syntax with {*}. * docs/treeql-low.xml: [Bug 1710644]. * docs/treeql-int.xml: * treeql.test: Updated accelerator handling. check-in: 9ec5d6f1a3 user: andreas_kupries tags: trunk
16:30
Added bug reference. check-in: d22accb1ef user: andreas_kupries tags: trunk
16:25
* examples/tie/metakit.tcl (get): Updated to use {*} instead of the deprecated {expand}. check-in: 87499c4735 user: andreas_kupries tags: trunk
2007-04-30
22:47
* png.test: Added tests for removeComments, also converted to use of 'TestFilesGlob'. check-in: 1c22619ee4 user: andreas_kupries tags: trunk
22:46
* testutilities.tcl: Made TestFiles 8.2-ready. Added command 'TestFilesGlob' to simply return files instead of immediately sourcing them. check-in: 3012491a9b user: andreas_kupries tags: trunk
2007-04-28
19:26
2004-04-28 Aaron Faupell <[email protected]> * png.tcl: fixed output file encoding in removeComments check-in: 5e965bd751 user: afaupell tags: trunk
2007-04-21
12:35
Fix for Bug 1704626. Fixed some Problems in asnPeekTag/asnTag. check-in: 0a2602ecbb user: mic42 tags: trunk
2007-04-20
18:51
Various bugfixes and some new commands. Fixes for Tcllib SF Bugs[1558351, 1703408, 164533]. check-in: a78b6edbc0 user: mic42 tags: trunk
2007-04-12
08:00
* tree.tcl: Renamed various commands handling accelerators. This brought their names into compliance with the requirements of the 'TestAccel*' commands in devtools. * sets.tcl: Fixed use of KnownImplementations missed by last change. check-in: 615dfb69c3 user: andreas_kupries tags: trunk
03:43
* dacceptor.test: Added the switching of struct::set * dexec.test: implementations to the testsuite. * fa.test: * faop.test: * tests/da_accept.test: * tests/da_cons.test: * tests/de_cons.test: * tests/de_exec.test: * tests/fa_cons.test: * tests/fa_ec.test: * tests/fa_final.test: * tests/fa_is.test: * tests/fa_is_complete.test: * tests/fa_is_deterministic.test: * tests/fa_is_epsfree.test: * tests/fa_is_useful.test: * tests/fa_next.test: * tests/fa_reach.test: * tests/fa_serial.test: * tests/fa_start.test: * tests/fa_state.test: * tests/fa_states.test: * tests/fa_symbol.test: * tests/fa_symbols.test: * tests/fa_symbols_at.test: * tests/fa_useful.test: * tests/faop_complete.test: * tests/faop_concat.test: * tests/faop_determinize.test: * tests/faop_difference.test: * tests/faop_intersect.test: * tests/faop_kleene.test: * tests/faop_minimize.test: * tests/faop_optional.test: * tests/faop_regex.test: * tests/faop_remeps.test: * tests/faop_reverse.test: * tests/faop_trim.test: * tests/faop_union.test: check-in: d3a152bb98 user: andreas_kupries tags: trunk
03:37
* testutilities.tcl: Added 'TestFiles', a command to run a set of subordinate test files, found by globbing. check-in: 5e2838e8b3 user: andreas_kupries tags: trunk
03:01
* sets.tcl: Renamed various commands handling accelerators. This brought their names into compliance with the requirements of the 'TestAccel*' commands in devtools. * sets.test: Rewritten to use the 'TestAccel*' convenience commands. * tree.test: Rewritten to use the 'TestAccel*' convenience commands. Additionally moved the helper commands into a new, separate file * tree/tests/Xsupport: New file now containing the helper commands for testing struct::tree. * graph.test: Rewritten to make use of 'useAccel'. * graph.test: The testsuite already switches various * graph/tests/arcs.test: implementations of struct::graph. Added * graph/tests/assign.test: the switching of struct::set * graph/tests/command.test: implementations. * graph/tests/deserialize.test: * graph/tests/nodes.test: * graph/tests/rassign.test: * graph/tests/serialize.test: * graph/tests/swap.test: * graph/tests/walk.test: * graph/tests/arc/attr.test: * graph/tests/arc/delete.test: * graph/tests/arc/exists.test: * graph/tests/arc/flip.test: * graph/tests/arc/insert.test: * graph/tests/arc/move-source.test: * graph/tests/arc/move-target.test: * graph/tests/arc/move.test: * graph/tests/arc/rename.test: * graph/tests/arc/source.test: * graph/tests/arc/target.test: * graph/tests/attr/append.test: * graph/tests/attr/get.test: * graph/tests/attr/getall.test: * graph/tests/attr/keyexists.test: * graph/tests/attr/keys.test: * graph/tests/attr/lappend.test: * graph/tests/attr/set.test: * graph/tests/attr/unset.test: * graph/tests/node/attr.test: * graph/tests/node/degree.test: * graph/tests/node/delete.test: * graph/tests/node/exists.test: * graph/tests/node/insert.test: * graph/tests/node/opposite.test: * graph/tests/node/rename.test: check-in: 01d4b67113 user: andreas_kupries tags: trunk
02:47
* testutilities.tcl: Added 'useAccel' to help with the setup of packages which have accelerators, automatically using the proper use variant. check-in: 0e6a3405b4 user: andreas_kupries tags: trunk
2007-04-11
04:52
* bench_lang_intro.man: New files, documentation of the * bench_lang_spec.man: benchmark declaration language, and * bench_read.man: of the supporting packages. * bench_wcsv.man: * bench_wtext.man: check-in: dc9bd55d22 user: andreas_kupries tags: trunk
2007-04-05
21:32
* dexec.tcl: Accepted [Tcllib RFE 1692954] and the associated * dexec.man: patch [Tcllib Patch 1693491], by Bogdan * pkgIndex.tcl: <[email protected]>. Bumped version * test/de_exec.test: number to 0.2. New API: State introspection, additional callback invokation for state transitions. Updated testsuite to accept the additional callbacks in the activity traces. check-in: 31394b2e59 user: andreas_kupries tags: trunk
2007-03-28
22:48
* fileutil.tcl (::fileutil::fileType): Added definitions to * pkgIndex.tcl: recognize Apple .icns files. * fileutil.man: Bumped version up to 1.12. check-in: 54acb3951f user: andreas_kupries tags: trunk
17:49
* apps/tcldocstrip: Added a block of meta data. * apps/page: Added a block of meta data. check-in: 41e4bd52e7 user: andreas_kupries tags: trunk
2007-03-26
23:48
* struct_tree.man: Documentation improvements as suggested by Lars * struct_tree1.man: Bergstrom ([Bug 1687902]). check-in: de882f4b7f user: andreas_kupries tags: trunk
19:17
* loggerUtils.man: Uh, the section was put into the list instead * loggerAppender.man: of after. Fixed. [Bug 1688650]. check-in: 91503ee0b8 user: andreas_kupries tags: trunk
18:55
* loggerUtils.man: Uh, the section was put into the list instead of after. Fixed. [Bug 1688650]. check-in: e42c6e8824 user: andreas_kupries tags: trunk
18:44
* peg.man: Uh, the section was put into the list instead of after. Fixed. [Bug 1688650]. check-in: 421e26dff8 user: andreas_kupries tags: trunk
2007-03-25
11:33
* sha256.c: gcc 4 has decided that assignment to a cast pointer is to be denied. Therefore added work around. check-in: 3dee584f90 user: patthoyts tags: trunk
01:29
Added sections about how to give feedback (bugs, ideas, ...), and where. check-in: 0cf8d40465 user: andreas_kupries tags: trunk
2007-03-23
17:31
* pkgIndex.tcl: Added MD hints. check-in: 4f06a51106 user: andreas_kupries tags: trunk
17:31
* base32hex.tcl: Added MD hints. check-in: ebc3e28c04 user: andreas_kupries tags: trunk
17:30
* sha256.tcl: Added MD hints. check-in: 0ccb93b983 user: andreas_kupries tags: trunk
17:29
* pkgIndex.tcl: Added MD hints. check-in: b6ec591884 user: andreas_kupries tags: trunk
2007-03-21
23:15
* pkgIndex.tcl: Fixed version mismatches, index vs. package. * plugins/pkgIndex.tcl: * plugins/writer_mecpu.tcl: check-in: 60feb5967c user: andreas_kupries tags: trunk
23:07
* Changed all documentation files (*.man). Replaced all deprecated commands and list types with their new canonical names, putting the Tcllib documentation back in line with the current definition of the doctools language and its companions. check-in: 480daf51f6 user: andreas_kupries tags: trunk
2007-03-20
21:10
Updated the APi for the multivariate regression - avoid [eval] and dependency on precise formatting of the data check-in: 74f4d698cd user: arjenmarkus tags: trunk
16:33
* apps/dtplite: Added a block of meta data. check-in: f42c84a37a user: andreas_kupries tags: trunk
16:22
* mpformats/fmt.wiki: Added MD pragma excluding a bogus dependency from consideration. check-in: a0f377c841 user: andreas_kupries tags: trunk
16:22
* loggerUtils.tcl: Added MD pragma regarding ownership of the message files. check-in: f3acc8fb75 user: andreas_kupries tags: trunk
05:11
* doctoc.tcl: Extended MD pragmas declaring the ownership of * docidx.tcl: various non-code files. * doctools.tcl: check-in: 255004c6a6 user: andreas_kupries tags: trunk
05:06
* support/devel/sak/doc/doc.tcl: Modified to print warnings even if processed was stopped by an error. * mpformats/c.msg: Added messages for a set of newly deprecated * mpformats/de.msg: commands and list types. Added proper umlauts * mpformats/en.msg: to the german messages. * mpformats/fr.msg: * doctools.tcl: Added a plugin API command (dt_where), providing information about the current location, to provide location data to warnings. * checker_toc.tcl: Language change (doctoc, docidx). Comments in * checker_idx.tcl: the input are now swallowed by the checker layer and not propagated to the backend anymore. * checker.tcl: Language changes. -- Comments are swallowed, backends do not see them anymore. -- 'require'ments an now go everywhere in the header, not only after the 'desc'riptions. -- Warnings now have location information. -- The list types 'bullet', 'arg', 'opt', 'cmd', and 'tkoption' are now deprecated. They are replaced by 'itemized', 'arguments', 'options', 'commands', and 'tkoptions', and their short forms 'items', 'args', 'opts', and 'cmds'. -- 'para' can now be used inside of lists. Conversely 'nl' works outside of lists too. The two commands are identical now, and 'nl' is deprecated. -- The list entry command 'lst_item' has been deprecated, replaced by 'def'. Additionally the possible misspellings 'list_item', 'listitem', and 'lstitem' of the old command are recognized now too, albeit also considered to be deprecated. -- The list entry command 'bullet' is deprecated, replaced 'item'. -- The commands 'see_also' and 'keywords' can now go anywhere in the document, not only after the header. Note that everything which was made deprecated is still accepted as valid input, however their use does cause the generation of warnings. This means that the language after the changes is a proper superset of the language before it. Old documents can be processed just fine with the new code. * mpformats/fmt.html: Use the new list types for translation. * mpformats/fmt.latex: * mpformats/fmt.text: * mpformats/fmt.tmml: * mpformats/fmt.nroff: Add a para when closing an inner list. * mpformats/idx.html: Rewritten to be single-pass, defering output until the index is closed. Changed to ensure that keywords are printed alpha-sorted (lsort -dict). Added navigation bar and sectioning of the index. * apps/dtplite: Added a format 'validate' as alias for 'null', * apps/dtplite.man: both of these now do not require an output specification anymore. Added the collection and printing of warnings. Replaced the homegrown commands for the reading and writing of files with calls to fileutil commands. Now processing input files in alphabetical order. Put common code for doctoc and docidx generation into a small set of commands. toc and idx are now sorted by description/keyword, output is column-aligned. The doc* output is saved, to serve as examples. Document titles are now cross-referencable via 'term', allowing direct links between documents. Comments about internals added. Documentation updated for the new functionality, and fixed all warnings due to use of deprecated commands and list types. Added a section on how to give feedback. * cvs.man: Fixed all warnings due to use of deprecated commands * changelog.man: and list types, tweaked the titles, and added sections about how to give feedback. * docidx.man: Significant rewrites for better language, better * doctoc.man: referencing of introductory documents. Tweaked the * doctools.man: titles, and added sections about how to give feedback. * docidx_api.man: *** REMOVED *** old documentation about the * docidx_fmt.man: languages and plugin APIs. * doctoc_api.man: * doctoc_fmt.man: * doctools_api.man: * doctools_fmt.man: * docidx_intro.man: *** ADDED *** new documentation about the * docidx_lang_cmdref.man: languages and plugin APIs, with basic * docidx_lang_faq.man: introductions, cross-referencing to * docidx_lang_intro.man: related documents, further readings, * docidx_lang_syntax.man: introduction by example, first * docidx_plugin_apiref.man: beginning of faqs. * doctoc_intro.man: * doctoc_lang_cmdref.man: * doctoc_lang_faq.man: * doctoc_lang_intro.man: * doctoc_lang_syntax.man: * doctoc_plugin_apiref.man: * doctools_intro.man: * doctools_lang_cmdref.man: * doctools_lang_faq.man: * doctools_lang_intro.man: * doctools_lang_syntax.man: * doctools_plugin_apiref.man: check-in: 28145f4495 user: andreas_kupries tags: trunk
2007-03-18
20:10
Updated the man page and the test cases for multivariate regression check-in: 12744072a2 user: arjenmarkus tags: trunk
2007-03-13
09:08
Handle different Trf error message in 9.2 check-in: 8370fdc8a1 user: patthoyts tags: trunk
2007-03-12
23:25
* fileutil.tcl (::fileutil::TempDir): Added code to collect all * pkgIndex.tcl: problems encountered, to be reported if no temp * fileutil.man: directory could be found, to aid in the debugging of the situation. Bumped version up to 1.11. check-in: 6b38614798 user: andreas_kupries tags: trunk
22:59
* blowfish.tcl: Applied patch from bug #1664626 by Neil Madden to the fix variable mis-naming in the Chunk command. check-in: cd3d3b6f40 user: patthoyts tags: trunk
22:53
* autoproxy.tcl: Removed even the demo reference to BWidgets to avoid confising the auto-dependency checker. Rearranged the tls connection code to permit use outside of the http package as tls_connect. * autoproxy.man: Documented the tls functions. * pkgIndex.tcl: Increment version to 1.4 check-in: b72388bbb0 user: patthoyts tags: trunk
2007-03-07
22:28
* compiler_peg_mecpu.tcl: Fixed typo in name of required package * pkgIndex.tcl: ('gasm;, was incorrectly 'gas'). Bumped to version 0.1.1. check-in: 2977d8c358 user: andreas_kupries tags: trunk
2007-03-05
20:46
Polished the source code for the multivariate regression a bit check-in: 98e5b7ce4d user: arjenmarkus tags: trunk
2007-02-27
23:24
* sets/s.c (from_any): Crashing bug in the Critcl implementation of 'struct::set'. Remembered the old object type X in the from_any conversion function, then converted to type 'list', and at the end tried to release the list using the freeintrep function of type X instead of type 'list'. Fixed by moving the code to remember the type after the conversion to a 'list'. check-in: 615847e351 user: andreas_kupries tags: trunk
21:09
First steps to incorporate Eric Kemp-Benedict's multivariate linear regression procedures check-in: f6a0ce08fc user: arjenmarkus tags: trunk
2007-02-16
07:04
* graph.tcl: pragma/hint for md generator. check-in: dc57edb7c1 user: andreas_kupries tags: trunk
05:12
* fileutil.tcl: Added a command [fileutil::fullnormalize]. * fileutil.man: Documented it, extended the testsuite. Bumped * filetuil.test: version up to 1.10. Removed nonsensical * pkgIndex.tcl: [file join one_element] calls from the testsuite. check-in: e75d821909 user: andreas_kupries tags: trunk
2007-02-12
18:35
* snitfaq.man: Fixed typos, etc. reported in [Bug 1658089]. check-in: 109ffa5d79 user: andreas_kupries tags: trunk
2007-02-09
06:04
forgot to increment the version number check-in: d29ef606e7 user: afaupell tags: trunk
06:03
2007-02-08 Aaron Faupell <[email protected]> * tar.tcl: bug fix in recursion algorithm that missed some files in deep subdirs. incremented version check-in: 3b57b1d67b user: afaupell tags: trunk
2007-02-08
22:09
* Applied patch for SF Tcllib 1599978. check-in: ffc001547c user: mic42 tags: trunk
2007-01-25
01:20
FR #1614860 - expose a -client option to set the HELO challenge response hostname check-in: 1e5f3a65d1 user: patthoyts tags: trunk
2007-01-23
06:10
* sets.bench: Added more benchmarks, add/include, subtract/exclude, equality. * sets/m.c: Rewrote sm_ADD, inlined s_add to enable us to defer set duplication until the set actually changes. This also ensures that the string-rep is invlaidates only in cvase of a true change. Ditto rewrites of sm_INCLUDE, sm_SUBTRACT, and sm_EXCLUDE. check-in: 783c3286e1 user: andreas_kupries tags: trunk
03:31
* mime.tcl (word_encode): Ensured the return of the empty string when given the empty string. check-in: 80becc0a3b user: andreas_kupries tags: trunk
03:21
* libbench.tcl: Added new benchmark options -ipre, -ipost. Per * pkgIndex.tcl: iteration pre/post scripts, untimed. Version of * bench.cl: package 'bench' is now 0.2. check-in: 4edfba59d1 user: andreas_kupries tags: trunk
2007-01-21
23:29
* bench_wcsv.tcl: Fixed sorting of descriptions in text and * bench_wtext.tcl: csv output. Version is now 0.1.2. check-in: 99461188ea user: andreas_kupries tags: trunk
22:17
* sets.bench: New, benchmarks for set operations, incomplete. check-in: 05aa8e811b user: andreas_kupries tags: trunk
22:15
* struct_set.man: Updated documentation to mention the critcl implementation, version number, etc. * pkgIndex.tcl: Version of sets bumped to 2.2. * sets.tcl: Changed core sets code to support multiple * sets_tcl.tcl: implementations, and Tcl implementation. * sets_c.tcl: Critcl based implementation of sets. * sets/ds.h: * sets/m.c: * sets/m.h: * sets/s.c: * sets/s.h: * sets.testsuite: Reworked the testsuite to handle both Tcl and * sets.test: critcl implementations. check-in: aadff1e06d user: andreas_kupries tags: trunk
2007-01-19
07:21
* bench.tcl (bench::norm): Removed 'split ,' from code, was left * pkgIndex.tcl: in wrongly after the rewrite of the raw representation. The relevant key is a list which we can and have to use directly, no split required. The fixed bug caused the normalization to fail and return the empty string for all cells. Version number bumped to 0.1.1 for this. check-in: 2505d67a66 user: andreas_kupries tags: trunk
2007-01-11
19:35
* uri.tcl (::uri::SplitHttp): [SF Tcllib Bug 1610655]. Modified to * uri.man: slash of queries after the first question mark, not the * uri.test: last. We have queries with subqueries in the wild, * pkgIndex.tcl: bogus per the spec, but in use. Version has been bumped to 1.2.1. check-in: 19b390dffd user: andreas_kupries tags: trunk
19:16
* cmdline.man: Extended the list of keywords in the documentation. [SF Tcllib Bug 1615252]. check-in: f1ee4f85f8 user: andreas_kupries tags: trunk
2007-01-09
05:06
* tar.tcl: Bumped version to 0.3, for the bugfix described * tar.man: by the last entry. * pkgIndex.tcl: check-in: db52171551 user: andreas_kupries tags: trunk
2006-12-20
19:24
*** empty log message *** check-in: 935113ce28 user: afaupell tags: trunk
19:15
2006-12-20 Aaron Faupell <[email protected]> * tar.tcl: fix in parseOpts which affected -file and -glob arguments to tar::untar * tar.man: clarifications to add, create, and untar check-in: c25fc78ab3 user: afaupell tags: trunk
2006-11-30
03:01
* comm.tcl (commRunHook): Fixed double execution of the hook script. Thanks to Will Duquette for the report. check-in: 354e165b70 user: andreas_kupries tags: trunk
2006-11-16
06:33
* pkgIndex.tcl: Version of graph bumped to 2.2. * graph.man: Updated documentation for new features, extended abilities, critcl implementation, etc. * graph.tcl: Changed core graph code to support multiple * graph_tcl.tcl: implementations, and Tcl implementation. Added some more features (arc|node delete multiple nodes, insertion of multiple nodes, flipping the direction of arcs), internal refactoring of common argument checks, additional checks closing some holes. * graph_c.tcl: Critcl based implementation of graph. * graph/arc.c: * graph/methods.c: * graph/ds.h: * graph/node.c: * graph/objcmd.h: * graph/attr.c: * graph/arcshimmer.c: * graph/objcmd.c: * graph/arc.h: * graph/filter.c: * graph/methods.h: * graph/util.c: * graph/util.h: * graph/node.h: * graph/graph.h: * graph/graph.c: * graph/nacommon.c: * graph/walk.c: * graph/walk.h: * graph/global.h: * graph/nodeshimmer.c: * graph/attr.h: * graph/global.c: * graph/nacommon.h: * graph.test: Reworked testsuite, split into about one file per * graph/tests/Xsetup: tested method, plus helper and control * graph/tests/arc/delete.test: files. Extended testsuite testing * graph/tests/arc/exists.test: several of the holes which were * graph/tests/arc/flip.test: closed and had never been tested * graph/tests/arc/insert.test: before. * graph/tests/arc/move.test: * graph/tests/arc/move-source.test: * graph/tests/arc/move-target.test: * graph/tests/arc/rename.test: * graph/tests/arc/source.test: * graph/tests/arc/target.test: * graph/tests/arc/attr.test: * graph/tests/attr/get.test: * graph/tests/attr/getall.test: * graph/tests/attr/keyexists.test: * graph/tests/attr/keys.test: * graph/tests/attr/lappend.test: * graph/tests/attr/set.test: * graph/tests/attr/unset.test: * graph/tests/attr/append.test: * graph/tests/attr/Xsetup: * graph/tests/node/degree.test: * graph/tests/node/delete.test: * graph/tests/node/exists.test: * graph/tests/node/insert.test: * graph/tests/node/rename.test: * graph/tests/node/opposite.test: * graph/tests/node/attr.test: * graph/tests/walk.test: * graph/tests/Xsupport: * graph/tests/Xcontrol: * graph/tests/arcs.test: * graph/tests/nodes.test: * graph/tests/deserialize.test: * graph/tests/assign.test: * graph/tests/serialize.test: * graph/tests/command.test: * graph/tests/rassign.test: * graph/tests/swap.test: check-in: f428859a74 user: andreas_kupries tags: trunk
2006-11-15
19:28
Removed debug output in search::end check-in: 824b926865 user: mic42 tags: trunk
2006-11-09
17:24
* ftp.tcl (::ftp::StateHandler): Fixed [Bug 1191607] using the * ftp.man: minimum possible change. Exporting information * pkgIndex.tcl: accumulated in buffer to msgtext. Version is now 2.4.7. check-in: cc984c045f user: andreas_kupries tags: trunk
2006-11-08
19:42
Whitespace fixes. Tests for entry bug added. check-in: e6144e8c99 user: mic42 tags: trunk
2006-11-07
20:02
Corrected testcase that failed in Tcl8.5 - tcl_precision has changed check-in: 6df150ae6f user: arjenmarkus tags: trunk
2006-11-06
21:21
bug #827436 - ensure data section is terminated with CRLF.CRLF on the non Trf code path. check-in: fce6d51b45 user: patthoyts tags: trunk
2006-11-04
20:28
ChangeLog entry to the fix. check-in: 259402e84f user: mic42 tags: trunk
15:25
Support MSVC as well as gcc. (critcl2 can use gcc and/or msvc on windows) check-in: 48e4be4321 user: patthoyts tags: trunk
15:20
Silence critcl warnings. Files with no code raise a warning message. Add an empty critcl::ccode block to avoid. check-in: 14326d035e user: patthoyts tags: trunk
11:57
Fix for bug in entry diff check-in: 4d8e027466 user: mic42 tags: trunk
2006-10-30
06:17
* pop3.test: Made pop3-0.5 more robust, accept more than just 'connection refused' as proper failure to connect. Like 'timed out'. check-in: db3fa0c8f0 user: andreas_kupries tags: trunk
06:17
* multiplexer.test: Accept anything matching 127.*.*.* as ip-address for localhost. check-in: 403d80407f user: andreas_kupries tags: trunk
06:16
* pop3d.test: Accept anything matching 127.*.*.* as ip-address for localhost. check-in: 57881abd1e user: andreas_kupries tags: trunk
2006-10-26
21:28
Typo fixes. Minor clarifications. check-in: d404825fcd user: mic42 tags: trunk
2006-10-25
23:19
* mime.tcl: Applied patch for [SF Tcllib Bug 763731], fixing * mime.man: word_encode's problem with creating words which are * pkgIndex.tcl: too long. Version now is 1.5.2 * mime.tcl (::mime::qp_encode): Moved the code for chopping off a superfluous newline into the branch actually adding it. The unconditional chop caused it to lose the last character if the branch was not taken. This bug was apparently introduced by the patch for [SF Tcllib RFE 503336], added 2002-01-16, by myself. Reported by Gustaf Neumann <[email protected]>, with a patch. check-in: 11050bcd58 user: andreas_kupries tags: trunk
16:24
* doctools.test: Added an explicit LANG=C setting to the tests. * docidx.test: At least OS X needs the setting to behave correctly. * doctoc.test: Thanks to Gustaf Neumann for the report. check-in: 5f14f0c1d7 user: andreas_kupries tags: trunk
2006-10-23
19:29
* ftp.tcl (::ftp::StateHandler): Applied patch by Guy Hofkens * ftp.man: <[email protected]>, with small * pkgIndex.tcl: modification by myself (removing a no-op), for [SF Tcllib Bug 15822535], reported by same person, fixing an infinite recursion through vwait because the ctrl socket at eof is not closed and immediately waited upon again for more events. Version now 2.4.6. check-in: 596fa01541 user: andreas_kupries tags: trunk
2006-10-20
19:38
Changelog fix, submitter was not anon. check-in: e7a97981f0 user: andreas_kupries tags: trunk
19:33
* ftp.tcl: Wrapped several 'unset ftp(state.data)' into 'catch' * ftp.man: as the state-logic apparently is able to run several * pkgIndex.tcl: of them multiple times in exceptional situations (i.e. ftp errors). This should fix both [SF Tcllib Bug 1234831] and [SF Tcllib Bug 1581453]. Thanks to the anonymous submitter who tracked this down. Version now 2.4.5. check-in: 8c05be2b14 user: andreas_kupries tags: trunk
00:38
* snit.man, main1.tcl, main1_83.tcl, main2.tcl: Allow -class to be passed to snit::widget. [Patch 1580120] * pkgIndex.tcl, snit.tcl, snit2.tcl: Bumped versions to 1.2.1 / 2.1.1. check-in: d3b674eab4 user: hobbs tags: trunk
2006-10-14
19:09
Fixed broken ABANDON message format check-in: 53dd412bf8 user: mic42 tags: trunk
06:30
* uuencode.test: Documentation and code (error messages) disagreed * uuencode.man: about the accepted options, and tests were * uuencode.tcl: missing entirely. The code additionally missed some checks regarding the proper number of arguments, nor had it tests checking that either. Added tests and synchronized code and documentation. check-in: 7359e7d9eb user: andreas_kupries tags: trunk
2006-10-13
22:08
* modules/tcllibc.tcl: Bumped to version 0.3.1. I believe this has to be bumped whenever one of the contained packages changes, or more packages are added. Keep track of this. check-in: 68e9e25778 user: andreas_kupries tags: trunk
06:23
* pkgIndex.tcl: Bumped versions of sha1, sha256 by a patchlevel * sha1.man: due to the changes to the package internals. * sha1.tcl: * sha1c.tcl: * sha256.c: New files implementing sha256 in C * sha256.h: Based on critcl. * sha256c.tcl: * sha256.tcl: Rewritten to deal with multiple implementations, * sha256.test: i.e. tcl and the new critcl one. * sha1.tcl: Management of multiple implementations rewritten to * sha1.test: conform to the expections of the testsuite helper commands. Testsuite rewritten to use the new helpers. check-in: a2bbaf1461 user: andreas_kupries tags: trunk
05:39
* base32.test: Rewritten to make use of the new facilities for * base32.tcl: testing of multiple implementations put into the test utilities. check-in: c5fb945dc2 user: andreas_kupries tags: trunk
05:34
* testutilities.tcl: Extended with three commands to make testing of packages with multiple implementations (accelerators) easier. A specific API for querying and manipulating accelerators is assumed. check-in: fbb202026a user: andreas_kupries tags: trunk
2006-10-12
04:57
* fileutil.test: Marked all 20 permission dependent tests as 'notRoot' as they cannot fail when the superuser executes the testsuite. check-in: 229613a76e user: andreas_kupries tags: trunk
04:45
* tie_growfile.test: Marked the 8 permission dependent tests as * tie_file.test: ... 'notRoot' as they cannot fail when the superuser executes the testsuite. check-in: c2a730990b user: andreas_kupries tags: trunk
2006-10-10
06:07
* support/devel/all.tcl: Small comments added to clarify the operation of the cleanup hook, and a tiny bit of code cleanup. check-in: 1e2b0fe536 user: andreas_kupries tags: trunk
2006-10-09
21:41
Switched all remaining test suites over to the new cleanup command to hook them into the environment handling. check-in: ea701e91fe user: andreas_kupries tags: trunk
15:23
Centralized the boilerplate for saving/restoring the environment, and updated the test suites which used the old code to handle the environment. check-in: b5d15fb362 user: andreas_kupries tags: trunk
04:49
Fixed bug in ldif write and one in the commit method of entries. check-in: baa9297a9c user: mic42 tags: trunk
2006-10-07
02:54
* mime.test: Updated the three tests affected by the bugfix (see 2006-10-02 entry). check-in: cc2a994be5 user: andreas_kupries tags: trunk
2006-10-04
02:56
* * Released and tagged Tcllib 1.9 ======================== * check-in: dfb24763f7 user: andreas_kupries tags: trunk, release, tcllib-1-9
2006-10-03
16:29
* mime.tcl: Fixed both ::mime::copymessageaux and * mime.man: ::mime::buildmessageaux to not generate too many * pkgIndex.tcl: CRLF's at the end of bodies. See [SF Tcllib Bug 1213527, and [SF Tcllib Patch 1254934]. Bumped version to 1.5.1. check-in: 6456036a85 user: andreas_kupries tags: trunk
15:50
in test 87, replaced last incr occurences by set, as Tcl 8.5 creates variables when using incr on non-existing variables. check-in: 55594e803a user: jfontain tags: trunk
05:45
* doctools.test: Made the testsuite robust against locale * doctoc.test: settings in the environment. The tests * docidx.test: assume the default locale (LANG=C). check-in: 70acc89b2a user: andreas_kupries tags: trunk
2006-10-02
23:42
unsigned longs can be > 32 bits so use int. check-in: 234315f6c3 user: patthoyts tags: trunk
21:50
Updated sasl and blowfish entries check-in: d9c1671a60 user: patthoyts tags: trunk
21:21
Use /dev/urandom for random data check-in: 155c2620a4 user: patthoyts tags: trunk
20:59
Increment the version check-in: 613d1d65c8 user: patthoyts tags: trunk
20:58
Document the padding and added -pad option to turn off padding or change the pad char. Increment the patchlevel. check-in: 34a74aed96 user: patthoyts tags: trunk
00:36
* Makefile.in (test): Changed to use an explicit -s TCLSH_PROG to avoid use of the Tcllib registry. * support/devel/sak/test/run.tcl: Flush all writes to logfiles, to ensure that they are uptodate in case an abort is needed. Added output of totals after the test run, and made exit status dependent on failures (1 = Ok, 0 = Had problems). check-in: d009e0b759 user: andreas_kupries tags: trunk
2006-09-28
23:33
Raised ldap patchlevel to 1.6.6 check-in: f553ed518b user: mic42 tags: trunk
23:24
Bugfix for partial PDU reads in ReceiveBytes check-in: bb5380d211 user: mic42 tags: trunk
07:56
* pop3.test: Added use of local log package, fixed bug in dialog setup for testcases pop3-2.4 and -2.5, extended these two test cases to have the dialog trace in their result. check-in: cf51f0386d user: andreas_kupries tags: trunk
07:51
* dialog.tcl: Bugfix in 'Input', cleaning up the waiting timer when reaching eof on the socket. Could otherwise trigger while executing an unrelated future dialog. Extended to manage two traces, the new one a condensed form of the existing trace, easier to put into the result of a testcase. * coserv.tcl: Reworked a bit to allow the restart of a server after a shutdown, by recreating the helper file executed by the slave-process. check-in: 8c8ddda84d user: andreas_kupries tags: trunk
02:48
* support/devel/all.tcl: Ensure that root is absolute across all versions of Tcl. Added code to recreate the auto_path in the slave interps and processes after it was smashed by older revisions of tcltest during their load. check-in: e6fb7b34d8 user: andreas_kupries tags: trunk
02:19
* cmdline.tcl: Bumped to version 1.3, due internal rewrite * cmdline.man: (Folding of typedCmdline into main file). * pkgIndex.tcl: check-in: 6c9a596e6c user: andreas_kupries tags: trunk
2006-09-27
21:24
* units.test: [SF Tcllib Bug 1566437]. Using 'format' to get results with a deterministic precision. check-in: 9c44e779f2 user: andreas_kupries tags: trunk
21:19
* filetypes.tcl: [SF Tcllib Bug 1329207]. Extended commands with * mimetypes.tcl: hardwired check for directory as that cannot be * filetypes.man: done by the generated code. Bumped version to * mimetypes.man: 1.0.2. * filetypes.test: * mimetypes.test: * pkgIndex.tcl: check-in: 3873c1832c user: andreas_kupries tags: trunk
17:25
Added tests for ldapx.tcl check-in: 0a302d371f user: mic42 tags: trunk
16:56
* exif.test: [SF Tcllib Bug 1272798]. Using 'format' to get results with a deterministic precision. check-in: a70b542131 user: andreas_kupries tags: trunk
16:49
* counter.test: [SF Tcllib Bug 1272754]. Using 'format' to get results with a deterministic precision. check-in: 17fbbdeec7 user: andreas_kupries tags: trunk
16:39
* profiler.test: [SF Tcllib Bug 1272913]. Fixed. Added constraint for 8.4- specific tests, duplicated testcase profiler-7.2 to capture the differences in results generated by 8.5+ vs 8.4-. check-in: e69a783a8d user: andreas_kupries tags: trunk
16:26
* list.test: Fixed expected error message for 8.5. [SF Tcllib Bug 1566439]. check-in: 040ce5bdcd user: andreas_kupries tags: trunk
01:20
* bigfloat.tcl: Bumped version to 1.2.1 * pkgIndex.tcl: check-in: 9f976a1512 user: andreas_kupries tags: trunk
01:12
Typo fix and extended changelog. check-in: ecd2c97378 user: andreas_kupries tags: trunk
2006-09-26
20:05
Fixed bug in [math::bigfloat::tostr] when the Bigfloat is close to 0. check-in: 181ced9c77 user: sarnold75 tags: trunk
16:46
* ldapx.man: Fixed ambigous subsection titles reported by Larry Virden via [SF Tcllib Bug 1565836]. Additionally fixed a syntax error (missing closed double-apostroph) in an example. check-in: 7948f5b24d user: andreas_kupries tags: trunk
2006-09-24
11:52
Fixed broken fconfigure/fileevent in secure_connect check-in: 144357a948 user: mic42 tags: trunk
2006-09-22
23:08
* ftp.tcl (::ftp::NList): Fixed [SF Tcllib Bug 1563137] using the * ftp.man: patch submitted by Keith Vetter * pkgIndex.tcl: <[email protected]> as part of his report. Bumped version to 2.4.4 See also the duplicate entry [SF Tcllib Bug 1553919]. check-in: b60ff250f0 user: andreas_kupries tags: trunk
13:10
Added some more tests check-in: aa955fbcaf user: mic42 tags: trunk
12:14
Updated patchlevels/version numbers for ldap and ldapx check-in: d9ed2db7b9 user: mic42 tags: trunk
12:10
Whitespace changes and fixing a eq/ne confusion check-in: a5868e367e user: mic42 tags: trunk
2006-09-21
06:50
* support/releases/history/README-1.9.txt: New file. Readme file for the upcoming release, providing an overview of the changes. check-in: 42c5bb2d44 user: andreas_kupries tags: trunk
06:46
* textutil.tcl: Bumped version to 0.7.1 * textutil.man: * pkgIndex.tcl: check-in: 2f25b8f5f3 user: andreas_kupries tags: trunk
02:58
Bumped version to 2.1, add to faq check-in: 15a75f7fb6 user: duquette tags: trunk
2006-09-20
23:19
Redid the error handling in the procotol handler, so that bgerror is only invoked for really bad (impossible) stuff or errors in the code, not for simple procotol errors or server hickup. Now the protocol handler should finally be robust enough. Fixed some typos in the info command. check-in: 2555e5e162 user: mic42 tags: trunk
22:16
* math.tcl: Bumped version to 1.2.4 * math.man: * qcomplex.man: Bumped version to 1.0.2 * qcomplex.tcl: * fourier.man: Bumped version to 1.0.2 * fourier.tcl: * interpolate.man: Bumped version to 1.0.2 * interpolate.tcl: * linalg.tcl: Bumped version to 1.0.1 * linalg.man: * pkgIndex.tcl: check-in: 91841d1d27 user: andreas_kupries tags: trunk
21:25
Bugfixes for broken error handling when calling searchInit with invalid arguments. The search session was not finalized in that case. check-in: e06ab51c75 user: mic42 tags: trunk
16:30
* support/devel/sak/test/run.tcl: Modified to not use echo and cat * support/devel/sak/test/help.txt: when starting a testsuite on windows. Eliminated the use of valgrind for that platform as well. Updated the documentation regarding the latter. check-in: 7cafd4a128 user: andreas_kupries tags: trunk
2006-09-19
23:36
Updated version numbers of a number of packages. check-in: e7961e7beb user: andreas_kupries tags: trunk
22:48
New example: ldifdump Takes a list of ldif files and dumps the contents to stdout, sorted by dn an demonstrates how to use the basic ldapx::ldif feature for reading an ldif file (e.g. Mozilla Thunderbird addressbook export). check-in: 1cfa718adc user: mic42 tags: trunk
22:46
More fixes in the ldif parser, ne instead of eq. check-in: 273dde9e3f user: mic42 tags: trunk
19:29
* support/devel/sak/test/run.tcl: Extended testsuite logging. * support/devel/sak/test/help.txt: Standard user feedback and extended information (raw log, summaries) are written to a set of files. All required information in one run, instead of two. check-in: 00d0ba915e user: andreas_kupries tags: trunk
18:53
* pop3d.test: Fixed the tests requiring tcltest 2.x syntax, despite our declaration that tcltest 1.0 is acceptable. This broke 8.2/8.3, and the missing shutdown of the fake client processes then hung the testsuite at the end. check-in: 5a532b83b5 user: andreas_kupries tags: trunk
18:05
Forgotten bug reference. check-in: 32cd935a60 user: andreas_kupries tags: trunk
18:05
* tie_file.tcl: Invokations of the builtin 'file' changed to '::file' to ensure use of the builtin. In snit v2 this resolves to the class itself apparently, choking the construction of an instance. [Tcllib SF Bug 1560851]. check-in: 1f6a5b74a2 user: andreas_kupries tags: trunk
17:44
Removed print statement from leastSquaresSVD check-in: 3bdf570581 user: arjenmarkus tags: trunk
14:23
Rewritten to disable ANSI colorization of log output on windows. check-in: 5fcd68b423 user: andreas_kupries tags: trunk
14:19
* installer.tcl: Accepted patch by Michael Schlenker <[email protected]> for [Tcllib SF Bug 1559489] to divert error messages to a dialog box instead of stderr where possible, to avoid them being silently swallowed by windows. check-in: 8f23032ef7 user: andreas_kupries tags: trunk
10:41
Fix hyphen handling with Trf accelerator check-in: aa70aca673 user: patthoyts tags: trunk
10:37
bug 1560822 - improve handling of hyphen in data check-in: d253c2cad8 user: patthoyts tags: trunk
04:17
* support/devel/sak/test/run.tcl: Reworked output generated * support/devel/all.tcl: by testsuites, added processing of the modified output for progress reporting, condensed reporting, and in preparation of placing results into a database. * support/devel/sak/test/help.txt: Updated documentation. * support/devel/sak/test/shell.tcl: Fixed typo in name of method to call to remove shells from the database. check-in: 0525a286fd user: andreas_kupries tags: trunk
04:10
Rewritten to use a different internal structure, less space intensive. check-in: 1c5a035165 user: andreas_kupries tags: trunk
04:04
Added simple line-based animation package. Added command for closing and reopening the registry file (to induce log compression). check-in: 2c422be01e user: andreas_kupries tags: trunk
2006-09-18
22:01
Fixed some bugs in modifyDN, SASL handshake and ldapx package. check-in: 27337cb2df user: mic42 tags: trunk
17:03
Restoring a test for quantiles - related to solving bug 1272910 check-in: 2394dee2b4 user: arjenmarkus tags: trunk
15:05
Correct version mismatch in index script. check-in: 4d2216893f user: dgp tags: trunk
2006-09-17
07:17
* stooop.test: Description of test 87 modified to be a single line. check-in: 5b82ee9c56 user: andreas_kupries tags: trunk
07:15
* testutilities.tcl: Modified use commands to ensure that their output is a proper list. check-in: 254dd9c76a user: andreas_kupries tags: trunk
07:13
* treeql.testsuite: Fixed generation of the tree used in the testsuite. The insert used the intended node names as positions. Adapted some tests influenced by the new structure of the tree. check-in: 8857574454 user: andreas_kupries tags: trunk
05:31
* tree/tn.c (tn_leaf): Fixed mangling of the list of leaves when trying to add a node which is already in the list. Tracked down with valgrind and instrumentation due intermittent failure of treeql testsuite (seg fault). (tn_new): Added initialization of list pointers to allow checking by "tn_leaf". * tree/t.c (t_dump): Added function to dump the internal linkage of nodes. Not used by regular code. For debugging. check-in: 033f1ba5a5 user: andreas_kupries tags: trunk
2006-09-16
21:12
* md5crypt.test: The critcl implementation of md5crypt generates different error messages when called with the wrong number of arguments. Updated the tests to take this into account. check-in: 932ec6984f user: andreas_kupries tags: trunk
18:14
* snit_tcl83_utils.tcl: Made the initialization of the compatibility system a bit more robust against loading it multiple times. check-in: 3dc90eb58e user: andreas_kupries tags: trunk
2006-09-15
14:23
Corrected error in leastSquaresSVD, added test case and a remark in the documentation check-in: 045088befb user: arjenmarkus tags: trunk
09:05
Fix for bug 1558564 check-in: f7ee1d9458 user: mic42 tags: trunk
08:20
Corrected normalisation of matrices (should have been "by column") check-in: 3885bbb110 user: arjenmarkus tags: trunk
07:30
Small correction in dcumentation check-in: 914dd4d38f user: arjenmarkus tags: trunk
07:29
Updated the linear algebra package (documentation and one new command) check-in: 78ac9b563b user: arjenmarkus tags: trunk
06:30
* ncgi.test: Fixed ncgi dependencies in the scripts executed by sub-shells. check-in: d1de295bdc user: andreas_kupries tags: trunk
06:01
* me_cpu.testsuite: Replaced hardwired snit error messages with command constructing them based on the version of snit used. * me_cpucore.testsuite: Replaced hardwired error messages with command constructing them based on the version of Tcl used. check-in: 09c09dca6f user: andreas_kupries tags: trunk
05:58
* testutilities.tcl: Added commands constructing wrong#args messages for snit methods, depending on snit version. check-in: cf16d797ea user: andreas_kupries tags: trunk
05:19
* graph.test: Fixed the new tests for the arc move method. They used hardcoded wrong#args messages. Now the proper the compatibility commands are in place. check-in: d8a67129e7 user: andreas_kupries tags: trunk
05:07
* fileutil.test: Fixed 8.3isms in the testsuite. Symbolic permissions for 'file attributes' are not available in 8.2 yet :(. Also fixed the tests using hardcoded wrong#args messages to use the compatibility commands instead. check-in: 6ae740154f user: andreas_kupries tags: trunk
01:19
fix syntax typo check-in: 891f7a79e4 user: hobbs tags: trunk
2006-09-14
11:33
bug 1557494 - added support for OEM-type NTLM packets (provided by Mark Janssen) check-in: 32b0e2b536 user: patthoyts tags: trunk
06:23
* testutilities.tcl: Ensure that the makeFile/Dir wrapper are created only once. Also modified the code to modify the originals to return the full name. The wrapper are needed only as indicators. check-in: 8da3acab38 user: andreas_kupries tags: trunk
06:01
* fileutil.test: Fixed 8.4ism in the testsuite of a 8.2+ package. check-in: b39b75fb12 user: andreas_kupries tags: trunk
05:58
* logger.test: Moved the tests of the new trace facility to a * logger_trace.test: separate file, as they require a newer version of tcltest (2.x), and Tcl 8.4 instead of 8.2. check-in: 15ac74f4ea user: andreas_kupries tags: trunk
05:56
Fixed 8.4ism in testsuite of 8.2+ package. check-in: 12146e8c50 user: andreas_kupries tags: trunk
04:41
* tcldocstrip.dtx: Modified the setup of the testsuite to match the other modules and packages in tcllib. The testsuite especially now handles execution in a too old a Tcl core properly. * docstrip.test: Regenerated. * docstrip_util.test: Regenerated. check-in: 0258851f93 user: andreas_kupries tags: trunk
02:21
* ncgi.test: Added 'exit' to the scripts executed in sub-shells, to make them usable with 'wish'-type shells as well. check-in: 131b9bcada user: andreas_kupries tags: trunk
02:21
* cmdline.test: Added 'exit' to the scripts executed in sub-shells, to make them usable with 'wish'-type shells as well. check-in: 99d053943c user: andreas_kupries tags: trunk
2006-09-12
17:12
Fixed bug 1557268 check-in: 1cb5dbb8bc user: mic42 tags: trunk
02:04
Fixed Andreas' bug with tvprocdec. check-in: 427e228307 user: duquette tags: trunk
02:00
Fixed Andreas' bug with tvprocdec. check-in: aae067b779 user: duquette tags: trunk
2006-09-11
16:01
Fixed bug with missing state variable for ldap::connect check-in: c0bd2c87b8 user: mic42 tags: trunk
2006-09-08
21:58
Added the ldapx subpackage check-in: e627001dd0 user: mic42 tags: trunk
2006-09-06
16:13
* Makefile.in (test): Updated the target to the new syntax for running testsuites accepted by sak. check-in: 3d15e1a674 user: andreas_kupries tags: trunk
06:10
* support/devel/sak/test/help.txt: Added reference to the file used to store the list of registered shells. check-in: 9944677db1 user: andreas_kupries tags: trunk
06:07
* support/devel/all.tcl: Changed to terminate with 'exit' instead of 'return', to allow the testsuites to be driven by a 'wish' without having to deal with its event loop. * support/devel/sak/test/cmd.tcl: Replaced the existing * support/devel/sak/test/help.txt: implementation of 'test' with a dispatcher to an extensible set of packages. See below. * support/devel/sak/test/pkgIndex.tcl: New implementation of the * support/devel/sak/test/run.tcl: 'test' command and its sub- * support/devel/sak/test/shell.tcl: commands. The 'registry', see * support/devel/sak/test/shells.tcl: below, is used to store the * support/devel/sak/test/test.tcl: registered shells. * support/devel/sak/util/pkgIndex.tcl: Registered package. * support/devel/sak/util/registry.tcl: New file, wrapper around the pregistry, customized to SAK. * support/devel/sak/registry/pkgIndex.tcl: Package for a small tree- * support/devel/sak/registry/registry.man: based database similar to * support/devel/sak/registry/registry.tcl: the windows registry. For * support/devel/sak/registry/registry.test: now just an internal package to support 'sak', in the future it may move and become an official package. check-in: fad24246f4 user: andreas_kupries tags: trunk
05:45
* comm_wire.man: Clarified the use of the TCP port in the initial message a bit more, i.e. the meaning of the special value '0'. check-in: 5d1d75f335 user: andreas_kupries tags: trunk
05:40
* comm.tcl: The rewrite of the hook handling broken the promised * comm.man: semantics. Fixed. Also extended the handling of a configured -interp to deal with a variety of possibilities regarding missing or hidden commands. Updated the documentation. * pkgIndex.tcl: Bumped to version 4.3.2 check-in: d1a848317a user: andreas_kupries tags: trunk
2006-09-02
23:00
Incremented package version to 1.3.0, updated the manual page to cover the OTP mechanism and added a test for OTP client functionality. check-in: 166afd7b72 user: patthoyts tags: trunk
22:32
Raise preference for OTP now we have tested it against sendmail+cyrus sasl. check-in: 13929b2cab user: patthoyts tags: trunk
22:30
Remove over-zealous restriction on passphrase length check-in: ca56a8c6f7 user: patthoyts tags: trunk
2006-09-01
19:58
* deleg_proc.man: Added manpages for the packages creating * deleg_merthod.man: delegation procedures and methods. * deleg_proc.tcl: Fixed bug, forgot that not only a comm * deleg_method.tcl: channel is needed, but also the id of * deleg_proc.test: the remote location. Added argument, * deleg_method.test: shuffled arguments, updated testsuites. * pkgIndex.tcl: ** INCOMPATIBILITY ** Version bumped to 0.2 check-in: 7dbeba27d5 user: andreas_kupries tags: trunk
14:40
Support OTP mechanism (depends upon the otp module). client only, awaiting tests. check-in: 342d6ddf69 user: patthoyts tags: trunk
14:21
Major upgrades to the ldap package, SASL, TLS and various others check-in: a33c64bb92 user: mic42 tags: trunk
14:03
Added new commands to the public api check-in: 47f4a13bd6 user: mic42 tags: trunk
08:09
NEW MODULE 'otp' - Implementation of RFC 2289 "A One-Time Password System" check-in: 99a8991963 user: patthoyts tags: trunk
2006-08-30
16:31
* interp.man: Renamed the manpage, avoid clash with * tcllib_interp.man: core documentation. check-in: 0efc58f1ad user: andreas_kupries tags: trunk
07:22
* support/installation/modules.tcl: New module 'interp'. * deleg_proc.tcl: Creation of delegation procedures. * deleg_proc.test: * deleg_method.tcl: Creation of delegation methods. * deleg_method.test: * interp.tcl: New module. Interpreter creation and alias * interp.man: utility commands. Basic testsuite. * interp.test: check-in: 55df2bd040 user: andreas_kupries tags: trunk
2006-08-25
23:19
* json.test: empty list test cases * json.tcl (json::_json2dict): handle empty list case check-in: 7db16ad4c7 user: hobbs tags: trunk
2006-08-20
02:01
namespace upvar 2 check-in: 08dd84fd8f user: duquette tags: trunk
2006-08-19
22:11
namespace upvar, first set of changes check-in: 325f48eebd user: duquette tags: trunk
16:50
Fixed bug 1483168 check-in: 940295b40c user: duquette tags: trunk
2006-08-18
17:25
* json.man: Added some more keywords to the docs. check-in: 4235343c55 user: andreas_kupries tags: trunk
15:03
Applied Tcllib Patch 1530725. check-in: 3a7d529339 user: mic42 tags: trunk
00:51
* support/installation/modules.tcl: added json package check-in: e71ccf011e user: hobbs tags: trunk
00:50
* json.tcl, json.man, json.test, pkgIndex.tcl: json package v1.0 Parses JSON formatted text into Tcl dicts. See http://www.json.org/ for format details. check-in: 0de9029772 user: hobbs tags: trunk
00:46
obfuscate email addr check-in: 80b02ef032 user: hobbs tags: trunk
2006-08-17
06:35
* treeql.man: Fixed small typo. check-in: 72602d1f0d user: andreas_kupries tags: trunk
04:27
* comm.man: Bumped to version 4.3.1 * comm.tcl: * pkgIndex.tcl: check-in: ef29827d87 user: andreas_kupries tags: trunk
04:21
* comm.tcl: Implemented the new options -interp and -events, * comm.test: extended the testsuite to cover them. Created utility/helper command for the execution of hook scripts, and rewrote all hook places to use it. * comm.man: Documented an easier use of slave interpreters (-interp, -events). * comm.test: Moved startup and cleanup of slave process * comm.slaveboot: into a separate file. check-in: 77b11e2441 user: andreas_kupries tags: trunk
2006-08-16
17:18
Fixed Tcllib Bug 1541436. check-in: 388ec07584 user: mic42 tags: trunk
02:02
Fixed bug 1532791 check-in: f04d51a992 user: duquette tags: trunk
2006-08-15
14:38
Added support for nagelfar (nagelfar.berlios.de) to the syntax check options of sak.tcl. Fixed some inconsistency in sak.tcl when using tclchecker and validate vs. validate_all. check-in: 3aba50cc49 user: mic42 tags: trunk
14:11
Added some convencienc procs to asn. The ldap module now requires the asn module and namespace imports the asn procs from there, instead of duplicating the code. Minor bugfix in the ldap module, misspelled ::info vars as info variables. The ldap module now has a new addMulti command, which fixes Tcllib Bug 1191326. ASN version raised to 0.6, ldap version raised to 1.5. check-in: b630d80e84 user: mic42 tags: trunk
13:34
Added more tests to catch simple typos. Fixed the version reference in the man page. check-in: 9ddca11fa7 user: mic42 tags: trunk
01:20
* Makefile.in (*-doc): Forgotten to update the Mkefile targets for documentation when changing the sak syntax for invoking a doc conversion. See entry 2006-07-09. Thanks to [email protected] for noticing and provision of a patch. check-in: 14f7646709 user: andreas_kupries tags: trunk
2006-08-13
18:11
Fixed Tcllib Bug 1539479. check-in: c08dd24d9f user: mic42 tags: trunk
2006-08-12
13:41
See ChangeLog check-in: 4b48c89983 user: duquette tags: trunk
13:24
See ChangeLog check-in: e74a984051 user: duquette tags: trunk
13:22
See ChangeLog check-in: 25ce4ad3e5 user: duquette tags: trunk
2006-08-11
15:23
* uri.man: Fixed a typo I left in the manpage :( check-in: bdc3e6a2ea user: andreas_kupries tags: trunk
02:22
Documentation update; see ChangeLog check-in: 7f446ef4dc user: duquette tags: trunk
2006-08-10
21:23
* support/devel/sak/doc/doc.tcl (::sak::doc::ps): Fixed bogus redirection argument 1>@, correct is >@. check-in: 9408b2ce2c user: andreas_kupries tags: trunk
21:20
* mpformats/_text.tcl: Replaced textutil with the exact packages * mpformats/fmt.text: needed, and adjusted all callers to use the long command names. check-in: 14987b9e9e user: andreas_kupries tags: trunk
07:00
* uri.tcl: Added ldap to list of supported uri's, per the * uri.man: patch by Pierre DAVID <[email protected]>, * uri.test: with small modifications by myself. Extended code, documentation, and testsuite. check-in: aed7883318 user: andreas_kupries tags: trunk
04:53
* support/devel/all.tcl: Fixed the loading of Tk into the slave interp, before Tk 8.4 we are not a real package. Using an explicit load for a Tk statically bound into the executable. check-in: 40a86d0c57 user: andreas_kupries tags: trunk
02:24
Validation type docs; see ChangeLog check-in: db50f67ff7 user: duquette tags: trunk
2006-08-09
19:11
* ../../examples/term/menu2: Updated to changes in the package term::receive::bind. * term_bind.man: Updated documentation as well. check-in: 7d502e07c6 user: andreas_kupries tags: trunk
00:45
See ChangeLog check-in: fd740f53e8 user: duquette tags: trunk
2006-08-08
03:25
Backing out last change check-in: afb37fcbeb user: duquette tags: trunk
03:16
Commonality refactoring; see ChangeLog check-in: fa7a6a8288 user: duquette tags: trunk
02:27
-type option-definition option check-in: f53fce4a5c user: duquette tags: trunk
2006-08-07
00:38
Added -type option-definition option check-in: 54e3ed915d user: duquette tags: trunk
2006-08-06
16:40
Updated README.txt check-in: 2d0f9a9bf7 user: duquette tags: trunk
16:34
Code reorganization check-in: 39c295db92 user: duquette tags: trunk
16:26
Tests for validate.tcl check-in: c14f099f60 user: duquette tags: trunk
16:22
Removing obsolete files check-in: ef5a948cac user: duquette tags: trunk
16:21
Code reorganization; see ChangeLog check-in: d768785984 user: duquette tags: trunk
04:22
Snit validation types check-in: f249572c23 user: duquette tags: trunk
2006-08-03
14:30
Bugfix for bug 1533868 check-in: 1c2be61a9a user: mic42 tags: trunk
04:04
New file check-in: e63122d0ef user: duquette tags: trunk
2006-07-27
20:41
* tree/t.c (t_newnodename): Fixed bug [SF TCllib Bug 1528614], * tree/tn.c (tn_new): reported by Helmut Giese * tree.testsuite: <[email protected]>. Auto-generation of node names was able to generate duplicates. Now it checks new handles for existence. Also added a check to the function doing actual node creation to check again, and panic on duplicates. Extended testsuite with variant of Helmut's example. check-in: 9a393be430 user: andreas_kupries tags: trunk
19:50
* sak.tcl: Removed __test. Replaced with a single command * support/devel/sak/test: with an implementation found in the support tree. See below. * support/devel/sak/test/cmd.tcl: New. Implementation of 'test'. * support/devel/sak/test/help.txt: New. Help for 'test'. * support/devel/sak/test/topic.txt: New. Topic definition for 'test'. check-in: 5aecc0763c user: andreas_kupries tags: trunk
2006-07-26
07:04
* snitfaq.man: Finally fixed the two ambigous section titles. check-in: 8e9e845f8c user: andreas_kupries tags: trunk
07:01
Fixed the copyright information. Aaron started the code in 2005. check-in: 2977ab2f74 user: andreas_kupries tags: trunk
2006-07-25
03:46
* bind.tcl: Added methods 'default' and 'unlisten', changed action callbacks to take the invoking character sequence. * term_bind.man: Documented above changes. * imenu.tcl: New packages, terminal widgets, menu and paging text * ipager.tcl: display. * imenu.man: Documentation for the new packages above. * ipager.man: * ../../examples/term/imenu: Examples for the new packages. * ../../examples/term/ipager: check-in: 48303fa93d user: andreas_kupries tags: trunk
2006-07-24
03:31
* receive.tcl: New file, package. Basic receiver functionality * receive.man: (getting chars, event listener). Documentation. * bind.tcl: New file, package. Recognition of character * term_bind.man: sequences in the input, execution of actions. Dispatcher. A 'bind' for character sequences. * pkgIndex.tcl: New packages registered. * ../../examples/term/menu2: Example for receive and bind. * ansi_code.man: Typos. * ansi_send.man: * term.man: * term_send.man: check-in: 9fe1857a19 user: andreas_kupries tags: trunk
2006-07-23
23:29
* ansi/ctrlunix.tcl: New file, package. Control operations, unix * ansi_ctrlu.man: specific, dependent on external commands (stty, tput). Documentation. * pkgIndex.tcl: New package registered. * ansi_cctrl.man: Fixed typos. * ansi_cmacros.man: check-in: 418653e1fb user: andreas_kupries tags: trunk
2006-07-21
21:47
* copyops.tcl (::transfer::copy::HandlerChan): Removed superfluous closing bracket. * connect.tcl: Prevent configuration for empty options. Propagation of callback command into the accept hook. * dsource.tcl: instance variable 'type' conflicts with method argument 'type', fixed. Type 'channel' renamed to 'chan' for better match to copyops. * ddest.tcl: instance variable 'type' conflicts with method argument 'type', fixed. Various syntax errors (argument swap), validation of -file fixed. * receiver.tcl: Added missing argument to callback. * transmitter.tcl: Added missing argument to callback. check-in: afdc4732a9 user: andreas_kupries tags: trunk
16:58
* send.man: Renamed to term_send.man, to avoid * term_send.man: clashing with Tk's 'send' manpage. check-in: f5dd396fe8 user: andreas_kupries tags: trunk
14:10
* ansi_cattr.man: More documentation. * ansi_cctrl.man: * ansi_cmacros.man: * ansi_code.man: * ansi_send.man: Tweaked * ansi/code/ctrl.tcl: Fixed argument bug * ansi/code/macros.tcl: Fixed argument bug. check-in: 3e4fc37490 user: andreas_kupries tags: trunk
2006-07-20
07:21
Updated ChangeLog and tiff.man check-in: 16fb93509d user: afaupell tags: trunk
07:09
Added nametotag and tagtoname check-in: 5df65a5387 user: afaupell tags: trunk
2006-07-19
16:22
* fileutil.tcl (fileutil::jail): Fixed [Tcllib SF Bug 1525172], by * fileutil.test: Ramon Ribo. Accepted the provided solution. Extended the testsuite. check-in: 005cf1e87c user: andreas_kupries tags: trunk
2006-07-18
23:41
* term.man: Added some documentation. * send.man: * ansi_send.man: check-in: 5ed640c6d1 user: andreas_kupries tags: trunk
2006-07-12
16:12
* support/installation/modules.tcl: Fixed registration of 'term', needs recursive install. check-in: 1d83bdcd30 user: andreas_kupries tags: trunk
2006-07-11
04:16
* New module "term". Terminal control. * support/installation/modules.tcl: Registered 'term'. check-in: c45a25f68f user: andreas_kupries tags: trunk
2006-07-09
21:49
* sak.tcl: Removed __nroff and all other documentation commands. * support/devel/sak/old/help.txt: Replaced with a single command with an implementation found in the support tree. See below. * support/devel/sak/doc/cmd.tcl: New. Implementation of 'doc'. * support/devel/sak/doc/doc.tcl: New. Support package for 'doc'. * support/devel/sak/doc/pkgIndex.tcl: New. Index for support package. * support/devel/sak/doc/help.txt: New. Help for 'doc'. * support/devel/sak/doc/topic.txt: New. Topic definition for 'help'. * support/devel/sak/util/util.tcl: New. General support package, * support/devel/sak/util/pkgIndex.tcl: and index for it. check-in: 1e3614feb0 user: andreas_kupries tags: trunk
2006-07-06
06:54
* sak.tcl: Removed __help. Replaced with implementation found in the support tree. See below. * support/devel/sak/help/cmd.tcl: New. Implementation of 'help' * support/devel/sak/help/help.tcl: New. Support package for 'help'. * support/devel/sak/help/help.txt: New. Help for 'help'. * support/devel/sak/help/pkgIndex.tcl: New. Index for support package. * support/devel/sak/help/topic.txt: New. Topic definition for 'help'. * support/devel/sak/old/help.txt: New. Help for old commands. * support/devel/sak/old/topic.txt: New. Topic def. for old commands. check-in: e08fc9bdaf user: andreas_kupries tags: trunk
02:04
* sak.tcl: Added code to locate command implementations in the support tree. This allows us to factor the commands out of the main script, making the internal structure of sak clearer (through the use of packages). check-in: fbb5157020 user: andreas_kupries tags: trunk
2006-07-02
20:48
Applied patch for bug 532774 check-in: 6ad5a29080 user: mic42 tags: trunk
20:25
Fixed bug 547274 check-in: bd21455bc5 user: mic42 tags: trunk
20:01
Fixed bug 1230699 check-in: 83bc22a2cb user: mic42 tags: trunk
2006-07-01
03:52
* main.tcl: Moved, and new location * support/installation/main.tcl: of the file. * sak.tcl: Updated to the new location (has to be copied to the topdir now, when generating the starkit/pack distribution). check-in: d8c907659e user: andreas_kupries tags: trunk
03:37
* man.macros: Moved, and new location * support/installation/man.macros: of the file. * installer.tcl: Updated to the new location. check-in: 3602730598 user: andreas_kupries tags: trunk
03:32
* all.tcl: Moved, and new location * support/devel/all.tcl: of the file. Also updated to handle the new location of the distribution relative to all.tcl, to properly find the testsuites. * sak.tcl: Updated to the new location of all.tcl check-in: 7c08a17b00 user: andreas_kupries tags: trunk
03:24
Moved the README files (announcements) of historic Tcllib releases out of the way, into their own folder. check-in: 1c578f9f32 user: andreas_kupries tags: trunk
03:16
* package_rpm.tcl: Moved, and new location * support/releases/package_rpm.tcl: of the file. * package_yml.tcl: Moved, and new location * support/releases/package_yml.tcl: of the file. * package_tip55.tcl: Moved, and new location * support/releases/package_tip55.tcl: of the file. * sak.tcl: Updated to the new location of * installer.tcl: package_rpm.tcl, package_tip55.tcl, package_yml.tcl * package_version.tcl: Moved, and new location * support/installation/version.tcl: of the file. check-in: 1577e87635 user: andreas_kupries tags: trunk
02:59
* nmea.man: Fixed syntax errors in the documentation. check-in: add012dd46 user: andreas_kupries tags: trunk
02:54
* install_action.tcl: Moved, and new location * support/installation/actions.tcl: of the file. * installed_modules.tcl: Moved, and new location * support/installation/modules.tcl: of the file. * sak.tcl: Updated to the new location of * installer.tcl: install_action.tcl, installed_modules.tcl. check-in: c50c96feb9 user: andreas_kupries tags: trunk
02:43
* README.developer: New files to introduce new developers * README.releasemgr: and release managers to Tcllib, the tools available to support and ease their tasks, the procedures we have in place, etc. For now they are more or less placeholders, to be fleshed out with actual content over time. check-in: 5f239cec95 user: andreas_kupries tags: trunk
02:40
* installed_modules.tcl: Registered new module 'nmea'. * PACKAGES: Moved. * support/releases/PACKAGES: New location of PACKAGES. * sak.tcl: Updated to the new location of PACKAGES. check-in: d232a484f6 user: andreas_kupries tags: trunk
01:35
* compiler_peg_mecpu.tcl: New packages generating ME * gen_peg_mecpu.tcl: instructions for the CPU(core). * gen_peg_mecpu.template: And page plugins using them. * plugins/pkgIndex.tcl: * plugins/transform_mecpu.tcl: * plugins/writer_mecpu.tcl: * pkgIndex.tcl: * pluginmgr.tcl: Extended the page plugin environment with commands allowing a plugin to write files. Intended for the debugging of plugins, i.e. the dumping of internal state. The destination for such files however are restricted to the current working directory and its sub-directories. Currently only the MEcpu compiler package has code to use this, to write the intermediary graphs and some statistics (Disabled through comments however). check-in: ce880f17d5 user: andreas_kupries tags: trunk
2006-06-30
20:25
2006-06-30 Aaron Faupell <[email protected]> * New module for handling NMEA protocol check-in: 3e2f7baa61 user: afaupell tags: trunk
18:53
Inserted a number of pragmas/declares regarding pseudo package requirements. check-in: 1fe58e97b5 user: andreas_kupries tags: trunk
18:47
* installed_modules.tcl: Changed to a declarative style (more amenable to automated processing). check-in: 66feb8b9e3 user: andreas_kupries tags: trunk
18:23
Typo fixed (bug 1515267) Reverted change to PACKAGES. Is not current state, but last release, needed for comparison. check-in: 5b2f08571c user: andreas_kupries tags: trunk
2006-06-29
23:29
2006-06-29 Aaron Faupell <[email protected]> * cksum.tcl: fixed typo koin->join check-in: 1c095698af user: afaupell tags: trunk
23:16
2006-29-06 Aaron Faupell <[email protected]> * tar.tcl: fixed bug in parseOpts check-in: 93653fc068 user: afaupell tags: trunk
23:08
2006-06-29 Aaron Faupell <[email protected]> * ini.tcl: added default value option for value command, and added commentchar command. change in comment behavior * ini.man: clarifications for open, commit, and comment commands; added commentchar command check-in: 71ac1dc413 user: afaupell tags: trunk
22:23
*** empty log message *** check-in: 212f7841e7 user: afaupell tags: trunk
06:29
* grammar_me/me_cpucore.tests.semantics.txt: Extended to cover the remaining untested instructions. This completes the behavioural tests. * grammar_me/me_cpucore.man: Added documentation for the new * grammar_me/me_cpucore.tcl: accessor commands. Fixed problems * grammar_me/me_cpucore.test: uncovered by the last tests. * grammar_me/me_cpu.man: Lifted all changes to the cpucore into * grammar_me/me_cpu.tcl: the cpu object (extended acessors, * grammar_me/me_cpu.test: documentation, etc.). Created testsuite * grammar_me/me_cpu.testsuite: using the core testsuite as template, and sharing the instruction descriptions with it. * grammar_me/gasm.tcl: New package for the assembly of a ME * grammar_me/pkgIndex.tcl: program, using a graph as internal structure. Bumped the versions of the cpu::core and cpu packages as well. check-in: a9d4371a26 user: andreas_kupries tags: trunk
2006-06-28
23:58
Fixed bug Tcllib 1494597 check-in: 4e1a68be5a user: mic42 tags: trunk
2006-06-25
21:26
* graph.tcl : Added three new arc commands, 'move', 'move-target', and 'move-source'. They change the nodes an arc is attached to, without changing the identity of the arc itself. This makes certain graph operations easier, as there is no need to save the attributes of a node, delete it, create in the new location, then recreate the attribute data. * pkgIndex.tcl: Bumped version number for this. * graph.man: Added documentation for them. * graph.test: Extended the testsuite to cover them as well. check-in: 9b189ffb78 user: andreas_kupries tags: trunk
2006-06-21
21:08
fixed bug in ldap.man check-in: 9f12c05c40 user: mic42 tags: trunk
09:33
Added tcllib RFE 1082061. Fixed doc bug, ldap needs Tcl 8.4 not 8.2 check-in: c4352fa940 user: mic42 tags: trunk
2006-06-20
23:20
* me_cpucore.tests.semantics.txt: Extended coverage of testsuite, * me_cpucore.testsuite: more bugfixes. * me_cpucore.tcl: check-in: eac46d4a45 user: andreas_kupries tags: trunk
21:50
* me_cpucore.tcl: Bug fixes, additional state accessor commands, more argument checking, extended error messages from validator used by disassembler and state creation. * me_cpucore.test: Added testsuite for the cpu, * me_cpucore.testsuite: already semi-prepared for when * me_cpucore.tests.asm-map.txt: we get a C impl. of the ME cpu. * me_cpucore.tests.badasm-map.txt: Largely table-driven. * me_cpucore.tests.badmach-map.txt: Incomplete. * me_cpucore.tests.semantics.txt: check-in: e94c190238 user: andreas_kupries tags: trunk
2006-06-16
19:37
* ../../apps/dtplite: Still found a xref link bug in the -merge code path. The per-module toc had the wrong links. Added code to generate and set a proper file mapping for these tocs. Removed MapLink and switched to the new command "fileutil::relativeUrl". check-in: 7fe8e2cbcb user: andreas_kupries tags: trunk
19:33
* fileutil.tcl: Added commands to compute paths relative to some * fileutil.man: base. Extended testsuite, documentation. * fileutil.test: * pkgIndex.tcl: check-in: 7881095bd9 user: andreas_kupries tags: trunk
05:29
* me_util.test: Split tests into separate file and added handling of both regular and critcl tree. * me_util.testsuite: New file. Actual tests. check-in: 0b292bafd9 user: andreas_kupries tags: trunk
03:00
Typo cleanup. check-in: 0822777667 user: andreas_kupries tags: trunk
2006-06-15
22:00
* csv.tcl: Extended cvsv processing to allow different * csv.test: quoting chars beyond double-quote. Patch origin at [SF * csv.man: Tcllib Patch 1469593]. Needed small fix in join. Extended testsuite, documentation. check-in: 8e5d49de29 user: andreas_kupries tags: trunk
18:15
* sak.tcl: Extended to allow the specification of a module M as either M or modules/M. The latter is a path relative to the topdir and enables the entering of modules through tab-completion in the shell. check-in: 393488c49d user: andreas_kupries tags: trunk
18:06
* fa.tcl: Reworked the internal of the container and * faop.tcl: operations packages to break their circularity. * fa.test: The user of the operations packages now has to * faop.test: specify a command to construct containers. The * dexec.test: uses the ops package and sets its own class * dacceptor.text: command as constructor. * fa.man: * faop.man: check-in: 49572fad8e user: andreas_kupries tags: trunk
2006-06-13
23:20
* bench_read.tcl: Rewrite the internal raw representation, use * bench.tcl: lists as array keys, easier to handle, no * bench_wcsv.tcl: splitting, and quoting is done automatically * bench_wtext.tcl: by Tcl itself. See [Tcllib SF Bug 1414159]. check-in: a94b4b2199 user: andreas_kupries tags: trunk
22:17
* html.tcl (::html::css, ::html::js): New commands, implementing [SF Tcllib RFE 970878]. Reworked the internals to be cleaner. check-in: 94bd94a1ad user: andreas_kupries tags: trunk
22:07
* html.tcl (::html::doctype): New command, implements [SF Tcllib RFE 1494660], proposed by <[email protected]>. Changed the implementation to be table-driven. check-in: 5bc755bd27 user: andreas_kupries tags: trunk
19:07
* list.tcl: Added two commands requested by Sarnold75, * list.test: see [SF Tcllib RFE 1484791], variants of * struct_list.man: map and filter. Implemented, documented, * pkgIndex.tcl: and tested. check-in: f973298e46 user: andreas_kupries tags: trunk
18:45
Raised package level in both places of the man page now check-in: 2edd56a7dd user: mic42 tags: trunk
18:33
* ftp.tcl (::ftp::StateHandler): Replaced use of 8.4ism (expr 'ne' operator) with appropriate invokation of 'string equal'. This fixes [SF Tcllib Bug 1429377], reported by John Mercogliano III. check-in: 03dd8102ce user: andreas_kupries tags: trunk
13:56
Fixes for bug 1494997 check-in: c325cab716 user: arjenmarkus tags: trunk
07:59
* Added the ldap::info command for introspection. * Added a basic testsuit for the ldap::info command. * Updated docs. Version number raised to 1.3. check-in: 9054eadb62 user: mic42 tags: trunk
2006-06-07
22:54
Break fa <-> fa::op circularity. Temp. hack. check-in: f6cfb0621b user: andreas_kupries tags: trunk
22:36
Breaking circularity in generated TMs. Temp. solution. check-in: 81345a0819 user: andreas_kupries tags: trunk
00:41
Removed inadvertently added global return command. check-in: 8036aad4db user: andreas_kupries tags: trunk
2006-06-06
21:30
* transmitter.tcl: Fixed index/provide version mismatches. * receiver.tcl: * dsource.tcl: * ddest.tcl: * connect.tcl: check-in: 7548a64f18 user: andreas_kupries tags: trunk
2006-05-28
04:29
Simplified decoder, via use of ByteArray, moves handling of padding out of the decoder loop. check-in: ae94316020 user: andreas_kupries tags: trunk
2006-05-27
20:46
Integration of base32 into overall bundle for installation, and critcl handling. check-in: a783066c9b user: andreas_kupries tags: trunk
20:44
Base32 implementation (Tcl, Critcl | std, hex), Tcl support package. Documentation. Testsuites. Benchmarks. check-in: 5fd2827621 user: andreas_kupries tags: trunk
20:30
New module 'base32'. Bugfixes. Typos. Bugfix in handling of tcllibc. Varname typo. check-in: 3a4545df65 user: andreas_kupries tags: trunk
20:20
Bugfix in handling of tcllibc. Varname typo. Bugfix in bench module. Typos in error returns. check-in: 04318cf6ab user: andreas_kupries tags: trunk
20:19
Bugfix in bench module. Typos in error returns. check-in: de6c85775c user: andreas_kupries tags: trunk
01:54
Bugfix in transfer::copy, missing brace after argument with default value. check-in: e999c64f5d user: andreas_kupries tags: trunk
2006-05-25
05:31
Added the transmitter/receiver packages, combining the conn setup, sources, destinations into convenient wrappers. check-in: b45d5224e8 user: andreas_kupries tags: trunk
04:45
Fixed typo. Added package for connection configuration and setup. check-in: 1bd7aafe47 user: andreas_kupries tags: trunk
02:44
Transfer source and destination classes added. Fixed typo in documentation. check-in: b14c86697e user: andreas_kupries tags: trunk
2006-05-24
06:32
Added queue management package, fixed some markup in previous docs. check-in: 49f6b0389e user: andreas_kupries tags: trunk
04:27
Added new files check-in: 6700224279 user: andreas_kupries tags: trunk
04:25
Integrated the new module 'transfer' into the global setup. New module 'transfer', for packages providing facilities for the comfortable async transfer of data across channel. Import of more of Pat's work. Extended dns for Win9x, added configuration of a default name server. check-in: 69953eacf5 user: andreas_kupries tags: trunk
2006-05-05
08:02
* dns.tcl: Extended the nameservers command to work on Win9x systems and we now make use of this to initially configure a default nameserver. Some minor additional cleanup. check-in: ca302c9d7f user: patthoyts tags: trunk
2006-04-28
06:07
Added a convenience command to fully initialize a namespace for logging (create service, import commands, set default logging level). Import of my work on sak: Strip alpha parts of a version number. check-in: 2682087c77 user: andreas_kupries tags: trunk
2006-04-26
16:29
* sak.tcl (gd-gen-tap): modified to strip non-version characters out of version numbers. check-in: b15309486b user: andreas_kupries tags: trunk
09:05
* all: Incremented version to 1.2.0 * sasl.man: Updated documentation. * sasl.tcl: Implemented DIGEST-MD5 server. Enhanced the mechanisms command so we can obtain either client or server mechanisms. Added a threshold value to the mechanisms command to set minimum security. Changed register to uniquely register mechanisms to permit re-sourcing the script. check-in: 038e9c4c6f user: patthoyts tags: trunk
00:18
Fixed missing parameter to linsert check-in: 00cb3ca0fc user: patthoyts tags: trunk
2006-04-24
22:31
Make it simpler to set the proxy during testing check-in: ebb51a598e user: patthoyts tags: trunk
2006-04-23
22:35
* irc.tcl: Applied patch #1349154 by Kristoffer Lawson to add * irc.man: a command to retrieve the socket in use. check-in: d36738646f user: patthoyts tags: trunk
2006-04-21
14:29
Forgot to increment the version check-in: ed000887b0 user: patthoyts tags: trunk
14:23
* dns.tcl: Fixed bug #1158037. We were using the query id to locate the DNS state token but this restricts us to 65535 queries as the value is packed into a short. check-in: cb2c9a9133 user: patthoyts tags: trunk
04:42
Import of Pat's work, additional parameter for crc16. check-in: 27778660ae user: andreas_kupries tags: trunk
2006-04-20
15:26
* dns.tcl: Applied patch from #1453327 by Segei Golovan to improve support for TXT records. check-in: 431f2be371 user: patthoyts tags: trunk
15:02
* autoproxy.tcl: Added a tls_socket procedure that can use registered as the protocol handler for https with the core http package and will do the right thing when a proxy is in use. check-in: 7739ab9d80 user: patthoyts tags: trunk
10:19
Enable toggling the XOR value in CCITT impl. check-in: 368c5c02a7 user: patthoyts tags: trunk
10:18
* time.tcl: bug #1409219: added missing hyphen. check-in: e849a453f1 user: patthoyts tags: trunk
10:14
* sasl.tcl: Applied patch for #1412021 from Sergei Golovan to * sasl.test: make sure the service is set. Added test. check-in: 75adeba458 user: patthoyts tags: trunk
05:21
Import of Pat Thoyts' work on the SASL packages. Fixes to common menchanisms when handling an empty challenge. Added X-GOOGLE-TOKEN support. Added 'x' / 'exec' for 'eXec'utable to the [test] command of fileutil. check-in: 7050fdd680 user: andreas_kupries tags: trunk
02:16
* all: Incremented SASL version to 1.1.0 * sasl.tcl: Fixed the common mechanisms to all do the right * sasl.test: thing when handed an empty challenge. The client should always begin with SASL::step $ctx "" to see if there is anything to send in the initial round. check-in: 6f69c1b619 user: patthoyts tags: trunk
01:03
* gtoken.tcl: Support the X-GOOGLE-TOKEN SASL mechanism. Done as separate package due to additional dependencies (http and tls required) check-in: 82651ec7ea user: patthoyts tags: trunk
2006-04-07
18:15
superfluous typedCmdline.tcl now truly removed check-in: 8d334dc1d5 user: andreas_kupries tags: trunk
2006-04-06
03:35
Put cmdline and typedCmdline into a single file. A Tcl Module from this becomes simpler, there is no need for a virtual filesystem anymore. Added shorthand commands for easy assembly of complex results. check-in: 97ad5c6492 user: andreas_kupries tags: trunk
03:28
Added shorthand commands for easy assembly of complex results. Added output for when testsuite setup (support, testing) fails. We have to see such problems. check-in: fb7e93a18f user: andreas_kupries tags: trunk
2006-03-30
01:56
Added output for when testsuite setup (support, testing) fails. We have to see such problems. Fixed name of romberg package in math manpage, resorted package list, reformatted with regard to the right margin. Additional markup for the list of packages in the main math page. check-in: 63ea7a2ee1 user: andreas_kupries tags: trunk
2006-03-29
05:58
Additional markup for the list of packages in the main math page. Fixed statistics manpage. check-in: 45cd1be1e8 user: andreas_kupries tags: trunk
05:55
Fixed statistics manpage. Import of Arjen's calculus and statistics extensions. check-in: 8f4fe3a8f7 user: andreas_kupries tags: trunk
2006-03-28
20:36
Corrected a stupid error in integrate3D_accurate check-in: 001d5b67d3 user: arjenmarkus tags: trunk
19:40
Added functions to calculus and statistics package; updated man page for math module/package check-in: a9cea61f4b user: arjenmarkus tags: trunk
2006-03-23
04:56
Import of Michael Schlenker's work, making asn independent of 'log'. check-in: dd3d027cf5 user: andreas_kupries tags: trunk
2006-03-22
18:56
Removed dependency on log package. Fixed bug, SF 1408807. check-in: c575bdb162 user: mic42 tags: trunk
08:16
Added object-based directory traversal. Iterator API, can be driven by events. No use of recursion, deep directory hierarchies are no trouble. No testsuite, no documentation yet. check-in: 3cdd071847 user: andreas_kupries tags: trunk
2006-03-15
15:08
Fixed hardcoded paths in the fileutil testsuite. Changed nroff formatter to not double-quote (sub)section titles not containing whitespace. check-in: 86ab8cef1f user: andreas_kupries tags: trunk
2006-03-14
06:09
Changed nroff formatter to not double-quote (sub)section titles not containing whitespace. Modified the duplicated file, corrected version number, and which implementation to use in the testsuite. check-in: f0984e6e89 user: andreas_kupries tags: trunk
2006-03-12
22:46
Modified the duplicated file, corrected version number, and which implementation to use in the testsuite. Created duplicate of sha1.{tcl,test} for a sha1 v1 implementation separate from v2. Added another example demonstrating a double-side connection between two arrays in different processes. check-in: 56cfe3cb6d user: andreas_kupries tags: trunk
2006-03-08
05:25
Added another example demonstrating a double-side connection between two arrays in different processes. Added example demonstrating the use of the data source "remotearray" for the sharing of arrays between processes (via comm), for both sending and receiving modes. check-in: c1c32b3a02 user: andreas_kupries tags: trunk
04:57
Added example demonstrating the use of the data source "remotearray" for the sharing of arrays between processes (via comm), for both sending and receiving modes. New standard tie data source, "growfile". Array is forbidden to shrink. File format is string rep of dictionary. Incrementally extended at the end. check-in: 21ceaf2e34 user: andreas_kupries tags: trunk
04:55
New standard tie data source, "growfile". Array is forbidden to shrink. File format is string rep of dictionary. Incrementally extended at the end. check-in: 636d213228 user: andreas_kupries tags: trunk
2006-03-07
07:40
Extended tempdir to allow the user to override the standard search algorithm with an explicitly provided directory. check-in: 1a06915b6c user: andreas_kupries tags: trunk
06:51
Extended pacage with a command for easy testing of multiple properties of a path. Resynchronized the ifneeded/provide version information of math::bignum. check-in: c7087bbafb user: andreas_kupries tags: trunk
2006-03-03
02:52
Resynchronized the ifneeded/provide version information of math::bignum. Import of Arjen's bugfix for matrix multiplication in the math::linearalgebra package. check-in: cc51ee34be user: andreas_kupries tags: trunk
2006-02-21
20:42
Corrected bug in matmul (linear algebra module) check-in: dd84fc2f0e user: arjenmarkus tags: trunk
2006-02-13
13:33
Fix for SF bug #1098051 check-in: f4001637cc user: arjenmarkus tags: trunk
2006-02-10
03:31
Updated the documentation. Extended testsuite to cover 'updateInPlace'. Fixed writeback of command. Command implementations and testsuite are now complete. Documentation is still missing. More work on the testsuite for the new commands. More argument checking in the new commands. Shorter implementations for degenerate cases. Extended testsuite to cover 'writeFile' and fixed problems in common support commands used by it. New commands formanipulation of file contents, extended 'cat', start on extended testsuite. Import of documentation fix by myself. check-in: 5d7a34378d user: andreas_kupries tags: trunk
2006-02-01
21:49
* tiff.man: Fixed bad syntax in manpage. check-in: dfef72835a user: andreas_kupries tags: trunk
04:27
2006-1-31 Aaron Faupell <[email protected]> * tiff.tcl: typo in numImages, fix in _ifds check-in: 776ab0b5f9 user: afaupell tags: trunk
2006-01-31
17:56
Aaron Faupell <[email protected]> * Typos in man page check-in: e2a7e25e25 user: afaupell tags: trunk
04:57
Fixed SF Tcllib Bug 1414051. 'include' documented as 'lappend', create variable if it does not exist. check-in: fde0b847f8 user: andreas_kupries tags: trunk
04:48
Fixed [SF Tcllib Bug 1414589]. Prevent code from stomping over '::dir'. check-in: d6c34ec8d8 user: andreas_kupries tags: trunk
04:34
Fixed SF Tcllib Bug 1085562. testbit is now working correctly for bits both inside and outside of the range given by the number itself. check-in: 18c67f2b40 user: andreas_kupries tags: trunk
04:16
Fixed handling of global variable "env". check-in: 43f66eb458 user: andreas_kupries tags: trunk
2006-01-29
09:09
Fixed warning about changes to 'env' array. check-in: 36ad2f5fca user: andreas_kupries tags: trunk
09:04
Uncluttered the testsuite output and hooked it into the new common test support code. check-in: 0e9833006c user: andreas_kupries tags: trunk
08:54
Fixed use of duplicate test names. check-in: bdf7bd709b user: andreas_kupries tags: trunk
08:33
Fixed use of duplicate test names, also use/cleanup of temp. files. check-in: 1d1f1e6a87 user: andreas_kupries tags: trunk
08:15
Fixed use of duplicate test names, and use/cleanup of temp. files. check-in: a575e81ae3 user: andreas_kupries tags: trunk
06:15
Fixed use of duplicate test names. Fixed use and cleanup of temp. files. check-in: 27898bbc18 user: andreas_kupries tags: trunk
05:58
Fixed use of duplicate test names, and use/cleanup of temp. files. check-in: 7e4db312e7 user: andreas_kupries tags: trunk
05:56
Extended the functionality for creation of binary temp. files, getting proper paths for temp files, useful standard result of make{File,Directory} across versions, proper reimport of tcltest commands after changes. check-in: 87340663b4 user: andreas_kupries tags: trunk
02:09
Fixed usage of temp. files in testsuites, also fixed use of duplicate test names. check-in: d677c28465 user: andreas_kupries tags: trunk
00:48
Fixed creation and cleanup of temp. files in testsuites of tie and uri. Also fixed usage of duplicate test names in uri. check-in: 84778c252b user: andreas_kupries tags: trunk
00:30
Fixed usage of duplicate test names in textutil & textutil::expander. check-in: 3ebb574ebc user: andreas_kupries tags: trunk
00:25
Moved common parts of the struct::matrix testsuites out of them into a supporting file. Also replaced the usage of obsolete [aget] with standard [dictsort]. Imported new module by Aaron to work with TIFF images. check-in: d9fd0e028b user: andreas_kupries tags: trunk
00:10
Imported new module by Aaron to work with TIFF images. Fixed duplicate usage of test names. check-in: 19efd76d0c user: andreas_kupries tags: trunk
2006-01-28
21:10
aron Faupell <[email protected]> * New module for manipulating TIFF images check-in: b4c0ccbe0c user: afaupell tags: trunk
2006-01-27
03:39
Reordered support files in htmlparse test. Simplified the testsuite boilerplate in the packages "[s-z]*", using the new commands in the test support. Import of Michael's fix of a bug in bench output generation. check-in: 11ee0afe4c user: andreas_kupries tags: trunk
2006-01-24
23:59
Fixed ::bench::out::* functions when running under windows check-in: ebd8cde0c5 user: mic42 tags: trunk
05:10
Simplified the testsuite boilerplate in the packages "[i-r]*", using the new commands in the test support. More util commands for test support. check-in: 8aac80a618 user: andreas_kupries tags: trunk
05:06
More util commands for test support. Simplified the testsuite boilerplate in the packages "[d-h]*", using the new commands in the test support. check-in: a32de4edb4 user: andreas_kupries tags: trunk
2006-01-23
08:18
Simplified the testsuite boilerplate in the packages "[d-h]*", using the new commands in the test support. Added more helpers to the common test support, for dealing with 'tcllibc', and packages which can use it. check-in: 4d2a34d97e user: andreas_kupries tags: trunk
06:38
Added more helpers to the common test support, for dealing with 'tcllibc', and packages which can use it. Simplified the testsuite boilerplate in the packages "[a-c]*", using the new commands in the test support. check-in: 0812e41ddf user: andreas_kupries tags: trunk
2006-01-22
23:53
Simplified the testsuite boilerplate in the packages "[a-c]*", using the new commands in the test support. Removed the chaining in the 'support' command. Makes handling of 'return -code return' difficult. Simply have to separate unchanged commands for declaration of support packages and package under test. check-in: 871a6a6875 user: andreas_kupries tags: trunk
23:48
Removed the chaining in the 'support' command. Makes handling of 'return -code return' difficult. Simply have to separate unchanged commands for declaration of support packages and package under test. Extended test support code with commands for the loading of packages and files from the Tcllib under test, and module under test. check-in: 06104a9809 user: andreas_kupries tags: trunk
20:27
Extended test support code with commands for the loading of packages and files from the Tcllib under test, and module under test. Removed some 8.4'isms out of the csv testsuite, the package under test works for 8.3+. Removed comon test constrants from 'all.tcl', ditto 'wrongNumArgs' and 'tooManyArgs' emulations. This is now all in the common test support code. check-in: 660261c9c0 user: andreas_kupries tags: trunk
00:27
Removed comon test constrants from 'all.tcl', ditto 'wrongNumArgs' and 'tooManyArgs' emulations. This is now all in the common test support code. Put common test constraints into the common test support code. Fixed expected errorCode in math-7.4 Replaced 'queryConstraint' with regular 'testConstraint'. Removed more copies of the common command "dictsort". Hooked the "[s-z]*" packages into the new common test support code. Hooked the "[m-r]*" packages into the new common test support code. Updated Tcl dependency information for logger::utilities, requires 8.4 due to use of new trace APIs. Hooked the "[hijkl]*" packages into the new common test support code. Hooked the "[efg]*" packages into the new common test support code. Hooked the "[cd]*" packages into the new common test support code. Fixed usage of 8.4isms in package declared to work for 8.2+. Better emulation of testConstraint command, with query ability. Hooked all "[ab]*" packages into the new test support code. Fixed reversed guard conditions, and polished the error messages a bit. check-in: e728b2e380 user: andreas_kupries tags: trunk
2006-01-20
04:03
Fixed reversed guard conditions, and polished the error messages a bit. New file for boilerplate code and common commands used by most to all testsuites in Tcllib. Import of fixes to fileutil::find documentation. check-in: 1411cb5f34 user: andreas_kupries tags: trunk
2006-01-18
17:56
* fileutil.man: Fixed a typo, clarified usage of the filtercmd for find (Boolean result), added an example for that as well. This fixes the [SF Tcllib Bug 1409083] submitted by Glenn Jackman <[email protected]>. check-in: 1b2d60e4d5 user: andreas_kupries tags: trunk
06:10
Made html tree reordering pass a bit less agressive, upon advice by Ramon Ribo, see [SF Tcllib Patch 953854]. Extended ChangeLog, added reference to other SF Entry relevant to the change. check-in: ab08ecbe1c user: andreas_kupries tags: trunk
2006-01-17
03:55
Extended ChangeLog, added reference to other SF Entry relevant to the change. New command 'iscomplete' to detect partial csv records. Modified read2* commands, they use it to handle multi-line records. This is [SF Tcllib Path 1407811], by Jeff Hobbs. check-in: f2b52b5207 user: andreas_kupries tags: trunk
03:51
New command 'iscomplete' to detect partial csv records. Modified read2* commands, they use it to handle multi-line records. This is [SF Tcllib Path 1407811], by Jeff Hobbs. Reworked the documentation of the new commands, and fixed some typos in words, and the use of the doctools commands. check-in: 58fcbd45ff user: andreas_kupries tags: trunk
03:05
Reworked the documentation of the new commands, and fixed some typos in words, and the use of the doctools commands. Import of Michael Schlenker's integration of Vitus Wagner's work extending the ASN system. check-in: f169979ab4 user: andreas_kupries tags: trunk
2006-01-16
21:08
Added new decoder/encoder functions for BMP STRING, UTF8 STRING. New convenience functions for decoding and encoding strings. More tests. Bugfix for asnNumericString which used a wrong tag number. Version increased to 0.5 due to new features. check-in: 093e24fe81 user: mic42 tags: trunk
2006-01-14
17:17
FAQ and man page updates; see ChangeLog. check-in: e9c9fb5de1 user: duquette tags: trunk
17:00
Fixed snit 2.0 bug; see change log. check-in: 42fb805403 user: duquette tags: trunk
2006-01-11
22:29
* util_norm_peg.tcl: Inserted pragmas for the MDgen * util_norm_lemon.tcl: application hinting that the * gen_peg_me.tcl: pseudo-package 'page::plugin' * analysis_peg_emodes.tcl: is not a true dependency. * analysis_peg_minimize.tcl: * analysis_peg_realizable.tcl: * analysis_peg_reachable.tcl: check-in: 10ab146ea9 user: andreas_kupries tags: trunk
22:20
* analysis_peg_minimize.tcl: Changed bad reference to 'useful' to the correct string, 'realizable'. check-in: 8a575578a4 user: andreas_kupries tags: trunk
22:10
* fourier.tcl (::math::fourier::lowpass): Changed package * fourier.tcl (::math::fourier::highpass): reference "complexnumbers" to the correct "math::complexnumbers". check-in: 97bb4c85c0 user: andreas_kupries tags: trunk
01:16
* pool.test: New file. Structured tests. * pooltest.tcl: Removed unstructured tests. check-in: 020d0eb78d user: andreas_kupries tags: trunk
2006-01-10
23:05
* tree.test: Fixed [SF Tcllib Bug 1316061]. Uncluttering test output. * pop3d.test: Fixed [SF Tcllib Bug 1316057]. Uncluttering test output. * pop3.test: Fixed [SF Tcllib Bug 1316056]. Uncluttering test output. * png.test: Fixed [SF Tcllib Bug 1316055]. Uncluttering test output. * htmlparse.test: Fixed [SF Tcllib Bug 1316049]. Uncluttering test output. * dacceptor.test: Fixed [SF Tcllib Bug 1316040]. Uncluttering test * dexec.test: output. * fa.test: * faop.test: * tests/da_accept.test: * tests/de_exec.test: * counter.test: Fixed [SF Tcllib Bug 1316036]. Uncluttering test output. * comm.test: Fixed [SF Tcllib Bug 1316033]. Uncluttering test output. check-in: 6b6ecddce7 user: andreas_kupries tags: trunk
22:14
* uri.man: Added information about url constituents to the documentation of uri::split. For the schemes we know them for. This fixes [SF Tcllib Bug 1335320] by Kristoffer Lawson <[email protected]>. check-in: f51b8ae4c8 user: andreas_kupries tags: trunk
21:44
* tie_rarray_comm.test: Disabled the gratuitous puts commands found in the tests. This unclutteres the output. This fixes the [SF Tcllib Bug 1316063]. * tie_file.tcl (Compact): Accepted patch by Anton Osennikov <[email protected]> for [SF Tcllib Patch 1378556]. This fixes a bug in the configuration of the log file after compaction, on Windows. check-in: ddf8982192 user: andreas_kupries tags: trunk
21:32
* performance.tcl: Removed the unstructured benchmarks. * mime.bench: New file, contains structured benchmarks for the module. This fixes [SF Tcllib Bug 1373935]. check-in: 519185020e user: andreas_kupries tags: trunk
21:13
* expander.tcl (::textutil::expander::Op_cpush): Applied the patch for [SF Tcllib Bug 1376637], as supplied by Sarnold <[email protected]>. Fixes an initialization error for contexts, where the location data is not set. * expander.test: Modified an existing test to fail for the original error, it does not anymore with the fix applied. check-in: fd4783badc user: andreas_kupries tags: trunk
20:45
* mime.tcl: Ensured that all accesses to the variable 'major' operate on a global variable. Fix for [SF Tcllib Bug 1394840], reported by George Orwell <[email protected]>. check-in: 69861d3aaf user: andreas_kupries tags: trunk
20:33
* switched.tcl: Fixed bug, missing dependency on package stooop. This bug was introduced by the change to the package loading of switched. check-in: b019dca11a user: andreas_kupries tags: trunk
09:42
Corrected bug 1393564 - angle and missing functionality check-in: 05ecb8feaa user: arjenmarkus tags: trunk
2006-01-05
17:11
Fixed tcllib bug #1393804 check-in: 29c33168e3 user: mic42 tags: trunk
2005-12-30
16:24
Accepted patch for Tcllib Bug# 1391776 check-in: f9d3a52139 user: mic42 tags: trunk
2005-12-21
08:43
Fixed tests to work with tcltest 1.0 (tcl 8.2) check-in: 2826ea1bc3 user: patthoyts tags: trunk
2005-12-20
16:19
* rc4.tcl: Dealt with bug #1386101 (rc4 critcl + channels broken) * rc4.test: Also implemented a -command option. Added tests for * rc4.man: both and update man page for -command. * pkgIndex.tcl: Incremented version to 1.1.0 check-in: 3f78714bf7 user: patthoyts tags: trunk
2005-12-15
16:47
2005-12-15 Aaron Faupell <[email protected]> * jpeg.tcl fixed bug in removeComments and removeExif where file was opened and not configured as binary check-in: 986ae69e41 user: afaupell tags: trunk
2005-12-09
18:27
Added inofficial pragmas declaring ownership of files to others, and their packages. Exclusion as well. check-in: f2f9d72edd user: andreas_kupries tags: trunk
18:25
* pkgIndex.tcl: Replaced lazy loading setup of package 'switched' with standard regular source setup. check-in: 0da06a5130 user: andreas_kupries tags: trunk
18:21
* mimetypes.man: Corrected package names used in the * filetypes.man: manpage headings. check-in: fc9fe30ceb user: andreas_kupries tags: trunk
2005-12-05
23:01
* snit83.tcl: Replaced the direct use of / path separator with a proper file join. check-in: eae1af3b8d user: andreas_kupries tags: trunk
2005-12-02
22:12
Fixed bug SF 1329642. Logger patchlevel raised to 0.6.2. check-in: 03d0874a83 user: mic42 tags: trunk
2005-11-20
13:57
update check-in: f25e15ba8e user: sarnold75 tags: trunk
13:53
Some rewriting of the documentation. check-in: 9502d9e32f user: sarnold75 tags: trunk
13:36
Updated for Tcl 8.5 and math::bigfloat 2.0. Rewriting 40% of the documentation, explained more about Precision. check-in: e41d82b833 user: sarnold75 tags: trunk
13:35
Bug fix in bigfloat2.tcl : trigonometry may have return more precision than possible. check-in: 2f0de9ff6d user: sarnold75 tags: trunk
13:34
Minor performance improvements check-in: f555e49f3e user: sarnold75 tags: trunk
2005-11-18
03:33
2005-17-11 Aaron Faupell <[email protected]> * ini.tcl: fixed bug causing empty ini files when opening with w modes introduced on 2005-31-03 check-in: cf3a09dd0e user: afaupell tags: trunk
2005-11-15
03:52
Reworked to keep existing structure. Typo fix in the logger::appender manpage. Import Stephane's bigfloat code for Tcl 8.5 check-in: 9b28c20075 user: andreas_kupries tags: trunk
2005-11-14
13:56
request id# 1352763 Summary of changes: * changes to man pages * new appender fileAppend * fixes to createLogProc to allow channel selection * tests check-in: d01676c313 user: aakhter tags: trunk
2005-11-13
15:48
update check-in: a47a9345cf user: sarnold75 tags: trunk
15:43
Bigfloat 2.0 : for Tcl 8.5 only check-in: 8ec5d5e931 user: sarnold75 tags: trunk
2005-11-10
07:45
2005-11-10 Aaron Faupell <[email protected]> * Added support for non-baseline and progressive files by accepting c0-3 for SOF marker check-in: baea742f1b user: afaupell tags: trunk
2005-11-09
05:03
Corrected version number of tar package to be same across all relevant files. Import of my revision of snit 1.1 implementation selection. Done at runtime, not pkg declare time anymore. See treeql for other package with the same type of change. check-in: 8151eb71d3 user: andreas_kupries tags: trunk
2005-11-08
17:42
2005-11-08 Aaron Faupell <[email protected]> * bumped version to 0.2 because of new feature tar::remove check-in: 188926a90d user: afaupell tags: trunk
2005-11-07
19:50
* mime.tcl (parsedatetime): Add support for timezones with format +NNNN or -NNNN. Add support for property "clock". * mime.test (mime-9.x): Add testing of parsedatetime.=20 Applied by Andreas Kupries for Benjamin. check-in: d0331a9075 user: andreas_kupries tags: trunk
19:31
* pkgIndex.tcl: Moved the selection of the implementation out of the package declaration into the runtime. * snit.tcl: Renamed to snit84.tcl. Also a new file containing the selection of the implementation, basic dependency, and common provide command. * snit84.tcl: New file. Was originally named 'snit.tcl'. Contains the Tcl 8.4 specific implementation of the package. * snit.test: Updated to new entrypoint for snit 1.1. check-in: f71868732c user: andreas_kupries tags: trunk
19:16
* tar.man: Fixed error, incorrect placement of [call] markup outside of list. check-in: 60a9a84bd5 user: andreas_kupries tags: trunk
2005-11-05
04:50
2005-11-04 Aaron Faupell <[email protected]> * added tar::remove command and documentation for it check-in: 0d470dc2ea user: afaupell tags: trunk
2005-11-04
07:51
Removed extraneous messages from roman.test check-in: 6217a5396d user: arjenmarkus tags: trunk
06:10
Applied patch for bugs in patch for [SF Tcllib Bug 1276561], both patches by Benjamin Riefenstahl. Removed the .timing files and all related functionality. This has been supreceded by the .bench files and associated facility for execution of performance benchmarks. check-in: 370fb97f52 user: andreas_kupries tags: trunk
2005-11-03
07:05
Removed .timing files check-in: 7887de7c0c user: andreas_kupries tags: trunk
07:03
Removed the .timing files and all related functionality. This has been supreceded by the .bench files and associated facility for execution of performance benchmarks. Import of bugfix to graph serialization code. check-in: ba99910dc2 user: andreas_kupries tags: trunk
2005-11-02
18:46
* sak.tcl (ppackages): Added hack to exclude the package @@ from the tap file. This is defined in template code in page/gen_peg_cpkg.tcl, i.e. a variable. check-in: 8ac1c64a58 user: andreas_kupries tags: trunk
18:02
* graph.tcl (::struct::graph::_serialize): Fixed bug mishandling the serialization of arcs with spaces in their names. Thanks to Spyros Potamianos <[email protected]> for bug report and fix. [SF Tcllib Bug 1345967] check-in: 0760ad61a4 user: andreas_kupries tags: trunk
13:57
* profiler.tcl (::profiler::printsorted): Added a printsorted proc in order to print stuff out sorted with different keys. check-in: 79960caf84 user: davidw tags: trunk
2005-10-27
23:17
* sak.tcl (bench_mod): Modified default interp to use in benchmarks from PATH to the interp executing SAK. check-in: 80de73889c user: andreas_kupries tags: trunk
23:13
* tree.bench: Added more benchmarks perturbing structure, invalidating caches, to capture true cost of computing results of various methods. check-in: 895bf036f2 user: andreas_kupries tags: trunk
23:07
* bench.tcl (::bench::norm): Fixed bug leaving time data in non-reference column when the reference is empty. To the unwary the result looks like factors, which have ridiculous values. Now the row is shown, but empty. check-in: a303bc7cb6 user: andreas_kupries tags: trunk
21:56
* tree_tcl.tcl: Reworked the core algorithm used by the method "descendants". Avoiding the shifting of a list speeds it up around 6 times and the factor is going higher as lists grow larger. This makes the dependent methods (height, serialize, children -all) about 2 times faster than they were with the recursive implementation. check-in: 454f024cdc user: andreas_kupries tags: trunk
21:41
* tree.bench: Extended the benchmarks for "height" and "serialize" to demonstrate that the height limitation is gone. * tree_tcl.tcl: Fixed the limitation of the methods "height" and "serialize" when run on deep trees. Moved to an iterative solution using the core algorithm of "descendants". Factored this code into an internal command used throughout. Rewrote method "children -all" to use this command as well. Impact: The limitation are gone, however the performance of "height" and "serialize" has become 2 to 3 times worse. check-in: cb90f1f1fe user: andreas_kupries tags: trunk
21:29
* tree.bench: Substantially extended the benchmarks, covering basically everything except tree walks, modifiers, and tree-global attribute search. Had to restrict tests for height, serialize, running into problems with deep trees. Recursive implementation fails for interp recursion limit. check-in: 0582215f62 user: andreas_kupries tags: trunk
2005-10-26
11:09
Corrected computation of complex cosine check-in: ac529ffe56 user: arjenmarkus tags: trunk
2005-10-25
01:40
Added limitations to the benchmarks (#max iterations 10) to keep total runtime reasonable. The base cost of md5crypt is extremely high, making for long runtimes even for short inputs. check-in: 49ab66a35c user: andreas_kupries tags: trunk
01:26
Added basic benchmarks for the lot of checksums and hashes. Fixed ability to use critcl for base64 and rc4 benchmarks. check-in: 333f22feef user: andreas_kupries tags: trunk
2005-10-21
23:41
* sak.tcl: Extended benchmark facility. New command for removal of columns from results. New option to explicitly specify a single interpreter to use. * bench.tcl (::bench::del): New command. Removal of a column from benchmark data. check-in: dd3aa8ef93 user: andreas_kupries tags: trunk
23:13
* tree.bench: Made this benchmark suite operational. Incomplete, but already giving good results. * tree_c.tcl: Gave the method functions and their support a * tree/m.c: better prefixes (m_ -> tm_, ms_ -> tms_), to * tree/m.h: make them more unique, tree specific. This is * tree/ms.c: needed to avoid conflicts with future critcl * tree/ms.h: code for graph and other structures. check-in: 8dbc79c6a6 user: andreas_kupries tags: trunk
20:15
Fixed typo. check-in: 8d5faae5ae user: andreas_kupries tags: trunk
20:12
Fixed typos ... check-in: b2d7d842a7 user: andreas_kupries tags: trunk
20:11
* report.test: Reduced struct usage to struct::matrix, and brought the header code up to date. check-in: 31e4b6873e user: andreas_kupries tags: trunk
20:11
* interpolate.test: Reduced requirement for struct down to * interpolate.tcl: struct::matrix, as that is the only structure used by this package. This means that we are loading 272 KB less (344 KB - 72 KB). Also fixed the testsuite header code. check-in: 28f78a824f user: andreas_kupries tags: trunk
19:32
* pkgIndex.tcl: Moved the selection of the implementation out of the package declaration into the runtime. * treeql.tcl: Renamed to treeql85.tcl. Also a new file containing the selection of the implementation, basic dependency, and commong provide command. * treeql85.tcl: New file. Was originally named 'treeql.tcl'. Contains the Tcl 8.5 specific implementation of the package. * treeql.test: Expanded to use all implementations of struct::tree which are available. * treeql.testsuite: New file, now contains tests which depend on the implementation of struct::tree. For this package these are all. check-in: 2b645ae17a user: andreas_kupries tags: trunk
19:31
* ipMore.tcl: Style cleanup. We need only one $Id expansion at the top of the file, not for every command in it. check-in: 3f122325ca user: andreas_kupries tags: trunk
2005-10-18
23:34
* bee.bench: New file, benchmarks, only basics for now. check-in: b86968cb0c user: andreas_kupries tags: trunk
23:21
* asn.test: Package requires 8.4, this was not caught * pkgIndex.tcl: properly in index, nor in testsuite. * asn.bench: New file, benchmarks, only basics for now. check-in: 704399429d user: andreas_kupries tags: trunk
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
06:36
Extended SAK to handle several versions of a single package better during validation and display. Regenerated the docstrip sources from the master, using SAKs docstrip/stitch code. Added new app 'tcldocstrip' and its documentation. Also added the stitch definition for docstrip itself, for regeneration via SAK. check-in: f3a3e0132d user: andreas_kupries tags: trunk
2005-04-02
02:57
2005-04-01 Aaron Faupell <[email protected]> * jpeg.tcl: added comments, bumped version number because of potential incompatibility due to inverting the return value of isJPEG. check-in: 317e1b0e6c user: afaupell tags: trunk
2005-04-01
05:49
2005-31-03 Aaron Faupell <[email protected]> * ini.tcl: fixed bug where ini files were corrupted when saving a shorter version. due to not closing and truncating file before writing. check-in: 4b0d26ec99 user: afaupell tags: trunk
05:10
Added the forgotten documentation. Added code to SAK for the regeneration of sources of modules with master sources in docstrip format. Extraction of version info from provided packages extended with static analysis, and made more robust for packages importing definitions. Fixed buglet, missing var import. Package require fully internal, removed some superfluous definitions, extended help output. check-in: 783a8d2029 user: andreas_kupries tags: trunk
2005-03-30
22:45
* profiler.tcl (::profiler::TraceHandler): Make sure that caller names always have a :: prefix, to avoid getting confused by "::foo" versus "foo", which actually refer to the same procedure [Bug 1172938]. Incremented version number to 0.2.3. * profiler.test: Added tests to verify fix for Bug 1172938. check-in: ae704a06c9 user: ericm tags: trunk
2005-03-25
20:52
* Makefile.in (install-libraries): add -app-path arg (steffen) check-in: c1a0d36436 user: hobbs tags: trunk
2005-03-16
19:53
* Fixed typos in the manpage headers. check-in: c1da1bdd2e user: andreas_kupries tags: trunk
19:42
* bigfloat.tcl: Added package require math::bignum. If we use the package we should load it as well. * rational_funcs.tcl: Redone entry '2004-11-22 Andreas Kupries <[email protected]>'. Somehow the source command came back. check-in: 108d833bb7 user: andreas_kupries tags: trunk
18:21
* ldap.tcl (ldap::asnGetInteger): Fixed [SF Tcllib Bug 1164663], a copy/paste bug in the definition of this procedure. It belongs into the ldap namespace, not the asn namespace. check-in: 58c70273c6 user: andreas_kupries tags: trunk
02:07
Added the new module 'bibtex' to the installer. check-in: 1a1666f34f user: andreas_kupries tags: trunk
2005-03-15
04:54
Completed rewrite to add rigorous option processing, proper documentation of all options, update of testsuite, etc. Version is now 0.5. Fixed merge error, remove duplicate code. check-in: 0d424a2d34 user: andreas_kupries tags: trunk
2005-03-12
21:11
* cksum.tcl: Refactored to use a context for better support of * cksum.man: summing data in chunks. Updated man page and * cksum.test: tests. Set version to 1.1.0 check-in: 417f1d33dc user: patthoyts tags: trunk
02:13
* crc32.tcl: Refactored the package to use a context structure * crc32.man: as done for the hash modules. This makes it easier * crc32.test: to work which chunks and event systems. We now * crc32bugs.test: can support Trf for chunking too and have properly hooked up the critcl code. Tests now test all available implementations. check-in: 520444e1b8 user: patthoyts tags: trunk
2005-03-11
12:24
Corrected exponential_Ei function: was doubly defined check-in: 70c9a29971 user: arjenmarkus tags: trunk
05:08
Fixed merge errors. Removal of duplicated entries in the changelog, and restoration of a bugfix in mime.tcl check-in: 1632f9901d user: andreas_kupries tags: trunk
2005-03-10
06:26
Added documentation. check-in: ac2c000403 user: andreas_kupries tags: trunk
2005-03-09
05:39
Rewritten, formatting, a number of bugfixes. check-in: e7a691a052 user: andreas_kupries tags: trunk
04:22
Import of bugfix for SF Tcllib 754920. check-in: 2895c64806 user: andreas_kupries tags: trunk
2005-03-08
21:33
* mime.tcl (::mime::copymessageaux): Removed usage of the command 'unstack'. Its presence is a bug ever since revision 1.3 (March 9, 2000) of mime.tcl, when the converters (base64, quoted-printable) started to be used in immediate mode instead of attaching them to the output channel. This also means that we do not need the fallback implementation anymore either. Many thanks to Roy Terry <[email protected]> for keeping up the nagging about [SF Tcllib Bug 754920] which demonstrated the problem. What happened is that the unpaired 'unstack' removes the outer .-transformation and a second call may close the channel. If that happens any further access to the channel errors out, and the mail server gets and transfers an incomplete mail message. It is a 'may' and not a 'will' because it seems that sometimes the channel has a refcount > 0 and then 'unstack' does nothing. This part made the reproduction difficult. It was originally suspected to be a problem in Trf itself, but is actually a problem in how it is used by mime. check-in: ffc4f2b265 user: andreas_kupries tags: trunk
05:14
Added documentation for the comm wire protocol. check-in: 57e29fa945 user: andreas_kupries tags: trunk
2005-03-05
14:51
'pow' now gets its result from ::math::bignum::pow when both operands are integers Small aesthetic changes : removed some $::math::bigfloat::one expression >using 'variable one'. Done it with 'five' and '_pi0' too. check-in: 60401530dc user: sarnold75 tags: trunk
2005-03-04
16:44
Small bugfix and new subcommand check-in: b188e25224 user: mic42 tags: trunk
2005-03-03
06:36
Fixed doc error reported by coldstore. unsetv argument is not optional. check-in: 34577c1f3b user: andreas_kupries tags: trunk
2005-02-24
05:33
Handling all possible implementations in the tests. Sped up sha256 calculation. Handling of accel packages rationalized. Added functionality for permutations. Extended testsuite and documentation. Manual merge, ensuring presence of the bugfix. check-in: 310323c4dc user: andreas_kupries tags: trunk
03:25
Enabled testing of all available implementations in the digest packages. check-in: c7f0da1779 user: patthoyts tags: trunk
2005-02-23
15:19
* pkgIndex.tcl: Incremented version to 2.0.4 * md5x.tcl: Rationalised the handling of accelerator packages and * md5x.test: added support for use of cryptkit. Updated the man * md5.man: page to note the available accelerators. check-in: b63e5821f0 user: patthoyts tags: trunk
12:48
* pkgIndex.tcl: Incremented version to 1.0.3 * md4.tcl: Rationalized the accelerator package handling. * md4.test: Added cryptkit as a potential accelerator. * md4.man: Added mention of the accelerators. check-in: c407f88ca4 user: patthoyts tags: trunk
12:41
* pkgIndex.tcl: Incremented version to 1.0.3 * ripemd120.tcl,man,test: Rationalised accelerator handling and added * ripemd160.tcl,man,test: cryptkit as accelerator for RIPEMD-160. check-in: 7d4f2782eb user: patthoyts tags: trunk
12:40
Fixed close/delete order in ppackages to work on Windows. check-in: ef249fb2b0 user: patthoyts tags: trunk
05:24
Used new functionlaity of sak to check package descriptions. Added missing one, consolidated differing module descriptions, tightened phrasing a bit. Changelog entry for last change (sak extension). check-in: e99691d75b user: andreas_kupries tags: trunk
05:18
Changelog entry for last change (sak extension). Added code to the SAK which extracts package descriptions from the manpages (moddesc, titledesc, title, and require markup). Extended the tap generator to place such information into the generated file. check-in: 142b6bdca3 user: andreas_kupries tags: trunk
05:13
Added code to the SAK which extracts package descriptions from the manpages (moddesc, titledesc, title, and require markup). Extended the tap generator to place such information into the generated file. check-in: e70faa07b6 user: andreas_kupries tags: trunk
00:55
* sha1.tcl: Support cryptkit as a possible accellerator. * sha1.test: Enable testing of cryptkit implementation. check-in: 9ffb38d5c2 user: patthoyts tags: trunk
2005-02-22
14:17
* sha256.tcl: Inlined a load of expr calls to speed it up. check-in: 9601ab9a69 user: patthoyts tags: trunk
10:15
* sha256.tcl: SHA-224 and SHA-256 pure-Tcl implementation * sha256.test: Tests from FIPS 180-2 for SHA-224 and SHA-256 This is the first version. It is correct (in that it passes the FIPS test vectors) but slow. Speedups to follow. check-in: da12f2b9bb user: patthoyts tags: trunk
06:06
Import sha1 v2, v1 rewritten, by Pat. check-in: 1e5ed36f66 user: andreas_kupries tags: trunk
2005-02-21
14:26
Fixing pesky types. KISS. check-in: b1b589a572 user: patthoyts tags: trunk
13:24
* sha1.h: replaced the possibly buggy sample extension implementation * sha1.c: with shiny new code from the NetBSD project. check-in: 0ac75ecdf8 user: patthoyts tags: trunk
10:01
* sha1.test: Added some file tests (16K and 81K) check-in: 56668756a3 user: patthoyts tags: trunk
08:42
Incremented version to 0.3.0 check-in: bf1ad127b2 user: patthoyts tags: trunk
01:53
* sha1.tcl: Replaced steps 1 and 3 with slightly more efficient but equivalent bit operations. Fixed an error with integer length exposed with tcl8.5. Verified 8.2-8.5 check-in: 1ae3d9c622 user: patthoyts tags: trunk
2005-02-20
23:02
Added sha1c critcl module. check-in: 3e482bb1d3 user: patthoyts tags: trunk
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
2004-10-19
10:59
* dns.tcl: Applied fix for bug #1018934 "incorrectly detecting query as a reverse lookup" check-in: ed4c9714fc user: patthoyts tags: trunk
2004-10-13
11:42
* examples/htmlparse/webviewer.tcl: Added a sample app to demonstrate the use of the htmlparse package. This also demos the use of the autoproxy package too. check-in: 4275c280f4 user: patthoyts tags: trunk
2004-10-08
02:31
Bump version to differentiate CVS from release. Version sync Released and tagged Tcllib 1.7. check-in: 8d21d1418a user: andreas_kupries tags: trunk
2004-10-06
16:14
Moved version to 1.7. check-in: 2cb57d9083 user: andreas_kupries tags: trunk, release, tcllib-1-7
14:36
Released and tagged Tcllib 1.7. Manual merge of ftpd changes. Last minute changes to ftpd, jpeg, updated README. Moved version to 1.7, release version. check-in: a5f35ee48d user: andreas_kupries tags: trunk
2004-10-05
19:15
* jpeg.tcl: Accepted last-minute fixes from Aaron in the exif decoder code. * ftpd.tcl: Fixed [Tcllib SF Bug 1006157] reported by Stephen Huntley <[email protected]>. Using fake user/group information when on Windows. Updated global README-1.7 with changes for ftpd. check-in: 07412a8385 user: andreas_kupries tags: trunk
00:59
Incorporated math changes into the global README. Fixed changelog merge. Fixed version info merge. Math bignum test, boilerplate for reading the package under test. Bugfix htmlparse, geometry docs, pop3d tests. Version to 1.6.1.2 Math geometry documentation, new sub-package fourier. check-in: 5b61762375 user: andreas_kupries tags: trunk
2004-10-04
18:55
* htmlparse.tcl (::htmlparse::PrepareHtml): Refixed the [Tcllib SF * htmlparse.test: Bug 861277]. This came back because of the changes to entity processing for [Tcllib SF Bug 1018574]. We are now using standard numeric entities to protect these special characters, instead of nonstandard entities. Extended the test suite to cover this. Thanks to Joe English for the catch. Doc update for treeql Test fix in pop3 re version numbers. Overall version bumped to 1.6.1.2. check-in: 1fddeea179 user: andreas_kupries tags: trunk
17:10
Fixed doc syntax error. check-in: f5a35de5d6 user: andreas_kupries tags: trunk
14:32
Make sure numeric character references are interpreted as decimal (Bug #1039961). check-in: 34f9713912 user: jenglish tags: trunk
09:50
Added new module: discrete (ordinary and fast) Fourier transforms Added preliminary documentation for geometry module check-in: c9770fea26 user: arjenmarkus tags: trunk
06:36
More logger tests, small changes to error messages. Mainly updated docs to latest round of changes. check-in: 4eb6a50c45 user: andreas_kupries tags: trunk
05:12
Added more tests for logger::import check-in: 7cac0cba47 user: mic42 tags: trunk
2004-10-03
23:06
Mainly updated docs to latest round of changes. Get package index. Import treeql work by Colin. Testsuite fix in cmdline. TreeQL doc fixup, new files for TreeQL ideas. Struct::Tree doc fixup (examples, structure, node creation). Tar file doc extension, added keywords and descriptions. Updated version numbres according to the changes made. Added README for the new release. Version sync and move of K for 8.5 code, fogotten earlier. First doctools documentation. check-in: b334b71c68 user: andreas_kupries tags: trunk
13:17
Changed order of foreach/transform operators, fixed transform bug. check-in: 9831ba11ea user: coldstore tags: trunk
09:05
Made mapping command error handling more consistent check-in: 4ce6ef0c19 user: coldstore tags: trunk
06:56
Changed to v1.2 - many mods prior to release check-in: def967481a user: coldstore tags: trunk
2004-10-01
04:00
Bugfix. Wrong statement was protected against errors. check-in: d9f72ddeaf user: andreas_kupries tags: trunk
03:19
New module: Tree Query Language. CoST-like. By Colin McCormack <[email protected]> check-in: 816046c847 user: andreas_kupries tags: trunk
01:21
Test cases for bignum, placed into correct namepace (math::bignum, not bignum). Removed duplicates introduced by bad auto-merge. check-in: b5f198ca16 user: andreas_kupries tags: trunk
2004-09-30
07:20
Updated the change log check-in: 0cbff4a68e user: arjenmarkus tags: trunk
07:19
Updated the namespace in the bignum submodule, added a first set of test cases check-in: 88614c05a3 user: arjenmarkus tags: trunk
06:52
Fixed platform trouble in the fileutil testsuite. Installer ensures existence of directory for the applications it wishes to install. check-in: a5a43d3b05 user: andreas_kupries tags: trunk
03:10
Updated jpg image used in testsuite check-in: c9eedea6d0 user: andreas_kupries tags: trunk
03:07
Installer ensures existence of directory for the applications it wishes to install. Changelog manual merge Exif bug fixes - Tcllib SF Bug 1028668 New math code, bignum. By Salvatore Sanfilippo (antirez). Struct fixes, tree, graph, record - Tcllib SF Bug 1018733, 1023973, 1034924. Htmlparse fixes - Tcllib SF Bug 1034580, 900041. Html fixes - Tcllib SF Bug 898774. Counter fixes - Tcllib SF Bug 943984 Bee package uses 8.4 features. Cleared up confusion in various files. check-in: e26ccfc39c user: andreas_kupries tags: trunk
2004-09-29
22:17
* exif.tcl (makerNote): Fixed [Tcllib SF Bug 1028668]. There are * exif.test: images in the wild which do not provide AFPoint information in the makerNote Exif data. Test suite is new. NOTE: Testsuite incomplete. Right now only a placeholder for the test image is in the CVS. The actual image is 600K, and has to be cut down to a more manageable size. Don't have the tools here right now. check-in: ac6bcb50ff user: andreas_kupries tags: trunk
20:56
* record.tcl: Fixed [Tcllib SF Bug 1018733]. Corrected management * record.text: of _level, which was reset to the level 0 to early, and also was not decremented after a sub-record was completed. check-in: 5219f58013 user: andreas_kupries tags: trunk
19:32
* record.tcl (Delete): Fixed [Tcllib SF Bug 1023973]. Do not count * record.test: the id generator down. Added test case for this. check-in: 6f8727eeb9 user: andreas_kupries tags: trunk
19:17
* counter.tcl (MergeDay): Fixed [Tcllib SF Bug 943984], a typo causing loss of data. Reported by David Gravereaux <[email protected]>. check-in: e63dc9c1c2 user: andreas_kupries tags: trunk
19:07
* html.man: Accepted patch provided by Michael Schlenker <[email protected]>, completes the documentation of html::checkSet. This fixes [Tcllib SF Bug 898774]. check-in: 168fb9123a user: andreas_kupries tags: trunk
18:17
* htmlparse.test: Fixed [Tcllib SF Bug 1034580], see also * htmlparse.tcl: [Tcllib SF Bug 900041]. Thanks to Georgios Petasis <[email protected]> for the report and proposed solution. While the solution was not used as-is, it gave enough clues to make writing the actual solution trivial. It converts <tag attr /> to <tag attr></tag>. Added testcases. check-in: eb172a8405 user: andreas_kupries tags: trunk
17:34
* tree.tcl: Fixed [Tcllib SF Bug 1034924]. Both tree and graph * struct_tree.man: depend on struct::list for some of their methods. * tree.test: Now in the code, documented as well, testsuite * graph.tcl: header code extended. * graph.man: check-in: f814af6380 user: andreas_kupries tags: trunk
10:56
Added bignum package by S. Sanfilippo check-in: d47554cf69 user: arjenmarkus tags: trunk
2004-09-28
05:12
Bee package uses 8.4 features. Cleared up confusion in various files. Fixed platform-specific problems in various testsuites and code. Bugfix in irc.man irc changes by Aaron, use of logger optional. Boilerplate header for md4 tests. More output from a test run. Scattered small fixes, mostly adding braces to unbraced expressions. check-in: 51109d6744 user: andreas_kupries tags: trunk
2004-09-25
14:27
Standard test init code. check-in: 4b372b5355 user: patthoyts tags: trunk
14:26
Record some platform information in the test output. check-in: eac44d36b1 user: patthoyts tags: trunk
2004-09-24
17:55
2004-09-24 Aaron Faupell <[email protected]> * irc.tcl: removed package require for logger and added config option to use logger. removed backwards compatibility code from connection and connect. added log and logname commands. check-in: 6f76a0bdd6 user: afaupell tags: trunk
06:54
Scattered small fixes, mostly adding braces to unbraced expressions. Fixed problem with mismatched package names for the packages implementing the standard types. check-in: 8bdded4a62 user: andreas_kupries tags: trunk
05:03
Fixed problem with mismatched package names for the packages implementing the standard types. Fixes in test suite, abort when trying to run them with a Tcl < 8.4. check-in: b6e935eee0 user: andreas_kupries tags: trunk
04:43
Fixes in test suite, abort when trying to run them with a Tcl < 8.4. check-in: fb9cf022a4 user: andreas_kupries tags: trunk
04:11
Test suite fixes for 8.5. Small fix to new command, checked the inverted condition than it should. check-in: a4c66133eb user: andreas_kupries tags: trunk
03:03
Small fix to new command, checked the inverted condition than it should. Import Michael's fixes for logger, making it work for 8.[23] again. Fixed implementation of unquote for Tcl 8.2. check-in: a1e7f8e838 user: andreas_kupries tags: trunk
2004-09-23
22:09
added compat function for namespace exists to support Tcl 8.2/8.3 again. check-in: 3be58d6acf user: mic42 tags: trunk
03:52
Fixed implementation of unquote for Tcl 8.2. Manual import of png fixes for test suite. The png.test chunks, and only these got lost between BkImport and BkMaster. Reasons unknown. Test suite failures now gone. check-in: c57dd737bc user: andreas_kupries tags: trunk
02:03
Testsuite requires cmdline, fixed problem with load, ensure use of local version, and availability in spawned comm process. Imported fixes by Aaron for png testsuite. Import of Arjen's work on math: Test suite fixes, requiring tcltest 2.1, package versions updated, new interpolation method, cubic splines. check-in: 02eefcd056 user: andreas_kupries tags: trunk
2004-09-22
19:56
*** empty log message *** check-in: 87f51fa8b5 user: afaupell tags: trunk
17:35
2004-09-22 Aaron Faupell <[email protected]> * png.test: updated timestamp test to use gmt check-in: 7bb17ff878 user: afaupell tags: trunk
11:05
Checks provided for tcltest version. Updated versions of packages. Added cubic splines check-in: 44d25e95a8 user: arjenmarkus tags: trunk
04:47
Fixed [Tcllib SF Bug 1007396], about multiple use of arcs/nodes restrictions. Code, documentation, test suite. Multiple use is not allowed and checkd for. check-in: e0459e5a0a user: andreas_kupries tags: trunk
03:09
Fixed Tcllib SF Bug 861287. Comment processing. Better recognition of end of comments with whitespace between '--' and '>' (which is legal). Also converting bogus start of comment '<--' to entities, making it a PCDATA section, plain text. check-in: 03666d9064 user: andreas_kupries tags: trunk
02:31
Removed superfluous \fR formatting inserted by "call" and "usage". check-in: 4fc7359b5a user: andreas_kupries tags: trunk
2004-09-20
00:47
New module 'tie' integrated with installer. More tests checking the remote array code. Updated testsuite to use local version of snit. Bumped version to 1.0. check-in: 5e28f59311 user: andreas_kupries tags: trunk
2004-09-18
17:52
Snit 0.97 check-in: 55b9ba383a user: duquette tags: trunk
16:38
Hierarchical methods check-in: 3123b1ac64 user: duquette tags: trunk
01:28
Import Arjen's work on math. Added two empty changelog placeholders for this work and an older commit. check-in: 97601a1403 user: andreas_kupries tags: trunk
2004-09-17
07:38
Updated - partly - the man page check-in: 728085d1e6 user: arjenmarkus tags: trunk
07:32
Added functions Jn, J-1/2 and sinc. Replaced body of J0 and J1 - results are much more accurate. check-in: 9d12dab81e user: arjenmarkus tags: trunk
02:42
Hierarchical Methods check-in: b6fe32c0b8 user: duquette tags: trunk
2004-09-15
21:55
Changed defaults for logger::import, added a -force option and more tests check-in: d2c4b83e96 user: mic42 tags: trunk
03:22
Hierarchical methods check-in: b7a4211f36 user: duquette tags: trunk
02:44
Hierarchical methods check-in: 29f9f506af user: duquette tags: trunk
2004-09-13
23:55
Implemented new global logger::setlevel subcommand check-in: c0ccc3ac85 user: mic42 tags: trunk
2004-09-12
23:16
Refactoring check-in: 7da9a51c21 user: duquette tags: trunk
21:25
Hierarchical typemethods check-in: e301ff0881 user: duquette tags: trunk
2004-09-11
00:10
Hierarchical methods check-in: 26d7787cbb user: duquette tags: trunk
2004-09-10
23:02
aron Faupell <[email protected]> * tar.tcl fixed typo bug in ::tar::add * tar.man added info for ::tar::stat check-in: ddedc622ca user: afaupell tags: trunk
22:04
Hierarchical methods check-in: 27b114063f user: duquette tags: trunk
02:04
Import Arjen's work on calculus, and my manpage fix. check-in: c982c417b5 user: andreas_kupries tags: trunk
2004-09-09
19:51
* calculus.man: Fixed problems in the calculus manpage introduced by the last commit done yesterday. check-in: c0b11a2417 user: andreas_kupries tags: trunk
13:07
Added a simple implementation of "regula falsi" check-in: f411467014 user: arjenmarkus tags: trunk
02:19
Another patch for Tcllib SF Bug 1018574. Extended test of &amp handling. Import Will's work on snit. Import Michael's work on logger. Fixed Tcllib SF Bug 1018574. Applied David Graveraux's patch. check-in: 82d29e9b57 user: andreas_kupries tags: trunk
2004-09-06
00:59
Implemented and doc'ed new logger::import feature. check-in: 43528415e9 user: mic42 tags: trunk
2004-09-05
23:05
Removed hardcoded level names in logger::init check-in: 41ca64e580 user: mic42 tags: trunk
2004-09-04
15:50
Bug fix: -readonly options check-in: fc59f6c8f3 user: duquette tags: trunk
2004-09-02
04:31
Fixed Tcllib SF Bug 1018574. Applied David Graveraux's patch. check-in: 4d97dcc0f4 user: andreas_kupries tags: trunk
2004-08-29
00:32
Tweaks check-in: 6da06d2feb user: duquette tags: trunk
2004-08-27
12:52
Added procedure "median" check-in: 33a0e3b687 user: arjenmarkus tags: trunk
09:49
Repaired problems caused by importing procedures from other namespaces check-in: e8a68627fc user: arjenmarkus tags: trunk
2004-08-26
05:50
fixed usage of package md5, version 1 versus 2. Clreanup of server log. check-in: af59cdb00f user: andreas_kupries tags: trunk
05:27
Import png bugfixes by Aaron. New constraint tcl8.5plus, and typedCmdline test 6.14 conditional on version of Tcl. check-in: 958d9428cb user: andreas_kupries tags: trunk
2004-08-25
17:43
2004-08-25 Aaron Faupell <[email protected]> * png.tcl bug fix in getTimestamp, made times be interpreted as gmt. check-in: a34632cad3 user: afaupell tags: trunk
03:17
Typo police. Added new module tar to installation. check-in: b958b0e4cf user: andreas_kupries tags: trunk
2004-08-24
04:11
Added new module tar to installation. Manual merges. Import Will's snit work. Import my fixes to tar docs. New module: tar. Import Pat's ntp work. Import Arjen's math work. Changelog merge. check-in: 2a68f58514 user: andreas_kupries tags: trunk
2004-08-23
22:54
* tar.man: Fixed problems in the documentation. check-in: 42a4ac0cc6 user: andreas_kupries tags: trunk
2004-08-22
21:24
-simpledispatch check-in: 4a5817a2bb user: duquette tags: trunk
2004-08-21
03:37
I knew i forgot a file check-in: e9b168373a user: afaupell tags: trunk
2004-08-20
18:53
*** empty log message *** check-in: f7aaf966a5 user: afaupell tags: trunk
17:44
*** empty log message *** check-in: ea1b5d0bf1 user: afaupell tags: trunk
09:09
2004-08-20 Aaron Faupell <[email protected]> initial commit: Changelong tar.tcl tar.man check-in: f504359deb user: afaupell tags: trunk
2004-08-19
11:23
Corrections for tests of Bessel and elliptic functions check-in: 558933bb66 user: arjenmarkus tags: trunk
09:09
Tidied up error messages check-in: 7f6735e260 user: patthoyts tags: trunk
2004-08-18
01:59
Changelog merge. Import Michael Schlenker's fix to counter messages. Fixed error on constructor error message talking about non-existent serialization stuff. check-in: 95d4652fe6 user: andreas_kupries tags: trunk
00:18
Error message added in counter::get if -avgn is used in non -lastn counters. Replaced fragile string map prefix stripping in counter::names with string range version. check-in: 0426aaca60 user: mic42 tags: trunk
2004-08-17
01:19
Import Aaron's work on jpeg: exif formatting. Typo police. Typo police. check-in: 319afd3728 user: andreas_kupries tags: trunk
2004-08-16
18:45
2004-08-16 Aaron Faupell <[email protected]> * jpeg.tcl: added commands isJPEG, stripJPEG, formatExif, exifKeys * jpeg.man: updated for new commands, new examples check-in: cf146d5d6c user: afaupell tags: trunk
02:14
Typo police. check-in: 67580be0b0 user: andreas_kupries tags: trunk
2004-08-15
03:34
Import typo fix. Import Will's updates to snit. ChangeLog merge. Added methods 'ancestors', and 'descendants'. Implemented SF Tcllib RFE 916610. ChangeLog merge. check-in: 6fc27655da user: andreas_kupries tags: trunk
2004-08-14
23:43
pragma -hastypemethods check-in: fbb8382ba8 user: duquette tags: trunk
2004-08-13
04:21
creation semantics check-in: a1f4804015 user: duquette tags: trunk
02:02
2005-08-12 * pool.man: fixed typo in example check-in: 02298ddcc3 user: afaupell tags: trunk
2004-08-12
03:49
no option optimization check-in: 3038007ed0 user: duquette tags: trunk
03:01
pragma -hasinfo check-in: b0462fc393 user: duquette tags: trunk
2004-08-10
07:01
ChangeLog merge. Better alias as tree object command. Spelling police. Version of stack, queue bumped to 1.3. ChangeLog merge. Merging ChangeLog. queue: Updated dispatcher, object command generation. Sync'd to other classes. stack: Dispatcher update, sync'd command generation to other classes. Updated tests. Spelling police, and fix for SF Tcllib Bug 1005380. Import snit 0.96, return code bugfix. asn testsuite, extended to cover enums as well. Same extended encoder as for ints. Begun asn testsuite. Extended integer coder. Portable query of constraints. Constraint 'runtotal' to skip timeconsuming stuff. struct sets, fixed [Tcllib SF Bug 1002143]. Import Will, snit: bump to v0.95. This is an 1.0 rc. Struct graph bugfix for [SF Tcllib Bug 1003671]. Import Pat, smtp work: No authentication if there is no username. Textutil ChangeLog merge. Prevent downgraded version numbers in mime from contaminating the main line. Merging bugfix branch changelogs back into the mainline. ChangeLog and index merge. Import Pat's uri work: Fixed unquote, added tests from RFC 2324 to check quote/unquote. Import Pat's work, ntp, rdate: Improved error handling and SNTP support. Fix for Tcllib SF Bug 1000716. Import spf work by Pat. Made section references case-insensitive and allow explicit different label. Fixed x-version problem of the rc4 testsuite. Changed alignmwent of rows in index table to 'top'. Full overhaul of doctools related documentation. Typo fixes. Updated testsuite to changed error processing. Fixed x-version problem in location tracking. Used 8.4 specific code to determine number of lines to advance. Extended/updated testsuite. Import snit work, unchanged return codes. Updated test result to current error messages. Fixed missing object destructions uncovered by the new checks in snit to avoid overwriting of commands. Import snit work by Will: Revised error messages. Updated docs. New Introspection capabilities. Ability to const init array variables. New pragma -canreplace. Import snit doc update. Import snit changes, several: -configuremethod caching, -validatemethod, -readonly, pragma statement. Import snit work, caching of cget added. Import snit work, doc repair and clarity in code. Import snit work by Will, improved speed of method invokation. Full overhaul of the doctoc related documents. Removed small fry in the docidx section not seen before. Import of more snit changes. More snit changes, cgetmethod Import of more snit work by Will, new option syntax. More documentation overhaul. Doc overhaul for docidx engine api. Bugfix in handling of file mapping and generation of xref links. Import of work by Pat. Support for IPv6 added. Bugfix in generation of keyword index, reject duplicate entries. Import Pat's work, new package for ip addresses. Overhaul of doctools documentation. Bugfix in tracking plain text. Cascade changes to take advantage of the new location infromation provided by the expander. In general we modify the doc* processors to keep this information when showing errors. Polished the documentation. Extended expander to track the location it is at while proessing input (char position, line, and column). Polished the documentation a bit. Bugfix in xref code of html formatter. Extended xref search. Polished the documentation a bit. Polished the documentation a bit. Fixed bug in generation of cross references, forgot to add the referenced files to the map, caused them to not have the proper relative paths. Bugfixes in the new code for application install. Installation of applications in general added, and dtplite added in particular. Updated documentation, directory structure. Now complete. Import of snit doc updates for the latest changes. New dtplite application, supercedes 'mpexpand'. Engine param 'kwid', external map keyword -> anchor names. Better readability of generated html toc in a documented. Bugfix nroff postprocessing for tocs and indices. Extended 'division_start' with ref to a file we can link to (subordinate toc). More refactoring. Completed. Changelog merge. Import updates to stooop, by Jean-Luc Fontaine. Polishing math manpages. Polishing ident manpages. Import http updates by Pat. Polishing base64 manpages. Mare refactoring. Import of Will's snit work, more refactoring. Import refactoring work by Will. Import of snit changes into master line Import Will's snit work: delegate typemethod. New module: http (support). By Pat. Import. Changes to snit typemethod caching, by Will. Import of snit work by Will. Smtpd, perl ?! test client updated. Update of exponentials. Cleanup of ident protocol implementation. Added polynomials, rational functions, and special functions, also exponentials. Critcl implementation for uuid, by Pat. More work on the snit internals, by Will. See ChangeLog for details. Import snit changes, see ChangeLog for details. Will's work. Fixed Tcllib SF Bug 985601, polishing the documentation. Fixed [Tcllib SF Bug 988123], doc generation. Cleanup in loop when encountering a module without documentation. Corrected the package names. Changelog manual merge. Changelog entry to last math change. New module by Reinhard, ident check-in: 7baba46a07 user: andreas_kupries tags: trunk
06:43
Spelling police. Version of stack, queue bumped to 1.3. check-in: 87791e5297 user: andreas_kupries tags: trunk
06:19
ChangeLog merge. Merging ChangeLog. queue: Updated dispatcher, object command generation. Sync'd to other classes. stack: Dispatcher update, sync'd command generation to other classes. Updated tests. Spelling police, and fix for SF Tcllib Bug 1005380. struct sets, fixed [Tcllib SF Bug 1002143]. Closed-Leaf check-in: 1c7c28356c user: andreas_kupries tags: tcllib-1-6-branch
06:18
Version of stack, queue bumped to 1.3. ChangeLog merge. Merging ChangeLog. queue: Updated dispatcher, object command generation. Sync'd to other classes. stack: Dispatcher update, sync'd command generation to other classes. Updated tests. Spelling police, and fix for SF Tcllib Bug 1005380. check-in: 2e9ba31bba user: andreas_kupries tags: trunk
2004-08-07
22:52
Import snit 0.96, return code bugfix. asn testsuite, extended to cover enums as well. Same extended encoder as for ints. check-in: f8847f1849 user: andreas_kupries tags: trunk
22:34
0.96; bug fix check-in: ad2d008a53 user: duquette tags: trunk
02:17
asn testsuite, extended to cover enums as well. Same extended encoder as for ints. Begun asn testsuite. Extended integer coder. check-in: c326f92fea user: andreas_kupries tags: trunk
2004-08-06
05:17
Begun asn testsuite. Extended integer coder. check-in: 1f7d2c9554 user: andreas_kupries tags: trunk
01:25
Portable query of constraints. Constraint 'runtotal' to skip timeconsuming stuff. check-in: 8e80f6ddbc user: andreas_kupries tags: trunk
2004-08-05
05:44
struct sets, fixed [Tcllib SF Bug 1002143]. check-in: 780e958d8c user: andreas_kupries tags: trunk
05:43
struct sets, fixed [Tcllib SF Bug 1002143]. Struct graph bugfix for [SF Tcllib Bug 1003671]. check-in: e4463363fc user: andreas_kupries tags: tcllib-1-6-branch
05:07
Struct graph bugfix for [SF Tcllib Bug 1003671]. Fix for Tcllib SF Bug 1000716. check-in: 67d4c70482 user: andreas_kupries tags: tcllib-1-6-branch
05:05
Import Will, snit: bump to v0.95. This is an 1.0 rc. Struct graph bugfix for [SF Tcllib Bug 1003671]. check-in: 92bd2e7dad user: andreas_kupries tags: trunk
04:30
Snit 0.95 check-in: 7584595a7a user: duquette tags: trunk
03:53
Import Pat, smtp work: No authentication if there is no username. Textutil ChangeLog merge. Prevent downgraded version numbers in mime from contaminating the main line. Merging bugfix branch changelogs back into the mainline. ChangeLog and index merge. check-in: d52bafe120 user: andreas_kupries tags: trunk
2004-08-04
13:59
* smtp.tcl: Do not try to authenticate if no username is supplied. check-in: 5c0571be01 user: patthoyts tags: trunk
03:34
Fix for Tcllib SF Bug 1000716. Fixed typo in command name. check-in: 32a69e50ee user: andreas_kupries tags: tcllib-1-6-branch
2004-08-03
09:25
* urn-scheme.tcl: Fixed the unquote function which was broken. * urn.test: Added some tests from RFC 2324 to check the quote and unquote procedures. check-in: 0385f5f8f3 user: patthoyts tags: trunk
2004-08-02
08:25
Improved error handling and added SNTP support. check-in: 74bec610f4 user: patthoyts tags: trunk
2004-07-31
04:53
Import spf work by Pat. Made section references case-insensitive and allow explicit different label. Fixed x-version problem of the rc4 testsuite. check-in: 7a6fa5d2a2 user: andreas_kupries tags: trunk
2004-07-30
23:58
* spf.test: Added lots of macro tests and fixed some bugs * spf.tcl: that this revealed. check-in: 326d4f3304 user: patthoyts tags: trunk
21:46
* spf.tcl: Updated to draft-ietf-marid-protocol-00 document. * spf.test: Fully implements section 7 macro expansion. check-in: 1e6aa64fb3 user: patthoyts tags: trunk
06:26
Fixed x-version problem of the rc4 testsuite. Fixed x-version problem in location tracking. Used 8.4 specific code to determine number of lines to advance. Extended/updated testsuite. check-in: 52508eecb2 user: andreas_kupries tags: trunk
2004-07-28
08:14
Import snit work, unchanged return codes. Updated test result to current error messages. Fixed missing object destructions uncovered by the new checks in snit to avoid overwriting of commands. Import snit work by Will: Revised error messages. Updated docs. New Introspection capabilities. Ability to const init array variables. New pragma -canreplace. check-in: 3f043629b7 user: andreas_kupries tags: trunk
03:44
Return codes check-in: e0e74f4e82 user: duquette tags: trunk
03:21
Optimization check-in: fff10c3fd3 user: duquette tags: trunk
02:15
Cleanup check-in: 4eb56c353a user: duquette tags: trunk
2004-07-27
23:12
Docs check-in: 6632a6da0e user: duquette tags: trunk
21:54
info methods/typemethods check-in: 809548d121 user: duquette tags: trunk
17:31
[ 899207 ] snit test failures check-in: 241f968f34 user: duquette tags: trunk
17:27
Array initialization check-in: b7755eaa54 user: duquette tags: trunk
16:48
-canreplace pragma check-in: d28f0c6049 user: duquette tags: trunk
14:12
Docs check-in: aeede5ed38 user: duquette tags: trunk
00:34
pragma check-in: d1bbaeff94 user: duquette tags: trunk
2004-07-26
19:21
-readonly check-in: c0fc432c27 user: duquette tags: trunk
17:36
-readonly check-in: 7b1289c7bf user: duquette tags: trunk
15:56
-validatemethod check-in: ee5a0efa43 user: duquette tags: trunk
15:13
-configuremethod check-in: 83abc9f242 user: duquette tags: trunk
15:04
-configuremethod check-in: 8c4d65713b user: duquette tags: trunk
2004-07-25
16:32
cget cache check-in: 30c9ef6367 user: duquette tags: trunk
16:30
cget cache check-in: cc8a6eeec4 user: duquette tags: trunk
15:00
refactoring check-in: 4beb7471c5 user: duquette tags: trunk
01:57
Import snit work by Will, improved speed of method invokation. Full overhaul of the doctoc related documents. Removed small fry in the docidx section not seen before. check-in: ed0bd68d10 user: andreas_kupries tags: trunk
01:47
Method invocation optimization check-in: 53fc57429e user: duquette tags: trunk
2004-07-24
23:19
Removed dead code check-in: 5d0811a481 user: duquette tags: trunk
22:41
-cgetmethod code check-in: 733c070235 user: duquette tags: trunk
21:58
Import of more snit work by Will, new option syntax. More documentation overhaul. Doc overhaul for docidx engine api. check-in: 16b48477d5 user: andreas_kupries tags: trunk
18:59
Option Definition check-in: b68661c177 user: duquette tags: trunk
05:51
Bugfix in handling of file mapping and generation of xref links. Import of work by Pat. Support for IPv6 added. Bugfix in generation of keyword index, reject duplicate entries. check-in: 7ba1e978f0 user: andreas_kupries tags: trunk
2004-07-23
22:14
Remove frink warnings check-in: b4ae6cabba user: patthoyts tags: trunk
21:44
* spf.tcl: Use ip package and implemented IPv6 type. check-in: 2eaeda9ef9 user: patthoyts tags: trunk
20:39
* dns.tcl: Added support for IPv6 lookups (type AAAA). check-in: c3a0faf15d user: patthoyts tags: trunk
14:02
Import Pat's work, new package for ip addresses. Overhaul of doctools documentation. check-in: a81f7738fc user: andreas_kupries tags: trunk
13:06
Added some documentation for ip package. check-in: 5bf82ac79e user: patthoyts tags: trunk
12:45
Added new ip package check-in: 796cf10f85 user: patthoyts tags: trunk
12:44
Added new 'ip' package. check-in: 0ac6047d54 user: patthoyts tags: trunk
03:43
Bugfix in tracking plain text. Cascade changes to take advantage of the new location infromation provided by the expander. In general we modify the doc* processors to keep this information when showing errors. Polished the documentation. Extended expander to track the location it is at while proessing input (char position, line, and column). check-in: ea9876a32b user: andreas_kupries tags: trunk
2004-07-22
08:06
Polished the documentation a bit. Bugfix in xref code of html formatter. Extended xref search. Polished the documentation a bit. Polished the documentation a bit. check-in: 9616156260 user: andreas_kupries tags: trunk
06:30
Fixed bug in generation of cross references, forgot to add the referenced files to the map, caused them to not have the proper relative paths. check-in: 323fd81dcf user: andreas_kupries tags: trunk
05:11
Bugfixes in the new code for application install. Installation of applications in general added, and dtplite added in particular. Updated documentation, directory structure. Now complete. check-in: 382b3feb0e user: andreas_kupries tags: trunk
2004-07-21
15:51
Docs check-in: bc9bb9690f user: duquette tags: trunk
03:51
Refactoring check-in: 971b948c44 user: duquette tags: trunk
2004-07-19
19:43
* combinatorics.man: Polished minimally, name of manpage. * qcomplex.tcl: Polished minimally, changed package name * qcomplex.man: to math::complexnumbers. check-in: d581d9da53 user: andreas_kupries tags: trunk
19:12
in isEmpty{}, use first and last markers instead of data array size because of delayed unsetting. check-in: e6b4e98a62 user: jfontain tags: trunk
16:45
* base64.man: Added copyright notes for the early authors, as far as I am aware of them. * ident.man: Polishing the docs (added link to RFC, a 'title', and keywords). check-in: 680680d2b8 user: andreas_kupries tags: trunk
13:40
* autoproxy.tcl: Removed the stuff for Digest and NTLM until it is working properly. Added an authProc configuration option to permit application code to specify a procedure to get authentication information from the user. check-in: 37404dc6e7 user: patthoyts tags: trunk
09:22
* autoproxy.tcl: Fix the version number. check-in: 001a531621 user: patthoyts tags: trunk
2004-07-18
23:12
Refactoring check-in: 8469405cfa user: duquette tags: trunk
16:17
Refactor check-in: 4f1e69a116 user: duquette tags: trunk
16:05
Refactor check-in: 26746b243a user: duquette tags: trunk
16:03
Refactor check-in: afaca8c582 user: duquette tags: trunk
04:34
refactoring check-in: 8fcfd68145 user: duquette tags: trunk
2004-07-17
22:19
delegate typemethod check-in: b26ccf4734 user: duquette tags: trunk
21:36
* autoproxy.tcl: Import of the wiki version. * autoproxy.man: Wrote a manual page. check-in: ec8aa046e7 user: patthoyts tags: trunk
21:35
* installed_modules.tcl: NEW MODULE: http The http module is intended to contain things for use with the http package. Now, this is the 'autoproxy' package. I plan to add an auto-cookie managing package too (if I can find it.) check-in: 2d4f350bf5 user: patthoyts tags: trunk
14:40
delegate typemethod check-in: 487d13ea0b user: duquette tags: trunk
2004-07-16
04:11
typemethod caching check-in: fc44c3ed6d user: duquette tags: trunk
2004-07-15
03:20
Refactoring check-in: e1a6bc7d82 user: duquette tags: trunk
03:19
Refactoring check-in: 5f1c688c1d user: duquette tags: trunk
02:02
snit::compile check-in: 1c01344916 user: duquette tags: trunk
2004-07-14
21:26
Fixed the perl client test code check-in: bc078d4fb1 user: patthoyts tags: trunk
2004-07-13
11:32
Updated exponential integrals check-in: 0b9963dd1e user: arjenmarkus tags: trunk
2004-07-12
14:10
Cleanup of ident protocol implementation. Added polynomials, rational functions, and special functions, also exponentials. Critcl implementation for uuid, by Pat. More work on the snit internals, by Will. See ChangeLog for details. check-in: 40bd6e7d72 user: andreas_kupries tags: trunk
14:01
* pkgIndex.tcl: Specify Tcl >= 8.2 * ident.test: Added cleanupTests so it reports the test stats. * ident.tcl: Changed the package name to 'ident' to correspond with the namespace name. Added license declaration. check-in: b8873e8d17 user: patthoyts tags: trunk
13:42
Updated computation of exponential integrals with KBK's suggestions check-in: aa0a976eba user: arjenmarkus tags: trunk
10:54
Small mistake in man page corrected check-in: 1fce51281d user: arjenmarkus tags: trunk
09:59
Added poynomials, rational functions and some new special functions check-in: ebc1873399 user: arjenmarkus tags: trunk
00:10
added snit::compile check-in: 36ecc4e02b user: duquette tags: trunk
00:06
* uuid.tcl: Added a critcl version for generating uuids on Win32. check-in: f718d660ce user: patthoyts tags: trunk
2004-07-11
22:57
Refactored standard methods into runtime check-in: 71521fe041 user: duquette tags: trunk
17:31
Revised Internals check-in: 83ac330d89 user: duquette tags: trunk
17:17
Revised Internals check-in: af8454a000 user: duquette tags: trunk
2004-07-10
21:58
Delegation Syntax check-in: e88c093e93 user: duquette tags: trunk
07:19
Fixed Tcllib SF Bug 985601, polishing the documentation. Fixed [Tcllib SF Bug 988123], doc generation. Cleanup in loop when encountering a module without documentation. check-in: c4f4c25e20 user: andreas_kupries tags: trunk
04:14
Fixed [Tcllib SF Bug 988123], doc generation. Cleanup in loop when encountering a module without documentation. check-in: ebb0e45a8a user: andreas_kupries tags: trunk
2004-07-09
18:13
NEW MODULE: ident check-in: 53a900951a user: rmax tags: trunk
14:50
Added change log entry for Arjen's latest commit. check-in: b2d58a3a98 user: kennykb tags: trunk
2004-07-08
22:29
* uuid.tcl: Changed uuid compare to uuid equal (bug #987305) * uuid.man: * uuid.test: check-in: 1db3382021 user: patthoyts tags: trunk
22:21
* smtp.man: Added mention of DIGEST-MD5 support and put some RFC references in. check-in: b41c94b849 user: patthoyts tags: trunk
01:26
Added a new module for generating and comparing UUIDs. check-in: a87a5d0b5f user: patthoyts tags: trunk
2004-07-07
12:05
Indentation inline with Tcllib's conventions; documentation on Romberg integration adjusted check-in: f4f52088b6 user: arjenmarkus tags: trunk
2004-07-06
21:12
* smtp.tcl: Cleaned up some hardcoded settings left from development. (oops). check-in: 65c3f4c271 user: patthoyts tags: trunk
2004-07-05
21:57
Method Delegation check-in: d2f8d03f4e user: duquette tags: trunk
21:28
fix typo in png.man check-in: e908fc59a8 user: afaupell tags: trunk
19:02
Corrected the formatting of the copyright notice. check-in: adc5f5b27a user: eee tags: trunk
17:46
Method Invocation check-in: ff236e63a5 user: duquette tags: trunk
15:33
* constants.tcl: Changes so that constants get defined in the * constants.test: correct namespace. Changed tests so that they * elliptic.test: don't fail when other tests have already run. * special.tcl: Changed the definition of Gamma to the correct * special.test: one. Also added copyright notices and CVS IDs in several files that lacked them, and corrected indentation in several files. check-in: 022d45da46 user: kennykb tags: trunk
12:57
Fixed confusion of pi with a global variable "pi" and added -force to import of tcltest commands check-in: 8ec3ba4399 user: arjenmarkus tags: trunk
04:21
Repaired copyright notice in calculus.man. check-in: 3e57b34bfa user: kennykb tags: trunk
03:48
Repaired copyright notice. check-in: d23ec941e5 user: kennykb tags: trunk
03:39
* calculus.man: Added Romberg integration to * romberg.man: the library. The procedures should * calculus.tcl (romberg*): provide a "production quality" * calculus.test (romberg-*): library for integrating functions * math.tcl: of one variable, including functions * misc.tcl (expectInteger): that have integrable singularities and integrals over half-infinite intervals. check-in: 9ae37fd465 user: kennykb tags: trunk
2004-07-04
22:05
delegation syntax check-in: 81fc272109 user: duquette tags: trunk
07:16
Import Pat's work on rc4, a critcl-based implementation. check-in: 4f346734f7 user: andreas_kupries tags: trunk
01:22
Added critcl implementation of RC4. check-in: 5146acb884 user: patthoyts tags: trunk
00:16
* rc4.tcl: Storing the state as a list and using lset is faster than using an array provided we have a built-in lset command. Added both versions and switch appropriately to get the fastest implementation for the tcl version. Tested 8.2 - 8.5. check-in: f8d546b9e7 user: patthoyts tags: trunk
2004-07-02
00:03
NEW MODULE: rc4 check-in: d1c64859cc user: patthoyts tags: trunk
00:01
* rc4.tcl: Pure tcl implementation of the Alledged RC4 stream cipher. * rc4.test: Some published test vectors for RC4. * rc4.man: Documentation. check-in: 94d188a8b1 user: patthoyts tags: trunk
2004-07-01
23:52
* smtp.tcl: Added SASL mechanism DIGEST-MD5 authentication support. Also redid md5 package version abstraction. check-in: a545cfd8b2 user: patthoyts tags: trunk
21:30
* md5x.tcl: Try and fix up the use of Trf with Memchan for the new-style md5 package. Needs fixed recent versions of both packages. check-in: 4cca8cafcb user: patthoyts tags: trunk
12:25
* spf.tcl: NEW: Implementation of SPF using our dns package. * spf.test: NEW: tests for SPF package. * pkgIndex.tcl: Updated to include SPF. check-in: 84352be8ec user: patthoyts tags: trunk
2004-06-30
10:57
Updated the documentation check-in: bebd9c4a45 user: arjenmarkus tags: trunk
10:52
Added Fresnel integrals check-in: 9968216106 user: arjenmarkus tags: trunk
2004-06-29
07:11
Added elliptic integral of second kind. Small corrections to other files check-in: 78fef2067b user: arjenmarkus tags: trunk
2004-06-28
10:30
Added a very first version of elliptic integrals; added export statements check-in: b7b09a8eb3 user: arjenmarkus tags: trunk
2004-06-26
20:07
* smtpd.tcl: Implemented RFC3207 - Secure SMTP over TLS. This adds a number of configuration options and a new command (available if the tls package is provided and -usetls is set to true.) Also implemented the SMTP HELP command and switched to using the logger package from tcllib. * /examples/smtpd/tk_smtpdTLS: New demo server to show off the TLS features added here. check-in: 3dbf33b414 user: patthoyts tags: trunk
20:05
New sample server to demo the TLS features now added to smtpd. check-in: 8302a03e21 user: patthoyts tags: trunk
17:10
Added component command check-in: 4e60f00416 user: duquette tags: trunk
2004-06-25
11:27
Modified Bessel functions added. Numerical constants added. "New" special functions added check-in: 0c1244da72 user: arjenmarkus tags: trunk
04:37
Fixed typo in command name. Import of Kevin's changes to math, restricted to bugfixes. Import of Kevin's changes: More printouts in calendar tests. check-in: 60bfb97c59 user: andreas_kupries tags: tcllib-1-6-branch
04:36
Import Arjen's changes, linear regression. Fixed typo in command name. check-in: b6da8d88fe user: andreas_kupries tags: trunk
2004-06-24
10:59
Implemented linear regression procedures (no test cases yet, though) check-in: 644e205b2f user: arjenmarkus tags: trunk
03:41
Polished the documentation check-in: 5371b62ab2 user: andreas_kupries tags: trunk
2004-06-22
17:47
* imap4.tcl Added proc header comments. Some cleanup, replaced some occurences of ::imap::varname with variable varname. replaced imap4::lpop with ::struct::list shift Reorderd procs and added comments. check-in: 83c7bf6bee user: mic42 tags: trunk
17:26
optimize.tcl: Import Arjen's changes, cleaning up code a bit. optimize.man, interpolate.man: Import Arjen's changes, cleaning up documentation. bessel.test, optimize.test, qcomplex.test: Import Arjen's changes, cleaning up tests. TODO: new file ChangeLog, installed_modules.tcl: Added 'bee' to list of installed modules. check-in: cb3530aca6 user: andreas_kupries tags: trunk
07:45
Small corrections to various files - mostly typos and such. Added a TODO file check-in: 89f1991d46 user: arjenmarkus tags: trunk
07:19
Import of Arjen's changes: Mathematical constants. Import of Kevin's changes: Fixed noisy and unreliable tests. One-dom function minimizations, new polynomial interpolation. Import of Kevin's changes: More printouts in calendar tests. Import of my formatting fix for the log manpage. New: Bee de- and encoding. BitTorrent serialization format. Typo fix, used wrong variable. check-in: 16e0d241fd user: andreas_kupries tags: trunk
2004-06-21
07:43
Initial version for the module "constants" check-in: 5b63453ff9 user: arjenmarkus tags: trunk
2004-06-20
18:03
Added missing ::tcltest::cleanupTests check-in: 144acdf77f user: kennykb tags: trunk
18:00
* interpolate.man: Added polynomial interpolation with Neville's * interpolate.tcl: algorithm; this procedure will be needed in * interpolate.test: Romberg integration, which is the next project. check-in: f900685926 user: kennykb tags: trunk
2004-06-19
21:22
Update ChangeLog, fixed a bug with namespace usage and function names containing spaces. check-in: bc12f710cc user: kennykb tags: trunk
15:54
* bessel.test: Fixed several problems that were causing tests * combinatorics.test: to fail or to run noisily. Corrected inconsistent * interpolate.tcl: package version number in interpolate.tcl. * interpolate.test: * qcomplex.test: * optimize.man: Added min_bound_1d and min_unbound_1d functions * optimize.tcl: to do one-dimensional function minimization, * optimize.test: constrained and unconstrained, respectively, without derivatives. check-in: caab622e82 user: kennykb tags: trunk
2004-06-18
15:20
* log.man: Fixed bad formatting in documentation of 'logarray'. check-in: d7f70fa8f7 user: andreas_kupries tags: trunk
04:50
Typo fix, used wrong variable. Import my enhancement to log, dumping of arrays, and binary data (hex grid). check-in: 0943e81e4f user: andreas_kupries tags: trunk
04:43
Import of Pat Thoyts' changes to smtpd: Shortened HELO response to ease up on simple clients. Import of Pat Thoyt's changes, fix of [Tcllib SF Bug 934134]. Bugfix in matrix, method search, option -nocase invoked infinite loop. Now fixed. check-in: 2631bf1eee user: andreas_kupries tags: tcllib-1-6-branch
01:52
Incremented version to 1.2.2 check-in: ca6d7cfb1a user: patthoyts tags: trunk
01:38
* smtpd.tcl (::smtpd::HELO): Shortened the response to a single line which is a more common smtpd response and may help with simple clients. check-in: 0adfeffcbc user: patthoyts tags: trunk
01:25
* smtpd.tcl (::smtpd::gmtoffset): Fixed bug #934134. The TZ calculation was inverted and failed to cope with times spanning midnight. check-in: a6351d7ea3 user: patthoyts tags: trunk
2004-06-17
03:47
Removed question in comments, issue is resolved. New module, partial ASN.1 de- and encoder. Added log command for hex output (when dealing with binary data). Import of Arjen's changes, adding bessel functions to math, also complex numbers. Import of my changes, detection of doctools documentation files, also doctoc and docidx. check-in: 7847f0889e user: andreas_kupries tags: trunk
2004-06-16
18:02
* fileutil.tcl (fileType): Added code to recognize files written in the doctools, doctoc, and docidx documentation formats. check-in: 0042e7a588 user: andreas_kupries tags: trunk
17:52
* interpolate.man: Added a missing list_end before section examples. Fixed usage of braces in the example as well. check-in: b5b115d621 user: andreas_kupries tags: trunk
13:58
Added the modules constants, special, complexnumbers and interpolate check-in: e70ec3cbc4 user: arjenmarkus tags: trunk
2004-06-08
02:57
Import of Michael Schlenker's changes to loger. Better error handling, argument checking, updated testsuite. Bugfix in matrix, method search, option -nocase invoked infinite loop. Now fixed. check-in: aeec879254 user: andreas_kupries tags: trunk
2004-06-04
16:35
Added test for servicename subcommand check-in: 69d2b33cca user: mic42 tags: trunk
16:19
logger.tcl, logger.test: Changed error handling from ::error to return -code error. Added more tests and argument checking to make the code more robust. check-in: e0401577c5 user: mic42 tags: trunk
2004-06-02
04:40
Bugfix in matrix, method search, option -nocase invoked infinite loop. Now fixed. Updated outdated reference in mpexpand manpage. check-in: e9f72dd810 user: andreas_kupries tags: tcllib-1-6-branch
04:39
Bugfix in matrix, method search, option -nocase invoked infinite loop. Now fixed. Fixed merging mistakes regarding subsections. They are subsubsections, which have to be marked some other way, const here. check-in: b14f57cc77 user: andreas_kupries tags: trunk
2004-05-31
06:21
Fixed merging mistakes regarding subsections. They are subsubsections, which have to be marked some other way, const here. check-in: 9cd0079dc4 user: andreas_kupries tags: trunk
2004-05-30
22:51
Import Will's changes to snit documentation. Import Aaron's additional tests for more filetypes. check-in: 14b8ad4f74 user: andreas_kupries tags: trunk
20:30
2004-05-30 Aaron Faupell <[email protected]> * fileutil.tcl: added tests for dos executables, tar, zip, bmp, wav, and mp3 to fileType * fileutil.man: updated to reflect new types for fileType check-in: 0f4f5b261a user: afaupell tags: trunk
20:11
Doc update check-in: 85ed112cec user: duquette tags: trunk
17:53
Import of incomplete imap4 protocol, Gerald Lester. Code author Salvatore Sanfillipo, antirez. Updated outdated reference in mpexpand manpage. check-in: 79350ee913 user: andreas_kupries tags: trunk
17:50
Updated outdated reference in mpexpand manpage. Changelog merges. Import of logger bugfixes. check-in: 870b11493f user: andreas_kupries tags: tcllib-1-6-branch
12:58
Initial check in of IMAP 4 protocol. - Not Complete or for release! check-in: 7196470196 user: gwlester tags: trunk
04:45
Updated to struct changes, use only the needed structures (list, set). Updated testsuites, manpages. Removed struct1 from installation. Import Will Duquette's changes to snit. Type method cache, and internal reorganization for factorization of shareable code. Import Aaron's changes to jpeg, added a removeExif command. Import Pat Thoyts' update of dnus-url document. check-in: a9f746dda6 user: andreas_kupries tags: trunk
02:12
snit::macro check-in: 785b5c079a user: duquette tags: trunk
2004-05-29
17:43
*** empty log message *** check-in: 83ce033cea user: afaupell tags: trunk
17:08
Optimizations check-in: 948035593d user: duquette tags: trunk
15:01
Optimizations check-in: dbc8a162cb user: duquette tags: trunk
09:15
added ::jpeg::removeExif check-in: 66dee4d7ad user: afaupell tags: trunk
2004-05-27
15:02
*** empty log message *** check-in: 60badc6650 user: afaupell tags: trunk
12:59
* dns-url.txt: Updated the dns-url document to -09 version. This implementation is still valid so no changes to the uri code. check-in: 3f24e53608 user: patthoyts tags: trunk
03:47
Changelog merges. Import of logger bugfixes. Import more of Michael Schlenker's bugfixes to logger. Tagged for release. check-in: 9f2f5df413 user: andreas_kupries tags: tcllib-1-6-branch
03:43
Imported Aaron's refactoring of his jpeg code. Import more of Michael Schlenker's bugfixes to logger. check-in: 39d387ca10 user: andreas_kupries tags: trunk
02:47
Tagged for release. Last minute fix of buglet in smtp, asking for wrong version of mime. Release engineering. Updated version numbers to reflect the changes made to various modules and packages. Also added the README for version 1.6.1. check-in: 8b7c527b6d user: andreas_kupries tags: release, tcllib-1-6-1, tcllib-1-6-branch
02:11
*** empty log message *** check-in: eded552890 user: afaupell tags: trunk
2004-05-26
20:47
2004-05-26 Aaron Faupell <[email protected]> * jpeg.tcl: rewritten/factored * jpeg.man: updated check-in: 6aec17f4a6 user: afaupell tags: trunk
16:41
Fixed bug with special logger names. check-in: ae96e676b6 user: mic42 tags: trunk
04:24
Import of Michael Schlenker's enhancements to David's logger package. Import of Michael Schlenker's bugfixes for David's logger package. Import Pat Thoyt's bugfix regarding setting of loglevels in the dns module. Import of Pat Thoyts bugfix regarding the installation of the struct1 module. Updated the version information in a number of packages to sync with the numbers in the 1.6.1 release, or to pull ahead and distinguish ourselves, where appropriate. check-in: 93369ff9aa user: andreas_kupries tags: trunk
01:09
Fixed introspection bug with enable/disable of levels check-in: 9a54c51787 user: mic42 tags: trunk
2004-05-25
23:11
* dns.tcl: Fix issue setting the log level properly. check-in: 10516cfc55 user: patthoyts tags: trunk
22:59
Reverted nocomplain option and fixed properly by removing the struct1 module from the installed_modules file. check-in: 58be88e70b user: patthoyts tags: trunk
22:53
Handle modules with nothing to install check-in: e37de49224 user: patthoyts tags: trunk
17:30
Bug fixes and addition of new introspection commands. check-in: 2a7636f811 user: mic42 tags: trunk
2004-05-24
04:17
Cleaning up after Aaron. Fixed test in fileutil testsuite after it was broken by extension/fix of jpeg recognition. check-in: 110e72da51 user: andreas_kupries tags: tcllib-1-6-branch
04:14
Cleaning up after Aaron. Fixed test in fileutil testsuite after it was broken by extension/fix of jpeg recognition. check-in: f6b9768775 user: andreas_kupries tags: trunk
03:26
Import ftpd bugfixes by Gerald Lester. Updated version in main branch, distinguish from the 1.6 line. Updated smtp version to 1.4. check-in: 0c3e4884a3 user: andreas_kupries tags: trunk
03:25
Import ftpd bugfixes by Gerald Lester. Changed version in the branch. check-in: a4efd40043 user: andreas_kupries tags: tcllib-1-6-branch
03:13
Changed version in the branch. Downgraded to version 1.3.6, removed -decode extension from this branch. check-in: dfe58a07bc user: andreas_kupries tags: tcllib-1-6-branch
02:58
Downgraded to version 1.3.6, removed -decode extension from this branch. Import of ftpd bugfix by Gerald Lester. Last commit was a bad update, caused duplicates of changes to appear. Failed testsuite. Removed all the duplicates now. Fixed SF Tcllib Bug 954328. Mime now adapts at runtime to whatever version of md5 has been loaded. Updated test for rewritten adjust which fixed the infinite looping demonstrated by tests 2.6 and 2.7. Also fixed a var usage typo which caused a copy of the input to appear in the output, before the expected formatted result. Fixed bug in the processing of multi-word section titles for text based formats. Fixed bug 951568, regarding the usage of Trf's generic transform. Fixed problems with jpeg recognition (was unable to detect a jpeg file, if it contained exif data). Changelog for last patch, and updates in related package. Completed application of code for various fixes. Rewritten text adjustment and hyphenation, fixing SF TCllib Bug 882402. Fixed SF Tcllib Bug 936064, and evals more robust. Fixed SF Tcllib Bug 893516 Fixed SF Tcllib Patch 763712 Fixed SF Tcllib Patch 758742 Fixed SF Tcllib Bug 620852 Eval usage made more robust and similar. Fixed SF Tcllib Bug 943146. Fixed SF Tcllib Bug 940651 SF Tcllib Bug 784519 fixed. Pat: sak.tcl update for better use of critcl. Joe: Fix in doctools xml support. Import bugfix by Pat Thoyts, Handling of data starting with hyphen/dash Import of uuencode changes by Jeff Hobbs. Changed defaults for package 'log'. No output for the all levels below 'error'. Unified the startup header of all applications, using suggestions made by Stuart Cassof <[email protected]>. Added testcase for Tcllib SF Bug 860753. The bug itself was already fixed for Tcllib 1.6. Fix for bug 899204. Test data file is opened read-only, and tests made independent of each other. Bugfix 899152, 899209. Require Tcl 8.2 for installer, delete file before writing over it. Import of time fix by Pat Thoyts, patch #905132. Cleanup fix: Snit depends on Tcl 8.4, this is documented, however neither package index, nor testsuite enforced the restriction, allowing for errors. This has been changed now. Fixed typos check-in: 68c5dd3dab user: andreas_kupries tags: tcllib-1-6-branch
2004-05-23
18:17
Fixed 955446 -- changed response to mirror recommended response check-in: 8722eda1fd user: gwlester tags: trunk
18:10
Fixed 735450 -- added - encoding binary to bianry files check-in: e5911ac377 user: gwlester tags: trunk
05:47
Import of ftpd bugfix by Gerald Lester. Fixed problem with crc retrieval and comparison (signed / unsigned mismatch in original code). Added testsuite. Added all files in the official png testsuite to the module. Import of Aaron's changes. check-in: 1ee24d3d94 user: andreas_kupries tags: trunk
2004-05-21
04:23
Changed response code from 200 to 230 in response to bug 900178 check-in: 9d07800447 user: gwlester tags: trunk
03:19
Removed outdated files and duplicates check-in: 53c59d3a67 user: andreas_kupries tags: trunk
03:11
Import of Aaron's changes. Import of Aaron's changes. Added commands preventing tests from interfering with each other through variables. Fixed package names in require decls of the documentation. Struct v1 now available through the general index. Folded non-duplicate v1 structures back into the struct directory, as separate packages. Deleted all duplicate files. check-in: 2d31e31210 user: andreas_kupries tags: trunk
2004-05-20
23:00
2004-05-20 Aaron Faupell <[email protected]> * png.tcl: moved file opening and signature validation to a seperate proc. added isPNG command. * png.man: updated to include isPNG command check-in: bc8f881b38 user: afaupell tags: trunk
06:50
Inserted correct package names into the manpage headers. check-in: 180c90fa07 user: andreas_kupries tags: trunk
06:12
Last commit was a bad update, caused duplicates of changes to appear. Failed testsuite. Removed all the duplicates now. Fixed [SF Tcllib Bug 954238], for code in package smtp. This fix does not belong into the 1.6 branch because the code in question does not exist there. check-in: 396c837c56 user: andreas_kupries tags: trunk
05:36
Fixed [SF Tcllib Bug 954238], for code in package smtp. This fix does not belong into the 1.6 branch because the code in question does not exist there. Fixed SF Tcllib Bug 954328. Mime now adapts at runtime to whatever version of md5 has been loaded. check-in: 23867e9a24 user: andreas_kupries tags: trunk
2004-05-19
04:34
Import of snit updates by Will Duquette. Method caches, faster dispatch. The main struct package now simply requires all the sub-packages, instead of sourcing the implementations. This completes the splitting of struct into several parts. Converted all data structure implementation into packages. First step in splitting the struct package itself. Updated documentation to show the correct package names. Updated the testsuites to show package names as well. Rewrite usage of doctools in sak. Eliminated usage of mpexpand, using doctools directly instead. Ensuring that the local doctools code is used, not something installed. check-in: c7cad182fe user: andreas_kupries tags: trunk
2004-05-15
17:45
Typemethod cache check-in: 196f064a1c user: duquette tags: trunk
17:42
Typemethod cache check-in: 5457f44cb3 user: duquette tags: trunk
15:43
Added method cache check-in: 73c5fefbb1 user: duquette tags: trunk
05:31
Rewrite usage of doctools in sak. Eliminated usage of mpexpand, using doctools directly instead. Ensuring that the local doctools code is used, not something installed. RFE 943145 followup, fixing a problem in the implementation of the 'namespace' command. Implemented subsection headings, RFE 772490. Converted snit documentation to use subsection headings. check-in: 3820e8bce9 user: andreas_kupries tags: trunk
04:34
Updated test for rewritten adjust which fixed the infinite looping demonstrated by tests 2.6 and 2.7. Also fixed a var usage typo which caused a copy of the input to appear in the output, before the expected formatted result. Fixed bug in the processing of multi-word section titles for text based formats. check-in: b08d5c89a0 user: andreas_kupries tags: trunk
2004-05-13
08:03
Fixed bug 951568, regarding the usage of Trf's generic transform. Changelog merge Fixed problems with jpeg recognition (was unable to detect a jpeg file, if it contained exif data). Changelog for last patch, and updates in related package. Completed application of code for various fixes. check-in: 4336515eb3 user: andreas_kupries tags: trunk
06:59
Imported: Aaron's update to fileutil, for better recognition of jpeg files, and exif data. Fixed bug 951568, regarding the usage of Trf's generic transform. Management: Added copyright notices to code and documentation. check-in: f0a63209b7 user: andreas_kupries tags: trunk
2004-05-11
19:14
2004-05-11 Aaron Faupell <[email protected]> * fileutil.tcl: updated the jpeg test to recognize exif format check-in: ed7818db7d user: afaupell tags: trunk
06:51
Management: Added copyright notices to code and documentation. check-in: 131e2822f4 user: andreas_kupries tags: trunk
2004-05-10
16:38
* mime.tcl (copymessageaux): Applied the patch for [SF Tcllib Bug 893516] on behalf of Marshall Rose. The problem was found by Todd Copeland <[email protected]>, he provided the patch as well. check-in: c449a1f43f user: andreas_kupries tags: trunk
2004-05-07
23:16
* New module for querying JPEG images, and manipulating their comments. check-in: 0aebe0ad98 user: andreas_kupries tags: trunk
22:38
* New module: png querying and manipulation. check-in: 2172a2581f user: andreas_kupries tags: trunk
2004-05-05
15:33
modified adjust.tcl - the ultralong word problem seems solved check-in: c082f49c9a user: vogeler tags: trunk
00:05
* install_action.tcl: Fixed [SF Tcllib Bug 784519]. Loading the proper doctools directly, and not using the package system. The latter may get confused and try to load the wrong (old) package. check-in: bb7f98514a user: andreas_kupries tags: trunk
2004-05-04
22:47
* mpformats/fmt.html: Implemented [SF Tcllib RFE 772491]. Added the generation of a table of contents at the beginning of the html output for quick jumps to the various parts of the documentation. check-in: 374ecadb2b user: andreas_kupries tags: trunk
22:28
2004-05-04 Brent Welch <[email protected]> * ngci.tcl: Added text/xml to the list of types allowed by ncgi::nvlist. This is to support URL fetches in tclhttpd from active X objects that specify their inputs in "xml". check-in: 35934da2af user: welch tags: trunk
22:10
* checker.tcl: Accepted [SF Tcllib RFE 946856], an * doctools_fmt.man: extension of the uri command to allow * doctools.tcl: labels. Updated documentation, added * mpformats/fmt.html: added to highlevel implementation, * mpformats/fmt.latex: updated all predefined formatters. * mpformats/fmt.nroff: * mpformats/fmt.null: Accepted [SF Tcllib RFE 943145] as * mpformats/fmt.text: well, adding a namespace markup. * mpformats/fmt.tmml: * mpformats/fmt.wiki: check-in: b9eb6dbe43 user: andreas_kupries tags: trunk
20:37
* mime.man: * mime.test: * mime.tcl: Applied [SF Tcllib Patch 763712]. This extends the functionality of mime::getbody with decoding of the mime part based on the specified charset into the regular utf8 form. Testsuite was updated and extended as well. Thanks to Matthew Walker <[email protected]> for the work. Updated the documentation for mime on my own. Bumped version to 1.4. check-in: a82cec4eb1 user: andreas_kupries tags: trunk
20:03
* mime:test: * mime.tcl: Applied [SF Tcllib Patch 758742], adding many more MIME types for encodings to the knowledge-base of the package. Thanks to Matthew Walker <[email protected]> for the work, and Mikhail Teterin <[email protected]> for prodding. check-in: 9873c368fe user: andreas_kupries tags: trunk
18:50
* mpformats/_nroff.tcl: Fixed [SF Tcllib Bug 943146]. Added markup * mpformats/fmt.nroff: protection code like already in use for HTML and XML to handle nroff's special characters, i.e. the backslash properly. Also fixed handling of leading dashes in 'opt_def'. check-in: 146e195530 user: andreas_kupries tags: trunk
18:07
Fixed small typo. check-in: 3169911d7c user: andreas_kupries tags: trunk
18:06
* mime.test: * mime.tcl (copymessageaux): Fixed [SF Tcllib Bug 620852]. Added '-nonewline' to the puts statements which wrote out the chunks read from the file associated with the mime part, converted or not. As the data was [read] we had no business of adding eol's during writing as well. Thanks to Jasper Taylor <[email protected]> for the report, and his patience. Added a test for this as well, using files of similar size as originally provided. check-in: 13851b3c84 user: andreas_kupries tags: trunk
2004-05-03
22:56
Applied patch for 822850. Usage of eval in various modules. check-in: ba0e42d588 user: andreas_kupries tags: trunk
20:19
* uri.test: * uri.tcl (SplitHttp): Fixed [SF Tcllib Bug 936064]. Now extracting user/password information from the Http URI as well. Simple change from 'GetHostPort' to 'GetUPHP'. Updated the test suite as well (One new test, and update of 4 existing tests). check-in: baebd515c8 user: andreas_kupries tags: trunk
19:54
* csv.tcl (read2matrix): Fixed bogus switch case. Had case "4" twice, second should have been "5". [SF Tcllib Bug 940651]. check-in: 299de28b13 user: andreas_kupries tags: trunk
2004-04-30
21:13
Added support for SNTP (RFC 2030) check-in: f72981bf68 user: patthoyts tags: trunk
2004-04-27
21:15
* ldap.man: small fixes in the docs, additional example for searches and search result processing. check-in: a40a74c3cc user: andreas_kupries tags: trunk
21:15
Fixed buglet. (Typo of varname). check-in: ef2e8dedf4 user: andreas_kupries tags: trunk
19:45
* installed_modules.tcl: Added new module. * examples/ldap: * modules/ldap: New module: LDAP client. Provided to us by Joechen Loewer <[email protected]>. * Added doctools documentation. check-in: 6c9b351fef user: andreas_kupries tags: trunk
2004-04-22
21:16
BUGFIX: "puts stderr" ==> "puts_stderr". check-in: b9035fec57 user: jenglish tags: trunk
2004-04-16
09:32
* sak.tcl: Some mods to the critcl build code for use under Windows. If it cannot find critcl.kit, then use env(CRITCL) for the location of the kit file. check-in: 55c2b77f0e user: patthoyts tags: trunk
2004-04-12
05:11
Renamed section for better understanding. New package 'dexec'. Code, documentation, testsuite. Added references from FA documentation. New package: grammar::fa::dacceptor, for deterministic acceptors. check-in: 5de8942c3a user: andreas_kupries tags: trunk
2004-04-09
21:11
New package: grammar::fa::dacceptor, for deterministic acceptors. fromRegex constructon of FAs. Updated testsuite. Updated documentation. Typo fixes in documentation. Documentation fixes, complement fixes. Moved support file, and updated the affected testsuites. Complex FA operations, checkin of completed functionality. check-in: 558495e6b8 user: andreas_kupries tags: trunk
2004-04-07
06:30
djust.tcl allows for option -full . check-in: 8a48309aa4 user: vogeler tags: trunk
2004-04-04
19:51
Complex FA operations, checkin of completed functionality. Documentation FA complete, fixes. Connections to FAop completed, fixes. Bugfixes in algorithms (is complete), added deserialize_merge operator. More predefined FAs in testsupport, better error messages for validate_serial. Updated tests. Import bugfix by Pat Thoyts, Handling of data starting with hyphen/dash Performance enhancement (cache for epsilon-closures), and bug fixes (definitions, state manipulation, documentation). check-in: 8b30ddddd0 user: andreas_kupries tags: trunk
2004-03-31
23:09
* crc32.tcl: Cope with data begining with hyphen when using Trf (SF bug #914278) check-in: a645c9b407 user: patthoyts tags: trunk
2004-03-25
07:43
Import of log changes. Import of Pat Thoyts' SMTP Authentication changes (RFC 2554), SASL, CRAM-MD5, PLAIN, MS-LOGIN, and RFC 1870, SIZ extension New module: grammar_fa - Grammars, Finite Automaton. Container class, basic acessors, documentation, tests. Import of uuencode changes by Jeff Hobbs. Changed defaults for package 'log'. No output for the all levels below 'error'. Unified the startup header of all applications, using suggestions made by Stuart Cassof <[email protected]>. Added testcase for Tcllib SF Bug 860753. The bug itself was already fixed for Tcllib 1.6. Fix for bug 899204. Test data file is opened read-only, and tests made independent of each other. Bugfix 899152, 899209. Require Tcl 8.2 for installer, delete file before writing over it. Import of time fix by Pat Thoyts, patch #905132. check-in: bd38366c33 user: andreas_kupries tags: trunk
07:23
Import of Pat Thoyts' SMTP Authentication changes (RFC 2554), SASL, CRAM-MD5, PLAIN, MS-LOGIN, and RFC 1870, SIZ extension New module: grammar_fa - Grammars, Finite Automaton. Container class, basic acessors, documentation, tests. check-in: 19cbf98275 user: andreas_kupries tags: trunk
2004-03-18
10:47
Added support for SMTP AUTH and the SIZE extension. check-in: ea83c8e835 user: patthoyts tags: trunk
2004-03-10
06:44
Import of uuencode changes by Jeff Hobbs. Changed defaults for package 'log'. No output for the all levels below 'error'. check-in: 142ea41d58 user: andreas_kupries tags: trunk
2004-03-09
23:53
uuencode.tcl (::uuencode::pad): do not use log package check-in: 6540444d07 user: hobbs tags: trunk
08:20
Unified the startup header of all applications, using suggestions made by Stuart Cassof <[email protected]>. check-in: 4dd6242380 user: andreas_kupries tags: trunk
2004-03-07
07:47
Added testcase for Tcllib SF Bug 860753. The bug itself was already fixed for Tcllib 1.6. check-in: daca298121 user: andreas_kupries tags: trunk
04:54
Fix for bug 899204. Test data file is opened read-only, and tests made independent of each other. check-in: 17f3ffe582 user: andreas_kupries tags: trunk
2004-03-02
04:16
* installer.tcl: Requiring Tcl 8.2 when executing the installer, as anything below that version does not make any sense. This fixes [Tcllib SF Bug 899152]. * installer.tcl: Fixed [Tcllib SF Bug 899209] by deleting an existing file before trying to overwrite it. check-in: 4f4c735ce9 user: andreas_kupries tags: trunk
2004-02-29
23:23
* snit.test: Codified the requirement of Tcl 8.4 into * pkgIndex.tcl: package index and test suite. * pkgIndex.tcl: Overall package bumped to v2.1 * struct.tcl: * sets.tcl: Added include, exclude, add, and subtract * sets.test: operators, and a new predicate subsetof. * struct_set.man: Added documentation for the new methods above. Added tests for the new methods. * sets.tcl: Typo police. No functional changes. check-in: b9ec2f70b3 user: andreas_kupries tags: trunk
2004-02-28
00:26
Fix version to 1.0.2 check-in: 635c0de5d9 user: patthoyts tags: trunk
2004-02-26
22:52
Applied patch #905132 to better handle socket errors. check-in: 28fcbc0add user: patthoyts tags: trunk
2004-02-24
07:31
Resync. check-in: ae3352b2ea user: andreas_kupries tags: trunk
06:08
. check-in: b1a7af2399 user: andreas_kupries tags: trunk
06:06
. check-in: 76a9395249 user: andreas_kupries tags: trunk
2004-02-18
23:54
* md5x.tcl: Added -- to end options if using Trf's hex in case the hash begins with a - character (possible). Streamlined the <<< proc. check-in: e389953f72 user: patthoyts tags: trunk
23:49
* ripemd128.tcl: Added -- to end options if using Trf's hex in case * ripemd160.tcl: the hash begins with a - character (possible). check-in: 2ab3282d49 user: patthoyts tags: trunk
23:43
* md4.tcl: Streamlined the rotate-left function and fixed a rare bug that occurs if the hash result produces a hypen as the first character and we are using Trf's hex function. check-in: 46661c3d4a user: patthoyts tags: trunk
23:09
Inlined the algorithm functions. This makes the pure-Tcl code about 2x faster than the proc calling version. Streamlines the rotate-left function a bit too. check-in: 2bd8702649 user: patthoyts tags: trunk
14:32
* ripemd160.man: Initial implementation of RIPEMD-160 in * ripemd160.tcl: pure-Tcl as per ripemd128. * ripemd160.test: * pkgIndex.tcl: check-in: 6df3684ba7 user: patthoyts tags: trunk
2004-02-16
23:13
Added pure-Tcl HMAC tests. check-in: 5134182d91 user: patthoyts tags: trunk
22:50
New module: RIPEMD-128 Message Digest check-in: 197a1d4b8f user: patthoyts tags: trunk
06:29
Updated version to 1.6.0.1 to differentiate CVS from the released version. check-in: df561077de user: andreas_kupries tags: trunk
04:14
* * Released and tagged Tcllib 1.6 ======================== * * list.tcl (split): New method, like 'filter', but returns lists * list.test: of both passing and failing elements. Extended * struct_list.man: both testsuite and documentation. check-in: cf54baf0cc user: andreas_kupries tags: trunk, release, tcllib-1-6
2004-02-14
05:59
* sak.tcl (release): Made functional, added the code which extends all the ChangeLogs with the release notice. (gd-assemble): Extended to exclude SCCS and BitKeeper files from the distribution. (gd-gen-packages): Fixed problem with missing global variable. * all.tcl: 'getErrorMessage' and 'tooManyMessage' renamed to 'wrongNumArgs' anfd 'tooManyArg'. Also placed the common constraints (checking Tcl version: 8.3 only, 8.3+, 8.4+) in here, and removed their declaration from all test files using them. * README-1.5.txt: Updated logger version info to 0.3. * logger.man: Brought the version numbers back into sync * pkgIndex.tcl: with 'logger.tcl' check-in: d5c6e6a60d user: andreas_kupries tags: trunk
2004-02-13
15:21
* logger.test: Added tests from Schlenker regarding new commands. * logger.tcl (logproc): Better error message, bugfix for new code from Schlenker. * logger.man: Added documentation for new logger commands. check-in: ae2e54da0a user: davidw tags: trunk
08:21
* logger.man: Added documentation for new logger commands. * logger.tcl (currentloglevel): Added proc from Michael Schlenker to get information about the current log level for a given service. (logproc): Make logproc optionally take a command as an argument. From Michael Schlenker. (::logger::levels): New proc - returns the available log levels. From Michael Schlenker. check-in: ec2e4d4f78 user: davidw tags: trunk
06:51
* md5x.test: Heh. What a surprise. The testsuite uses a command to generate the proper error message based on the version of Tcl, and what does md5 v2 ? It generates its own messages, and they are always in 8.4+ format. Hnn. Fixed the testsuite. * md5crypt.test: Testsuite fixed. Had to account that error messages can dependent on the version of the Tcl core. * mime.test: Fixed access to files, was not done with tcltest::testDirectory, causing them to be inaccessible for 8.4+. The result in mime-2.2 was also dependent on the exact order of keys retrieved from the array of parameters. Rewritten to take this into account. check-in: 2997457555 user: andreas_kupries tags: trunk
2004-02-11
17:51
Fixed divide by zero bug in stats check-in: 4ff0dd812f user: techentin tags: trunk
09:04
Fixed the testsuite partially. Brought a number of tests in sync with the latest changes. Excluded the two tests which hang as 'knownBugs'. Notifying Dr. Vogeler. check-in: 9990de6ad1 user: andreas_kupries tags: trunk
08:30
* list.tcl (assign): Synchronized API to Tcl 8.5 lassign. * struct_list.man: * list.test: Added conditionals for version dependent results. * tree.test: Sorted some dict responses for reliable comparison. * urn.test: Added dict sorting for reliable comparisons. check-in: f372a7e3ab user: andreas_kupries tags: trunk
07:48
* ftpd.man: Updated documentation to explain the new features (Two additional callbacks, and the variable 'CurrentSocket'). * ftpd.tcl (Finish): Replaced string compare with canonical 'hasCallback'. (GetDone): Ditto for 'xferDoneCmd'. (command::REIN): Closing passive data server port, reinitializing to empty as well. (read): Reverted call of Finish to relative addressing of the command. * inifile.test: It was easier to make this package useable for Tcl * ini.tcl: 8.2 than excluding it from test for versions of Tcl * ini.man: before 8.4. So that was done. * multiplexer.man: This package is can be used with Tcl * pkgIndex.tcl: 8.2. Documented as such. * multiplexer.test: One test uses the 8.3'ism 'file channels'. Added constraint and skipping it when under Tcl 8.2. Changed initialization code to ensure that the local multiplexer package is loaded, and not an installed one. * pkgIndex.tcl: Both pop3d and dbox rely on 'mime', which requires * pop3d.man: Tcl 8.3. This implies that these packages require * pop3d_dbox.man: Tcl 8.3 as well, and not 8.2, as advertised. * pop3d.tcl: Requiring v1 of md5 explicitly. * pop3d.test: Explicitly loading the supporting packages * pop3d_dbox.test: (mime, md5, dbox, udb, ...). Ensured usage of md5 v1. Excluding the whole series of tests if the interpreter is not at least 8.3. Added suppression of logger output. * snit.man: Integrated 0.93 changes. * snitfaq.man: check-in: 3fc8fe6a4f user: andreas_kupries tags: trunk
2004-02-10
06:44
* typedCmdline.test: Fixed the problems of the testsuite with * cmdline.test: Tcl 8.5. It relied on the order of data returned by [array get]. * doctools.test: Fixed problems with Tcl 8.5, the tests were dependent on the order of keys in the result of [array get]. * fileutil.test: The tempdir tests used advanced test syntax not available before 8.4 (IIRC). Not useable for 8.2. Ditto the lot of the install tests also used 8.3 and 8.4 features. Straightened the bad syntax out (killed the tests), and added proper constraints to the tests. * fileutil.tcl: Ooops. fileutil is certified for usage with Tcl 8.2, there is no [file normalize] before 8.4. Made the usage (See 2004-02-03) conditional. * htmlparse.tcl: When changing the 'walk' method of 'struct::tree' * htmlparse.test: adaption of this module was forgotten. Fixed. Also fixed problem with usage of 8.3'ism in 'mapEscapes. * ncgi.tcl: The variable '_tmpfiles' was used in conjunction with * ncgi.test: some 8.4'isms. The package is certified for Tcl 8.2. Replaced the offending constructs with equivalents acceptable to the lesser cores. Spelling fixes in the * formdata.txt: tests, and supporting data file. check-in: 7591901447 user: andreas_kupries tags: trunk
2004-02-09
19:34
updated tests for math::factorial check-in: 4716cb1a89 user: hobbs tags: trunk
19:31
* combinatorics.tcl (::math::factorial): correct fac 171 off-by-one and use of -strict in string is int|double. check-in: 66827c093e user: hobbs tags: trunk
09:32
Release engineering in struct, struct1. Removed 8.4 features from the code, partially from testsuite. Modified testsuite to properly generate test results which vary from core version to core version (error messages for wrong#args, too many args, error stacks). Not fully complete. Some tests still barf for 8.5. However 99% is done. check-in: 50f63d5bb6 user: andreas_kupries tags: trunk
04:56
* graph.man: Added new method 'arc attr' ad 'node attr' to * graph.tcl: the graph data structure. They serve the same * graph.test: purpose as the 'attr' method for trees. See below. Additional the 'arcs' and 'nodes' method have been given '-filter' options, similar to the filter for the children of a node in trees. * pkgIndex.tcl * ftpd.tcl: Imported changes made by "Gerald W. Lester" <[email protected]>. Bugfixes, more callbacks (close, transfer done), and implementation of passive mode data connection. Version up to 1.2. check-in: 12e7c796f1 user: andreas_kupries tags: trunk
2004-02-08
00:53
Enhancements: see ChangeLog check-in: 217639ddf0 user: duquette tags: trunk
2004-02-07
23:42
More bug fixes--see ChangeLog check-in: c47ccafa92 user: duquette tags: trunk
23:25
Bug fixes--see ChangeLog check-in: f1fca2f578 user: duquette tags: trunk
2004-02-06
08:34
* struct_tree.man: New method 'attr' for attribute searches * tree.tcl: based on attribute name, and node * tree.test: restrictions. * struct_tree.man: Extended the method 'children', now allows * tree.tcl: node filtering and recursive listing of all * tree.man: children in the tree starting at the node. check-in: 760c64f4c2 user: andreas_kupries tags: trunk
08:27
* fileutil.test: Modified the tests a bit to use glob characters in file names to check that the code is robust against that too. See http://bugs.activestate.com/show_bug.cgi?id=29491 * struct_list.man: Added a 'shift method to 'struct::list'. * list.tcl: * list.test: * struct_list.man: Added a 'filter' method to 'struct::list'. * list.tcl: This method applies a test to all elements * list.test: of a list and returns a list containing only those elements which pass the test. check-in: cfd1d86bce user: andreas_kupries tags: trunk
2004-02-04
22:50
Fixed package version. check-in: 56ef86ed77 user: patthoyts tags: trunk
05:36
* list.tcl (repeat(n)): ** API INCOMPATIBILITY ** Renamed the existing 'repeat' to 'repeatn' to keep the functionality. Created new 'repeat' command which is functionally equivalent to the 'lrepeat' command found in the forthcoming Tcl 8.5. * struct_set.man: New submodule for set operations. Implementation, * sets.tcl: documentation, tests, and integrated into the * sets.test: main package. * struct.tcl: check-in: 63d7987322 user: andreas_kupries tags: trunk
2004-02-03
22:28
* fileutil.tcl (tempdir, tempfile): Now [file normalize]'ing the results of these two commands. More windows friendly. check-in: 23e0e948b1 user: andreas_kupries tags: trunk
2004-02-01
16:09
tcllib bug 860753 fixed check-in: 99e3a2317f user: vogeler tags: trunk
2004-01-30
19:22
* fileutil.tcl (fileType): The check for an attached metakit database left a channel on the tested file open. This causes the application to leak channels, and on windows the file is also locked against deletion. Fixed. check-in: f1b8cf2114 user: andreas_kupries tags: trunk
10:17
Fixed more foolishness on my part. check-in: 786307234e user: patthoyts tags: trunk
10:11
oops. Fixed typo check-in: 01640af43e user: patthoyts tags: trunk
10:00
Better handling of failure in TLS setup. Added a policy command to control TLS policy on failure. check-in: 6b3c629405 user: patthoyts tags: trunk
06:58
* fileutil.tcl (fileutil::find): Fixed bug in handling a single file as base directory: The initial list was not set up as a list, and the test results (see below) were not listified either for these cases. That broke down for paths containing spaces. Also fixed: Neither the windows nor the pre-8.4 version of the command had been modified to deal with a single file. Oversight from the change @ 2003-10-22 by David N. Welton <[email protected]>. Regularized a number of error returns. * fileutil.test: Changed testsuite to use files and directories containing spaces in their names. A number of tests failed. Modified the tempdir tests to better exclude and manipulate the environment to enforce the wanted result. * struct_tree.man: Extended with table showing the relationship between the various combination of type and order, and the possible visitor actions. * struct_tree.man: Updated documentation. * tree.test: Updated testsuite for modified 'walk' syntax. * tree.tcl (method walk): Modified to use list of loopvariables, containing either one or two. Default: One variable, node information. When two specified the first refers to action data. * list.test: Added test for call with illegal option. * list.tcl (Lflatten): Added proper error message when encountering an unknown/illegal option. * struct_tree.man: Updated the documentation to reflect the changes below. * tree.test: Updated testsuite to reflect the changes made below. * tree.tcl (walk): Changed API to be more like [foreach]. Allowing break/return/continue in the walk body as well now too. check-in: 78daf38966 user: andreas_kupries tags: trunk
00:39
Added support for the STARTTLS extension (RFC 3207). This may also support old versions that report a TLS option in reply to EHLO, but these are not tested. check-in: 5c8031b01e user: patthoyts tags: trunk
2004-01-25
07:29
* sak.tcl: Added a very primitive approval mechanism to suppress output from the package comparison in 'status'. Allows to work through a set of problems with repeated comparison, approving packages when done. * sak.tcl: Extended functionality for release engineering. Better comparison of current state against last release. Alerts for mismatches in version numbers of packages versus changes made to them. * PACKAGES: New file. Always carries the package information from the last release. Basis for the release status work above. Currently contains the 1.4 data. + Reviewed modules, updated version numbers. check-in: 76a0f9f023 user: andreas_kupries tags: trunk
06:15
* pkgIndex.tcl: Version bumped up to 1.6.1. * pop3.man: * pop3.test: New test for the corner case. * pop3.tcl (::pop3::RetrFast): Thanks to Clif Flynt for reporting a new corner case I had not considered in the fast/slow transition code, plus patch. Modified a number of string comparisons, using [string equal] instead of "==" (Improved performance due to less conversion and less checking for numerics, and possibly bytecompilation in Tcl 8.4+). * matrix.test: Implemented (de)serialization of matrix objects, * matrix.tcl: copy and assignment operators, and a transpose * matrix.man: method. Extended testsuite and documentation. check-in: 665bc22c35 user: andreas_kupries tags: trunk
2004-01-22
21:28
* dns.tcl: Added automatic recognition of reverse lookups (where query is 1.2.3.4). These are converted to in-addr.arpa lookups. Added a dns::result to return the whole decoded answer record. Added SPF record type (an alias for TXT). Incremented package version to 1.0.5 check-in: 35544b5ecb user: patthoyts tags: trunk
2004-01-20
22:17
2004-01-20 Aaron Faupell <[email protected]> * irc.man fixed typo. check-in: 9da977a066 user: afaupell tags: trunk
21:04
2004-01-20 Aaron Faupell <[email protected]> * irc.tcl Fixed incorrect usage of linsert in previous change. Removed uneeded state variable. check-in: eba3676d80 user: afaupell tags: trunk
2004-01-15
06:36
* matrix.man: Implemented Ed Suominen's sort methods, with * matrix.tcl: modifications to speed things up, and to have * matrix.test: a more standard API (-options). * matrix.man: Documented method links. * matrix.test: Updated test to cover for method links. * matrix.tcl: Changed the code to determine the list of available methods automatically for use in the error message when an unknown method is called. * matrix.test: * matrix.tcl: Namespaces of objects now standalone, and not inside of struct::matrix anymore. Arbitrary placement of objects is now possible, including nested namespaces. Cleanup of all references to instance variables. * matrix.tcl: Made the return of errors more regular. * matrix.tcl: Changed a number of eval calls to the more proper 'uplevel 1'. This means that an implementation of a method can now assume that it is called on the same stack level as the method itself. * matrix.tcl: Typo in comments fixed. * matrix.tcl (__set_rect): Fixed typos in var names causing the system to retain bogus cache data. check-in: 77fa019603 user: andreas_kupries tags: trunk
2003-12-22
16:23
calculus.man (rungeKuttaStep): Add missing argument in function synopsis (bug report from Richard Body). check-in: 82e16dd6c8 user: jenglish tags: trunk
2003-12-17
23:17
* logger.man: Document changes to logger API. check-in: 1ef73ec793 user: davidw tags: trunk
2003-12-16
21:24
Fix for bug #861277 (backslashes in content) Added test case. check-in: 69aaebb27a user: jenglish tags: trunk
15:46
* logger.test (2.1): Test deletion callbacks. (2.2): Test deletion callbacks. * logger.tcl: Bump logger version number because of API change. (::logger::walk): Do eval after walk on children. (delproc): New procedure to set a deletion-time callback that is called for each of the instance's children. Thanks to Michael Schlenker for the suggestion [ 856280 ]. check-in: a870369ff6 user: davidw tags: trunk
2003-12-06
19:17
V0.92 check-in: 9536dac09d user: duquette tags: trunk
19:15
Version 0.92 check-in: 4ca2857c0c user: duquette tags: trunk
2003-12-02
07:52
* installed_modules.tcl: Added 'struct1', the v1.x version of the struct module. Kept for backward compatibility. check-in: c49827ca37 user: andreas_kupries tags: trunk
07:51
Typo police. check-in: b682495a29 user: andreas_kupries tags: trunk
07:38
* snit.man: Updated to changes in the .html files. * snitfaq.man: check-in: f03c0bc35f user: andreas_kupries tags: trunk
07:37
* V1 of 'struct' added back to the tcllib codebase for backward compatibility. The documentation is _not_ installed. * matrix.tcl: Applied patch in file 64215 of [SF Tcllib Bug 822850]. * pool.tcl: This cleans up a number of dangerous uses of [eval] * prioqueue.tcl: and makes them more robust. * queue.tcl: * record.tcl: * skiplist.tcl: * stack.tcl: check-in: 1ae1b8d203 user: andreas_kupries tags: trunk
2003-12-01
19:47
* ftp.tcl (ftp::StateHandler): See last entry. The condition to invoke a report for a failure of the regex was wrong, and missing a negation. Fixed this. Also cleaned up the regexp, it had a caret to much in it. Thanks to <[email protected]> for reporting this. The bug report is at --> http://bugs.activestate.com/show_bug.cgi?id=28433, and not on SourceForge. check-in: 9bd4ab9e64 user: andreas_kupries tags: trunk
2003-11-25
19:04
* log.tcl (log::log): Added better handling of multiple lines in log message. (log::logarray): New command to dump the contents of an array into the log. check-in: e875ac9fd2 user: andreas_kupries tags: trunk
2003-11-23
06:11
* csv.man: Extended the explanation for the example to cover the alternate format as well [SF Tcllib RFE 737770]. check-in: 585c5d4cc0 user: andreas_kupries tags: trunk
2003-11-21
23:55
Bug fix: newlines in argument lists check-in: 58e7e63865 user: duquette tags: trunk
23:50
Bug fix: newlines in argument lists check-in: fe4f501fa6 user: duquette tags: trunk
23:26
Finalized for 0.91 check-in: e19739f708 user: duquette tags: trunk
23:24
Fixed typos check-in: a4ae89b382 user: duquette tags: trunk
23:14
Added glob patterns to info methods check-in: ad20d49230 user: duquette tags: trunk
22:37
Added expose check-in: 41b9a4a9ff user: duquette tags: trunk
06:07
* mime.tcl (word_decode): Fixed [SF Tcllib Bug 764702], accepted the patch coming with the bugreport (both by Reinhard Speyerer <[email protected]>). Command is now able to decode data in encoded utf-8. * mime.test: Added test for the bug above. check-in: 6ef0b95190 user: andreas_kupries tags: trunk
05:55
* counter.man: Added documentation for counter::reset. This fixes [SF Tcllib Bug 759959]. Also added some keywords. check-in: 15da3886e4 user: andreas_kupries tags: trunk
05:46
* statistics.tcl (BasicStat): Applied fix for [SF Tcllib Bug 820807]. Uniform data may cause a small negative value when computing the base value for a standard deviation, instead of the correct 0.0. The fix now enforces 0.0 when encountering this situation. This entry in the ChangeLog by Andreas Kupries. check-in: 73646ca2f7 user: andreas_kupries tags: trunk
2003-11-19
06:48
* prioqueue.tcl: Applied patch in file 64215 of [SF Tcllib Bug 822850]. * skiplist.tcl: This cleans up a number of dangerous uses of [eval] * matrix.tcl: and makes them more robust. * queue.tcl: * stack.tcl: * pool.tcl: check-in: 890b8ccb02 user: andreas_kupries tags: trunk
06:39
* pool.tcl (::struct::pool::request): Changed to return 0 as documented when trying to get an already allocated item. Fixed [SF Tcllib Bug 842408]. Used the alternative fix. check-in: d8ef1b1e63 user: andreas_kupries tags: trunk
06:23
* pop3.tcl (pop3::open): Remembering initial count of messages, as limit for message ids. (pop3::delete): Replaced [status] call with access to stored limit for validation of message ids. (pop3::retrieve): Ditto. The changes above fix [SF Tcllib Bug 833486]. * pop3.test: Updated testsuite to the changes in the sequences of pop3 commands (New STAT after PASS, and no STAT before LAST/RETR, nor before LAST/DELE). check-in: a803e58ce5 user: andreas_kupries tags: trunk
05:26
* smtp.tcl (smtp::hear): Integrated fix for [Bug 836442]. Limiting seconds to 600 to prevent integer wraparound when setting up a timer event. Bug reported (and fix provided) by Andreas Otto, and accepted by Marshall Rose. check-in: 190398c9e5 user: andreas_kupries tags: trunk
2003-11-17
20:49
* htmlparse.man: added SEE ALSO link to struct::tree check-in: 795e1fc462 user: jenglish tags: trunk
2003-11-15
00:23
* fileutil.man: Added new test and docs for change below. * fileutil.tcl (::fileutil::cat): Make cat accept multiple files (bug [830075]). check-in: e343a85d1a user: davidw tags: trunk
2003-11-06
05:47
* made the eval call safe by encapsulating within linsert check-in: 2594151ef3 user: schwarzkopf tags: trunk
2003-10-31
20:49
Typo fix. check-in: 2670c80c1d user: andreas_kupries tags: trunk
2003-10-30
07:57
Patch for bug 820807 check-in: 4ece1c0d2d user: arjenmarkus tags: trunk
2003-10-29
19:24
* profiler.man: Updated documented signature of 'reset', missed the pattern argument [Bug 832487]. check-in: c1d7f6e955 user: andreas_kupries tags: trunk
2003-10-28
17:45
* snit.man: Fixed typos in documentation. * snitfaq.man: check-in: ab215a0e64 user: andreas_kupries tags: trunk
02:52
Fixed typos check-in: 21474813c6 user: duquette tags: trunk
2003-10-27
21:08
* snit.man: Updated to changes in the .html files. * snitfaq.man: check-in: 3deea428ec user: andreas_kupries tags: trunk
18:03
* fileutil.man: Better formatting of the new docs. check-in: 84acd5adb7 user: andreas_kupries tags: trunk
2003-10-26
20:55
Final V0.9 changes check-in: 0b128079ca user: duquette tags: trunk
2003-10-25
22:53
Final V0.9 changes check-in: 3434716ce2 user: duquette tags: trunk
17:24
delegate * except code changes check-in: 7fa8c0006d user: duquette tags: trunk
10:41
* fileutil.man: Documented 'fileutil::tempdir' algorithm. check-in: 4193b37b44 user: davidw tags: trunk
2003-10-24
19:39
* htmlparse.tcl: Applied [Patch 823346] by Michael Schlenker <[email protected]>. Cleans the code up a bit, using faster string ops in place of regexes and -subs, where possible. check-in: a48a0cd981 user: andreas_kupries tags: trunk
17:46
* base64.test: * base64.tcl: Applied patch fixing [Bug 821126]. Variable 'output' is now initialized to empty to have it defined at all times. Extended testsuite to cover the fixed cases. check-in: 6d23598b43 user: andreas_kupries tags: trunk
01:31
Updated from Will's html doc's. check-in: 5fe6ce8c14 user: andreas_kupries tags: trunk
2003-10-23
22:48
* comm.man: Updated version number in documentation. * fileutil.man: Updated documentation, added description of 'fileutil::tempdir'. check-in: d018d1983e user: andreas_kupries tags: trunk
20:58
Added hulltype; updated man page check-in: c64c011fe1 user: duquette tags: trunk
12:37
* fileutil.test (tempdir): Added a few very simple tests for tempdir under Unix. * fileutil.tcl (::fileutil::tempdir): Added tempdir implementation. (::fileutil::tempfile): Use new tempdir command. * fileutil.tcl (::fileutil::find): Change Unix version of find command to accept a file (as opposed to a directory) as an argument. This reflects the behavior of the Unix find command. This change also needs to be added to the windows version, but should probably be done by someone who can test it on that platform. (::fileutil::install): -m option only works on Unix, as far as I know. (::fileutil::install): Make sure correct thing is chmod'ed. * fileutil.test: Added tests for find to check that it works ok with a single file as an argument. Also, error out if initial file does not correspond to 'isfile' or 'isdirectory'. check-in: dccc23bc5f user: davidw tags: trunk
2003-10-22
19:43
* irc.tcl (network): Fixed usage of eval - thanks to Jeff Hobbs. check-in: 48f82fb3f6 user: davidw tags: trunk
2003-10-21
23:18
* pkgIndex.tcl: updated to v4.2. * comm.man: * comm.tcl (comm_cmd_new): make 'comm::comm new ?chan?' fully qualify the namespace of the new channel and return that. [Bug #741653, #817351] * comm.tcl: change default encoding to utf-8. This should still work with other versions of comm because the previous one-sided binary setting only allowed for limited i18n-ness. Using this version of comm on both sides will ensure full i18n-happiness. [Bug #806420] check-in: 70b6747b75 user: hobbs tags: trunk
21:26
Added reference to bug to last entry. check-in: e2a61e5f75 user: andreas_kupries tags: trunk
21:24
* base64.tcl: Added code to the Trf supported 'decode'r to ignore whitespace in hte encoded input. check-in: 38d15bb8c0 user: andreas_kupries tags: trunk
21:09
* pop3d.tcl (H_quit): Remember the handle of the idle event we are scheduling. This event can be passed by by an eof on the channel. (CloseConnection): Kill a pending idle event, it was passed by and is not relevant anymore. [Bug 650977]. check-in: e84fcd81de user: andreas_kupries tags: trunk
20:52
* ftp.tcl (ftp::StateHandler): Accepted change to the regexp pattern to handle irregular input better. [Bug 739393]. Also added code to handle future regex failures better. check-in: 294be73d03 user: andreas_kupries tags: trunk
20:15
* mpformats/fmt.wiki (fmt_manpage_end): Fixed usage of wrong variable ('copyright' was used, should have been 'ct'). [Bug 826206]. check-in: 88375d8e88 user: andreas_kupries tags: trunk
20:07
* struct_tree.man: Added more documentation about the root node of tree's. [Bug 827643]. check-in: a1261d7ff0 user: andreas_kupries tags: trunk
19:51
* htmlparse.man: Extended documentation of command '2tree' with description of how the found tags and text are stored in the nodes of the tree [Bug 827645]. check-in: a0f953902c user: andreas_kupries tags: trunk
19:36
* sak.tcl: Added -nonewline to a number of puts statements to work around a problem with Tcl 8.4 where additional ^M characters appear for Mac OS X. [Bug 784523]. check-in: 9abdddc3b9 user: andreas_kupries tags: trunk
19:23
* README: Updated to describe the new way of adding modules to tcllib. * INSTALL.txt: Updated references to tcllib 1.4 to 1.5. * installed_modules.tcl: Changed doc action for snit from _null to _man (We have doctools manpages for snit for a while now). check-in: 834cd5b6bf user: andreas_kupries tags: trunk
19:03
Updated references to tcllib 1.4 to 1.5. check-in: 3ab87e895c user: andreas_kupries tags: trunk
16:17
* all.tcl: Added code to try to load 'Tk'. This allows the execution of 'tk' constrained tests, if Tk is present (for example when this code is run run by 'wish'). An example of a module having such tests is 'snit'. check-in: 96e4c2e531 user: andreas_kupries tags: trunk
02:00
Finished option database coding check-in: a9b1ec7232 user: duquette tags: trunk
2003-10-20
01:09
Preliminary option database changes check-in: 2f896a96da user: duquette tags: trunk
2003-10-18
03:50
Added typeconstructor check-in: 0da3ef5cf3 user: duquette tags: trunk
2003-09-30
17:47
* snit.tcl: A number of changes to the code generation part. - Usage of [subst]'s was superfluous, removed, simple string interpolation now. - Now 'namespace eval type' enclosing the generated code anymore. Such an eval is now done only at the top of the generated code to define the namespace, and to define/initialize the typevariables. All procedure definitions are now outside of 'namespace eval' and use fully qualified command names instead. - Moved the code in [snit::Define] which instantiated the class using the generated code into it own helper command, [snit::DefineDo]. Overiding this command allows users of the snit package perform other actions on the newly defined class. One example is that of a snit-compiler which goes through a file containing tcl code and replaces all snit::* definitions with the generated code. Motivation for the change: When applying procomp to procedure definitions inside of a 'namespace eval' they are not byte-compiled, but kept as encoded literal. This is a direct consequence of 'namespace eval' not having a compile function. It also means that introspection, i.e. [info body] does recover the actual procedure definition. By using procedure definitions outside of namespace eval, but fully qualified names this limitation of procomp is avoided. The aforementioned snit compiler application is another part for this, ensuring that instead of keeping the whole class definition as one literal for the snit::* call we actually have tcl code to compile and hide. * snit.tcl: Updated the version number to 0.83 * pkgIndex.tcl: * snit.man: * snitfaq.man: check-in: b01c77cdf9 user: andreas_kupries tags: trunk
2003-09-04
00:10
* fileutil.tcl (fileutil::fileType): Fixed the SourceForge Tcllib bug [795585]. We are now allowing whitespace between the #! and path of the script interpreter. Extended to identify metakit databases, also when attached to another file. (tempfile): Added 'global env', access to 'env' was bad, causing malfunction on windows. check-in: 344e853073 user: andreas_kupries tags: trunk
2003-08-27
21:26
* uri.tcl: Applied a fix for bug #795032: damage to global vars. check-in: 8f707a6974 user: patthoyts tags: trunk
2003-08-19
10:44
* cmdline.man: Added an example. Feel free to change/improve it, but this package really needed one to show the standard usage pattern. check-in: 630b8e5fb3 user: davidw tags: trunk
2003-08-15
03:51
* pkgIndex.tcl: * htmlparse.test: * htmlparse.man: * htmlparse.tcl: Updated to use struct v2 when handling trees (Different way of accessing attributes). Bumped version number up to the next major version (1.0) for this incompatible change. check-in: f16075b70a user: andreas_kupries tags: trunk
2003-08-13
18:48
Fixed math in counter::start and counter::stop check-in: 1c4702c558 user: welch tags: trunk
2003-08-12
19:13
* fileutil.man: Fixed a bad call of [cmd] in the documentation of the new install command. Always use 'sak validate moldule' to validate the whole module, or 'sak text module' when wishing to validate only the documentation. check-in: ad42ec4136 user: andreas_kupries tags: trunk
2003-08-11
20:48
Corrected minor bug in 'install' test. check-in: 533b0cc173 user: davidw tags: trunk
2003-08-07
18:49
* tree.tcl: Fixed bugs in tree serialization code found when hitting them during testing the graph. * graph.man: Completed the implementation of graph serialization. * graph.tcl: Updated testsuite, documentation. * graph.test: * tree.tcl: Created ldelete and lset (emulation pre 8.4) * graph.tcl: and replaced as much 'lreplace's as possible. Using the K operator for speed, encapsulated in the two l commands. * graph.man: Implemented the renaming of nodes and arcs. * graph.tcl: * graph.test: * graph.tcl: * graph.test: * graph.man: Same changes in attribute handling as for 'tree'. Noted that the graph attributes had neither 'append' nor 'lappend' methods. Added. Documentation and testsuite updated. * pkgIndex.tcl: * struct_tree.man: * tree.test: * tree.tcl: More rework. The attribute APIs are now backward incompatible, the default attribute 'data' has been dropped. The whole module 'struct' has been bumped to version 2.0 because of this. Reworked the testsuite for the changed APIs. Reworked the (de)serialization stuff a bit and added tests for them. Added an API to rename nodes, and an API to query the name of the rootnode. The APIs 'getall' and 'keys' now allow usage of glob patterns to restrict their results. Documentation is now uptodate. Added API to compute the 'height' of a node (= distance to its deepest child). * tree.test: * tree.tcl: Reworked node attribute storage. Name of array to store the information is now dissociated from the name of the node. This enables the use of arbitrary node names, i.e. ':' in node names. The second benefit is that nodes without attribute data (normal) require less memory than before. Removed the now irrelevant validation of node names and updated the testsuite. * tree.test: * tree.tcl: Changed way of mapping from tree object commands to associoated namespaces. The object namespace now has the same name and location of the object command. Adapted all tests to account for this change. * tree.test: * tree.tcl: Changed dispatcher to auto-generate the list of tree commands when a wrong one is given. Updated tests to account for the now correct sort order. Changed dispatcher to uplevel 1 the method execution, updated walking system to reflect this change. check-in: fb380266cf user: andreas_kupries tags: trunk
18:42
* Bumped version information to 1.2.2 for the bugfix. check-in: 679c0ee2f0 user: andreas_kupries tags: trunk
2003-08-06
23:13
* expander.tcl (Op_expand): Fixed SF tcllib bug 781973 ... Do not throw a regular error. Using HandleError now to give the user control of the situation, via the defined error mode. * pkgIndex.tcl: Expander bumped to version 1.2.1 for this bugfix. Do not bump the version again when doing minor bugfixes. Only bigger bugfixes and major changes warrant a bump before the next release. check-in: 4dcf48eb2c user: andreas_kupries tags: trunk
22:41
* fileutil.tcl (find): The fix for SF tcllib bug [647974] introduced a tcl command new to tcl 8.4. This command is [file system]. Changing the code to exclude dev/inode checking only for 8.4 and above. For versions of Tcl below 8.4. the fix is not required as they do not have virtual filesystem support. This fixes SF tcllib bug [784157]. check-in: 43d1ace0e6 user: andreas_kupries tags: trunk
18:51
* cmdline.tcl (getfiles): Using the [string map] fix still had problem, when mixing back- and forward slashes. Now using [file join] on the pattern. This removed all problems with the quoting. I.e. this operation pseudo-normalizes the path. Got the trick from JeffH. check-in: cedaf19542 user: andreas_kupries tags: trunk
17:55
* cmdline.test: Added a test for the backslash quoting behaviour. check-in: 3c7c291b8e user: andreas_kupries tags: trunk
17:42
* cmdline.tcl (getfiles): Corrected a bogus attempt to quote backslashes in file patterns on the windows platform. check-in: 746b0e8820 user: andreas_kupries tags: trunk
17:01
* fileutil.man: Added documentation for the new 'install' command. * fileutil.tcl (::fileutil::install): Added 'install' command, which is similar in functionality to the Unix install command - it is basically file copy with some additional features. * fileutil.test: Added tests for 'install' fileutil command. check-in: 66cc1fa218 user: davidw tags: trunk
2003-07-28
18:03
2003-07-28 Aaron Faupell <[email protected]> * ftp.tcl fixed bug #753770, added verbose flag check in ElapsedTime check-in: e644552c0b user: afaupell tags: trunk
06:32
2003-07-27 Aaron Faupell <[email protected]> * irc.tcl removed catch around socket creation check-in: bf94c2dc77 user: afaupell tags: trunk
2003-07-27
00:08
Minor name change check-in: d17210af51 user: patthoyts tags: trunk
00:06
* md5.man: Updated the manual page for md5 2.0 check-in: ed0b65464c user: patthoyts tags: trunk
2003-07-26
22:54
* md5crypt.man: Added a manual page. check-in: 22fc2bff2a user: patthoyts tags: trunk
15:41
* md5crypt.tcl: Provided implementation of the Apache * md5cryptc.tcl: variation of md5crypt - as used in the * md5crypt.test: Apache2 htpasswd program. check-in: 9c85690c7d user: patthoyts tags: trunk
02:18
* md5c.tcl: Brought in the critcl implementation of MD5 * md5.c: originally by Jean-Claude Wippler <[email protected]> * md5.h: with code from RFC 1321. * md5x.tcl: Version 2 md5 module. This is based upon the MD4 module * md5x.test: code and permits incremental updates into the hash. This version will use the critcl code if available. === VERSION INCOMPATABILITY === md5 1 returns data as a hex representation. md5 2 returns the data as a binary representation. If you want the hex rep, provide the -hex option to the md5 command. check-in: 2d29e7c3a3 user: patthoyts tags: trunk
02:11
* modules/md5crypt: New module: MD5-crypt implementation * installed_modules.tcl: Added new module. * sak.tcl: Added reference for critcl impl of md5crypt. check-in: ca6095401e user: patthoyts tags: trunk
02:05
* md5crypt.tcl: Initial version of a pure-Tcl and * md5crypt.test: critcl-enhanced implementation of * md5cryptc.tcl: the BSD MD5-crypt algorithm. * pkgIndex.tcl: * ChangeLog: check-in: 47aa545fff user: patthoyts tags: trunk
2003-07-25
06:12
Add place-holder package file for the tcllib critcl bundle. This is called up by sak to generate the tcllib critcl enhancements package. check-in: bf233beb83 user: patthoyts tags: trunk
2003-07-24
22:51
* sak.tcl: Added a command for generating a YAML description file. This is much like the TIP55 format but used for FreePAN. * sak.tcl: Altered the finding of critcl under Windows. check-in: 675b9638f2 user: patthoyts tags: trunk
22:45
Added a discussion of the merits of various mechanisms for constructing critcl enhancements to tcllib. check-in: 65d54438a7 user: patthoyts tags: trunk
22:42
* base64c.tcl: Added the placeholder package. check-in: a7b852ee6d user: patthoyts tags: trunk
2003-07-19
22:31
* snit.test: Fixed SF tcllib bug #772535. Instead of using a * snit.tcl: variable reference in the callback a regular command is called, with the unchanging 'selfns' as argument. From there things go through the regular dispatching mechanism after the actual instance name was obtained. Updated all affected tests. Updated dmethod-1.5 also, 'string' delivers a different error message. check-in: e38aa4edbd user: andreas_kupries tags: trunk
2003-07-16
17:20
* snit.man: Added references to bug trackers, as part of * snitfaq.man: caveats. Also added note about bwidget/snit interaction. * snit.tcl: Integrated latest (small) change to original code base (was not released yet). Removes bad trial to fix up error stack. We are now at version 0.82. Added note to developers explaining the catch in Snit_tracer. check-in: b1f4bac844 user: andreas_kupries tags: trunk
01:49
* dns.tcl: Added decoding for SOA response records. check-in: 22182f3118 user: patthoyts tags: trunk
2003-07-15
23:50
* modules/snit: New module, William Duquette's oo package 'snit' (aka Snit Is Not IncrTcl). * tcllib_version.tcl: Upped to 1.5 because of the new modules (snit, inifile). * installed_modules.tcl: Added 'snit' to list of modules. * snit.tcl: Imported new module into tcllib. * snit.test: snit = Snit Is Not IncrTcl * snit.html: Author: William Duquette * faq.html: OO package + megawidget framework. * README.txt: * license.txt: * pkgIndex.tcl: * snit.man: * snitfaq.man: check-in: 1e5bb74f3a user: andreas_kupries tags: trunk
18:51
small updates to 'commit'. check-in: 9caca87d7b user: andreas_kupries tags: trunk
18:26
* ini.tcl: Got a rewritten system from Aaron. * ini.man: Updated the documentation. * infile.test: New testsuite for module. * test.ini: check-in: f1171a1845 user: andreas_kupries tags: trunk
2003-07-09
01:48
Varname typo in new code. Fixed. check-in: 474b850e58 user: andreas_kupries tags: trunk
2003-07-07
07:00
More tests for the new unofficial serialization feature. check-in: 4034f6d25e user: andreas_kupries tags: trunk
06:57
* tree.test: * tree.tcl: Reworked node attribute storage. Name of array to store the information is now dissociated from the name of the node. This enables the use of arbitrary node names, i.e. ':' in node names. The second benefit is that nodes without attribute data (normal) require less memory than before. Removed the now irrelevant validation of node names and updated the testsuite. * tree.test: * tree.tcl: Changed way of mapping from tree object commands to associoated namespaces. The object namespace now has the same name and location of the object command. Adapted all tests to account for this change. * tree.test: * tree.tcl: Changed dispatcher to auto-generate the list of tree commands when a wrong one is given. Updated tests to account for the now correct sort order. Changed dispatcher to uplevel 1 the method execution, updated walking system to reflect this change. check-in: e0feb42bfe user: andreas_kupries tags: trunk
2003-07-05
05:29
* list.tcl: The changes in the list dispatcher required corresponding changes in a number of methods: upvar/level 2 => upvar/level 1. Detected by testsuite. Bad me, should have run it immediately. Bugs fixed. * list.test: Extended the testsuite. * list.tcl (lcsInvertMerge2): Fixed problem with extending the result with an chunk of type unchanged, for the case that this happens at the very beginning, i.e. for an empty result. This fixes SF tcllib bug [765321]. check-in: 77ce34e3bc user: andreas_kupries tags: trunk
04:59
* ftpd.tcl (Fs): Fixed SF tcllib bug [766112]. Copied code from style 'nslt' to exclude . and .. from the list. check-in: e344a45d0f user: andreas_kupries tags: trunk
04:49
* ini.tcl: Added a comment header for RCS id, copyright notices, etc. Slight reformatting of the code. Slight code changes to make 'procheck' complain less (proper import of variables into the scope). Documented possible bug. check-in: db2671169d user: andreas_kupries tags: trunk
04:23
* installed_modules.tcl: Added the new module 'inifile' to the list of packages handled by 'sak'. check-in: e6e4edf241 user: andreas_kupries tags: trunk
04:21
Fixed typo in changelog entry (date). check-in: fbb6524e09 user: andreas_kupries tags: trunk
04:16
* ncgi.man: Trival spelling fix. check-in: 9421fc8d53 user: andreas_kupries tags: trunk
04:14
* Bumped version to 1.5.1 as this is a bug fix. Any bug fixes and more minor changes coming in the future do not have to bump the version number anymore until the next release. Only a major change warrants another bump before the release. * fileutil.tcl: Fixed SF tcllib bug [647974]. We now ignore device/inode information if the current path is in a virtual filesystem. We also assume now that VFS's do not support links, thus also obviating the need for the data, circles cannot occur. check-in: 91926162ca user: andreas_kupries tags: trunk
2003-07-04
15:56
modules/ftpd.tcl: the variable ::ftpd::port is now updated to reflect the port were the server was opened. This is only relevant when a server was requested at port 0 - ie, at a port determined by the OS. check-in: 2e5c9dbe4c user: msofer tags: trunk
2003-07-03
08:31
fixed logger not being turned off if debug was turned off prior to creating new connection. check-in: 043377641b user: afaupell tags: trunk
2003-07-02
18:38
updated for ::irc::reload check-in: 956e55aefc user: afaupell tags: trunk
18:37
* irc.tcl moved cmd-reload to ::irc::reload. removed unused nick variable. * irc.man added all the recently created commands to the man page. check-in: cb0586ca24 user: afaupell tags: trunk
2003-07-01
11:49
initial version check-in: ad75259195 user: afaupell tags: trunk
11:03
initial version check-in: 4b5a6d9203 user: afaupell tags: trunk
2003-06-30
20:06
* irc_example.tcl: Rework this file to reload mainloop.tcl as needs be. * mainloop.tcl: New file: the main code is in here, in order to facilitate creating a system that is reloadable. check-in: 90c0b9d250 user: davidw tags: trunk
10:24
* irc.tcl (::irc::connection): connection no longer takes host/port arguments. This is done by connect now. Added note that compatibility code for older versions should be removed after a release cycle or two. (Aaron Faupell) (cmd-connect): connect command now takes hostname and port arguments. (Aaron Faupell) (cmd-reload): New command reloads irc.tcl file, making it possible to make changes in a running system without losing the connection. (::irc::connection): The unique namespace for irc connections no longer includes the hostname. (Aaron Faupell) (::irc::connections): New command - return list of existing connections (Aaron Faupell). (cmd-config): Per connection configuration (Aaron Faupell). (cmd-peername): New command - get socket peername. (cmd-sockname): New command - get socket name. (cmd-disconnect): New command - disconnect the connection without destroying it. (All by Aaron Faupell). * irc.man: Updated the man page to reflect the new connect and connection commands. check-in: 28999a5823 user: davidw tags: trunk
2003-06-25
20:54
* mime.tcl (::mime::parsedatetime): Use string map instead of regsub - it's faster. * mime.test: Added tests which operate on the bad files below. * badmail2.txt: Added second piece of mail for testing. If they turn out to be redundant, we can erase one. * badmail1.txt: Added mail for testing that triggers bug 631314. check-in: 9e7d8a98b1 user: davidw tags: trunk
19:09
* log.man: Fixed spelling bug (Supress -> Suppress), thanks to Aaron Faupell. check-in: b89ddba227 user: davidw tags: trunk
18:46
* logger.man: Updated documentation example - destroy should have been delete. Thanks to Aaron Faupell. check-in: d60ef4575d user: davidw tags: trunk
2003-06-16
19:01
* ncgi.test: * ncgi.tcl (importFile): Got a rewritten version from Steve Cassidy which fixes some bugs. We now also have tests for 'importFile'. See tcllib patch 611595 for the original code. check-in: 8a7b61ff86 user: andreas_kupries tags: trunk
2003-06-12
13:02
added possibility for manual set hyphenation marks (JHV) check-in: 9197d14b98 user: vogeler tags: trunk
2003-06-06
17:21
* mime.tcl (::mime::word_decode): Accept lower-case encoding specifiers. [Bug 732512]. Reported by Matthew Walker <[email protected]>, plus patch. Patch accepted by Marshall Rose. * mime.test: Two more tests checking the acceptance of lower-case encoding specifiers. check-in: cd3c56e3ef user: andreas_kupries tags: trunk
17:09
* mime.tcl (::mime::parsepart): Reactivated error command, revert to error on malformed mime input, instead of infinite looping. [Bug 631314] reported by David Welton. check-in: 46440c6e30 user: andreas_kupries tags: trunk
16:59
* mpformats/fr.msg: Added french message catalog. Supplied by David Zolli <[email protected]>, aka kroc. This is tracker item [Bug 744149]. check-in: 1abff423c1 user: andreas_kupries tags: trunk
2003-05-29
01:04
* time.tcl: Conform more closely to the RFC in response to bug #744391. check-in: 978e555707 user: patthoyts tags: trunk
00:06
* crc16.tcl: Added XMODEM CRC algorithm - as used in the XMODEM-CRC protocol. (Simple XMODEM uses a SysV type checksum). Also added a -channel option to the crc command. check-in: 73eabc9de8 user: patthoyts tags: trunk
2003-05-28
20:18
* irc.tcl (cmd-quit): Add default QUIT message. check-in: 78cd1c05a9 user: davidw tags: trunk
2003-05-26
17:27
* sak.tcl: Updated rpm spec generator using the latest .spec by Jean-Luc as template. The spec now determiens the list of files on its own. Don't have to generate them. check-in: b0b7d173b7 user: andreas_kupries tags: trunk
2003-05-25
07:40
* irc.tcl: Several cleanups/improvements by Aaron Faupell. (cmd-getevent) Fixed typo. (cmd-user): Added backwards compatible cmd-user. (cmd-connect): Minor improvements/cleanup. (GetEvent): Changed parsing of $line components. check-in: 89a10ede62 user: davidw tags: trunk
2003-05-24
01:18
* csv.man: Changed the phrasing for the alternate format a bit, and reworded the text enclosing the example. check-in: 701bb39de8 user: andreas_kupries tags: trunk
2003-05-23
21:13
* sak.tcl (gd-gen-rpmspec): Added functions to generate a .spec file (RPM build specification). Added method 'rpmspec' to generate tcllib.spec. check-in: 0c37d9e9cd user: andreas_kupries tags: trunk
17:37
* mpformats/fmt.nroff (fmt_arg_def, fmt_cmd_def): Analogous errors to fmt_opt_def, see below. Fixed. Reported by David Welton. check-in: fd474320c4 user: andreas_kupries tags: trunk
2003-05-22
15:27
* irc.man: Fixed some typos in the manpage which prevented conversion. check-in: e63ace9a90 user: andreas_kupries tags: trunk
2003-05-21
22:32
* mpformats/fmt.nroff (fmt_opt_def): Fixed bug. Called [option], should have been [fmt_option]. Prevented the nroff conversion of the multiplexer documentation. check-in: bfd6f74fa1 user: andreas_kupries tags: trunk
05:46
* list.tcl (dispatcher): eval => uplevel so that upvar's in the method commands do not need to know about the dispatcher frame in the stack. check-in: e6fa0f3680 user: andreas_kupries tags: trunk
05:33
* list.man: * list.tcl (dbJoin(Keyed)): Extended the commands with an option -keys. Argument is the name of a variable to store the actual list of keys into, independent of the output table. As the latter may not contain all the keys, depending on how and where key columns are present or not. Additionally cleanups in the use of loop variables in the keyed helper commands frink complained about. check-in: 44a99d590c user: andreas_kupries tags: trunk
2003-05-20
23:01
* multiplexer.man: Cleaned up the documentation of the three hooks which can be set per multiplexer instance (access, data, exit). * multiplexer.tcl: Made sendtoorigin a true boolean flag, instead of just 0/1. check-in: 1ed51ca9ba user: andreas_kupries tags: trunk
22:23
* installed_modules.tcl: Added 'multiplexer' to the list of installed modules. Tested and validqated module. Documentation looks ok for me. check-in: 2e505de476 user: andreas_kupries tags: trunk
09:35
* logger.test: Added test for setlevel command. * logger.man: Document setlevel command in the 'man' page. * logger.tcl (setlevel): New command that takes care of enabling all levels above that specified, and disabling all those below it. check-in: dc7cb12b7e user: davidw tags: trunk
2003-05-19
13:40
* multiplexer.tcl (NewClient): Added access denied debug message for accessfilter. * multiplexer.man: Minor cleanups. * multiplexer.test: Added several tests. check-in: 4311b6301e user: davidw tags: trunk
08:28
* multiplexer.tcl: Adding updated multiplexer to tcllib. It is now possible to run multiple multiplexer instances, and it uses the logger package for logging. * multiplexer.man: New file, still needs cleaning up. Content taken from old multiplexer.n. * multiplexer.test: Added a few initial tests. Working on more. check-in: 5b654d291e user: davidw tags: trunk
2003-05-16
22:07
* irc.man: Add key option to channel join command. Provided by Aaron Faupell. check-in: 3993190b0f user: davidw tags: trunk
22:05
* irc_example.tcl: Changes from Aaron Faupell - now uses irc 0.4. Use ircclient namespace instead of previous, overly generic 'client'. check-in: 6bc1fbc3ea user: davidw tags: trunk
22:01
* irc.man: Added Aaron's updated documentation, including the new commands. * irc.tcl: Lots of improvements by Aaron Faupell, including: new commands, and a new method of dispatching events. Server PINGs (as opposed to CTCP PINGS) automatically generate a reply, as a convenience. Version number 0.4. check-in: 937b819f5a user: davidw tags: trunk
21:47
* Extension of the package functionality warrants version bump to 1.4. * list.man: Added descriptions of the db join commands, and section explaining the table joins. * list.test: Added tests for the db join functionality. Adapted existing tests to changed (fixed) error messages. * list.tcl: Rewrote the main dispatcher a bit to make it simpler, and to allow us to hide internal functions from it. Added 'dbJoin(Keyed)' for relational table join (inner, lef/right/full outer). Fixed function name in some error messages. check-in: ff51ccb8c8 user: andreas_kupries tags: trunk
2003-05-14
22:56
* Merged DEVELOPMENT branch from root to DEVELOPMENT-merge-1 This brings in the critcl enhancements for uuencode and yencode along with a few extra tests for yencode. check-in: 5c4ac48bdf user: patthoyts tags: trunk
22:26
* tree.tcl: Added some [list]'s to show node names containing spaces properly in error messages. * tree.test: Reworked to test handling of item nodes containing spaces. * tree.bench: Reworked, added helper procedures, testcases are now simpler. * struct_list.man: Fixed typos in the examples. check-in: 34a47b04de user: andreas_kupries tags: trunk
2003-05-13
01:42
Change dependency for compiled proc names instead of for package. check-in: c58d2a1e8f user: patthoyts tags: trunk
01:00
* sak.tcl: added a critcl command to sak to build any critcl tcllib submodules into a tcllibc library (or separate libraries). check-in: 14ee31e2bd user: patthoyts tags: trunk
2003-05-10
01:32
* pkgIndex.tcl: updated to comm 4.1 * comm.man: * comm.tcl: rewrite of code to remove pseudo-object model. Clean up code, add send -command callback to allow for notification of results for asynchronous sends. check-in: b7b49cead7 user: hobbs tags: trunk
2003-05-09
21:28
* sak.tcl (modules_mod): Fixed incorrect check. Caused first module to be reported as bogus although it isn't. * resolv.tcl (::resolv::init): Added missing [expr] bracing. * exif.tcl (::exif::makerNote): Added missing logical operator to if condition for field 34. Procheck report. * fileutil.tcl (::fileutil::tempfile): Braced [expr]. * ncgi.tcl (import_file): Brace [expr]. check-in: a8b31454a5 user: andreas_kupries tags: trunk
20:33
* crcc.tcl: Added the critcl library wrapper package for this module. check-in: 8f0cb18df4 user: patthoyts tags: trunk
2003-05-08
23:55
* crcc.tcl: Added placeholder to get a module library for all the critcl code segments from the crc module * crc32.tcl: Added -channel option * crc32.test: * crc32bugs.test: Tidied up the tests * sum.tcl: Refactored the code to permit chunking and reading from a channel. Added critcl-dependent C code implementations. * sum.test: Added new tests and generally tidied up. * sum.man: Added new items to the documentation. check-in: f9e5cb2551 user: patthoyts tags: trunk
21:38
update use of string functions to 8.2 cleanliness check-in: 6268cede7c user: hobbs tags: trunk
20:19
* md4.tcl: Remove frink warnings to quieten sak validate. check-in: 8c4309a061 user: patthoyts tags: trunk
16:20
* installer.tcl: Fixed typo in the code loading the new 'install_action.tcl', had used '...._actions'; note the trailing 's'. Thanks to Larry <[email protected]> for reporting this. check-in: 744415c5a2 user: andreas_kupries tags: trunk
2003-05-07
22:30
* md4.tcl, md4.man, pkgIndex.tcl: Hiked version to 1.0.1 check-in: cd082ed43b user: patthoyts tags: trunk
21:51
* des.tcl, des.man, pkgIndex.tcl: Hiked the version to 0.8.1 check-in: 08f162d31b user: patthoyts tags: trunk
19:13
Fixes in tap generation. check-in: 32491dbeca user: andreas_kupries tags: trunk
17:57
* tcllib_version.tcl: Updated to 1.4.0.1 to distinguish the CVS from the official release. * install_action.tcl: * installer.tcl: * sak.tcl: Lots of changes to make a number of command module-ware. In the sense that they now work for individual modules and not only for all in one go. The most important is 'validate'. IOW, it is now possible to validate a single module, making this feature more convenient for a developer, as there is less noise in the output. This required more sharing of code with the installer. check-in: 96823ad766 user: andreas_kupries tags: trunk
04:28
correctly list-ify in WalkCall for walking nodes with spaces. check-in: fc20a08441 user: hobbs tags: trunk
2003-05-06
23:49
* des.tcl (DesBlock): Change the final result from binary format to some bit-shifting for tcl < 8.4 to fix for 64 bit platforms. check-in: acbff6dcd0 user: patthoyts tags: trunk
23:25
* md4.c: Removed the c_src subdirectory and moved all files * md4.h: into the md4 module directory. We want to keep the * md4c.tcl: source tree as flat as possible. check-in: 82f5e62bb2 user: patthoyts tags: trunk
23:16
* md4.tcl: Changed the method MD4Final uses to produce the binary result to avoid problems on 64bit architectures. check-in: df7793fc05 user: patthoyts tags: trunk
22:20
* tree.test: * tree.tcl: allow node names with space chars and single :. Double :: may be OK, but the check against it is still in. check-in: 55ea83e0ab user: hobbs tags: trunk
04:56
* * Released and tagged Tcllib 1.4 ======================== * check-in: b3dd0ae351 user: andreas_kupries tags: trunk, release, tcllib-1-4
2003-05-05
16:25
* pkgIndex.tcl: Resynced package version numbers for this module. check-in: 6c485a00e0 user: andreas_kupries tags: trunk
16:13
* prioqueue.tcl: Applied patch by author Michael Schlenker <[email protected]>. Refactors internals for speed. Passes the prioqueue testsuite. check-in: 121db066a5 user: andreas_kupries tags: trunk
07:14
* mime.tcl: Applied patch for SF Tcllib bug #731759, as submitted * mime.test: by Matthew Walker <[email protected]> and accepted by Marshall Rose <[email protected]>. Update of the testsuite on my own. check-in: b7777bd956 user: andreas_kupries tags: trunk
2003-05-02
22:33
* time.tcl (unixtime): Applied patch from Andreas Kupries to ensure the result is always an integer. * time.test: Make sure the server returns integer values and check the range is valid (rather than just checking for integer). check-in: 12b4b40d83 user: patthoyts tags: trunk
22:32
* counter.test: Deactivated 'counter-timehist' (via constraint), this test is load-dependent. I.e. it will fail if the machine the test are run on is heavily loaded. check-in: 1c63964b0e user: andreas_kupries tags: trunk
19:27
* profiler.test: found a test failing for 8.5 due to incomplete auto_path propagation and setup. Fixed. check-in: d0889a6e04 user: andreas_kupries tags: trunk
07:42
* pop3d.test: Added propagation of auto_path so that sub-processes are able to find additional packages even if tcllib is not installed. * ncgi.test: Fixed all the tests which use a sub-process. The auto_path was not propagated, causing the sub-process to require an installed tcllib for correct operation (i.e. to find the other packages ncgi depends on, like fileutil). also changed the test prolog to match the other testsuites. * subserv.tcl (muserv): Propagate the auto_path into the subprocess so that it is able to find all packages the server might require. Without that the server will need an installed tcllib, for example. This fixes a hang in the pop3 testsuite when tcllib is not installed. * pop3.test: Creating the name of the file containing the fake server only once. Because the tcltest 1.0 [makeFile] coming with Tcl 8.2 will return the fully generated name only once, and not everytime it is called. check-in: 30b9c44d43 user: andreas_kupries tags: trunk
2003-05-01
23:25
* sak.tcl: Added a contributors command to list the contributors to the library. This is also used when generating the TIP55 description file. Names are extracted from the ChangeLog files. check-in: 3ed01ee93e user: patthoyts tags: trunk
23:19
typo correction. check-in: 1d03c9aaf8 user: andreas_kupries tags: trunk
23:18
Fixing the case for eric melski check-in: 2ac3f8cd23 user: patthoyts tags: trunk
22:40
* modules/base64/base64.test: * modules/base64/uuencode.test: * modules/base64/yencode.test: Various fixes to fix the * modules/control/ChangeLog: testsuite for tcl versions * modules/control/do.test: from 8.2 to 8.5 * modules/csv/csv.test: * modules/dns/dns.test: * modules/fileutil/ChangeLog: * modules/fileutil/fileutil.man: * modules/fileutil/fileutil.tcl: * modules/fileutil/fileutil.test: * modules/math/combinatorics.test: * modules/math/math.test: * modules/mime/mime.test: * modules/ntp/time.test: * modules/pop3/pop3.test: * modules/pop3d/pop3d.test: * modules/pop3d/pop3d_dbox.test: * modules/pop3d/pop3d_udb.test: * modules/profiler/profiler.test: * modules/report/report.test: * modules/stooop/pkgIndex.tcl: * modules/stooop/stooop.test: * modules/struct/list.test: * modules/textutil/ChangeLog: * modules/textutil/expander.tcl: * modules/textutil/split.tcl: check-in: ed0a15a635 user: patthoyts tags: trunk
01:34
* installer.tcl: * installed_modules.tcl: Changed mechanism for exclusion so that installer is able to install even the excluded (i.e. unofficial) modules, if so chosen (cmdline only). check-in: ec2a050abf user: andreas_kupries tags: trunk
00:26
* sak.tcl (gd-tip55): Bugfix, location of changeLog was not computed correctly. check-in: b211412f9e user: andreas_kupries tags: trunk
00:17
* README-1.4txt: New, overview of changes from 1.3 to 1.4. * installed_modules.tcl: Excluded 'calendar' form the list of installed modules/packages. Not yet ready. * sak.tcl (ppackages): Rewritten to use a sub-interpreter for retrieving package version information instead of regexes etc. Reverted all changes made to [package provide] commands on 2003-04-24, except for minor details, like the actual version numbers and typos. Fixes SF Tcllib FR #727694 check-in: bc1fac13c5 user: andreas_kupries tags: trunk
2003-04-30
21:39
Fix gendoc to work for any platform (that can exec). check-in: 385cd9f083 user: patthoyts tags: trunk
20:18
* md4.man: Added documentation for the hmac command and for the programming interface to the MD4 algorithm. * md4c.tcl: Fixed md5c attribution. check-in: 5623253d29 user: patthoyts tags: trunk
20:17
* sak.tcl: Various fixes to enable document generation under Windows. Gracefully avoid non-present archivers (tar or zip). Support for generating a TIP55 style metadata file (gentip55). Added a file mtime check to avoid unecessary document generation. check-in: 290236b899 user: patthoyts tags: trunk
2003-04-29
00:46
* urn-scheme.tcl (::uri::urn::quote): Fix this to work properly with tcl 8.2. check-in: 9ceebd68bc user: patthoyts tags: trunk
2003-04-28
23:34
* profiler.tcl (::profiler::stats): Check for sum being zero when using tcl < 8.4 (no execution trace available). Prevents a divide by zero error. check-in: 6a0b254912 user: patthoyts tags: trunk
2003-04-25
21:59
* queue.man: Documentation fix. peek/get throw errors if more was requested than in the queue. The documentation talked about returning empty strings. Thanks to Michael Schlenker <[email protected]> for the report. check-in: efbe3bb07b user: andreas_kupries tags: trunk
20:45
* mime.man: Added a section for known bugs, and recorded 447037 as such. check-in: c332d0bfc0 user: andreas_kupries tags: trunk
18:11
* ncgi.tcl (::ncgi::query): Added code to handle binary data in query/upload correctly. check-in: e074d5f02b user: andreas_kupries tags: trunk
17:07
* prioqueue.test: Extended to check for stable insertion. * prioqueue.tcl (__elementcompare): Bugfix, makes insertion stable. * prioqueue.man: New, documentation. * skiplist.man: Typo fix. check-in: 6bb9136bce user: andreas_kupries tags: trunk
04:52
* modules/base64/yencode.tcl: Modified the [package provide]'s * modules/base64/uuencode.tcl: of various packages to aid the * modules/crc/sum.tcl: automatic consistency checking at * modules/crc/cksum.tcl: the expense of slightly more * modules/crc/crc32.tcl: manual overhead for updating the * modules/crc/crc16.tcl: numbers. * modules/dns/dns.tcl: * modules/dns/resolv.tcl: Additionally cleanup of the found * modules/ftp/ftp.tcl: inconsistencies. * modules/ftp/ftp_geturl.tcl: * modules/pop3d/pop3d.tcl: * modules/pop3d/pop3d_udb.tcl: * modules/pop3d/pop3d_dbox.tcl: * modules/pop3d/pop3d_dbox.man: * modules/smtpd/smtpd.tcl: * modules/des/des.tcl: * modules/des/des.man: * modules/ntp/time.tcl: * modules/md4/md4.tcl: * sak.tcl: Changed provide heuristics a bit, more robust against whitespace in various places. check-in: 723afeaec7 user: andreas_kupries tags: trunk
00:22
* sak.tcl: New command 'provided' to list packages provided by tcl code. Extended the 'validate' command to compare the lists of provided and indexed packages. Note: A number of packages use variable in provide commands. These will show up as differences. They need higher attention to ensure version consistency. Modified some modules (calendar, exif, control, math) to reduce the number of reported false positives. check-in: df55d4979a user: andreas_kupries tags: trunk
2003-04-24
22:58
* pkgIndex.tcl: Found math::optimize missing in index. * optimize.man: Version number inconsistent with code, corrected. check-in: 184043f762 user: andreas_kupries tags: trunk
22:26
* sak.tcl: Added 'vcompare' to compare the current list of packages against a list in a file. Marks new and unchanged packages for higher attention. Helper for release engineer. check-in: c687a39bc7 user: andreas_kupries tags: trunk
22:20
* csv.tcl: Bumped version to 0.4. This had been * csv.man: forgotten before. * pkgIndex.tcl: check-in: 8da1194a85 user: andreas_kupries tags: trunk
21:43
* modules/base64/uuencode.n: Removed old nroff documentation. All * modules/cmdline/cmdline.n: documentation is generated from the * modules/comm/comm.n: doctools manpages (.man). * modules/control/control.n: * modules/counter/counter.n: * modules/crc/cksum.n: * modules/crc/crc32.n: * modules/crc/sum.n: * modules/csv/csv.n: * modules/exif/exif.n: * modules/fileutil/fileutil.n: * modules/ftp/ftp.n: * modules/ftpd/ftpd.n: * modules/html/html.n: * modules/htmlparse/htmlparse.n: * modules/irc/irc.n: * modules/javascript/javascript.n: * modules/log/log.n: * modules/math/combinatorics.n: * modules/math/math.n: * modules/md5/md5.n: * modules/mime/mime.n: * modules/mime/smtp.n: * modules/ncgi/ncgi.n: * modules/nntp/nntp.n: * modules/pop3/pop3.n: * modules/profiler/profiler.n: * modules/report/report.n: * modules/sha1/sha1.n: * modules/smtpd/smtpd.n: * modules/stooop/stooop.n: * modules/struct/graph.n: * modules/struct/matrix.n: * modules/struct/queue.n: * modules/struct/record.n: * modules/struct/stack.n: * modules/struct/tree.n: * modules/textutil/expander.n: * modules/textutil/textutil.n: * modules/uri/uri.n: check-in: 6f234d61c5 user: andreas_kupries tags: trunk
21:16
* Makefile.in (install): Merged the code for the partial install targets into one call for full normal install, and dropped the link between install and the partial install targets. * installed_modules.tcl: Moved the list of installed modules out * installer.tcl: of the installer proper into a separate * sak.tcl: file, so that the other tools have access to it too. Extended the SAK to check this information against the list of modules under development and print out all the discrepancies, i.e: modules which are not installed, or modules installed, but not existing. This is under 'validate'. check-in: 96ac8eca7b user: andreas_kupries tags: trunk
20:31
* sak.tcl: Restricted the list of modules to subdirectories of 'modules' which contain a package index (pkgIndex.tcl). Added the subcommand 'lmodules' listing all modules one per line. The existing subcommand 'modules' in contrast prints everything on a single line. Added the subcommand 'packages' listing the packages in tcllib and their versions, one per line. Added subcommand 'text' to generate documentation as plain text. check-in: d21496b003 user: andreas_kupries tags: trunk
20:28
* ntp_time.man: Cleanup of RFC referencing. check-in: 1ec4299aa4 user: andreas_kupries tags: trunk
19:52
* time.tcl (unixtime): [SF Bug #723426] Added code to handle possibility of failure in "binary scan". (ClientReadEvent): Changed to append partial results, allow for empty reads. * time.test: [SF Bug #723426]. Corrected non-unique test names. Handle a missing tcltest::interpreter and fall back to [info nameofexecutable]. check-in: cf4b3c1e68 user: andreas_kupries tags: trunk
18:45
* counter.test: Added missing propagation of test results. check-in: 18d08154da user: andreas_kupries tags: trunk
18:39
* calculus.test: Converted [puts] into log statements, and suppress them by default. Reduces the noise when running the testsuite. * math.test: Added output listing the version of the * statistics.test: package we are testing. * calculus.test: * geometry.test: * combinatorics.test: * optimize.test: check-in: f45076b19f user: andreas_kupries tags: trunk
09:14
Corrected the handling of the expression in the list manipulation procedures This solves the scope problem (bug 725231) check-in: afa9867c9f user: arjenmarkus tags: trunk
08:45
* tree.bench: New file, beginnings of a benchmark suite for the data structure 'struct::tree'. check-in: 388a7d28cb user: andreas_kupries tags: trunk
07:04
* tree.man: Changed name to struct_tree.man. Was in conflict with tree manpage of BLT. check-in: 8914ae50f3 user: andreas_kupries tags: trunk
01:20
* ncgi.man: * ncgi.tcl: Added command [importFile] from tcllib patch 611595. The command [tempfile] was relocated into fileutil instead. check-in: 4f0bea4d47 user: andreas_kupries tags: trunk
01:19
* fileutil.man: * fileutil.tcl: Added command [tempfile]. Was part of tcllib patch 611595, but has a better place here. check-in: 2f8a3b0916 user: andreas_kupries tags: trunk
00:12
* csv.tcl (Split): Rewrote parser for alternate syntax to handle the remaining known bug. Now it passes the testsuite completely. check-in: 78019a1464 user: andreas_kupries tags: trunk
2003-04-23
23:18
* csv.man: Extended to handle a slightly different alternate * cvs.tcl: syntax of CSV files. This takes care of bug * csv.test: [606141]. check-in: 5c5982f1a8 user: andreas_kupries tags: trunk
17:56
* modules/stats: Removed all files in the deprecated module 'stats' now. They there not provided in releases for over a year now. It is time to clean up the CVS too. check-in: f5c9981ae1 user: andreas_kupries tags: trunk
17:27
* fuzzy.test: Re-applied bug fixes I did before (See 2003-04-13) to the newly committed version, which was not merged, but simply overwrote my changes. check-in: af666edc98 user: andreas_kupries tags: trunk
16:23
added member array documentation with 2 methods to achieve the functionality. check-in: 4925deb121 user: jfontain tags: trunk
07:04
Corrected several test cases - they will not fail anymore (not even intentionally) check-in: 4336a6232d user: arjenmarkus tags: trunk
2003-04-22
17:19
* modules/dns/tcllib_dns.man: Cleaned up RFC references, usage * modules/ftp/ftp.man: of such in the keyword sections, * modules/ftpd/ftpd.man: and added links to the master RFC * modules/irc/irc.man: website at http://www.rfc-editor.org. * modules/md4/md4.man: * modules/mime/mime.man: * modules/mime/smtp.man: * modules/nntp/nntp.man: * modules/pop3/pop3.man: * modules/pop3d/pop3d.man: * modules/pop3d/pop3d_dbox.man: * modules/pop3d/pop3d_udb.man: * modules/smtpd/smtpd.man: * modules/struct/graph.man: * modules/uri/uri.man: check-in: 5150b9f709 user: andreas_kupries tags: trunk
2003-04-21
23:53
Created a DEVELOPMENT branch for critcl extended package. check-in: 6292fcaaf2 user: patthoyts tags: trunk
20:16
* uuencode.test: Added code to suppress output from the log package during the test. * loggerperformance.test: Renaming to 'loggerperformance'. This is neither a .tcl file of the package itself, nor does it belong into the testsuite (which is about functionality, not speed). It is a benchmark application. check-in: 6de50f2a99 user: andreas_kupries tags: trunk
20:11
statistics.test needs tcltest 2.1, not 1.2 check-in: 784d277425 user: dgp tags: trunk
19:56
* pop3.test (0.6): Fixed test 0.6, removed dependency on service running on port 25 (smtp), using fake service on some free port instead. check-in: 1adcc4215c user: andreas_kupries tags: trunk
19:21
* devdoc/indexing.txt: * installer.tcl: Extended [gen_main_index] to include the header of Don's generated package index. This makes the final chosen master index a combination of [i7/ad] and [i4/sd] as the fallback position. check-in: 2eaab0eb1c user: andreas_kupries tags: trunk
18:34
* installer.tcl: Made sure that all [file copy] operations use -force. Fix for #719616. check-in: f865d8daff user: andreas_kupries tags: trunk
18:19
* optimize.test: Corrected errors in loading the functionality under test, and of accessing tcltest. Now functional. check-in: ef099e6e03 user: andreas_kupries tags: trunk
2003-04-19
18:59
* installer.tcl: Bug fix, the modules calendar, control, and math have a "tclIndex" file which has to be installed too. check-in: 1f6ccb287c user: andreas_kupries tags: trunk
11:07
oops. same as stooop_man.html. check-in: 8de931a04a user: jfontain tags: trunk
09:47
use switch instead of regexp for checking some arguments since that is much more efficient. added numeric argument to all upvar occurences to improve performance. check-in: 45b04dbfe3 user: jfontain tags: trunk
09:45
added complete stooop HTML programmer reference documentation. check-in: 50c309b73f user: jfontain tags: trunk
2003-04-18
23:39
Bugfix: Windows does not have 'tcl_pkgPath'. check-in: 182c873c77 user: andreas_kupries tags: trunk
22:28
* md4c.tcl: Added critcl-based C implementation md4c. * md4.tcl: Enable use of md4c if available. * md4.test: Report the implmentation (C or pure-tcl) * c_src/md4.h: The md4 implementation from RFC1320 * c_src/md4.c: check-in: 2721001746 user: patthoyts tags: trunk
21:58
optimize.man: fix minor markup errors that doctools and tmml were complaining about. check-in: a7f4a7426d user: jenglish tags: trunk
07:10
Corrected a spurious } and adjusted the test cases to get proper limits (not relative) check-in: ebc7110af9 user: arjenmarkus tags: trunk
06:56
Initial checkin of optimisation procs No linear programming yet (only described in documentation) check-in: e69e86b94f user: arjenmarkus tags: trunk
02:57
* configure.in: Switched over from the original build system * configure: to one where configure/Makefile are optional * Makefile.in: and delegating all real work to 'sak.tcl'. * INSTALL.txt: Updated documentation, reduced configure macros. * aclocal.m4: * sak.tcl: * devdoc/releaseguide.html: check-in: ef76a76dce user: andreas_kupries tags: trunk
2003-04-17
23:52
* installer.tcl: Bug fixes in non-gui mode, added option to force cmdline mode. * sak.tcl: Added command to invoke the testsuite(s). check-in: 00ca7d6416 user: andreas_kupries tags: trunk
23:29
* md4.test: Added a series of tests to check all lengths of input up to over 2 MD4 block lengths. * md4_check.c: Included the C code used to generate the new test results from the OpenSSL MD4 implementation. check-in: e573525768 user: patthoyts tags: trunk
22:54
* installer.tcl: Added GUI. * main.tcl: New file, entrypoint for *kit, *pack, redirects to 'installer.tcl'. * sak.tcl: Helper tool for tcllib development (Generate distribution, various forms of documentation, check the bundle of packages for problems. check-in: 2b2e3d89d2 user: andreas_kupries tags: trunk
17:20
* Makefile.in: Added des to the list of modules. (That is the good thing which came out of the erroneous commit, we found this error.) * mkIndex.tcl: Reverting accidential commit of this file. The committed state works with a changed Makefile, but not with the current one. check-in: 426b0807d5 user: andreas_kupries tags: trunk
2003-04-16
22:37
* installer.tcl: Added 'des' to list. Reworked according to feedback from Don. * tcllib_version.tcl: Added, for sharing with other scripts. * modules/stats/pkgIndex: Now throwing an error when trying to load 'stats'. * modules/struct/ChangeLog: Typo correction. check-in: 95f3e4b29b user: andreas_kupries tags: trunk
22:00
* time.man: Renamed the man page to avoid clashing with * ntp_time.man: the tcl time.n manual page. check-in: 885127f769 user: patthoyts tags: trunk
19:39
* md4.tcl: Implemented chunked reading from file or channel, added -file and -channel options to md4. Implemented hmac command with -key option. Provide MD4Init, MD4Update, MD4Final as per C-usage to permit use on streaming data. check-in: ee2c25dd03 user: patthoyts tags: trunk
19:27
* prioqueue.tcl (__elementcopare): Failures in testsuite fixed, patch provided by original author, Michael Schlenker <[email protected]>. check-in: 233b7af48e user: andreas_kupries tags: trunk
19:18
* pkgIndex.tcl: Added math::statistics after yesterday's commit by Arjen Markus. * statistics.test: Changed to conform to standard of importing tcltest, changed import of tested functionality, added checks that actually tcltest 1.2 or higher is used (Aborting if not). * statistics.tcl: * liststat.tcl * pdf_stat.tcl: * plotstat.tcl: Reformatted a bit to be more near to the style-guide with regard to indentation. check-in: db38bb5316 user: andreas_kupries tags: trunk
11:49
Initial commit of the statistics module check-in: 8c916a3e5b user: arjenmarkus tags: trunk
2003-04-15
21:57
* installer.tcl: Added 'md4' to installer. check-in: d91873cec2 user: andreas_kupries tags: trunk
21:44
* skiplist.man: * skiplist.tcl: * skiplist.test: New files. Patch #553980 submitted by Eric Melski <[email protected]> on behalf of Keith Vetter. * prioqueue.tcl: * prioqueue.test: New files. Patch #607085 submitted by Michael Schlenker <[email protected]>. check-in: 6d3355a388 user: andreas_kupries tags: trunk
21:29
Added md4 module. check-in: a393bdce2f user: patthoyts tags: trunk
21:25
Initial checkin of MD4 hash module. check-in: fb394f802d user: patthoyts tags: trunk
20:59
* installer.tcl: EXPERIMENTAL. New installer for tcllib. Currently only cmdline based. Use -help to get help. check-in: b794e7277d user: andreas_kupries tags: trunk
17:44
* tcllib_list.man: Changed name to struct_list.man. Allows for usage of struct outside of tcllib, not as big a coupling. * graph.tcl: Redone the setting up of namespace a bit to prevent problem with the generation of a master package index. strcut.tcl bailed out with an error because the namespace was net set up when using [pkg_mkIndex] in this directory. check-in: c7a2534901 user: andreas_kupries tags: trunk
2003-04-14
20:15
* uri.man: * uri.tcl (split): Accepted the FR [#545368] by Mark G. Saye <[email protected]>, with a slight difference. To keep API compatibibility the http stays the default scheme if none was specified. check-in: c24116b9fd user: andreas_kupries tags: trunk
07:08
* profiler.test: * profiler.tcl: Accepted patch #575376 by Hemang Lavana <[email protected]> reorganizing the internals a bit and using the 8.4 specific trace support if possible. check-in: e27e195992 user: andreas_kupries tags: trunk
06:58
* graph.test: * graph.man: * graph.tcl: Added code to look for the C-implementation, cgraph, first, and to fall back to the Tcl implementation if cgraph is not present (#720348). The documentation links to the place where cgraph can be had from. Note presence of cgraph when executing the testsuite. check-in: 1156bcae33 user: andreas_kupries tags: trunk
06:42
* uri-rfc2396.test: Added constraint 'knownBug' to these tests. And reference to [#581781]. check-in: 9124923cf8 user: andreas_kupries tags: trunk
06:40
* uri-rfc2396.test: Added constraint 'knownBug' to these tests. check-in: be98f9e7d4 user: andreas_kupries tags: trunk
06:21
* irc.tcl: Accepted the patch in report [#718985] for a more robust 'GetEvent' routine. Provided by Donal Fellows <[email protected]>. check-in: de023629cd user: andreas_kupries tags: trunk
06:12
* pkgIndex.tcl: * fuzzy.tcl: Committed new code (see #535216), this also updates the package to version 0.2 * fuzzy.man: * fuzzy.test: New files for fuzzy comparisons, documentation and testsuite. Fixed some bugs in them. NOTE: There are failures in the testsuite. check-in: 8257f1f3e2 user: andreas_kupries tags: trunk
04:59
* pop3d.test: Updated to new version number. check-in: e1e8f348ea user: andreas_kupries tags: trunk
04:07
* Makefile.in (check-doc-markup): Fixed setting for DOC_FLAGS. The option '-visualwarn' does not exist anymore. Replaced by the option '-deprecated'. Thanks to Larry Virden for reporting the problem. check-in: c4c8704390 user: andreas_kupries tags: trunk
2003-04-13
23:03
* dns.tcl: Added error message to the timeout. * resolv.tcl: incorporated some of Emmanuel's updated code. check-in: fe6acf8dcc user: patthoyts tags: trunk
2003-04-12
20:25
* list.man: Changed name to tcllib_list.man to prevent a clash with tcl's manpages. check-in: b3b951c490 user: andreas_kupries tags: trunk
00:26
* dns.man: *Renamed* to tcllib_dns.man to avoid a name clash with the dns manpage from the scotty package. check-in: 8089b9d8f1 user: patthoyts tags: trunk
00:22
* dns.tcl: Try to read the whole reply when using tcp. Added a catch to avoid bgerrors within the handler. * dns.tcl: * dns.man: * pkgIndex.tcl: hiked version to 1.0.4 check-in: 61ebe125e8 user: patthoyts tags: trunk
2003-04-11
21:12
* install.tcl: Changed to notify the user if the directory to install is not a source distribution but a CVS snapshot. Right now a direct installation of a CVS snapshot is not possible. check-in: c08cf107c0 user: andreas_kupries tags: trunk
21:01
* uri.test: * uri.tcl (::uri::split): Fixed bug #676976 reported by Jason Mills <[email protected]>. An incorrect regular expression (typo in character class) accepted more character than it should have. check-in: 28bfed4e43 user: andreas_kupries tags: trunk
20:22
* struct.tcl: * list.man: * matrix.man: * pool.man: * queue.man: * record.man: * stack.man: * tree.man: * pkgIndex.tcl: Set version of the package to 1.3. check-in: 5d0eac8e9e user: andreas_kupries tags: trunk
20:18
* stooop.tcl: * stooop.man: * pkgIndex.tcl: Set version of the package to to 4.4.1 throughout. check-in: 2a6723e79c user: andreas_kupries tags: trunk
20:15
* report.tcl: * report.man: * pkgIndex.tcl: Set version of the package to to 0.3.1 check-in: 2dab0255d0 user: andreas_kupries tags: trunk
20:13
* profiler.tcl: * profiler.man: * pkgIndex.tcl: Set version of the package to to 0.2.1. check-in: d283d9f3a5 user: andreas_kupries tags: trunk
20:11
* pop3d.tcl: * pop3d.man: * pop3d_dbox.tcl: * pop3d_dbox.man: * pop3d_udb.tcl: * pop3d_udbx.man: * pkgIndex.tcl: Set version of the package 'pop3d' to to 1.0.1. 'dbox' is now at version 1.1. 'udb' is now at version 1.0.1. check-in: e2b5bd112a user: andreas_kupries tags: trunk
20:07
* pop3.tcl: * pop3.man: * pkgIndex.tcl: Set version of the package to to 1.6 check-in: b9b629de94 user: andreas_kupries tags: trunk
20:04
* nntp.man: * nntp.tcl: * pkgIndex.tcl: Set version of the package to to 0.2.1 check-in: 6087351b45 user: andreas_kupries tags: trunk
19:59
* combinatorics.man: * math.man: * math.tcl: * pkgIndex.tcl: Set version of the package to to 1.2.2. check-in: 402c66e8b9 user: andreas_kupries tags: trunk
19:55
* log.man: * log.tcl: * pkgIndex.tcl: Set version of the package 'log' to to 1.0.2. check-in: 04f02b0b2a user: andreas_kupries tags: trunk
19:48
* htmlparse.tcl: * htmlparse.man: * pkgIndex.tcl: Set version of the package to to 0.3.1. check-in: 0c745d2ad3 user: andreas_kupries tags: trunk
19:44
* fileutil.man: * fileutil.tcl: * pkgIndex.tcl: Set version of the package to to 1.5. check-in: 285f37b6ed user: andreas_kupries tags: trunk
19:41
* control.man: * control.tcl: * pkgIndex.tcl: Set version of the package to to 0.1.2. check-in: d71bdbc78a user: andreas_kupries tags: trunk
19:39
* comm.man: * comm.tcl: * pkgIndex.tcl: Set version of the package to to 4.0.1. check-in: 667e58b471 user: andreas_kupries tags: trunk
19:21
* Fixed bug #614591 throughout. Numerous modules updated. Also first round of getting version number consistents, and updated for a 1.4 release of the whole. check-in: 9e263a81f2 user: andreas_kupries tags: trunk
19:16
* uuencode.man: * base64.tcl: * base64.man: * pkgIndex.tcl: Fixed bug #614591. Set version of the base64 package to to 2.2.2. uuencode is now at version 1.0.2 throughout. check-in: 208daf75ea user: andreas_kupries tags: trunk
19:10
* pkgIndex.tcl: * gregorian.tcl: Fixed bug #614591. Set version of the package to 0.2 check-in: 2da0970b4b user: andreas_kupries tags: trunk
19:07
* typedCmdline.tcl: Fixed bug #614591. See also last entry, this file was forgotten. check-in: b5b57ea4c4 user: andreas_kupries tags: trunk
19:01
* counter.tcl: * counter.man: * pkgIndex.tcl: Fixed bug #614591. Set version of the package to to 2.0.1. check-in: fc097ec6bf user: andreas_kupries tags: trunk
18:55
* des.tcl: Fixed bug #614591. check-in: 105edb9cdc user: andreas_kupries tags: trunk
18:53
* dns.tcl: * dns.man: * pkgIndex.tcl: Fixed bug #614591. Set version of the package to to 1.0.3 throughout. Added package 'resolv' to index. check-in: 732cc46f56 user: andreas_kupries tags: trunk
18:43
* exif.tcl: * exif.man: * pkgIndex.tcl: Fixed bug #614591. Set version of the package to to 1.1. check-in: d706d105e8 user: andreas_kupries tags: trunk
18:39
* ftp.tcl: * ftp.man: * ftp_geturl.tcl: * pkgIndex.tcl: Fixed bug #614591. Set version of the package to to 2.4. Set version of geturl package to 0.2. check-in: 83d666a1d8 user: andreas_kupries tags: trunk
18:32
* ftpd.tcl: * ftpd.man: * pkgIndex.tcl: Fixed bug #614591. Set version of the package to to 1.1.3. check-in: 513ee0958d user: andreas_kupries tags: trunk
18:27
* pkgIndex.tcl: * html.man: * html.tcl: Fixed bug #614591. Set version of the package to to 1.2.2. Fixed equivalent of bug #648679. check-in: 9e5fcc0e95 user: andreas_kupries tags: trunk
18:19
* irc.man: * irc.tcl: Fixed bug #614591. Set version of the package to to 0.3 throughout. Was insonsistent. check-in: 2ce894336e user: andreas_kupries tags: trunk
18:14
* javascript.tcl: * javascript.man: * pkgIndex.tcl: Fixed bug #614591. Set version of the package to to 1.0.1. check-in: 47650b508d user: andreas_kupries tags: trunk
18:08
* logger.tcl: Fixed bug #614591. check-in: e803bde1d8 user: andreas_kupries tags: trunk
18:03
* md5.tcl: * md5.man: * pkgIndex.tcl: Set version of the package to to 1.4.3. check-in: 9989a6bd34 user: andreas_kupries tags: trunk
01:41
* smtp.tcl: * mime.tcl: * mime.man: * csmtp.man: * pkgIndex.tcl: Fixed bug #614591. Set version of the package to to 1.3.3. Fixed equivalent of bug #648679. check-in: 37b42ee9fc user: andreas_kupries tags: trunk
01:27
* pkgIndex.tcl: * ncgi.man: * ncgi.tcl: Fixed bug #614591. Set version of the package to to 1.2.2. Also fixed equivalnet of bug #648679. check-in: 9635bcdf91 user: andreas_kupries tags: trunk
01:13
* pkgIndex.tcl: * sha1.man: * sha1.tcl: Fixed bug #614591. Set version of the package to to 1.0.3 check-in: 102eec52de user: andreas_kupries tags: trunk
01:08
* smtpd.tcl: Fixed bug #614591. check-in: c407c8d0a0 user: andreas_kupries tags: trunk
00:59
* pkgIndex.tcl: * expander.man: * expander.tcl: Set version of the package to to 1.2 * pkgIndex.tcl: * textutil.man: * textutil.tcl: Fixed bug #614591. Set version of the package to to 0.5 check-in: 8620b179b4 user: andreas_kupries tags: trunk
00:50
* pkgIndex.tcl: * uri.man: * uri.tcl: Fixed bug #614591. Set version of the package to to 1.1.2. * urn-scheme.tcl: Fixed bug #614591. Set version of the package to to 1.0.1 check-in: 05975b7942 user: andreas_kupries tags: trunk
00:39
* pkgIndex.tcl: * cmdline.tcl: * cmdline.man: Fixed bug #648679. Fixed bug #614591. Set version of the package to to 1.2.1 check-in: 1f056d5c95 user: andreas_kupries tags: trunk
2003-04-10
22:29
documentation fix. check-in: e7f0b3521d user: andreas_kupries tags: trunk
2003-04-09
19:08
Typo correction. check-in: 84433970c9 user: andreas_kupries tags: trunk
19:02
* pop3d.tcl: A bit more logging of internals. check-in: 39e6b0f2b0 user: andreas_kupries tags: trunk
18:46
* pop3.man: Documented new API. * pop3.tcl: More logging of internal activity. Final nail into the bug #528928 (Additional border cases were not handled yet, incorrect handling detected through the new testsuite). New API 'pop3::config'. * pop3.test: Testsuite rewritten. Uses the sub-process and server support provided by the new module 'devtools'. Avoids the stdin lockup on windows. Uses a micro server for fixed responses to the client instead of a true pop3 server, simplifies the testing, less external dependencies, also better control over the data sent to the client = easier to create intentionally (semi-)bogus information to stress border cases. check-in: cc51da143f user: andreas_kupries tags: trunk
18:34
* New module: devtools. Internal use only for now. Does not contain true packages. * First contents are support for sub-processes in testsuites. check-in: 6fbee0d994 user: andreas_kupries tags: trunk
18:25
* list.man: * list.test: * list.tcl: Added 'lcsInvertMerge'. check-in: 8a84baa66e user: andreas_kupries tags: trunk
2003-04-08
23:08
* list.man: * list.test: * list.tcl: Added and documented commands [iota], [equal], and [repeat]. Extended the testsuite. check-in: 63470070ae user: andreas_kupries tags: trunk
2003-04-03
20:13
* pop3.tcl: Fixed bug in the new code which wasn't found because that case was untestable when using a full-blown pop3 demon (Was unable to construct a message which caused the boundary condition to ocur in the client). Found using the microserver code. * pop3.test: Removed test case planned to test the above mentioned boundary case. Added code for a microserver based testcase which does exercize the condition. Deactivated as microserver is not yet part of tcllib. * pop3.test: * srv.tcl: Corrected leftover changes from yesterday which should not have been in the commit. I.e. reactivated reporting and correct cleanup. check-in: 98fbb07e9a user: andreas_kupries tags: trunk
01:50
* srv.tcl: * pop3.test: Added tests and messages for bug #528928. * pop3.tcl (pop3::open): Bug fix, close channel to server when talking to it fails (no greeting, login failure). This cleans up a leak of open sockets. (pop3::RetrFast): Fixed bug #528928 where a .-stuffed line was misinterpreted as mail terminator. * pop3d_dbox.tcl: Started to add log output. * pop3d.tcl: Added "."-stuffing. Not done by mime, out of scope, has to be done by the transport, i.e. the pop3 demon. Also removed the transmission of superfluous newline at end of the message. check-in: 6fb5ff3946 user: andreas_kupries tags: trunk
2003-04-02
23:21
* fileutil.test (fileutil): Fixed tcllib SF bug #714214 reported by Pat Thoyts, by working around the 'makeFile' command provided with tcltest. It seems to have issues when doing binary data. check-in: e7f9d18c6f user: andreas_kupries tags: trunk
22:32
* list.cl: * list.test: Fixed SF tcllib bug #714209. check-in: b18d8c48d7 user: andreas_kupries tags: trunk
21:25
* ../../../examples/struct: Added example applications for usage of longestCommonSubsequence and lcsInvert. check-in: 6565798842 user: andreas_kupries tags: trunk
21:24
Fix for bug #709375 - test failures for bigEndian systems when using Trf crc-zlib. Additional test file used to isolate byte ordering problems. check-in: eec80cbcb6 user: patthoyts tags: trunk
20:52
* struct.tcl: Integrated new list commands. * list.tcl: Added commands 'reverse', 'assign', 'flatten', * list.man: 'map', and 'fold' to the suite of list functions. * list.test: check-in: 698e5f62a2 user: andreas_kupries tags: trunk
07:29
* list.man: New files, extended list manipulation * list.tcl: facilities. Started out with Kevin Kenny's * list.test: implementation of the algorithm to find the longest common subsequence of two sequences, aka lists. Added myself a method to invert a LCS into a description of differences instead. check-in: 873cfd6da3 user: andreas_kupries tags: trunk
2003-04-01
23:38
* checker_toc.tcl: Bug fixes for handling of nested toc divisions. * ../../examples/doctools/doctools.idx: * ../../examples/doctools/doctools.toc: Updated to reflect latest changes in the format definitions. * doctoc.tcl: * docidx.tcl: Added the package and file ops initially created in doctools.tcl to these packages too, so that their text engines can use 'textutil' too. * mpformats/_text.tcl: * mpformats/fmt.text: * mpformats/toc.text: * mpformats/idx.text: Bug fixes. check-in: 246253356a user: andreas_kupries tags: trunk
21:24
* Makefile.in (MODULES): Added the soundex module. * soundex.tcl: New module for soundex algorithms. * soundex.man: * soundex.test: * pkgIndex.tcl: check-in: c6a408f0bd user: andreas_kupries tags: trunk
19:39
* stooop.man: * stooop.htm: Renamed to 'stoop_man.html'. Updated doctools documentation to refer to manual under the new name. This resolves the circular link reported in Tcllib SF bug #687923. check-in: b15c32149b user: andreas_kupries tags: trunk
19:27
* exif.man: * exif.tcl: Applied patch for SF tcllib bug #665737 provided by Tim J. Edwards <[email protected]>. This not only fixes the bug mentioned above, but also corrects some spelling mistakes, adds support for a number of additional EXIF tags, and provides functionality to dump a thumbnail image contained in the data to a file. The change in the interface of 'analyze' (stream -> file) was reverted and an additional file based command provided instead. This command is a wrapper around the stream interface. Updated the documentation. check-in: 68f59281ce user: andreas_kupries tags: trunk
18:03
* record.test: Applied changes provided by Brett Schwarz <[email protected]>. His comments: I had changed the return when encountering a circular record; previously I returned "", but now I return an error. This fixes record.test to reflect the change. Part of fix for Tcllib SF Bug #709375. Additional changes by myself: Reformatted (proper tcl indentations). Renumbered so that all tests have unique id numbers (Before all tests had id 0.1). check-in: 463070053f user: andreas_kupries tags: trunk
01:20
* mpformats/toc.text: * mpformats/idx.text: New files, toc & index formatting in plain text. * mpformats/_text.tcl: * mpformats/fmt.text: Moved processing of plain text into the generic part. check-in: 487a83eea6 user: andreas_kupries tags: trunk
00:06
* tabify.tcl (tabify, untabify): Changed from regsub to string map This closes FR #693194 by David Welton <[email protected]>. check-in: 073a6fb8ef user: andreas_kupries tags: trunk
2003-03-31
22:42
* ftp.tcl (ModTime): Applied patch #659238 supplied by Dan Rogahn <[email protected]> to allow setting the modification time of a file, assuming the server allows this as well. check-in: 1cbd2f1f14 user: andreas_kupries tags: trunk
22:24
* csv.tcl (split): Fixed bug #709123 reported by Jamie Honan <[email protected]>. The separator character is used in regular epxressions, but was not protected against special interpretation by the RE engine. check-in: 0ecaebe6e7 user: andreas_kupries tags: trunk
22:00
* cvs.tcl (scanLog): Applied fix for Bug #712951 reported by Joe English <[email protected]>. check-in: 6ab959d772 user: andreas_kupries tags: trunk
2003-03-30
07:50
* doctools.tcl (SetupFormatter): Moved error output command to the front, so that the code loading the engine can use it too, and not only the engine procedures. Added alias for 'file', and a special command which is a shortcut for 'package require' so that engines can load packages. This was required for the plain text engine which makes heavy use of the formatting commands in 'textutil'. Added setup of 'ctopandclear'. (SetupChecker): Added setup of 'ctopandclear'. (Package, Locate): New commands supporting package require. Instead of trying to enable every command in the safe interpreter required for package management we use the standard package commands to locate the index for thr requested package and evaluate just that in the safe interpreter, after temporarily enabling source and load commands. * checker.tcl: Added code for debugging, like already present in the files checker_doc*.tcl. * mpformats/_text.tcl: Core for plain text engines. * mpformats/fmt.text: New engine. Generates output in plain text. check-in: b0bfbd334e user: andreas_kupries tags: trunk
07:41
* expander.man: * expander.tcl: Added method 'ctopandclear' to retrieve data captured in the current context without having to pop the context (and loose state information). User: Plain text formatter in 'doctools'. check-in: e5c659d322 user: andreas_kupries tags: trunk
2003-03-29
02:01
Commit patch #509776 to permit usage of argv0 in slave test interps. check-in: 47ac097668 user: patthoyts tags: trunk
00:21
typo correction. check-in: 7c9337d231 user: andreas_kupries tags: trunk
00:18
* pkgIndex.tcl: added 'doctools::cvs' and 'doctools::changelog' to the package index. * changelog.man: * changelog.tcl: New. Parsing of ChangeLogs into list structures, merging of multiple logs, conversion into a doctools document. The code for parsing came originally out Makedist_SupportAku, a private package extending my Makedist tool. Documented the code. check-in: 269e06dfc2 user: andreas_kupries tags: trunk
2003-03-28
20:01
* cvs.tcl (toChangeLog): Using the new textutil commands 'indent' and 'undent' for proper alignment of the comments extracted from the log. * pkgIndex.tcl: added 'doctools::cvs' to package index. check-in: a1bf2107f6 user: andreas_kupries tags: trunk
19:57
* adjust.test: * textutil.test: Added testsuite for new commands. Fixed typo bug in yesterday's 'blank' and 'indent'. * adjust.tcl: New command 'undent'. * textutil.tcl: New command 'longestCommonPrefix'. * textutil.man: documented the new commands. check-in: 34ac5be3b0 user: andreas_kupries tags: trunk
17:57
* uri.man: * uri-rfc2396.test: New file. First step towards conformance with RFC 2396, a testsuite for checking conformant behaviour. Thanks to Rolf Ade <[email protected]>. Bug #581781. Noted non-conformance in documentation, inviting help. check-in: 86fad84fa6 user: andreas_kupries tags: trunk
17:07
* README: Updated information about acceptable documentation formats, i.e. added doctools, made it mst prefered format. This fixes the [Bug #685270], reported by Larry Virden <[email protected]>. check-in: 49c254b55f user: andreas_kupries tags: trunk
2003-03-27
23:37
* cvs.man: * cvs.tcl: Added code to handle parsing and reformatting of cvs log files. Origin of the code the tcl'ers wiki, page http://wiki.tcl.tk/log2changelog. The actual original author is unknown (not listed on the wiki). check-in: 85853daee9 user: andreas_kupries tags: trunk
22:13
* textutil.man: * adjust.tcl: * trim.tcl: * textutil.tcl: New commands: blank, chop, tail, cap, uncap, indent, trimPrefix, and trimEmptyHeading. Imported from my own Pool library. Also fixed some typos in the manpage: Superfluous closing brackets. check-in: 83b5ad54bc user: andreas_kupries tags: trunk
2003-03-26
22:58
Reduce frink warnings. check-in: 435110c0d0 user: patthoyts tags: trunk
2003-03-25
18:09
Typo fix and extended description for stripPwd. check-in: 99414d3c8c user: andreas_kupries tags: trunk
06:07
* sha1.tcl (sha1::sha1): Applied patch #637770 submitted by Donal Fellows to fix problems on Mac OS X machines. This possibly related to 64/32 bit arithmetic. See changes by Don Porter below. check-in: 6750349d0d user: andreas_kupries tags: trunk
05:10
* fileutil.tcl (fileutil::touch): Applied patch #688965 provided by Glenn Jackman <[email protected]>. This patch provides a better message when asking the [fileutil::touch] command for help. check-in: 8b756f583c user: andreas_kupries tags: trunk
05:05
* htmlparse.test: Added htmlparse-3.4 to exercise the fix. * htmlparse.tcl (::htmlparse::parse): Fixed bug #640932, reported by Scott Goodwin <[email protected]>. Cause of the bug: Incomplete tags were correctly detected and stored for the next call, but incorrectly not used in said next call. check-in: 7a5973a078 user: andreas_kupries tags: trunk
2003-03-24
23:45
* doctools_fmt.man: Fixed documentation bug #704187 reported by Roy Terry <[email protected]>. check-in: f5ede61c78 user: andreas_kupries tags: trunk
23:21
* uuencode.test: * uuencode.tcl: Fixed bug #700327, reported by Roger Niva <[email protected]>. Added '--' before actual data argument to prevent mishandling of data beginning with a dash ('-'). Extended the testsuite to cover these cases. check-in: f3636806c2 user: andreas_kupries tags: trunk
23:11
* README: Updated to refer to the SF website for Tcllib. Thanks to Larry Virden <[email protected]> for the report and fix. [Bug #707607]. * fileutil.test: * fileutil.man: * fileutil.tcl: Fixed bug #707009, reported by Helmut Giese <[email protected]>, also updated the documentation and the testsuite. check-in: 00ea7618ee user: andreas_kupries tags: trunk
2003-03-20
00:41
Add port as an optional argument for gettime. check-in: ac3c9ec017 user: patthoyts tags: trunk
00:29
Added tests and a package index file. check-in: f18a8d5f88 user: patthoyts tags: trunk
2003-03-18
22:16
revert -regexp option to fix bug #701288 check-in: 9e3381e04b user: patthoyts tags: trunk
2003-03-17
23:42
Added ntp module. check-in: ea5e402f6b user: patthoyts tags: trunk
23:34
Sample rdate command to illustrate the use of the ntp/time package. check-in: 2662aed11b user: patthoyts tags: trunk
23:32
Initial check-in of RFC868 TIME protocol client check-in: 9a0706e584 user: patthoyts tags: trunk
2003-03-14
08:12
* checker.tcl: Fixed incorrect signature of 'usage'. * mpformats/fmt.null: Bugfix in naming of the procedures. check-in: 4738a4360e user: andreas_kupries tags: trunk
2003-03-13
23:07
* mpformats/_common.tcl: Fixed initialization error for cross-references causing unwanted suppression (leakage of definitions between multiple pages). * doctoc.tcl: Bug fixes in three return statemments. * docidx.tcl: (return -code error string, not return -code string) * doctools.tcl: check-in: 89a8cae279 user: andreas_kupries tags: trunk
22:56
* Makefile.in (install-libraries): Extended special code for doctools to install the new idx and toc engines. check-in: a2b40101a8 user: andreas_kupries tags: trunk
2003-03-12
04:48
* mpformats/fmt.html: Rewrite handling of [keywords] and * mpformats/fmt.latex: [see_also] to behave like for the TMML * mpformats/fmt.list: formatter: Collect all keywords and * mpformats/fmt.nroff: x-references during the first pass, insert * mpformats/fmt.wiki: the results during the second pass, in [manpage_end]. Ensures that at most one see_also / keyword section is present, ensures uniform order and handling of multiple keyword / see_also commands is now uniform too. * examples/doctools.idx: Moved to the new examples/doctools * examples/doctools.toc: directory. Thanks to Larry Virden <[email protected]> for pointing out that the original location in the doctools module violated the principle of collecting examples in a separate directory, instated by myself. Stupid me. check-in: 24e7b757bd user: andreas_kupries tags: trunk
2003-03-05
22:53
Fix typo in the new logger setting. check-in: ccec7e3b1f user: patthoyts tags: trunk
06:50
* A examples/doctools.idx: Fairly extensive revamping of the * A examples/doctools.toc: codebase. Added a format for * A mpformats/_idx_common.tcl: indices, formatting engines, a * A mpformats/_toc_common.tcl: package for handling it. Extended * A mpformats/idx.html: all packages to allow engine * A mpformats/idx.nroff: parameters and mapping from * A mpformats/idx.null: symbolic to actual filenames or * A mpformats/idx.wiki: urls. Right now only the HTML * A mpformats/toc.html: engines actually provide * A mpformats/toc.nroff: parameters. Added testsuites for * A mpformats/toc.null: doctoc and docidx. Revamped the * A mpformats/toc.tmml: documentation to cross-reference * A mpformats/toc.wiki: each other better, more uniform in * A api_idx.tcl: structure (not complete), naming of * A api_toc.tcl: the manpages for this module is now * A checker_idx.tcl: uniform. Added examples for doctoc * A checker_toc.tcl: and docidx formats, both in the * A docidx.man: manpages, and as separate files. * A docidx.tcl: * A docidx.test: * A docidx_api.man: * A docidx_fmt.man: * A doctoc.man: * A doctoc.tcl: * A doctoc.test: * A doctoc_api.man: * A doctoc_fmt.man: * A doctools_api.man: * A doctools_fmt.man: * A tocexpand: * M ChangeLog: * M NOTES: * M api.tcl: * M checker.tcl: * M doctools.man: * M doctools.tcl: * M doctools.test: * M pkgIndex.tcl: * M mpformats/_common.tcl: * M mpformats/_nroff.tcl: * M mpformats/c.msg: * M mpformats/de.msg: * M mpformats/en.msg: * M mpformats/fmt.html: * M mpformats/fmt.latex: * M mpformats/fmt.list: * R dtformat.man: * R dtformatter.man: check-in: 3cefbb6b9b user: andreas_kupries tags: trunk
06:29
* textutil.man: Added two new commands, * textutil.tcl: ::textutil::adjust::listPredefined and ::textutil::adjust::getPredefined to the package. They allow the user of the package to find the names and full paths of the hyphenation files coming with the package itself, making their use easier. check-in: b9e7450145 user: andreas_kupries tags: trunk
2003-03-04
22:08
Converted logging to use the logger package. check-in: d96ecdde7b user: patthoyts tags: trunk
2003-02-27
01:34
Bringing in resolv package from Emmanuel Frecon's wiki contribution. check-in: 2960dcfbfb user: patthoyts tags: trunk
2003-02-26
01:25
Added errorcode proc. check-in: f21a18f595 user: patthoyts tags: trunk
2003-02-25
21:39
Implemented inverse queries - although they seem to be useless. Tested the UDP transmission using a fixed TclUDP check-in: 5f8ecda036 user: patthoyts tags: trunk
21:12
* matrix.tcl: Require Tcl 8.2 because of string map. Use string map instead of regexp. check-in: 6e203f7343 user: davidw tags: trunk
18:07
prevent loading of logger 0.1 in pre-Tcl-8.2 interps. Would be much better to separate the index scripts of the logger and log packages. check-in: cef424d7d8 user: dgp tags: trunk
17:41
* logger.tcl: Require Tcl 8.2 - we use string map. check-in: a9fb55eaba user: davidw tags: trunk
07:06
* profiler.tcl (::profiler::tZero): Use string map instead of regsub. check-in: 1707860d18 user: davidw tags: trunk
07:04
* nntp.tcl (::nntp::squirt): Use if, string match instead of regsub. check-in: bc8c1c1426 user: davidw tags: trunk
07:04
* htmlparse.tcl (::htmlparse::PrepareHtml): Use string map instead of regsub. check-in: 955944bdb9 user: davidw tags: trunk
07:03
* html.tcl (html::quoteFormValue): Package requires Tcl 8.2 in any case, so having an implementation of this proc for older Tcl versions doesn't make much sense. check-in: 900fbe8c1e user: davidw tags: trunk
07:01
* ftp.tcl (ftp::OpenControlConn): Use string map instead of regsub. check-in: cc9b8f649c user: davidw tags: trunk
06:59
* counter.tcl (counter::names): Use string map instead of regsub. Require Tcl 8.2 as a consequence. check-in: 63c784363d user: davidw tags: trunk
06:40
* cmdline.tcl (cmdline::getfiles): Use string map instead of regsub. check-in: c8adfe513b user: davidw tags: trunk
06:38
* base64.tcl: Bumped base64.tcl Tcl requirement to 8.2, swapped out regsub for string map. check-in: c4882ba75b user: davidw tags: trunk
2003-02-12
18:51
* dtformatter.man: Updated the documentation to include the * dtformat.man: two new commands (vset, include). * doctools.tcl (Eval): Added handling of new [include] * doctools.tcl (ExpandInclude): formatting command. * checker.tcl (vset): New command in the formatting language for handling variables (setting and retrieving values). Differs from the regular in that the set value is not retruned as the result of the command. This is necessary to avoid unwanted insertion of data into the output stream. The command is handled in the checker layer (although no checking is required). The engines never see this command. * mpformats/fmt.nroff: Changed both engines to not use the * mpformats/fmt.wiki: expander context stack anymore. It interferes with handling of include files. It was used to catch all output and then perform last-miunte processing. for that we have [fmt_postprocess], moved the code to that. check-in: 75cbffef1b user: andreas_kupries tags: trunk
2003-02-11
23:51
Added [copyright] markup tag to man pages. Enforce 32bit calculation in crc32 algorithm to fix test failure on >32bit platforms. check-in: 5a0c5a79b0 user: patthoyts tags: trunk
23:32
Initial import of des package. check-in: daa1209019 user: patthoyts tags: trunk
2003-02-07
22:04
Bah. Can't use [file normalize] with tcl 8.3 check-in: 583e6f4df3 user: patthoyts tags: trunk
20:34
Fixed bad test case check-in: 1de5abefd6 user: patthoyts tags: trunk
20:31
Check that we have a _working_ C implementation check-in: 980e145ac5 user: patthoyts tags: trunk
16:27
Fixed typo (strimg -> string) to pass test suite check-in: 5e0f3e083c user: patthoyts tags: trunk
03:10
* exif.tcl (exif::makerNote): Use string match instead of regexp. check-in: 0cf130fd90 user: davidw tags: trunk
03:06
* uri.tcl (uri::SplitMailto): Use 'string match' instead of regexp. check-in: d47f63a5cd user: davidw tags: trunk
03:01
* sha1.tcl (sha1::time): Use 'lindex' instead of regexp to fetch number from 'time' results. check-in: 71b21876c3 user: davidw tags: trunk
02:58
* profiler.tcl (::profiler::profProc): Use string match instead of regexp. check-in: 9caac22524 user: davidw tags: trunk
2003-02-06
19:31
* nntp.tcl (::nntp::fetch): Use 'string match' instead of regexp. Use if string match ... string range instead of regsub (it's about twice as fast in a small test I ran). check-in: 8095949bf6 user: davidw tags: trunk
17:18
* ncgi.tcl: Use string match instead of regexp. check-in: 6b5090005c user: davidw tags: trunk
07:45
* htmlparse.tcl (::htmlparse::mapEscapes): Use string match instead of regexp. Feature [ 676536 ]. check-in: 66402bd264 user: davidw tags: trunk
07:38
* md5.tcl (::md5::time): Used lindex instead of regexp to fish the number out of 'time' results. Not really a performance win here, but it's good style. check-in: 667fffd3a7 user: davidw tags: trunk
2003-02-02
21:57
Fixed bug in the option handling for crc16 check-in: 627488af2c user: patthoyts tags: trunk
2003-01-31
03:12
* loggerperformance.test: Changed file name so as to avoid problems with autoindexer. check-in: 5b3920ce5d user: davidw tags: trunk
02:52
* irc_example.tcl (client::connect): Added some more comments, change the startup features. Create ChangeLog. check-in: c04009d198 user: davidw tags: trunk
2003-01-30
23:02
udp demo support - needs to be tested using a binary capable udp package. check-in: 7109bd2940 user: patthoyts tags: trunk
2003-01-29
06:58
* ftp.tcl (ftp::InitDataConn): Use 'string match' instead of regexp. check-in: 8977f48201 user: davidw tags: trunk
06:51
* fileutil.tcl (::fileutil::fileType): Use 'string match' instead of regexp. Require Tcl 8.2. check-in: ee453f878b user: davidw tags: trunk
06:26
* fixed bug where nested instances were not getting deleted correctly check-in: 769bdeac0c user: schwarzkopf tags: trunk
05:43
Require Tcl 8.2. check-in: 3da7d845df user: davidw tags: trunk
05:42
* comm.tcl (::comm::commConfigure): Use 'string is integer' instead of regexp's. check-in: b79e98448c user: davidw tags: trunk
04:27
* changed return -errorInfo to error, which is consistent elsewhere in module check-in: 5af021310b user: schwarzkopf tags: trunk
2003-01-28
04:07
* mpformats/fmt.html: Modified generation of section titles to make the resulting HTML more conformant and less troublesome. Thanks to Larry Virden <[email protected]> for the catch. Revised the engine a bit. Entries in the synopsis now refer directly to the location where they are defined ([call] command). check-in: 740b1b9396 user: andreas_kupries tags: trunk
2003-01-27
15:54
* expander.man: Fixed typo in documentation. check-in: 0165a08ce8 user: andreas_kupries tags: trunk
2003-01-26
00:38
Added tcl version requirement of 8.2 Fixed uuencode::decode to work with 8.2 Added copyright to the man documents. check-in: 1f3778e49f user: patthoyts tags: trunk
00:16
Specify tcl minimum version requirement. Hiked versions to 1.0.1 check-in: 91dc15c40b user: patthoyts tags: trunk
2003-01-25
23:51
Fixed bug #674333: require Tcl version 8.3 minimum. check-in: 67a78163e9 user: patthoyts tags: trunk
21:05
Add tcl 8.2 minimum requirement. Added dns test file with dns: uri scheme tests Fixed bug in dns uri scheme. check-in: 0245b6f29c user: patthoyts tags: trunk
18:25
* irc.tcl: Added Tcl requirement to package itself. check-in: 329ba364f0 user: davidw tags: trunk
2003-01-24
23:03
* pkgIndex.tcl: Added dependency on Tcl 8.3 in the pkgIndex.tcl file. I'm not sure that this code won't work with earlier versions of Tcl, but 8.3 is all I have to test against. Please let me know if you successfully run it with earlier versions. Fixes [674331]. check-in: 27b695cc35 user: davidw tags: trunk
2003-01-19
07:58
* More doctools changes: Command [strong] is deprecated now. Added the command [copyright]. Went through all manpages to eliminate [strong]. Partial setting of copyright information, where known. * mkInstallScripts.tcl: * Makefile.in (install-libraries): Added module specific installation code. doctools: Install message catalogs and predefined formatting engines. textutil: Install hyphenation files. * Module doctools rewritten to make it a true package + application, instead of a pure application module. This means that this module now truly installs some functionality useable by other applications and packages. ---------------------------------------------------------------- * mpformats/fmt.html: Removed 'strong' formatting. The checker * mpformats/fmt.latex: warns if used and warnings requested, it * mpformats/fmt.nroff: now also redirects the command to 'emph'. * mpformats/fmt.wiki: The option -visualwarn (doctools, and * mpformats/fmt.null: mpexpand) renamed to -deprecated. Message * mpformats/fmt.list: 'visualmarkup' removed from the catalogs, * mpformats/c.msg: and 'depr_strong' added instead. * mpformats/en.msg: * mpformats/de.msg: * checker.tcl: * doctools.tcl: * mpexpand: * doctools.man: Updated, converted [strong] to better * dtformat.man: formatting commands. Ditto for all manpages * dtformatter.man: in tcllib containing 'strong'. 'strong' is now * mpexpand.man: not present anymore. * mpformats/_common.tcl: Applied a patch by Joe English adding the * mpformats/fmt.tmml: copyright information to the appropriate place in the TMML output. This also fixes a bug in c_get_copyright where an empty string resulted in a incomplete line being given to the formatter. * mpformats/fmt.html: Removed the phrase 'All rights reserved' * mpformats/fmt.latex: from the code, on recommendation by * mpformats/fmt.nroff: Joe English. * mpformats/fmt.wiki: * mpformats/fmt.html: Changed to display copyright information in * mpformats/fmt.latex: the conversion result itself and not only * mpformats/fmt.nroff: embedded in comments. * mpformats/fmt.wiki: * doctools.tcl: Added a new formatting command, * doctools.test: 'copyright', to declare/assign copyright * doctools.man: for manpages. Updated both documentation * dtformat.man: and testsuite. Extended the common code * checker.tcl: base with convenience methods for storing * api.tcl: and retrieving such information. The * mpformats/fmt.html: retrieval operation also implements the * mpformats/fmt.latex: logic giving the information in a manpage * mpformats/fmt.list: precedence over information coming from the * mpformats/fmt.nroff: processor. Updated all predefined engines * mpformats/fmt.null: to handle the new command. TMML done only * mpformats/fmt.tmml: partially, as I don't know where the copy- * mpformats/fmt.wiki: right has to go. * mpformats/_common.tcl: * mpformats/_html.tcl: * mpformats/_nroff.tcl: * mpexpand: * mpexpand: Moved format help into the package itself. * doctools.tcl: Changed the checker. Input syntax errors are not * checker.tcl: written to stderr anymore, but reported through * doctools.man: an standard tcl error. Warnings are collected and * doctools.test: can be queried after a formatting run. Made the generic engine more robust against failures in a formatting engine. Wrote documentation for the package. Extended the configuration method to be more standard. Wrote a testsuite. * mpexpand: Nearly complete rewrite of the system. * mpformats/fmt.html: The recognized input format was _not_ * mpformats/fmt.latex: changed. The main functionality was * mpformats/fmt.list: placed into a package, doctools. This * mpformats/fmt.nroff: package allows the creation of multiple * mpformats/fmt.null: formatter objects, to be used alone or * mpformats/fmt.tmml: together. The application 'mpexpand' was * mpformats/fmt.wiki: rewritten to use that package and is now * mpformats/_common.tcl: much simpler. The communication between * mpformats/_nroff.tcl: the various stages was made simpler, and * mpformats/_xml.tcl: one slave interpreter was dropped because * mpformats/_html.tcl: of this. It might be added back if its * api.tcl: existence proves to be beneficial. The * checker.tcl: API between main systen and formatter * doctools.tcl: engine was changed, consequently all * dtformatter.man: existing engines had to be updated. They were also made simpler, especially in the area of list handling, because of the validation done by the checker subsystem. The version number is now 1.0. check-in: 6910e37294 user: andreas_kupries tags: trunk
2003-01-09
07:34
(DispatchServerEvent): Add a missing join, to keep the list a string. check-in: 7e8bfdf052 user: davidw tags: trunk
06:12
* irc.tcl: Make sure 'api' commands return strings, not lists. check-in: 548c94f202 user: davidw tags: trunk
2003-01-07
17:25
uri: * pkgIndex.tcl: Bump ifneeded patchlevel to match the provide in uri.tcl. See last change. textutil: * textutil.tcl: Changed patchlevel in provide to match the ifneeded in pkgIndex.tcl. check-in: 2056968b9a user: andreas_kupries tags: trunk
00:40
Fixed another wide/narrow integer issue in the test script. check-in: ebb86a083e user: patthoyts tags: trunk
00:15
handle cases where Trf is available but no crypt lib check-in: bdfe55a643 user: patthoyts tags: trunk
2003-01-06
23:26
Fix bug #630381: use tcllib md5 to handle Trf transparency. check-in: 02589f0dd9 user: patthoyts tags: trunk
22:08
Fixed bug #620612 for crc-32 test failures check-in: da591bb91f user: patthoyts tags: trunk
2003-01-03
02:52
* irc.tcl: Use 'logger' package for error/debug reporting. Cleanups with regards to possible 'bgerror' situations (network input/output). Bumped version number to 0.3. check-in: e7dc8eed80 user: davidw tags: trunk
02:51
Fixed spelling error. check-in: 8c92bc07c4 user: davidw tags: trunk
02:21
Enabled processing files in chunks to reduce memory usage check-in: f4400650ee user: patthoyts tags: trunk
00:59
Fixes to smtpd package check-in: 3016d9058a user: patthoyts tags: trunk
00:58
Fix handling of RFC822 addresses. check-in: 8527ef1e9d user: patthoyts tags: trunk
00:39
Enhanced error handling and added ESMTP options. check-in: 06afffd4b1 user: patthoyts tags: trunk
00:38
Test mail clients check-in: c4f611992c user: patthoyts tags: trunk
2002-12-27
00:21
Change from using tk_messageBox to a proper dialog to avoid blocking check-in: bc87f420b8 user: patthoyts tags: trunk
2002-12-21
04:18
* added tests for multiple levels of nesting check-in: bdf3912657 user: schwarzkopf tags: trunk
04:17
* fixed bug where multiple levels of nesting would cause a "command not found" error check-in: 78ef3303c1 user: schwarzkopf tags: trunk
2002-12-17
01:47
Added a few things I'm working on. Removed 'logger' as it's now in CVS. check-in: 60b868d3d4 user: davidw tags: trunk
2002-12-16
23:35
* logger.test: Logger tests. * loggerperformance.tcl : Logger performance testing. * logger.man : Logger documentation. * logger.tcl: Initial commit of logger package. check-in: 7f510b4fdf user: davidw tags: trunk
08:59
* mpexpand (format_find): Added 'argv0' as a global variable, in order to avoid erroring out when providing a bad format. check-in: f58ab3265d user: davidw tags: trunk
08:39
Updated irc example some - accepts a 'nick' argument on the command line, prettier printing of errors, code change to deal with openprojects network. check-in: d0c285071c user: davidw tags: trunk
02:10
Cleaned up wording slightly. check-in: c13ee4778a user: davidw tags: trunk
2002-12-12
21:32
Added STATUS file to help keep track of what's going on with the code at a higher level. Individual bugs are probably best kept to sourceforge. check-in: f52ceb53ff user: davidw tags: trunk
2002-12-05
20:22
* mpformats/fmt.nroff: Changed so that comments coming before manpage_begin are moved after the standard header generated by manpage_begin. check-in: bee2d31705 user: andreas_kupries tags: trunk
2002-12-02
20:01
Updated change lof for changes made last week. check-in: b2be8a5960 user: gwlester tags: trunk
04:11
Made changes to ::htm::textInput to accept arguments in addition to value. Changed documentation and test accordingly. check-in: ca273aa2d8 user: gwlester tags: trunk
2002-11-25
02:41
Fix for bug #596000 in html.tcl and fixes to test cases to not explictly require ncgi package. check-in: 5ac12e2dca user: gwlester tags: trunk
02:34
Correct test for bug #643337 check-in: 263a46babb user: gwlester tags: trunk
02:31
Fix for Bug #: 643337 check-in: 9b0671614f user: gwlester tags: trunk
2002-11-15
23:43
* uri.tcl (uri::canonicalize): Take care of trailing .., as in "http://foobar.com/foo/bar/..". * uri.test: Test for the above condition. check-in: ea83232744 user: davidw tags: trunk
20:45
* uri.tcl: Bump patchlevel in 'package provide'. check-in: 9a59918836 user: davidw tags: trunk
20:32
* uri.test: Added tests for 'news' splitting and joining. * uri.man: Added 'news' to list of supported uri's. * uri.tcl (uri::SplitNews) (uri::JoinNews): Join and split 'news' URI's. Fixes 636977. * uri.test: Added test to make sure that a URI can be split and then joined. to make sure the change below works. * uri.tcl (uri::JoinHttpInner): Make this proc deal with 'fragments' - i.e. the #foo part of a URI. Fixes 638075. * uri.test: Added tests relevant to the fix below. * uri.tcl (uri::resolve): Fix handling of queries so that the 'new' query overrides the 'old' one. This is how browsers do it. Fixes 639036. check-in: 8aeae8d3f2 user: davidw tags: trunk
2002-11-06
19:32
* cleaned up code based on output from Frink check-in: 72ba7220be user: schwarzkopf tags: trunk
04:24
* support for the new record package check-in: 5c537ee405 user: schwarzkopf tags: trunk
04:08
* graph.test: * graph.man: * graph.tcl: Implemented FR 603924. getall, keys, keyexists methods for keys of the whole graph. check-in: 16382e8660 user: andreas_kupries tags: trunk
2002-10-28
17:22
Added Phil Ehrens copyright. check-in: a9035da1d7 user: andreas_kupries tags: trunk
2002-10-26
21:53
Implemented bug #627960 check-in: 10caaa1150 user: patthoyts tags: trunk
2002-10-14
21:00
* pop3.test: Updated to expect 10 messages in pop3-6.0. * srv.tcl: Initialize server with 10 messages. Divert log output to server log. Prevents hangs in pop3-6.0. check-in: 7967e20da3 user: andreas_kupries tags: trunk
20:29
* profiler.tcl (dump): required result initialization. [Bug #564767] check-in: 42d9ec4442 user: hobbs tags: trunk
19:17
* pop3.tcl (pop3::retrieve): Changed conditionals around [scan] to check for the actual number of conversions required to make the code work, instead of < 0. This fixes bug 620062. check-in: 20c4a9177a user: andreas_kupries tags: trunk
2002-10-11
22:13
Partial fix for bug 620612. check-in: 8c29185e87 user: patthoyts tags: trunk
2002-10-10
02:39
* fileutil.tcl: * fileutil.man: * fileutil.test: Accepted enhanced format detection by Philip Ehrens <[email protected]>. check-in: 1db5dd77ae user: andreas_kupries tags: trunk
2002-10-09
21:16
* Makefile.in (install-libraries): Added code to skip directories without .tcl files. Some shells do not like a for with nothing to iterate over. check-in: b193fd37fb user: andreas_kupries tags: trunk
2002-10-08
20:23
Implemented feature request #531531 to provide MIME tokens to the backend. check-in: 090f29040a user: patthoyts tags: trunk
2002-10-02
05:40
* mime.man: Changed -parse to -part in description of "::mime::initialize". Thanks to "Gerald W. Lester" <[email protected]> for finding this. check-in: a210e191da user: andreas_kupries tags: trunk
2002-09-28
00:16
Added crc16 package check-in: 2df11dc12c user: patthoyts tags: trunk
2002-09-26
22:50
Fix for bug #579026: memory use by crc32 check-in: ae59c5be01 user: patthoyts tags: trunk
2002-09-25
23:57
New package: CRC16 check-in: a1627dabb7 user: patthoyts tags: trunk
23:43
New package: CRC16 check-in: 2c1ad00923 user: patthoyts tags: trunk
23:05
better DESTDIR/libdir support (steffen) check-in: 04f7a159a4 user: hobbs tags: trunk
19:36
* smtpd.man: Fixed documentation error in deliver example. check-in: e7d05ad1dd user: davidw tags: trunk
2002-09-23
08:03
* mpexpand: Corrected example formatting, have to run argument through plain text handling. * mpformats/fmt.wiki: Added Wiki formatting. check-in: 597bbdabaa user: andreas_kupries tags: trunk
2002-09-19
18:21
* smtpd.tcl (smtpd::service): Added Andreas' suggested changes to avoid a bgerror caused by a broken pipe. check-in: 4b0dc776d4 user: davidw tags: trunk
2002-09-17
06:14
* smtp.man: Added example from http://mini.net/tcl/1256. check-in: e5990559c1 user: davidw tags: trunk
2002-09-16
22:45
fixed bug #609835 to cope with multiple addresses in MAIL and RCPT commands check-in: f7d6e2920d user: patthoyts tags: trunk
2002-09-14
23:39
* mime.test: Extended field_decode tests with the examples from RFC 2047. * mime.tcl: Integrated new implementation of 'field_decode' provided by Don Libes <[email protected]>. This rewrite correctly decodes all seven examples of RFC 2047. The old version decoded only one correctly. check-in: 67790e1ff3 user: andreas_kupries tags: trunk
2002-09-04
17:22
* srv.tcl: Extended to cleanup the fake maildrop directories when exiting the server. * pop3.test: Updated to handle differences between 8.3 and 8.4 (different error messages). Added code to suppress logging under normal circumstances. Extended to clean up the log file created by the test pop3 server. ============================================================== * all.tcl (tcltest::tooManyMessage): Additional command to create different error messages for 8.3 and 8.4. Used in the testsuite of pop3. check-in: f362e8c48c user: andreas_kupries tags: trunk
00:47
Nits. check-in: 920c372629 user: andreas_kupries tags: trunk
2002-09-03
21:33
Added usage of log module to trace the pop3 activity of the client. check-in: 26b9018875 user: andreas_kupries tags: trunk
19:27
* pop3.test: Added testcase 6.0, a nano-client to retrieve and delete all messages on a pop server in one go. Directly derived from the script for Tcllib bug #501577. Unable to reproduce that bug :( * pop3d.tcl (Transfer): Use a single dot to write the terminator. Not \n.\n. Puts does the terminating \n, and buildmessage/copymessage the other. Brought the client out of sync after a retrieval because of an empty line after the terminator line of the multi-line response. check-in: f2cdb1bf37 user: andreas_kupries tags: trunk
17:13
* pop3.test: * clnt.tcl: * srv.tcl: Added testsuite. Incomplete. No test of 'delete' command yet. The problems found by the testsuite so far were all in the used pop3 server (pop3d module of tcllib). --------------------------------------------------------------- * Note aside: The pop3 server may understate the size of a message and of the maildrop. This happens as the package 'mime' we use to transfer a message may add additional headers not present in the original message (For example Mime-Version and/or Content-Type). * pop3d.tcl (::pop3d::Transfer): Fixed oversight in my usage of 'mime::copymessage'. This command copies a mime message to a channel, but does not know about the framing protocol. In other words, it does not write the singular dot closing a pop3 data transfer. We have to do this in the calling routine. Added such a piece of code. Fixed problem with distinguishing RETR and TOP modes, wrong conditional. * pop3d.test: * pop3d.tcl (CheckLogin): Now additionally retrieves size of maildrop after querying the number of waiting messages. (H_stat): Returns size of maildrop as second result of STAT. Bugfix, pop3d was not rfc 1939 compliant with respect to STAT, and now is. This problem was found while working on the testsuite for the pop3 package (Result of pop3::stat was bogus). Updated the testsuite. * pop3d_dbox.tcl: * pop3d_dbox.man: method 'size' no accepts a call without message id and returns the total size of the mail drop for that case. Reason for the change: see above. check-in: 5c10f07b92 user: andreas_kupries tags: trunk
2002-08-31
06:27
* cmdline: * counter: * dns: * ftpd: * html: * ncgi: * examples/ftp: Cleaned up nits ('info exist' --> 'info exists'). check-in: c5678b1ad9 user: andreas_kupries tags: trunk
2002-08-21
21:42
* ftpdemo.tcl (Examples): Changed ftp.tcl to ftpdemo.tcl in [test_40afile] and [test_70append]. Problem found and reported by Jussi Kuosa <[email protected]>. check-in: 3c87f25eae user: andreas_kupries tags: trunk
2002-08-20
03:31
* nntp.man: Added example, updated reference from rfc 850 to rfc 1036. See Tcllib SF #597102, by Jussi Kuosa <[email protected]>. * nntp.n: Out of date. Deprecated. check-in: b56d6d810c user: andreas_kupries tags: trunk
2002-08-19
18:28
* Makefile.in (install-doc): Fixed problem noted by Elchonon Edelson. Code to inline man.macros appended to existing files. Multiple execution of 'make install-doc' thus extended the manpages of tcllib with multiples of their original content. Not anymore. check-in: 399b7003eb user: andreas_kupries tags: trunk
2002-08-18
18:29
djust_hyph.test modified check-in: 692e8e6596 user: vogeler tags: trunk
2002-08-16
21:38
* exif.tcl: Applied patch for bug report SF #530907 partially. Parts of the patch are accepted and applied * FlashPixVersion * Construction of FlashMode Not applied parts: * SubjectDistance. Patch assumes that unit is millimeter and converts to meter. Spec says that unit _is_ meter. (*). Is it possible that the specific camera of the submitter implements the standard incorrectly ? * ShutterSpeedValue. Instead of logical inversion (1/value seconds) I added the proper unit for frequency (Hz). (*) http://www.media.mit.edu/pia/Research/deepview/exif.html 0x9206 SubjectDistance signed rational 1 Distance to focus point, unit is meter check-in: 62883aac32 user: andreas_kupries tags: trunk
21:02
* exif.tcl: Applied patch SF #582828 provided by Anselm Lingnau <[email protected]> to make the module work with Digital IXUS. check-in: a900470702 user: andreas_kupries tags: trunk
12:48
textutil/adjust_hyph.test *** modified routine for testing check-in: 822ce62e38 user: vogeler tags: trunk
2002-08-15
21:16
typo typo check-in: 4a5e3460c0 user: andreas_kupries tags: trunk
21:11
typo corrected check-in: 667f6c1525 user: andreas_kupries tags: trunk
20:51
* Makefile.in (DOC_EXP): Use the tclsh found during configuration to run mpexpand. This ensures that mpexpand does not pick something from the path on its own, possibly something to oold to understand TCLLIBPATH. Problem noted by Elchonon Edelson <[email protected]>. check-in: daae91915f user: andreas_kupries tags: trunk
18:27
* ncgi.tcl (ncgi::setValueList): Fix [ 593254 ] ncgi::SetValue bug - SetValue now works correctly with multipart values with spaces in them. check-in: 7b5c2533ba user: davidw tags: trunk
18:23
Trailing white space. check-in: dc72b72874 user: davidw tags: trunk
17:05
* mime.tcl: Accepted patch in SF FR #595240, provided by Marshall T. Rose <[email protected]>. The patch makes the code more robust with respect to a common mime encoding error. * tcllib/examples/mime: Added an example application making use of mime and smtp packages. Mbot is a highly-specialized filter for personal messages. Again this is code provided to us by Marshall T. Rose. check-in: 9472263753 user: andreas_kupries tags: trunk
16:37
* smtp.tcl: Followup patch to patch SF #557520/2. A line of code initializing the options from the state was missing in one command, causing problems with the usage of -maxsecs. This was noted on c.l.t., by Acacio Cruz. The followup patch was provided by Todd Coram. check-in: ffba6d32bf user: andreas_kupries tags: trunk
2002-08-13
06:49
*** empty log message *** check-in: 40accb3572 user: vogeler tags: trunk
06:37
*** empty log message *** check-in: c0d6f7471f user: vogeler tags: trunk
2002-08-09
21:43
* ncgi.test: Added two new tests for setValue. check-in: c1937f12ce user: davidw tags: trunk
21:19
* ncgi.tcl (ncgi::multipart): Fix [ 564279 ] ncgi::multipart bug - commented out offending 'puts' statements. check-in: 45a9e9a015 user: davidw tags: trunk
17:24
* Makefile.in (install-doc): Changed $$(basename) to `basename`. Portability problem. works for Linux for example, but not everywhere else. See 2002-08-06 for the change which introduced this. check-in: b4d7c3c78b user: andreas_kupries tags: trunk
2002-08-08
17:00
* htmlparse.tcl: Fixed SF bug #579853. Added an 'bsl' key and value to 'htmlparse::escapes' required to reconvert the backslash escapes inserted by 'htmlparse::PrepareHtml'. Thanks to Michael Cleverly <[email protected]> for the report. check-in: c28ef8d3b2 user: andreas_kupries tags: trunk
16:49
* tree.test: Followup to fix for bug SF #587533. Had to update the test suite too. check-in: c3b6f1bae0 user: andreas_kupries tags: trunk
2002-08-06
23:02
* Makefile.in (dist): Fixed SF Bug #567079, reported by Don Porter <[email protected]>. No infinite recursion anymore for srcdir == builddir. * ftp.tcl: Fixed SF Bug #582668, reported by Frank Richter <[email protected]>. check-in: 0515c88443 user: andreas_kupries tags: trunk
21:29
* comm.test: Removed writing of file ~/foo, was debugging code. Changed creation and usage of file 'spawn' to allow an arbitrary setting of -tmpdir. Fixes SF Bug #589225 reported by Don Porter <[email protected]>. * Makefile.in (install-doc): Restored the code inlining the man.macros file into the generated nroff manpages. Got somehow deleted. Was still in the 'dist' target. Thanks to Reinhard Max <[email protected]> for noticing this. check-in: eeb9340f7a user: andreas_kupries tags: trunk
20:52
* tree.tcl (lappend): Fixed bug SF #587533 reported by Evan Rempel <[email protected]>. check-in: 39f82b1ad8 user: andreas_kupries tags: trunk
20:40
* pool.tcl: Fixed bug SF #585093, reported by Michael Cleverly <[email protected]>. Patch provided by Michael too. check-in: 1a8d3b469e user: andreas_kupries tags: trunk
2002-07-27
00:01
Updated URL. Killed a few blank spaces. check-in: 1d124c762b user: davidw tags: trunk
2002-07-25
18:47
* smtp.tcl: Applied patch SF #557520/2 (== SF #558132) supplied by Todd Coram <[email protected]>on behalf of Marshall Rose <[email protected]>. This patch dispenses with the automatic calculation of a timeout value and goes with a user-supplied value (new option -maxsecs) instead. Default for this option is 120 secs. This fixes bug SF #557040. * performance.tcl: New file. Script supplied by Pascal Scheffers (see below) to test the performance of the mime package. check-in: f2ab0dee57 user: andreas_kupries tags: trunk
18:28
* mime.tcl: Applied patch SF #585455 supplied by Pascal Scheffers <[email protected]> on behalf of Marshall Rose <[email protected]>. This patch speeds up MIME processing by using [split \n] and list ops to iterate over the lines in the mail instead of using [string range] for doing it incrementally, copying unprocessed data down again and again. check-in: 81c6733263 user: andreas_kupries tags: trunk
2002-07-08
23:25
* tree.man: Updated the documentation to clarify the behaviour. * test.tcl: Updated testsuite, part of the patch below. * tree.tcl (_move): Accepted patch by Brian Theado <[email protected]> fixing the behaviour of mov, SF bug #578460. The command now also validates all nodes before trying to move any of them. check-in: 7eea942a5d user: andreas_kupries tags: trunk
22:11
* mpformats/fmt.html: Changed bug #578465 which caused mis-generation of angle-brackets and quotes. check-in: 18fc2fa9f1 user: andreas_kupries tags: trunk
2002-07-02
18:37
* corrected name of tcltest hook procedure check-in: fc0cc6eb23 user: dgp tags: trunk
2002-06-24
23:17
* csv.tcl (csv::split): Fixed bug #565051, found by Tod A. olson <[email protected]>. The described bug is actually none, given the definition of the CSV format, but the examples do contain a related bug. Just swap what is seen as ok and bug. Because of this the provided patched code was rejected, and a new patch created. The patched code passes the extended testsuite (see below). * csv.test: Extended testsuite regarding the handling of empty fields and quote characters. Part of the investigation into bug #565051. check-in: 008d518e04 user: andreas_kupries tags: trunk
21:39
* mime.tcl: Fixed bug SF #548832. Report and patch by Michael A. Cleverly <[email protected]>. check-in: 3af7f017f8 user: andreas_kupries tags: trunk
2002-06-17
20:33
* Applied patch for bug #567428. Bug reported by Larry Virden <[email protected]>, patch by him too. Correction of spelling mistakes in the documentation of various modules + correction of comment placements which interfere with solaris conventions for nroff output. * pop3d.test: Modified testsuite courtesy Gerald Lester <[email protected]> for better execution of the subshells under windows. check-in: fe9a223b05 user: andreas_kupries tags: trunk
2002-06-10
22:38
spelling correction check-in: f51b0dd4a6 user: dgp tags: trunk
22:29
Last minute changes before release. Tagging will move. check-in: 53f9b50385 user: andreas_kupries tags: trunk, release, tcllib-1-3
16:41
* Released and tagged tcllib 1.3.0. ======================== check-in: 8ba81d4ca7 user: andreas_kupries tags: trunk
2002-06-07
23:55
Writable manpages. check-in: 0b89efa72f user: andreas_kupries tags: trunk
23:52
Renamed to avoid clash with core command. check-in: 981c6d3b66 user: andreas_kupries tags: trunk
22:02
Using loop to copy generated manpages. check-in: c533065e48 user: andreas_kupries tags: trunk
17:16
* dns.man: * dns.tcl: * pkgIndex.tcl: Version up to 1.0.1 check-in: cc7091c72d user: andreas_kupries tags: trunk
17:15
* dns.tcl: moved var initialization code to the end, as it uses the 'dns::configure' command, and thus should be called after its definition. This is the reason for bug #564670, thus now fixed. check-in: a0c4575736 user: andreas_kupries tags: trunk
2002-06-06
21:34
* mpformats/fmt.html: * mpformats/_html.tcl: Added the missing handling of " (&quot;) to the format. check-in: 6aa1ffced3 user: andreas_kupries tags: trunk
2002-06-05
22:59
* all.tcl: Updated to use a default value for -modules if that option is not present. * install.tcl: New file, alternate installer for unix and windows. Execute with any tclsh and tcllib 1.3 is installed in the parent directory of the tcl script library directory. Courtesy Gerald Lester <[email protected]>. * Makefile.in (install-doc): Changed to use the doctools generated nroff and html files instead of the manually written .n files. * configure.in (MINOR_VERSION): Updated to version 1.3 * Makefile.in (doc): Removed tmml-doc from default set of documentation. * Makefile.in (dist, install): New target 'gen-main-index' encapsulates the generation of the package index for tcllib. This target is used by both the direct installation (install) and during the generation of a source distribution (dist). * mkIndex.tcl: Rewritten to make use of 'pkg_mkIndex' to get the list of all packages in tcllib. Added a message which deprecates [package require tcllib] if it is used. * dns.man: Added note to manpage regarding DNS via TCP and possible pitfalls. * urn-scheme.tcl: Moved provide up to the front to prevent problems with [pkg_mkIndex]. Added namespace creation commands to the top for the same reason. check-in: 38719aa276 user: andreas_kupries tags: trunk
2002-06-03
21:02
* pkgIndex.tcl: updated calculus to version 0.5. * calculus.man: Added [require] declarations. check-in: 5dd57c4b79 user: andreas_kupries tags: trunk
20:21
* ftpd: * html: * htmlparse: * base64: * uuencode: Updated version information. check-in: da4f172546 user: andreas_kupries tags: trunk
20:00
* calculus.README: * calculus.CHANGES: * calculus.tcl: * calculus.test: * calculus.man: Applied changes for #553773 on behalf of Arjen Markus <[email protected]>. check-in: 8b66dfae5a user: andreas_kupries tags: trunk
2002-05-29
16:35
* smtp.tcl (smtp::initialize): Fixed SF bug #561416. The reporter is unknown and provided the fix too. Fix approved by Marshall Rose <[email protected]>. check-in: e5e099731e user: andreas_kupries tags: trunk
2002-05-28
06:29
* matrix.man: Fixed typo (graph -> matrix). * struct.tcl: Added pool files to list of files to source. * pool.man: New documentation for pool based upon the original HTML manpage. * pool.html: * pooltest.tcl: * pool.tcl: New data structure, pool, by Erik Leunissen <[email protected]>. Modified code to be a sub-namespace of ::struct, made it a part of the struct package. No regular testsuite yet (see pooltest.tcl for the irregular testsuite). check-in: 18c0a7242d user: andreas_kupries tags: trunk
05:23
Typo correction in changelog. check-in: 18144fb832 user: andreas_kupries tags: trunk
05:23
* yencode.test: Fixed SF Tcllib Bug #548354 so that the datafile used by the test is found even if the build directory is outside of the tcllib directory hierarchy. Original patch provided by Larry Virden <[email protected]>, changed by me to work in my configuration too. check-in: 8124ea4267 user: andreas_kupries tags: trunk
2002-05-27
23:38
* mpformats/_xml.tcl: args -> arguments, as the argument is not the last one. The code as is was not erroneous, but a pissible trouble spot should tcl ever be more strict with 'args'. check-in: 4b19eb73ae user: andreas_kupries tags: trunk
2002-05-21
18:21
* mpformats/fmt.nroff: Accepted patch for bug #556509, both by Joe English <[email protected]>. check-in: ea850885f8 user: andreas_kupries tags: trunk
17:44
* fileutil.tcl (cat): Fixed bug #556504, reported by Michael A. Cleverly <[email protected]>. The fix was provided by Michael too. The problem was reading files which are reported as size 0, but actually have content, just dynamically generated (Linux /proc is an example of an fs containing such files). check-in: cea1ef35ea user: andreas_kupries tags: trunk
17:31
Ooops, forgot to add the actual .test files. Now done. check-in: 3e32a6f209 user: andreas_kupries tags: trunk
2002-05-20
21:16
stooop package version 4.4. check-in: 4d2499db95 user: jfontain tags: trunk
21:15
version 4.4. in invokingProcedure{} and debugInformation{}, handle case when info level returns namespace as procedure as happens in tcl 8.4a5, which fixed the bug. specify 1 default level in all uplevel invocations to improve performance. check-in: 1d17db939f user: jfontain tags: trunk
2002-05-17
11:07
Documented 'network' option to callbacks. Ran 'delete-trailing-whitespace' in emacs. check-in: 28970632bf user: davidw tags: trunk
2002-05-16
00:48
* pop3d.test: * pop3d.man: * pop3d_dbox.tcl: Split port into configured port and true port. This allows the usage of port "0" to force auto-selection of a free port. Documented the special behaviour of -port. Created testsuite for pop3 server. Tcllib #532216. check-in: 068abf3192 user: andreas_kupries tags: trunk
2002-05-15
20:54
Added missing definition for [cmd_def] check-in: cb87d81a73 user: jenglish tags: trunk
20:53
Fix typo: [sectref BTEMPLATES] -> [sectref TEMPLATES] check-in: 4f15ff189c user: jenglish tags: trunk
18:25
Added a bit of debugging information to [xmlContext] warning message. check-in: ea53f53bb0 user: jenglish tags: trunk
18:24
BUGFIX (SF tcllib bug # 554475 "tcllib 'build' warning msgs") example/example_begin procs with side effects were being called in pass 1. check-in: 2866dab8ee user: jenglish tags: trunk
16:59
* fileutil.man: Documented the two new commands (stripN, stripPwd). * fileutil.tcl: Made up my mind about SF Bug #462015. The proposed interface change to [find] is rejected to keep the interface of the library procedure simple and without hidden surprises = KISS. Added a command [stripPwd] instead which can be used by the caller of [find] to make the returned paths relative to the current working directory. Also added [stripN] to strip a fixed number of elements from the beginning of a path. * pop3d_dbox.man: * pop3d_dbox.tcl: * pop3d_dbox.test: New method [destroy]. Extended documentation. Clarified interaction lock/remove and interaction lock/stat/(size/get/dele). Added checks of message ids in size, get, dele. Added general check of define base directory to all methods. Added testsuite. Bugfixes. Tcllib #532216. * pop3d_udb.man: * pop3d_udb.tcl: * pop3d_udb.test: Documented [destroy]. Fixed documentation of [lookup], refered to non-existing method [do]. Added [destroy] method. Added test suite. Tcllib #532216. check-in: 3d66dc5b24 user: andreas_kupries tags: trunk
2002-05-12
10:11
bugfix: [ 553777 ] all tests are geometry-1.1 check-in: 50dacd61f1 user: chdamm tags: trunk
2002-05-10
06:59
* This completes the implementation of SF tcllib item #534334. * mpformats/fmt.html: See last entry, completed definitions for the new lists. * format.man: Added the new commands (see last entry) to the format specification and also added more explanations regarding sections and paragraphs. check-in: 4ae3fd7168 user: andreas_kupries tags: trunk
05:51
* examples/csv/csvdiff: Applied patch associated with tcllib SF bug #551133. Bug reported by <[email protected]>, patch by <[email protected]>. Accepted FR #551127 and added code implementing the feature. check-in: e8b0b56656 user: andreas_kupries tags: trunk
2002-05-09
22:26
[AKU] Added new list types for arguments, options, commands, and Tk options. check-in: 23c5879800 user: jenglish tags: trunk
22:23
Added support for new list types (arg, cmd, opt, tkoption). check-in: 4e70b39d60 user: jenglish tags: trunk
22:21
BUGFIX: [xmlContext] didn't implement default start-tag insertion correctly check-in: 404abe13b4 user: jenglish tags: trunk
05:59
* mime.tcl: Accepted patch for SF bug #553784, by Don Porter <[email protected]>. check-in: 2c209a44b8 user: andreas_kupries tags: trunk
05:46
* graph.n: This file is out of sync. * graph.man: * graph.test: * graph.tcl: See tree, for arcs and nodes. * tree.man: * tree.n: * tree.test: * tree.tcl: Accepted FR #552972 (new methods append, lappend, getall, keys, keyexists) for tree structures. check-in: 94f1d22de9 user: andreas_kupries tags: trunk
05:02
* smtp.tcl: Applied patch for SF bug #539952, on behalf of Marshall Rose <[email protected]>. The part of the patch regarding "mime.tcl" was already in the CVS, as part of the fix for SF #477088, see 2001-11-01. check-in: 3be46f31d7 user: andreas_kupries tags: trunk
2002-05-08
17:05
Show full stack trace when an error occurs sourcing a test file. check-in: 653e2a224c user: dgp tags: trunk
16:35
Namespace-ified calculus.test. check-in: 63b5cebf5a user: dgp tags: trunk
2002-04-25
23:26
* cmdline: Accepted patch #540313 * examples/ftp/hpupdate.tcl: Accepted patch #548221 by Larry Virden <[email protected]>. Fixed bug #548224 (Touch). * base64: Fixed bug #548112. cmdline * Applied patch #540313 on behalf of Melissa Chawla <[email protected]> and Don Porter <[email protected]>. * cmdline.test: * cmdline.tcl: Added getKnownOpt and getKnownOptions procedures to the API. The procedures offer a way for arguments that are not in the optionList to be ignored. This way, you can have two independant locations in your application where commandline arguments are parsed. I bumped the package version to 1.2. * cmdline.man: Updated documentation. base64 * uuencode.tcl: * yencode.tcl: * base64.tcl: Fixed decoding of empty string in tcl implementation. Fixes bug #548112. check-in: 7097629c7e user: andreas_kupries tags: trunk
2002-04-24
21:44
textutil * expander.man: Fixed typo. doctools * mpformats/fmt.html: * mpformats/_html.tcl: Changes analogous to TMML (see below) to differentiate internal markup and external special characters. check-in: 40e352b4a0 user: andreas_kupries tags: trunk
03:20
. check-in: 4dc3896cb8 user: jenglish tags: trunk
03:19
TMML uses <url> instead of <uri>, and does not have a <strong> element. Changed output accordingly. check-in: 589ad8cb8f user: jenglish tags: trunk
03:11
BUGFIX: Now correctly handles XML markup characters in [expand] macro arguments. BUGFIX: Escape apostrophes in attribute values. check-in: 05ea1a4452 user: jenglish tags: trunk
01:40
(checkpoint) [xmlContext] can now insert a default start-tag instead if none of the specified contexts are open. check-in: 5b78752aba user: jenglish tags: trunk
2002-04-23
23:36
* format.man: Added descriptions for all the commands performing semantic markup. This closes bug #527025. check-in: 2f1699245a user: andreas_kupries tags: trunk
20:31
* smtp.tcl: Applied patch for SF bug #547336 on behalf of Marshall Rose <[email protected]>. Bug was reported by Don Porter <[email protected]>. This removes the duplicate [package require Trf] we had before. check-in: d1e3e11fb4 user: andreas_kupries tags: trunk
2002-04-16
23:30
Added yEnc encoding handler package. check-in: 1a2b98829d user: patthoyts tags: trunk
23:10
Fixed bug #544453 for buggy uue data and DOS files. check-in: 34f44ab85c user: patthoyts tags: trunk
18:22
* Makefile.in (dist): Ensured that the deprecated module 'stats' is not distributed anymore. Use 'counter' instead. (*-force): Enforced generation of documentation, for developers. * counter.man: Added doctools manpage. check-in: cf78f5bbe8 user: andreas_kupries tags: trunk
2002-04-15
23:23
* combinatorics.man: Added doctools manpage. * math.man: Added doctools manpage. check-in: afcc0322c3 user: andreas_kupries tags: trunk
22:48
* stooop.man: Added doctools manpage. check-in: bd8cfc6d5e user: andreas_kupries tags: trunk
22:00
* profiler.man: Added doctools manpage. check-in: ebf5d17d10 user: andreas_kupries tags: trunk
20:51
* mime.man: Added doctools manpage. * smtp.man: Added doctools manpage. check-in: f85b09de25 user: andreas_kupries tags: trunk
2002-04-13
01:37
* fileutil.man: Added doctools manpage. * fileutils.n: Updated to reflect change of version. check-in: f20049f40e user: andreas_kupries tags: trunk
01:18
* ncgi.man: Added doctools manpage. check-in: 1ba2a74e9d user: andreas_kupries tags: trunk
2002-04-12
21:50
* javascript.man: Added doctools manpage. check-in: b009fa2f4d user: andreas_kupries tags: trunk
2002-04-10
21:29
* irc.man: Added doctools manpage. check-in: 9024f3d9cd user: andreas_kupries tags: trunk
19:37
* html.man: Added doctools manpage. check-in: 622a1ad392 user: andreas_kupries tags: trunk
18:22
Fixed typo in Changelog. Added the forgotten new manpage. check-in: 740892e387 user: andreas_kupries tags: trunk
18:21
doctools * mpexpand: Fixed error in checker of plain text. * mpformats/fmt.nroff: Added newlines in front of dot commands to make sure that the formatting is correct. Superfluous newlines are stripped in the post processor of this format, so unconditionally adding them does not hurt. smtpd * smtpd.man: Added doctools manpage. check-in: fed474327d user: andreas_kupries tags: trunk
2002-04-04
16:29
* smtp.tcl: Accepted patch by Simon Scott <[email protected]>, with slight modification. Fixes bug #533025. check-in: 527d1e03ec user: andreas_kupries tags: trunk
2002-04-03
05:28
* mpformats/en.msg: * mpformats/c.msg: * mpformats/de.msg: Added the messages required by the new code below. * mpexpand: Added code to check that plain text is not used in places where it is not allowed. check-in: 148b595644 user: andreas_kupries tags: trunk
2002-04-01
20:29
* Makefile.in (doc_generate): Added 'touch' command to prevent multiple execution of target. check-in: 2d02afe3ff user: andreas_kupries tags: trunk
19:54
* matrix.tcl: Fixed SF Tcllib #532791 about unsetting of elements in linked arrays as reported by Ken Jones <[email protected]>. Unsetting an element in a linked array now sets the corresponding cell in the matrix to the empty string, and the corresponding elements in other linked arrays are now unset too. check-in: 9599664cf2 user: andreas_kupries tags: trunk
14:58
* Committed changes to list generation (better generation of whitespace for HTML, allowing hints). Only the HTML formatter currently acknowledges hints. * tree.man: New file, doctools manpage. check-in: 415f101905 user: andreas_kupries tags: trunk
2002-03-27
03:05
* mpexpand: Changed the generation of error messages by the format checker to use explicit error codes instead of trying to construct the whole message automatically. Error codes are mapped to textual messages using the message catalog facility, allowing for easy i18n and l10n of mpexpand. Catalogs for the locales "c", "en", and "de" are provided. * mpformats/fmt.html: Changed uri formatting to be a link. * mpformats/fmt.tmml: * mpformats/fmt.html: * mpformats/fmt.nroff: * mpformats/fmt.latex: * mpformats/fmt.list: * mpformats/fmt.null: * mpformats/_api.tcl: Added formatting commands "term" and "const" to allow the structural markup of non-specific terminology and of constant values. * mpformats/fmt.nroff (bullet): Bulleting changed, use \(bu as bullet instead of *. (uri): Fixed error with underlining. check-in: 14be297a4d user: andreas_kupries tags: trunk
2002-03-26
22:48
* mpformats/fmt.nroff (bullet): Bulleting changed, use \(bu as bullet instead of *. (uri): Fixed error with underlining. * expander.man: New file, doctools manpage. check-in: ac8d41f5d5 user: andreas_kupries tags: trunk
08:54
* tree.man: New file, doctools manpage. check-in: 67475db8de user: andreas_kupries tags: trunk
07:40
* doctools: Implemented FR #530059 and FR #527029. * Fixed minor formatting errors in several existing doctools manpages. * mpexpand: Extended with additional code checking that the formatting commands are not used out of order and in the wrong context. This check is independent of the format and thus implemented outside of the format. Tcllib FR #530059. * mpexpand: Implemented Tcllib FR #527029 (help options). check-in: 33f76b4e31 user: andreas_kupries tags: trunk
05:25
* nntp.man: New file, doctools manpage. check-in: 41924eff78 user: andreas_kupries tags: trunk
2002-03-25
23:15
* pop3.man: New file, doctools manpage. check-in: 837d10b975 user: andreas_kupries tags: trunk
18:54
* matrix.tcl: Fixed bug #532783 reported by Ken Jones <[email protected]>. Any operation adding new material to a linked matrix causes a circular trace (op -> "MatTraceOut" -> "MatTraceIn" -> set cell) and the inbound trace fails because the data structures are not uptodate causing the range checks in "set cell" to fail. Fixed by breaking the cycle. Calls to "MatTraceIn" are now disabled while we are in "MatTraceOut". check-in: 56dce67973 user: andreas_kupries tags: trunk
2002-03-21
19:46
* ftp.man: New, doctools manpage. check-in: a5a3f13caa user: andreas_kupries tags: trunk
07:11
Added fileType function (with minor modification) as posted to comp.lang.tcl by Phil Ehrens. check-in: f383776e0b user: ericm tags: trunk
2002-03-20
19:01
* ftpd.man: New, doctools manpage. check-in: 3d1b18a5b4 user: andreas_kupries tags: trunk
2002-03-19
23:07
* pkgIndex.tcl: * ftpd.n: Changed to require tcl version 8.3. Code uses -unique option of [lsort], introduced in that version. This fixes SF bug #531799. check-in: a622a66951 user: andreas_kupries tags: trunk
22:56
* New module: pop3d. A POP3 server. check-in: dafe6688ba user: andreas_kupries tags: trunk
2002-03-15
21:42
* Update of calculus. #528434 * calculus.man: New file, calculus documentation in doctools format. * calculus.test: New file, beginnings of testsuite * calculus.CHANGES: * calculus.README: * calculus.tcl: * pkgIndex.tcl: updated to calculus 0.3 check-in: cd98d66976 user: andreas_kupries tags: trunk
19:22
* report.man: Added example of formatting a matrix using tabular reports (See tcllib module "struct" too.). Fixes #530207. * matrix.man: Added example of formatting a matrix using tabular reports (See tcllib module "reports" too.). Fixes #530207. check-in: 51b102cb43 user: andreas_kupries tags: trunk
06:28
* expander.tcl (Op_expand): Fix for SF Bug #530056. Added code checking start and end levels for pushed/popped contexts and alert the caller if the numbers do not match, indicating that the macros pushed more or less contexts than popped. Added matrix doctools manpage missing from last commit. check-in: 8b87b6f805 user: andreas_kupries tags: trunk
2002-03-13
22:38
* mpformats/fmt.html: Removed 'center' alignment from examples. Tcllib Bug #528390. check-in: 1d807bb0c6 user: andreas_kupries tags: trunk
2002-03-10
02:49
* matrix.n: * matrix.man: * matrix.test: * matrix.tcl: Accepted FR #524430 and added option -nocase to the 'search' method. * matrix.man: Added doctools manpage. * modules/doctools/format.man: Added documentation for [rb] and [lb]. This partially fixes bug #527025. * modules/doctools/mpformats/_html.tcl: The patch for FR #527716 also fixes a bug in the generation of HTML escapes. The table swiped from htmlparse seems to contain some non-standard escapes. Which are removed now. * modules/doctools/format.man: * modules/doctools/mpexpand: * modules/doctools/mpformats/fmt.html: * modules/doctools/mpformats/fmt.latex: * modules/doctools/mpformats/fmt.list: * modules/doctools/mpformats/fmt.nroff: * modules/doctools/mpformats/fmt.null: * modules/doctools/mpformats/fmt.tmml: * modules/doctools/mpformats/fmt.tmml: Accepted FR #527716 by Bryan Oakley <[email protected]> which adds a command [usage] to the format. It allows the specification of usage information for the synopsis without the need to be embedded into a definition list. check-in: 84270eda50 user: andreas_kupries tags: trunk
2002-03-07
19:35
* Makefile.in (doc_generate): Added "TCLLIBPATH=$(srcdir)/modules" in front of the mpexpand invocation so that it is forced to use the "expander" package inside of the distribution. This fixes Tcllib Bug #525007 reported by Don Porter <[email protected]>. check-in: 2ef7a14c15 user: andreas_kupries tags: trunk
2002-03-06
19:15
* Bumped version number to 4.0 per request by John LoVerso. * comm.tcl: Applied patch #526499 improving the handling of errors for async invoked commands. check-in: 13c9abb0b6 user: andreas_kupries tags: trunk
2002-03-02
23:34
* graph.man: Added doctools manpage * report.man: Small formatting fixes. check-in: 8464303d81 user: andreas_kupries tags: trunk
01:54
Added dns module sample check-in: af0482db41 user: patthoyts tags: trunk
01:51
Import the DNS URI scheme reference. check-in: 69bc1a5891 user: patthoyts tags: trunk
01:37
Added new module: dns check-in: b589769ee9 user: patthoyts tags: trunk
2002-03-01
05:28
report * report.man: New file, manpage in doctools format. log * log.n: * log.man: Rewrote the introduction to the module for better understanding by novices. Added examples to highlight use cases from the simplest to more complex ones. doctools * mpformats/fmt.nroff: Corrected problems with trimming lines and the stripping of empty lines. * mpformats/fmt.html: Changed the formatting of examples. Embedded them into a table and additionally marked them with a black bar to the left. check-in: 72b948d692 user: andreas_kupries tags: trunk
2002-02-28
07:03
* doctools: Done FR #517599. FR #520269. * mpformats/fmt.null: Null format, does not produce any output. * mpformats/fmt.tmml: * mpformats/fmt.nroff: * mpformats/fmt.latex: * mpformats/fmt.html: * mpformats/fmt.list: Implementations of the new command. * mpexpand: Added the commands to the processor application. Added option "-visualwarn". When present the processor warn about usage of visual markup. Tcllib FR #517599. * mpformats/_api.tcl: Added a number of semantic markup commands to the api as part of Tcllib FR #517599. Also added comment command, see Tcllib FR #520269. check-in: 5f1a411384 user: andreas_kupries tags: trunk
2002-02-27
21:33
* mime.tcl: Accepted patch for bug #519623 by Rolf Ade <[email protected]>. check-in: 2490c70cf7 user: andreas_kupries tags: trunk
21:12
* Makefile.in (install-doc): Changed code determining the files to install to handle missing files better (use 'ls', suppress error messages). check-in: d8b098f1c7 user: andreas_kupries tags: trunk
2002-02-26
23:31
Fix for #521590 "tabify2/untabify2 fails on empty string" check-in: 4dec80260b user: jenglish tags: trunk
04:59
Added another test for canonicalize and corrected the command. check-in: 7ac489c47f user: andreas_kupries tags: trunk
2002-02-25
20:15
* uri.tcl: Fixed "::uri::canonicalize" to pass the extended testsuite. The change to testsuite and command implementation here was triggered through work on a spider and real life urls, some of which where handled incorrectly. * uri.test: Extended the testsuite for "::uri::canonicalize" a lot. Handling of uris with a path, without a path, unknown uri schemes, path components which contain a ".", but are neither "." nor "..". check-in: df62d3e9a9 user: andreas_kupries tags: trunk
2002-02-21
21:44
updated tclIndex with genIndex check-in: b698440984 user: dgp tags: trunk
21:36
Remove files from HEAD that are not yet ready for release check-in: bb25ec3395 user: dgp tags: trunk
21:20
* control.tcl: * pkgIndex.tcl: Bumped to 0.1.1. * rswitch.tcl: * rswitch.test: removed files from HEAD branch that aren't yet ready for release. check-in: ded4de961b user: dgp tags: trunk
11:40
*** empty log message *** check-in: f413e259c9 user: rmax tags: trunk
11:40
* do.test: Updated do-2.3 to reflect the change of the standard "wrong # args:..." message for Tcl 8.4. (Bug #517595) check-in: 9bedf8cbc8 user: rmax tags: trunk
00:16
* sha1.tcl (sha1): Force 32-bit register arithmetic so that the right answers are computed even on 64-bit platforms. [446997] check-in: 6e0bfe6608 user: dgp tags: trunk
2002-02-20
18:35
* sha1.tcl (initK,sha1): Force 32-bit interpretation of constants larger than INT_MAX on 32-bit processors, due to TIP#72. check-in: 69dd36f05f user: dgp tags: trunk
2002-02-18
23:32
* exif: New module. FR 517066 accepted. check-in: 34622790f2 user: andreas_kupries tags: trunk
2002-02-16
04:42
More manpages. makefile target 'check' modified to print better messages. check-in: e883101a8f user: andreas_kupries tags: trunk
2002-02-15
05:35
* Makefile.in (statcheck, frink, procheck): Added developer targets to invoke two static code checkers. * Ran frink over the package and corrected several minor problems. check-in: 5430f95b3e user: andreas_kupries tags: trunk
2002-02-14
21:23
SF BUG #461434 "docs mention formatCode" check-in: 2b17547679 user: jenglish tags: trunk
09:13
More manpages in .man format. check-in: 59d062ef90 user: andreas_kupries tags: trunk
08:29
Typo corrections in the new manpages. Added code to 'check' target in main Makefile to look for modules without .man files. check-in: 263e2445ad user: andreas_kupries tags: trunk
06:45
* mpformats/fmt.html: Added detection of section cross-references in [emph] and [strong] based on the code for TMML. check-in: 79bd65b011 user: andreas_kupries tags: trunk
2002-02-13
23:20
BUGFIX: [example_begin] was only allowed at top-level. Detect section cross-references. check-in: d28655f09f user: jenglish tags: trunk
02:59
* Makefile.in: Added target for generation of documentation in various formats from .man pages * mpformats/_html.tcl: Added command to map HTML special characters to their escape sequences. * mpformats/fmt.latex: Added code to disable special processing of plain text while inside of an example. * mpformats/fmt.tmml: Added HandleText call to [example] to handle special XML characters inside of the example. Not requitred for [example_begin] / [example_end] as the text will go through HandleText automatically for that case. * mpformats/fmt.nroff: Added split to lsearch statement in manpage_end to make the code robust against strings which are not valid lists. * Added documentation in .man format to a number of modules. The existing .n manpages are __not removed__. They should become deprecated in the future. check-in: df9a051621 user: andreas_kupries tags: trunk
2002-02-12
23:00
Added [example_begin], [example_end], and [example]. check-in: 2b86b78629 user: jenglish tags: trunk
2002-02-09
15:12
* htmlparse.n: Cleaned up some of the language in the man page. check-in: c4c8465c27 user: davidw tags: trunk
2002-02-08
06:05
* Version up to 1.4.2 to differentiate development from the version in the tcllib 1.2 release. * md5.tcl: Adding "--" to hex/md5 commands to prevent misinterpretation of data if starting with "-". * Version up to 1.0.2 to differentiate development from the version in the tcllib 1.2 release. * sha1.tcl: Adding "--" to hex/sha1 commands to prevent misinterpretation of data if starting with "-". check-in: 62563a7d76 user: andreas_kupries tags: trunk
2002-02-02
01:07
Strengthened testsuite of module report. check-in: 410c0a9048 user: andreas_kupries tags: trunk
2002-02-01
22:59
log, csv testsuites strengthened to cover all paths in the code. check-in: 2cc341c42f user: andreas_kupries tags: trunk
21:51
* Version up to 1.2.1 to differentiate development from the version in the tcllib 1.2 release. * matrix.test: * matrix.tcl: See below, but not complete. * queue.test * stack.test: * graph.tcl: * graph.test: * tree.tcl: * tree.test: Updated code and tests to cover all paths through the code. check-in: c30df8409b user: andreas_kupries tags: trunk
17:44
* Version set to 1.3.2 to differentiate the development code from the 1.2 release containing 1.3.1. * mime.n: Applied patch 511692 provided by Larry Virden <[email protected]> fixing a formatting problem. check-in: 596c8404c3 user: andreas_kupries tags: trunk
2002-01-29
11:46
*** empty log message *** check-in: f18b97d295 user: rmax tags: trunk
11:46
* do.test: Changed the performance comparison part at the end to be skipped during "make test". check-in: d71888b6ec user: rmax tags: trunk
2002-01-26
22:22
Added support for username and passwd and non-unix FTP servers. check-in: 3805336e51 user: patthoyts tags: trunk
2002-01-23
20:56
Fixed SH bug #507242 check-in: debe4451f4 user: patthoyts tags: trunk
05:29
Added directory for internal documentation. Added image describing the branch structure of the tcllib CVS. Added HTML documents describing the release process and guidelines for the developers. check-in: 12aa688e96 user: andreas_kupries tags: trunk
2002-01-21
17:55
* Makefile.in (dist): Brought archive names and contents more in sync with earlier releases. This is still release 1.2. Closed-Leaf check-in: 7be1f3035d user: andreas_kupries tags: tcllib-1-2-0
17:54
* Makefile.in (dist): Brought archive names and contents more in sync with earlier releases. This comes from work on release 1.2. check-in: 915b11324a user: andreas_kupries tags: trunk
2002-01-20
20:09
* Tagging branch tcllib-1-2-0 as subbranch of RELEASES now. This fixes the release. * Tagged branch RELEASES. control/rswitch is not officially released according to Don Porter, and thus not part of this branch. Additional documentation about its usage will be added to the HEAD branch. * control 0.1 was never released, bumping version back to this. Closed-Leaf check-in: a9e81e3240 user: andreas_kupries tags: RELEASES
2002-01-19
01:35
Removed extra [package provide math] to avoid sync problems check-in: fa1c30b7da user: dgp tags: trunk
01:32
Two exports of combinatorics::Beta got out of sync check-in: 7c27d2b113 user: dgp tags: trunk
2002-01-18
21:45
Restored proper version number check-in: 6cbf43f4ef user: dgp tags: trunk
21:03
Fixed errors in the man page. check-in: 0da316afe5 user: patthoyts tags: trunk
20:51
* Bumped version to 1.2, new release. Summary of changes here. See the individual Changelogs to see the detailed changes in each module. New modules: calendar, crc, doctools, irc, smtpd, and stooop. calendar: Version is 0.1 crc: Version is 1.0 doctools: Version is 1.0 irc: Version is 0.1 smtpd: Version is 1.0 stooop: Version is 4.3 Changed modules: base64, comm, control, csv, fileutil, ftp, html, math, mime, ncgi, nntp, pop3, struct, textutil, and uri. base64: Version stays @ 2.2, but got new subpackage. comm: Version up to 3.7.1 control: Version up to 0.2 csv: Version up to 0.2 fileutil: Version up to 1.3 ftp: Version up to 2.3 html: Version up to 1.2 math: Version up to 1.2 mime: Version up to 1.3.1 ncgi: Version up to 1.2.1 nntp: Version up to 0.2 pop3: Version up to 1.5.1 struct: Version up to 1.2 textutil: Version up to 0.4 uri: Version up to 1.1 check-in: e65c434567 user: andreas_kupries tags: trunk, release, tcllib-1-2
20:42
* Makefile.in (dist): Fixed bug #495976. check-in: 8d014272fd user: andreas_kupries tags: trunk
20:28
* Added calculus functionality and fuzzy FP comparison as provided by Arjen Markus <[email protected]> as is. This code currently has neither true testsuite nor good documentation but was considered important enough to get in now. Polish has to come in the subsequent patch releases. check-in: a77e3ae3c1 user: andreas_kupries tags: trunk
18:12
Added note about original release check-in: 899eea0544 user: dgp tags: trunk
18:04
typo correction check-in: 2a841360e0 user: dgp tags: trunk
16:43
*** empty log message *** check-in: 3e2c7adc3d user: rmax tags: trunk
16:42
* do.tcl: * do.test: * control.n: Extended [control::do] to allow ommitting the 2nd and 3rd argument. Added tests and changed the manpage to reflect this. check-in: baa63adee9 user: rmax tags: trunk
16:33
*** empty log message *** check-in: 2c916c5950 user: rmax tags: trunk
00:53
Fixed markup errors in man pages. check-in: f74036d6e3 user: jenglish tags: trunk
2002-01-17
23:40
Added manual pages for uuencode and sum packages check-in: 84fc2bf29b user: patthoyts tags: trunk
23:35
Added sum page check-in: 69c172f537 user: patthoyts tags: trunk
23:33
Fixed manual pages check-in: be49251cc0 user: patthoyts tags: trunk
23:09
Added manual page check-in: 79f198b19d user: patthoyts tags: trunk
17:07
* examples/csv/csvdiff: New example for csv module. FR #485717. check-in: 672cb18bc8 user: andreas_kupries tags: trunk
16:58
* smtp.tcl: Fixed bug #499242. Extended the non-trf branch of smtp::wtextaux to detect and transform bare LF's into proper CR/LF sequences. check-in: e995a37e7b user: andreas_kupries tags: trunk
01:46
Added Trf support check-in: d93c1851dd user: patthoyts tags: trunk
2002-01-16
19:38
* mime.tcl (qp_encode): Implemented FR #503336, added 'no_softbreak' flag to qp_encode. Default value is false, giving the original behaviour. If set the encoded data is not broken into multiple lines, even if longer than 72 characters. check-in: 2be16a42fc user: andreas_kupries tags: trunk
19:00
* ftp.tcl: Fix for bug #503471. The commands Get, Reget, and Newer now check if the directory the local file is to be placed in does exist. They now immediately throw an error if the directory does not exist instead of starting the download and getting confused. * ftp.n: Typo fix. Updates in the descriptions of Get, Reget, and Newer explaining the new behaviour, s.a. check-in: 8e0e307659 user: andreas_kupries tags: trunk
18:48
* nntp.tcl: Fixed bug #502250 reported by Andreas Otto <[email protected]> which caused the package to wrap each message into braces, causing nntp servers to reject the data. check-in: b785afb695 user: andreas_kupries tags: trunk
17:48
Added -seed and -implementation option to crc32 check-in: b30e121873 user: patthoyts tags: trunk
00:55
Added uuencode, sum and cksum packages. check-in: 0e231bb0c3 user: patthoyts tags: trunk
00:51
Added uuencode package providing uuencode(1) and uudecode(1) style commands and a encode and decode suitable for coding strings or data. check-in: 69d9873903 user: patthoyts tags: trunk
2002-01-15
20:54
Added implementation for sum(1) compatible checksum command. Added implementation for cksum(1) compatible checksum command. Modified crc32 command to synchronise with sum and cksum. check-in: 36050ea27d user: patthoyts tags: trunk
2002-01-14
17:05
Added functionality for 'Nth weekday from the end of a month', needed, among other things, to do DST rules in most US locales. check-in: ae8e8fb421 user: kennykb tags: trunk
2002-01-12
01:06
* combinatorics.tcl: Removed incorrect 'package provide'. check-in: f93f2e63c0 user: kennykb tags: trunk
00:55
* math.tcl: * misc.tcl: * pkgIndex.tcl: * tclIndex: Reorganized so that math.tcl is a top-level 'package provide' script and loads a tclIndex. The code from 'math.tcl' moves into 'misc.tcl'. * combinatorics.n: * combinatorics.tcl: * combinatorics.test: Added a 'combinatorics' module containing the Gamma function and several related functions (factorial, binomial coefficient, and Beta). (Feature request #484850). check-in: 7ad5b25fb6 user: kennykb tags: trunk
00:35
Added smtpd and crc modules to Makefile. check-in: 1e8d2583c6 user: patthoyts tags: trunk
2002-01-11
23:48
* mkInstallScripts.tcl: Changed the installation process for Windows to avoid the unimplemented [file permissions] in favor of [file attributes]. * New module: calendar. check-in: 546ab16acf user: kennykb tags: trunk
22:54
Initial checkin of the Cyclic Redundancy Check (CRC) module. check-in: d90464a171 user: patthoyts tags: trunk
22:44
* Makefile.in (install-doc): Fixed bug #500655. Using the code from the tcl "Makefile.in" as template equivalent code for tcllib was created and added to the file "Makefile.in". The modified makefile now includes the contents of "man.macros" into every installed manpage. check-in: 595af99c53 user: andreas_kupries tags: trunk
22:28
* html.n: * html.tcl: Accepted patch #484117 provided by Decoster Jos <[email protected]> providing two new function to generated lists and parameterized table rows. check-in: 239cfeb990 user: andreas_kupries tags: trunk
2001-12-19
11:59
stooop package version increased to 4.3. check-in: 189be26008 user: jfontain tags: trunk
11:58
updated to match new object debugging output. check-in: 67213dd914 user: jfontain tags: trunk
11:57
documented new object debugging code output. check-in: 49150b0f61 user: jfontain tags: trunk
11:56
added deleters in debugging output of stooop::report{}. made output of stooop::report{} less verbose by using + and - instead of words. minor performance improvement in new{} debugging code. check-in: 928799ca3c user: jfontain tags: trunk
2001-12-16
11:18
implemented ::math::geometry::pointInsidePolygon fixed bug in ::math::geometry::rectangleInsidePolygon check-in: 3acee12060 user: chdamm tags: trunk
2001-12-15
12:43
math::geometry::rectangleInsidePolygon check-in: 18ee697643 user: chdamm tags: trunk
2001-12-14
23:10
* Added formatter for LaTeX. * New module. Application module providing a simple tcl-based manpage markup language and a processor for converting this format to TMML, nroff and HTML. Extensible, i.e. additional formats can be added without to much work (Manpages for format and internal interfaces are provided). check-in: cb04435869 user: andreas_kupries tags: trunk
04:58
* expander.n: * expander.ehtml: * expander.html: * expander.tcl: Added 'textcmd' method which is called for all plain text encountered by the processor. Note: The textcmd is run through the evalcmd, i.e. it is treated as a special macro surrounding all plain text. It defaults to empty, meaning 'identity'. Also moved the code handling errors in a macro into a separate function to make usage in multiple places easier. This is patch #492156. check-in: de883afaf2 user: andreas_kupries tags: trunk
2001-12-12
18:42
implemented more functions in math::geometry check-in: 78e366f496 user: chdamm tags: trunk
16:51
new module: math::geometry check-in: 16fc55001a user: chdamm tags: trunk
2001-12-11
21:49
* textutil.n: * split.test: * split.tcl: Fixed item #476988, the handling of the empty input string, reported by Glenn Jackman <[email protected]>. Also added code to detect and handle an empty regular expression. In that case "splitx" degenerates to a simple "split". check-in: 9175e52bd4 user: andreas_kupries tags: trunk
17:58
* pop3.tcl (retrieve): Forgot several 'RETR $index' commands. Fixed now. This is tcllib bug item #490151 reported by an unknown person. check-in: a919fa6d51 user: andreas_kupries tags: trunk
05:54
* expander.test: * expander.tcl: * expander.n: * expander.ehtml: * expander.html: * expander_notes.txt: Applied update I got from William implementing the 'evalcmd' feature, i.e. instead of using 'uplevel #0' directly expander objects now have a configurable callback for the execution of macros. The default is still 'uplevel #0' but this can be changed. check-in: 37254ea364 user: andreas_kupries tags: trunk
2001-12-10
21:47
Tidied up the examples, added comments added non-tk example. check-in: 9712abe2a4 user: patthoyts tags: trunk
21:13
Fixed smtpd::gmtoffset for invalid values. check-in: 3c650cb076 user: patthoyts tags: trunk
09:08
reformatted to suppress Netscape generated tags. added description of now boolean only debugging environment variables. check-in: b486da9264 user: jfontain tags: trunk
09:07
new manual file. check-in: cab9828e65 user: jfontain tags: trunk
09:06
debugging variables are now kept in arrays. check-in: 2ad7169de5 user: jfontain tags: trunk
2001-12-07
22:16
* expander.test: Fixed a problem with the expander testsuite. It checked for the wrong namespace and thus did not load the functionality to be tested. check-in: 51ba037d17 user: andreas_kupries tags: trunk
2001-12-06
21:53
* fileutil.test: Restricted tests 2.2 and 2.3 to the directory structure created for the test and not the whole directory the test is run in. Bugfix for item #486572. check-in: 031738a3db user: andreas_kupries tags: trunk
2001-11-30
18:00
* control.n: Changed format to match precedent in Tcl's memory.n check-in: b5de8878dd user: dgp tags: trunk
2001-11-29
16:51
fixed stooop.test so that it also works invoked from make test. check-in: 17457b4d33 user: jfontain tags: trunk
2001-11-28
14:21
* split.tcl: Speed improvement. check-in: 172f49c359 user: rmax tags: trunk
2001-11-27
23:03
* Added [control::do] to SYNOPSIS check-in: 5793b7989e user: dgp tags: trunk
11:47
in stooop module, added README file. check-in: 91e6a54da3 user: jfontain tags: trunk
11:46
in stooop module: added copyright notices and Tcl like license. check-in: e78383ad52 user: jfontain tags: trunk
03:19
* matrix.tcl (add rows): Indices were transposed. Fixed. check-in: 70a643611b user: andreas_kupries tags: trunk
2001-11-26
11:46
added stooop module. check-in: 25ed5205d2 user: jfontain tags: trunk
11:41
added object oriented extension stooop module. check-in: f4d5d6c29e user: jfontain tags: trunk
2001-11-24
02:24
* matrix.test: * matrix.n: * matrix.tcl: Implementation of FR #481022: matrix printing and searching. check-in: 732ef4d713 user: andreas_kupries tags: trunk
2001-11-21
03:25
Update for bug report #474999 - attempt to clarify description of ftp::List check-in: 8252d59046 user: jenglish tags: trunk
2001-11-20
19:51
Minor markup changes: remove extraneous \fR's; description of ".." option under ftp::Cd was being swallowed by nroff; more compact layout for SYNOPSIS section check-in: 800b97c765 user: jenglish tags: trunk
00:01
* irc: Added IRC example to examples section. Patch #481479. * irc.n: * irc.tcl: Applied patch #481477. check-in: c93833e10f user: andreas_kupries tags: trunk
2001-11-19
23:32
* graph.test: * graph.n: * graph.tcl: Applied patch #483125 provided by Frank Pilhofer <[email protected]>. The patch adds key/value information for the whole graph and extends the selection methods 'arcs' and 'nodes' to allow selection based on keys and their values. check-in: 20b843fecb user: andreas_kupries tags: trunk
21:02
* smtpd: Example consolidation: Moved the smtpd example to 'examples' directory. * ftp: Implemented FR #481161. * ftpd: Added example ftp server used for testing the functionality of FR #481161. * ftp.tcl: Tested implementation of FR #481161. Fixed the errors found that way (incomplete cleanup by 'Get', interfered with the following 'Put' command). * ftp.tcl, ftp.n: Implemented and documented FR #481161. check-in: 792b504e2e user: andreas_kupries tags: trunk
2001-11-17
21:51
Initial commit of tcl SMTP server code check-in: a2ef5927cc user: patthoyts tags: trunk
00:13
* ftp.tcl: Applied patch #428053 provided by Sreangsu Acharyya <[email protected]>. The patch extends 'Reget' to allow download of an exactly specified slice of the the source file. This enables the implementation of a 'resume' after a partial download and also the parallel download of non-overlaping parts of the same file from different servers. check-in: ed3bdf1328 user: andreas_kupries tags: trunk
2001-11-16
23:36
* ftp.n: updated documentation to cover the new code below. * ftp_geturl.tcl: New file, provides a geturl command for use by uri. Declared in a separate package to avoid a cyclic dependency between the ftp and uri packages. The uri package is changed to try for a scheme::geturl package first and then for a scheme package to get the desired functionality. Implements FR #476804. * uri.n: Updated documentation to cover the change below. * uri.tcl: Changed geturl dispatcher to load a scheme::geturl first and the scheme package only if that fails. see the ftp and ftp::geturl packages. FR #476804. check-in: a121c613e8 user: andreas_kupries tags: trunk
21:44
* comm.n: Updated to reflect the changes in the comm code (namespaces). This fixes SF item #480227. * comm.tcl: Fixed two places where namespacing was not handled correctly. check-in: 7c702fefdf user: andreas_kupries tags: trunk
21:12
* csv.n: Applied patch #482570 correcting a typo and adding more cross-references (see also, keywords). Patch provided by Larry Virden <[email protected]>. check-in: c4146670bc user: andreas_kupries tags: trunk
2001-11-12
23:52
* irc: New module. Internet protocol handling. Internet Relay Chat (IRC). Author David N. Welton <[email protected]>. check-in: 934b9191f0 user: andreas_kupries tags: trunk
23:36
* examples/nntp: Moved example applications out of the nntp module into the example space. check-in: e629ae9c96 user: andreas_kupries tags: trunk
23:21
* examples/ftpd: Moved example applications out of the ftpd module into the example space. check-in: 6e6031be08 user: andreas_kupries tags: trunk
23:11
* examples/ftp: Moved example applications out of ftp module into the example space. check-in: bc2dde62e3 user: andreas_kupries tags: trunk
22:24
* csv.test: * cvs.n: * csv.tcl (split2matrix, read2matrix): Implemented FR #481023. Added additional expansion behaviours, controlled via an optional argument. check-in: 654a9e5e75 user: andreas_kupries tags: trunk
18:33
* textutil.n: * adjust.tcl: * adjust.tcl: Added code, tests and documentation for option -strictlength as provided by Dan Kuchler <[email protected]>. check-in: 64a5fa81b1 user: andreas_kupries tags: trunk
17:23
* textutil: Added 'expander' code by William H. Duquette <[email protected]>. * expander.tcl: * expander.test: * expander.ehtml: * expander.html: * expander.n: * expander_license.txt: * expander_notes.txt: Documentation, code and testsuite for expander objects; the heart of the expand macro processor by William H. Duquette <[email protected]> packaged up as a library. check-in: 1399760baf user: andreas_kupries tags: trunk
2001-11-10
00:21
* control.n: Some revisions to [control::do] documentation, and added LIMITATIONS section where the [return -code] limitation is explained. Corrections to *roff markup. check-in: 89200a6f3f user: dgp tags: trunk
2001-11-09
22:46
See ChangeLog check-in: c518a50d2c user: jenglish tags: trunk
22:44
Replaced nroff macro trickery to make life easier for document converters check-in: aa199f223b user: jenglish tags: trunk
17:36
* corrections to *roff markup check-in: b133510335 user: dgp tags: trunk
04:59
* ascaller.tcl (ErrorInfoAsCaller): new utility proc that provides only ::errorInfo management, leaving return code matters to the caller. * do.tcl: At the prompting of Reinhard Max, replaced use of the [BodyAsCaller] and [CommandAsCaller] routines with the simpler [ErrorInfoAsCaller] with big performance improvement. * do.test: New tests from Reinhard Max for testing ::errorInfo. * tclIndex: generated check-in: e920ebd299 user: dgp tags: trunk
2001-11-08
06:44
* mime: Fixed bug #479174. * mime.n: Clarified documentation for 'parseaddress' in the wake of bug #479174 as this is the command which actually handles the value of option -recipients mentionend below. * smtp.n: Fixed bug #479144, clarified contents of value for -recipients. Bug reported by Darren New <[email protected]>. check-in: 959a615a24 user: andreas_kupries tags: trunk
06:32
* mkInstallScripts.tcl: Added code to install tclIndex files. * Makefile.in (install-libraries, dist): Added commands to copy 'tclIndex' files into installation and distribution. This fixes the remainder of #475846. (dist): Fixed error in generation of tar/zip files too. check-in: a21824520c user: andreas_kupries tags: trunk
06:26
* examples/ftp/ftpvalid: New example, using ftp and uri modules. Validation of ftp urls. * fileutil: Accepted Patch #477805. * ftp: Accepted Patch #478478. * fileutil.test: * fileutil.n: * fileutil.tcl: Applied patch #477805 by Glenn Jackman <[email protected]> implementing the unix 'touch' command. Contains documentation and testsuite for the new command too. * ftp.tcl: Applied patch in #478478 to handle non-standard date information from servers with a buggy y2k patch. 2001 is rendered as 19101 (19*100 + 101 = 2001). check-in: 48234ec23e user: andreas_kupries tags: trunk
2001-11-07
21:59
see changelog check-in: 1391fb7dce user: dgp tags: trunk
21:59
* do.tcl: updated to use [BodyAsCaller] and [CommandAsCaller] so that proper ::errorInfo management is achieved. * rswitch.tcl: * ascaller.tcl (new-file): factored out utility procs from rswitch.tcl so they can be used by other conotrol commands. * tclIndex: generated check-in: be40587424 user: dgp tags: trunk
10:40
* control: added implementation for a 'do ... while/until' loop. check-in: ad60224385 user: rmax tags: trunk
05:31
* Corrected syntax error [Bug 478989] check-in: 9be34de95e user: dgp tags: trunk
02:48
See ChangeLogs. check-in: 239f750e79 user: andreas_kupries tags: trunk
2001-11-04
04:49
* mime: Fixed bugs #477088, #472009. * smtp.tcl: Fixed bug #472009. Changes in the handling of script-level transformations cause the system to try to initialize the read side of the 'smtp::wdata' transformation. This fails. Added a dummy create/read branch to the switch. Reported by 'nobody/anonymous', but possibly Andreas Otto (deduced from the specified example). * mime.tcl: Added informaton about 7bit, 8bit, and binary encoding to the places where it is missing. This fixes SF item #477088. Bug was reported by Oliver Bienert <[email protected]>. check-in: f3bcf6e03c user: andreas_kupries tags: trunk
2001-11-03
04:10
* rswitch.tcl: Replaced bogus copyright notice with public domain boilerplate. * rswitch.test: Added tests and test source material. check-in: f3429a8e4e user: dgp tags: trunk
03:45
* pkgIndex.tcl: * control.tcl: Addition of rswitch means bump 0.0 -> 0.1. * genIndex (new file): * index.tcl (deleted file): renamed index.tcl -> genIndex so it won't be mistakenly installed anymore. Purpose of genIndex is to regenerate the tclIndex file. * tclIndex: Generated. check-in: ff8e15bc50 user: dgp tags: trunk
01:12
Fixed the internal references to the file name. check-in: 5f5c4c2849 user: patthoyts tags: trunk
01:11
Added in the rswitch command posted to clt by Don Porter and wrote some tests. More tests required. check-in: 8deefbf206 user: patthoyts tags: trunk
2001-10-31
23:54
Fixed the ftp scheme type handling. Added more tests. check-in: 5647e6a2a1 user: patthoyts tags: trunk
16:39
Fixes for bug 474846 for ftp scheme handling check-in: 25143053c7 user: patthoyts tags: trunk
2001-10-23
03:44
* uri: Accepted patch #470211. * ncgi: Fixed bug #464560. * ftp: Fixed bug #466746. check-in: c1eb573585 user: andreas_kupries tags: trunk
2001-10-17
19:38
Minor changes to bring documentation and implementation into precise agreement check-in: d67b689113 user: dgp tags: trunk
17:27
* tcllib moved to version 1.1 * cmdline: Version up to 1.1.1 * ftp: Version up to 2.2.1. * html: Version up to 1.1.1 * md5: Version up to 1.4.1 * mime/smtp: Version up to 1.3 * ncgi: Version up to 1.2 * pop3: Version up to 1.5 * report: Version up to 0.2 * sha1: Version up to 1.0.1 * struct: Version up to 1.1.1 * textutil: Version up to 0.3 check-in: 6e30b0da6e user: andreas_kupries tags: trunk, release, tcllib-1-1
2001-10-14
20:16
* csv.test (csv-1.7): * csv.tcl: Fixed [Bug #469855] where starting "s could not come out right from csv::split. Updated to 0.2 check-in: 74a8f5cc8c user: hobbs tags: trunk
2001-10-12
22:40
* cmdline.tcl: Corrected the inline documentation to reflect what is actually happening. Problem reported by Glenn Jackman <[email protected]>, Item #46650. check-in: 014312890a user: andreas_kupries tags: trunk
2001-09-28
18:10
* csv.test: Added test to verify that the problem is fixed. * csv.tcl (joinlist): Fixed bug [#465210] "::csv::joinlist sepChar handling". The "sepChar" was not propagated to the actual join operation. check-in: 68e279d481 user: andreas_kupries tags: trunk
2001-09-24
19:07
*** empty log message *** check-in: 3c445bd66a user: jenglish tags: trunk
19:05
Fix improperly-formatted '500 Copy failed' replies. See SF tracker ID#424797 for details. Note: this is only a partial fix. check-in: 3bc2347f13 user: jenglish tags: trunk
2001-09-18
17:53
Forgot commit of changelog. check-in: c00abf475f user: andreas_kupries tags: trunk
17:52
* tabify.tcl (tabifyLine): Documentation of the algorithm expanded. Text provided by Helmut Giese. check-in: 8dbcfee501 user: andreas_kupries tags: trunk
2001-09-17
22:21
* example/hpupdate.tcl: Some cleanups in the example code, provided by Larry Virden <[email protected]>. This fixes [440064]. check-in: 1a23565b62 user: andreas_kupries tags: trunk
21:40
* tabify.tcl: Added (un)tabify code provided by Helmut Giese <[email protected]> which is more editor-like than the existing code. The existing code was not deleted so both behaviours can be used in the future. This fixes [439016]. check-in: 4fc894a5fa user: andreas_kupries tags: trunk
2001-09-13
17:38
* Added manpages for ftp package. * Added manpages for smtp and mime packages. check-in: abbb9499b8 user: andreas_kupries tags: trunk
2001-09-07
22:21
* ftpd.tcl: Applied patch [459197] from Hemang to fix more 'namespace export *'. Patch modified before application as some exported commands are actually private (Implementations of the ftp commands). check-in: 1dc6f88dda user: andreas_kupries tags: trunk
2001-09-05
23:53
* base64.tcl: Restricted export list to public API. [456255]. Patch by Hemang Lavana <[email protected]> * counter.tcl: Restricted export list to public API. [456255]. Patch by Hemang Lavana <[email protected]> * csv.tcl: Restricted export list to public API. [456255]. Patch by Hemang Lavana <[email protected]> * fileutil.tcl: Restricted export list to public API. [456255]. Patch by Hemang Lavana <[email protected]> * ftpd.tcl: Restricted export list to public API. [456255]. Patch by Hemang Lavana <[email protected]> * log.tcl: Restricted export list to public API. [456255]. Patch by Hemang Lavana <[email protected]> * ncgi.tcl: Restricted export list to public API. [456255]. Patch by Hemang Lavana <[email protected]> * stats.tcl: Restricted export list to public API. [456255]. Patch by Hemang Lavana <[email protected]> check-in: ca08947dd9 user: andreas_kupries tags: trunk
23:36
* The changes below fix bug [458011]. * tree.test (6.16): New test. Checks verificator of forbidden names. * tree.tcl (::struct::tree::_insert): Added verification that node names do not contain forbidden characters. * tree.n: Documented limitations on node names. Documented allowed index "end" for insert. check-in: a66a27549f user: andreas_kupries tags: trunk
23:10
* ncgi.tcl: Added missing [global env]. Bug [458023]. check-in: 9f724b119b user: andreas_kupries tags: trunk
2001-08-24
17:01
2001-08-21 Andreas Kupries <[email protected]> * All of the changes below are related to tcllib Patch [449531] by Anselm Lingnau <[email protected]>. Instead of taking in the proposed highlevel 'fileinput' I added some of the more low-level commands from Tclx which can be used to create/compose 'fileinput'. * pkgIndex.tcl: Moved version of fileutil to 1.2. * fileutil.test: Added tests for the new commands. Moved version of fileutil to 1.2. * fileutil.n: Added documentation of the new commands. Moved version of fileutil to 1.2. * fileutil.tcl (findByPattern, foreachLine): New commands, modeled after TclX's 'recursive_glob' and 'for_file'. Moved version of fileutil to 1.2. 2001-08-24 Andreas Kupries <[email protected]> * tcllib/Makefile.in (check): Added target to report modules without testsuites and/or manpages. check-in: a1d3f08739 user: andreas_kupries tags: trunk
2001-08-23
05:24
2001-08-22 Andreas Kupries <[email protected]> * examples/nntp: Added new example application 'postnews'. This is an example how to use the 'nntp'-client library provided by tcllib. check-in: 4bd39ae3ba user: andreas_kupries tags: trunk
04:53
New commands: control::control and control::assert check-in: a9af990b0b user: dgp tags: trunk
2001-08-22
20:22
Removed the backup file which was added accidentially. check-in: 345d8abd93 user: andreas_kupries tags: trunk
20:20
2001-08-22 Andreas Kupries <[email protected]> * Makefile.in (MODULES): Added package 'comm'. check-in: 6f2ab48393 user: andreas_kupries tags: trunk
2001-08-21
23:36
2001-08-21 Andreas Kupries <[email protected]> * pkgIndex.tcl: Moved version to 0.2. * profiler.test: Adapted testsuite. * profiler.n: Added documentation. Same patch as below. * profiler.tcl: Applied patch [446799] by Hemang Lavana <[email protected]>, adding support for resume/suspend operations to the profiler. moved version to 0.2. check-in: 7da8ae3040 user: andreas_kupries tags: trunk
22:54
* Added package 'control'. check-in: 11c04cabd6 user: dgp tags: trunk
22:32
* Corrected title. The 'uri' package does not provide "Tcl Built-In Commands." check-in: 9c5c20107b user: dgp tags: trunk
2001-08-20
23:17
2001-08-20 Andreas Kupries <[email protected]> * pop3.tcl: Added UIDL command, patch [448634] by Mark G. Saye <[email protected]>. Code was added manually as the patch was not applicable anymore after the recent changes (see below). Updated implementation of UIDL to use the new command [RetrSlow] instead of performing the retrieval by itself. Also updated the implementations of the TOP and LIST commands to do the same. check-in: 4ca37cddb7 user: andreas_kupries tags: trunk
22:30
2001-08-20 Andreas Kupries <[email protected]> * Makefile.in (mandir, libdir): Applied patch [447141] by Reinhard Max <[email protected]> to virtualize mandir and libdir via ${INSTALL_ROOT}. check-in: 9104c42aeb user: andreas_kupries tags: trunk
20:35
2001-08-20 Andreas Kupries <[email protected]> * all.tcl: Added ::tcltest::getErrorMessage in preparation of fixing [440051], [440049] and [440046] reported by Larry Virden. * sha1.test: Fixed broken error messages for 8.4. Using [tcltest::getErrorMessage] now to get the correct message for all versions of the core. Bug [440051] reported by Larry Virden. * md5.test: Fixed broken error messages for 8.4. Using [tcltest::getErrorMessage] now to get the correct message for all versions of the core. Bug [440046] reported by Larry Virden. * report.test: Fixed broken error messages for 8.4. Using [tcltest::getErrorMessage] now to get the correct message for all versions of the core. Bug [440049] reported by Larry Virden. check-in: cd3225e826 user: andreas_kupries tags: trunk
2001-08-14
19:42
* Workaround for moving Tk internal command [tkButtonInvoke]. [Bug 450914] check-in: 8ef9706858 user: dgp tags: trunk
2001-08-02
17:22
Fixed typo. check-in: 332e2b50a9 user: andreas_kupries tags: trunk
16:59
dgp's fix for SF item [447022]. check-in: 98a4b02744 user: andreas_kupries tags: trunk
16:38
Dgp writes: Here's a big patch that fixes many bugs dealing with what versions of what packages are in tcllib, and what versions of what packages they depend on. Bugs fixed by this patch are: 447038 447035 447033 447013 447012 447011 447010 232017 check-in: bb2c259d71 user: andreas_kupries tags: trunk
16:22
2001-08-02 Andreas Kupries <[email protected]> * pop3.n: Updated to new package version, see [447013] too. * pop3.tcl: Lots of changes with regard to items [443613] and [443645]. Switched auto back to binary (or else the counting of octects is not right and we will hang trying to read more than is coming from the server). This means we have to perform EOL translation on the message on our own, this was effectively an unreported bug. also unreported was that the faster code did not do .-unstuffing, which the slower line-by-line code did. This is now fixed too. My thanks to Ashwin Hirschi <[email protected]> for his help in testing the code. 2001-07-31 Andreas Kupries <[email protected]> * pkgIndex.tcl: Updated to reflect pkg version in the code. After the fact comment: This also fixes SF bug [447013] * pop3.tcl: Added 'state' variable to remember state information about the active (= open) pop3 connections. This state includes information about the retrieval mode to use and whether we are talking to an MS Exchange server or not. MS Exchange can't be set automatically for now, but the retrieval mode is auto-detected. Because of the former, pop3::open now accepts the options -msex and -retr-mode. This should allay and fix the SF bugs [443613] and [443645]. (pop3::list): Fixed bug [443619]. check-in: 635d487f16 user: andreas_kupries tags: trunk
01:05
* ftp.tcl: added eval in ftp::List wrapper when used in tkcon. [Bug: #439779] (loring) check-in: 640be4c316 user: hobbs tags: trunk
2001-08-01
20:43
ncgi.tcl: made require Tcl 8.1+, sped up encode and decode. check-in: cf1a74c872 user: hobbs tags: trunk
20:43
* mime.tcl: made package require 8.3 and sped up qp_encode and qp_decode. check-in: bb4d13dbc5 user: hobbs tags: trunk
20:42
html.tcl: added 8.1+ improved version of quoteFormValue. check-in: 82cb76ae41 user: hobbs tags: trunk
2001-07-31
23:58
Fixed typos. check-in: 623824b6a1 user: andreas_kupries tags: trunk
23:47
Fixed bug [446562]. Partially fixed [446584] (ftp documentation missing). check-in: 7d85b749f9 user: andreas_kupries tags: trunk
2001-07-17
19:49
2001-07-17 Andreas Kupries <[email protected]> * Bumped version to 1.0 check-in: 6f4b76dd2b user: andreas_kupries tags: trunk, release, tcllib-1-0
2001-07-10
23:56
Formatting fixes. check-in: ec7a63e681 user: andreas_kupries tags: trunk
20:39
2001-07-10 Andreas Kupries <[email protected]> * Frink 2.2 run, fixed dubious code in several modules. check-in: 5e351466c4 user: andreas_kupries tags: trunk
2001-07-09
17:20
Fixed histlog test check-in: b3c7922816 user: welch tags: trunk
2001-07-06
22:58
Fixed typo in nroff command \R -> \fR. check-in: cfcdddee34 user: andreas_kupries tags: trunk
18:30
2001-07-06 Andreas Kupries <[email protected]> * Fixed #438748, corrections of various misspellings in manpages accross all modules. check-in: 1ee8678c24 user: andreas_kupries tags: trunk
2001-07-03
19:32
some more inlined computations, 10% faster check-in: 13489da991 user: msofer tags: trunk
2001-06-22
15:29
Applied frink and procheck to tcllib and corrected the assorted problems found by these two static checkers. check-in: c2b80f0066 user: andreas_kupries tags: trunk
14:33
Committed patches to speed up MD5 and Base64 (M. Sofer). Added SHA1. check-in: 462e7ce017 user: andreas_kupries tags: trunk
2001-06-20
17:39
* modules/html/html.tcl: Added set and eval commands to this package. These commands have the same syntax as those built in to Tcl, but they are reworked return "" so they blend into HTML template files without appending unwanted results. The html::set command must take two arguments. check-in: 52cc2347c0 user: welch tags: trunk
2001-06-19
17:21
Fixed various nroff trouble-spots. check-in: 48f6ffd8ee user: andreas_kupries tags: trunk
2001-06-16
01:26
* ncgi.tcl: Applied George Wu's patch ([email protected]) to the multipart function. It failed to process binary data correctly because it replaced all "\r\n" sequences with "\n". check-in: ccf4357858 user: welch tags: trunk
01:25
Added html::if html::foreach html::while and html::for that subst their body instead of evaluating it. They accumulate their results and return them. check-in: 16b9dee1bd user: welch tags: trunk
2001-05-20
11:22
* matrix.tcl (insert row/column): Fixed wrong references to the internal add row/column procedures. * modules/struct/matrix.test: Added 8.11 and 8.12 to test the case of 'insert FOO' devolving to 'add FOO'. check-in: aeba551f4a user: andreas_kupries tags: trunk
2001-05-02
15:03
Fixed bug 224477. See ChangeLog for pop3 check-in: a4cb46af60 user: redman tags: trunk
2001-05-01
19:01
2001-05-01 Andreas Kupries <[email protected]> * Makefile.in (MODULES): Added module 'report'. * all.tcl: Added code to propagate "::tcltest::testDirectory" into the slave actually doing the tests. This tripped some of the tests for the new CSV module as they use some external files and were thus unable to find them correctly without this setting. * Makefile.in (MODULES): Added module 'csv'. * Added directory 'examples' for future sample applications of tcllib and some example applications too. * Added "matrix" data structure to module "struct". check-in: d407dbf5e8 user: andreas_kupries tags: trunk
2001-04-25
15:30
2001-04-25 Andreas Kupries <[email protected]> * md5.test: Added tests of "md5::hmac". This allows us to test the two different implementations against each other. Note: The test file will now print which of the two variants (pure Tcl vs. Trf based) is active and under test. * md5.tcl: Added code to create a soft dependency on Trf. In other words, if Trf is present it will be loaded and used to speed up operations. Without Trf the original code in pure Tcl will be used. Note that the presence of Trf allows us to optimize the command "md5::hmac" too. check-in: 2a624cebfb user: andreas_kupries tags: trunk
2001-04-24
23:21
Added new module 'md5', adapted from Don Libes 'md5pure' code. check-in: 4efd35eebb user: andreas_kupries tags: trunk
2001-03-31
13:44
2001-03-26 Tcl Project <[email protected]> * Makefile.in (install-libraries): [Bug #404917] Added 'smtp' explictly to the list of modules for the full package index. It is part of the 'mime' directory and thus not automatically found / part of the list. check-in: 4d351d9e52 user: andreas_kupries tags: trunk
2001-03-26
16:50
2001-03-26 Andreas Kupries <[email protected]> * Makefile.in: Added module 'htmlparse'. 2001-03-23 Andreas Kupries <[email protected]> * textutil.tcl: Reworked the implementation of 'StrRepeat', made it much faster (used code from Pool_Base). Renamed to 'strRepeat' and exported. **Note** that the tcl implementation is one order of magnitude faster than [string repeat] for num >= 1000. * textutil.n: Added description of 'strRepeat'. * repeat.test: New file, tests 'strRepeat'. 2001-03-23 Andreas Kupries <[email protected]> * htmlparse.tcl: Changed the implementation to allow incremental processing (taken from plume, in essence). Interface is different too (more option oriented). Fixed errors in the conversion into a tree (nesting of <p>, <li> and <hxx> tags), through an internal postproessing step for the tree.. * htmlparse.n: Adapted documentstion to changes above. * htmlparse.test: Created testsuite. 2001-03-21 Andreas Kupries <[email protected]> * New module 'htmlparse', a HTML parser based upon Steve Uhler's venerable 'html_library' and some of my work in the book scanning project. 2001-03-21 Andreas Kupries <[email protected]> * Makefile.in: Added module 'log'. 2001-03-20 Andreas Kupries <[email protected]> * all.tcl: [Bug #410100, Patch #410105] Squashed a subtle bug with package management for the tests. Changes: all.tcl now adds the module path to the auto_path (the tested modules did it themselves before) and also moved the setting of the auto_path in the slave before the first 'package require'. Why ? Assume the old code, an installed fileutil 1.0 and a new fileutil 1.1 under development. The initialization of the tests scans the package directories and finds fileutil 1.0. The module then adds itself to the auto_path and then requires fileutil (without version). Now fileutil 1.0 is found by the pkg management, it is acceptable according to the rules of require and thus used. The new version is not considered at all, as changing the auto_path does *not* enforce a rescan of package directories. It is possible to solve the problem by having the modules require themselves and request a specific version (1.1 in this case). But this would mean that in each module we have (at least) one more file containing the version number (all test files!) and we have to maintain this for every module. The change here however solves the problem without touching the modules at all. 2001-03-20 Andreas Kupries <[email protected]> * New module 'log', a logging facility. check-in: f363c616e1 user: andreas_kupries tags: trunk
2001-02-04
08:28
Fix for problem caused by mailers not sending proper mime termination bits. check-in: b01e9be7c5 user: ericm tags: trunk
2000-11-29
22:14
Replaced aclocal.m4 contents ("include tcl.m4") with contents of tcl.m4, to remove dependancy on config module. This is not the best solution, but it will get things working again. check-in: f0573c4f1a user: ericm tags: trunk
2000-11-22
17:28
Applied patch from Mark O'Conner to fix SFBUG 122664. check-in: 0093e1653c user: ericm tags: trunk
2000-11-03
06:43
Changed version number to 0.8 check-in: 2374513861 user: welch tags: trunk, release, tcllib-0-8
2000-11-02
19:38
* textutil.test: * adjust.test: * split.test: * tabify.test: * trim.test: * adjust.tcl: * split.tcl: * tabify.tcl: * trim.tcl: * textutil.tcl: Added functions from Joel Saunier (adjust, splitx, tabify, trim, trimleft, trimright, untabify). check-in: 1ca75b71c4 user: ericm tags: trunk
19:26
*** empty log message *** check-in: 8bf08890c1 user: kuchler tags: trunk
01:17
* Makefile.in: Added javaScript package to tcllib. check-in: dff6299706 user: kuchler tags: trunk
00:02
* Integrated patch from Keith Vetter <[email protected]> Patch fixed several bugs. Allowed users to log in as both 'anonymous' and 'ftp' by default instead of just anonymous. Fixed syntax error with the 'socket -server' line in ftpd::server when 'myaddr' is specified. Fixed the argument specifications for cmdline:getoptions in ftpd::config so that arguments are required for the -logCmd and the -fsCmd. check-in: e1005e77ce user: kuchler tags: trunk
2000-10-30
20:16
*** empty log message *** check-in: 35184f1ff9 user: kuchler tags: trunk
20:01
*** empty log message *** check-in: d4bf62700d user: kuchler tags: trunk
19:47
*** empty log message *** check-in: c68a6991cf user: kuchler tags: trunk
19:40
*** empty log message *** check-in: c853e5a4f9 user: kuchler tags: trunk
19:38
*** empty log message *** check-in: 41c95f420b user: kuchler tags: trunk
2000-10-28
17:42
Added the relevant rfc and std information for the ftpd. check-in: 6375dec865 user: kuchler tags: trunk
03:46
Added the ftpd package, a package for creating a ftp server check-in: aaab1c9431 user: kuchler tags: trunk
2000-10-11
20:37
Nudged version to 2.1 check-in: 1bbfd5f5cb user: welch tags: trunk
20:04
Nudged version to 2.1 check-in: ce56ced476 user: welch tags: trunk
17:21
Fixed bug in base64::decode where trailing bytes were not always decoded correctly (!). This only shows up with low-valued characters (less than 0x10) near the end of a string that was padded with = check-in: 5ac57f85f2 user: welch tags: trunk
01:31
* base64.tcl: Extending base64::encode to accept optional arguments ?-maxlen maxlen? and ?-wrapchar wrapchar?, to control the line wrapping and the character(s) used to cause the wrapping. Based on work by Joel Saunier. check-in: 81a5e186a7 user: ericm tags: trunk
2000-10-06
21:10
* math.test: * math.n: * math.tcl: Added ::math::fibonacci function, to compute numbers in the Fibonacci sequence. check-in: c08188d1ee user: ericm tags: trunk
2000-10-04
20:01
Fixed counter::MergeDay check-in: 60ffb760b3 user: welch tags: trunk
20:00
Nuked stats in favor of counter check-in: cb8ea7f66a user: welch tags: trunk
2000-10-03
18:01
Fixed typo in daily graph label. check-in: f7165ae69f user: welch tags: trunk
18:01
Fixed typo in label of daily graph. check-in: 23017026bf user: welch tags: trunk
05:27
Tweaked display of histogram labels. check-in: 14cdd01be4 user: welch tags: trunk
03:54
Tuned the order of histogram data. check-in: 3b3c93e779 user: welch tags: trunk
03:52
Added counter (renamed from stats) check-in: 5fb2b1b7e7 user: welch tags: trunk
2000-10-02
16:24
modules/stats/stats.tcl: Added stats::htmlHistDisplayRow so that the calling page could define the overall table structure. check-in: 5f62cc989a user: welch tags: trunk
07:40
Updated histogram display to have summary table on the left. Fixed calculation of hourBase and minuteBase when secsPerMinute was not 60. check-in: 30d06475d4 user: welch tags: trunk
02:23
* ftp.tcl: Moved the call to 'DisplayMsg' from inside of the fileevent loop (in ftp::StateHandler) to WaitorTimeout. Now errors that occur in StateHandler won't be thrown until after the the asynchronous (fileevent) portion of the code has completed. ftp::OpenActiveConn and ftp::OpenPassiveConn can both still generate errors in the event loop, which will cause a bgerror to be thrown. Added some (untested) code to support Tenex mode ftp transfers. So far tenex mode sends across 'TYPE L', and then does the transfer with a binary encoded channel. Since I don't have a tenex system to test it with, this feature is very alpha at this point. check-in: 5dbc478bf9 user: kuchler tags: trunk
2000-09-28
21:28
* ftp.tcl: Fixed a line of code in the "list_close" state of StateHandler, switching a ![info exists... to [info exists... Previously this was causing a bgerror to be thrown whenever a synchronous ftp::List was being done. check-in: c2957729d7 user: kuchler tags: trunk
2000-09-25
22:59
2000-09-25 Sandeep Tamhankar <[email protected]> * ftp.tcl: Fixed a line of code in the "connect" state of StateHandler, switching a ![info exists... to [info exists... It was originally stack tracing when opening a connection. check-in: 277c7c3d9b user: sandeep tags: trunk
2000-09-24
07:31
Fixed time lables on histograms after wrap point. check-in: 9fcea16890 user: welch tags: trunk
07:21
Time-based histograms were not displaying the last minute or the last hour. check-in: 3b656fd025 user: welch tags: trunk
2000-09-23
07:12
Fixed initialization of timer based histograms during the 59'th minute of the hour. check-in: f48fcea9dc user: welch tags: trunk
2000-09-22
06:05
Fixed alignement of per-minute and per-hour histograms. check-in: 1c9c1a5d75 user: welch tags: trunk
2000-09-21
20:21
More tweaking of histogram display. check-in: bbf2944f6b user: welch tags: trunk
18:53
Improved time labels and added tick marks to histograms. check-in: e923abf065 user: welch tags: trunk
06:26
Completed the man page. Added more tests. Did general code/comment cleanup. check-in: 8ad45469d9 user: welch tags: trunk
03:14
Refined value-based histogram display. check-in: c4827129b0 user: welch tags: trunk
2000-09-20
18:32
* smtp.tcl * mime.tcl: namespaced the procs that are created to replace the Trf functions when Trf isn't available. This way they are not created in the global namespace, and there isn't any risk that they will collide with other global functions. check-in: 6663243286 user: kuchler tags: trunk
17:23
* profiler.tcl: Corrected some non-Tcl-style-guide conforming function headers. check-in: 0daa0a191f user: ericm tags: trunk
00:21
Cleaned up value-base histogram display. Added more stats::countGet options to support TclHttpd status display. check-in: e26549f60c user: welch tags: trunk
2000-09-19
22:13
Made change to html::select so that it will work with multiple selected values. check-in: 5ca5a8f375 user: mtariq tags: trunk
15:03
Initial version of the stats module that provides counters, interval timers, and html histogram display. check-in: bfd96e103e user: welch tags: trunk
15:03
Added the stats module and upped version to 0.7 check-in: 77190df96b user: welch tags: trunk
2000-09-14
21:32
* pop3.tcl: Based on feedback from Cameron Laird, I did some digging into the RFC and figured out that using the number of octets given by RETR at the beginning of the retrieval to grab that number of bytes was far more efficient. Thanks to Cameron for pointing that out. Speed for retrieval should be greatly improved. Changed version to 1.1. check-in: 53e4b680dd user: redman tags: trunk
2000-09-09
01:46
* math.test: * math.n: * math.tcl: Added ::math::random function. * pkgIndex.tcl: Bumped version number to 1.1. check-in: 5c67569a88 user: ericm tags: trunk
2000-09-07
06:09
Added https support check-in: 89420ffd3a user: welch tags: trunk
2000-09-04
21:38
* README.xml * README.txt * README.html * mime.tcl: Added proc header comment blocks to all procedures. Some are better than others, and they were written based on a quick analysis of the code and the documentation in the README file. They should be updated as they change or are found to be inaccurate. check-in: f2e157dae3 user: kuchler tags: trunk
06:20
Added asynchronous operation to FTP module. check-in: 7af4496ba6 user: steve tags: trunk
2000-09-02
02:30
* mime.tcl * mime.test: Integrated a patch from Laurent Riesterer ([email protected]). This patch added three new procedures (mime::word_encode, mime::word_decode, and mime::field_decode) The patch also adds support for word encoded items as defined in RFC 2047. Fixed a bug in the quoted printable encode function mime::qp_encode check-in: eb10b4041e user: kuchler tags: trunk
2000-08-23
17:08
Fixed broken Makefile check-in: 419a9b3c9a user: build tags: trunk
00:09
Supress errors while installing docs - you still see the errors but they are soft. check-in: ba213cf9d5 user: welch tags: trunk
2000-08-22
23:54
Bumped version number to 0.6.1 check-in: eb0bbfcae7 user: welch tags: trunk, release, tcllib-0-6-1
20:54
*** empty log message *** check-in: b821ab9fd7 user: kuchler tags: trunk
2000-08-16
22:02
* README * ftp.tcl * pkgIndex.tcl * docs/*.html: Added new optional arguments to the Get, Put, and Append commands. The Append and Put commands have a new optional argument '-data "data"' that can be used to specify data to transfer instead of transferring data from a local file. The Get command has a new optional argument '-variable varname' that specifies a variable to store the retrieved data into, that can be used instead of specifying a local filename. Updated the documentation to reflect the changes and bumped the version number from 2.0 to 2.1 because new features were added. check-in: 6ded23d3d8 user: kuchler tags: trunk
02:34
* mime.tcl * smtp.tcl: Made fixes so that smtp::sendmessage and mime::buildmessage work properly. Fixed a bug where the "." at the start of a line was not being replaced by a ".." This was fine in base64 or in the default quoted printable, but was clearly broken in 8-bit or 7-bit encodings. check-in: ecf022e0c7 user: kuchler tags: trunk
2000-08-15
03:10
*** empty log message *** check-in: 1cd9558c86 user: kuchler tags: trunk
2000-08-11
17:29
* README.xml: * README.html: * README.txtl: Clarified information about soft-dependancy on Trf. check-in: b27ef4e915 user: ericm tags: trunk
01:24
* ftp.tcl * pkgIndex.tcl: Fixed the ftp package to allow for the destination location of the ftp::Get command to be a directory as well as a file. check-in: 09c23aecd3 user: kuchler tags: trunk
2000-08-04
02:33
* README.txt * README.xml * README.html * mime/smtp.tcl: Added a '-ports' option to smtp::sendmessage. The '-ports' option takes a list that should mirror the list of SMTP servers specified with the '-servers' flag. Documented the mime::reversemapencodings, mime::mapencodings, and smtp::buildmessage functions * mime/mime.tcl: Added mime::mapencoding and mime::reversemapencoding functions to map tcl encodings to their charset types, and back again. * mime/pkgIndex.tcl: Bumped the revision number from 1.1 to 1.2 check-in: 2cb1132a5a user: kuchler tags: trunk
2000-08-01
01:56
* ncgi.tcl: Added ncgi::setValue, ncgi::setValueList, ncgi::setDefaultValue, ncgi::setDefaultValueList to push values back into the CGI environment. check-in: 580b752f51 user: welch tags: trunk
01:56
Changed html::textInput and html::textInputRow to take an "args" that is used as additional tag attributes for the <input> tag. check-in: 356ae34a96 user: welch tags: trunk
2000-07-29
00:32
Added html::passwordInputRow check-in: 903dc0f0eb user: welch tags: trunk
2000-07-24
22:15
Changed html::closeTag to be more robust - often error cases call this procedure even though there are no tags in its little private stack. check-in: 92348d5308 user: welch tags: trunk
2000-07-23
04:32
Bumped version to 0.6 check-in: 987f55852d user: welch tags: trunk
2000-07-20
18:44
Applied patch from Andreas Kupries to correct infinite loop condition in uri::canonicalize. check-in: 3619a823b9 user: ericm tags: trunk
2000-07-19
20:23
Fixed use of "lassign" check-in: 45cfaface6 user: welch tags: trunk
20:23
Bumped the version number to 0.6 check-in: 3b4d8ca9c0 user: welch tags: trunk, release, tcllib-0-6
2000-07-09
20:18
Changed ftp.tcl to provide version 2.0 of the source. check-in: 1b3814a9af user: kuchler tags: trunk
20:13
Updated for the change of ftp_lib.tcl -> ftp.tcl, for the change of ftp_demo.tcl to ftpdemo.tcl, and for the FTP namespace change. Made lots of fixes to complete the partially done work to make ftp handle multiple concurrent ftps at the same time. Updated the version in the docs, examples, source, and pkgIndex to be version 2.0 and updated the docs, examples, and tests to work with the new/latest version. check-in: eb24a7d4ce user: kuchler tags: trunk
2000-07-04
02:28
Added uri::canonicalize check-in: 89531c92d1 user: steve tags: trunk
2000-07-01
17:46
Stubbed out package. check-in: 450e261fc9 user: ericm tags: trunk
2000-06-22
03:21
2000-06-21 Sandeep Tamhankar <[email protected]> * mime/smtp.tcl: Undid the #5693 fix. It turns out there are situations where this is the desired behavior. The basic idea is that the -recipients value is used in the SMTP envelope, and should not be mixed with message headers. Basically, they're two totally different things. I commented all the code and cleaned up some of the areas where side effects were being used unnecessarily and making the code hard to read. check-in: 97db97bdbc user: sandeep tags: trunk
2000-06-20
22:23
General code cleanup and bug fixing. check-in: 5c2bcb9f35 user: kuchler tags: trunk
2000-06-18
16:48
Fixed documentation bug. check-in: 295bdcedfe user: kuchler tags: trunk
16:47
Fixed documentation error check-in: db19131e4e user: kuchler tags: trunk
2000-06-16
20:58
Initial nntp client implementation check-in: b2c4eb7631 user: kuchler tags: trunk
20:54
Initial nntp client package implementaion check-in: 21471b615a user: kuchler tags: trunk
20:15
Add textutil module, cleaned up some tests. check-in: 1cfc5aa78c user: ericm tags: trunk
2000-06-15
23:46
Added mods from RFE 5060. check-in: e8826d2c57 user: ericm tags: trunk
23:46
Added functions from RFE 5060. check-in: d2493170b5 user: ericm tags: trunk
2000-06-13
17:48
Added uri package from Steve Ball, Andreas Kupries. check-in: b16029bc3c user: ericm tags: trunk
17:48
Initial import of uri package. check-in: 4501814b81 user: ericm tags: trunk
2000-06-10
05:33
Added html::headTag check-in: 5e1303dcb2 user: welch tags: trunk
05:33
Bumped version to 0.5 check-in: a658ae169e user: welch tags: trunk, release, tcllib-0-5
2000-06-03
17:40
minor tweak to pop3 code to ensure that the correct "list" proc is called. check-in: b3085fcdc1 user: redman tags: trunk
2000-06-02
18:44
Added a ChangeLog for the html module. check-in: b0a4f13d70 user: ericm tags: trunk
18:43
Updated license info in module files to point to license.terms; added ftp library; moved module specific ChangeLog entries out of the tcllib ChangeLog and into the individual module ChangeLogs. check-in: 8452aefd7a user: ericm tags: trunk
18:24
ftp lib module from Steffen Traeger. check-in: fc6f23587d user: ericm tags: trunk
2000-05-30
23:59
Updated copyright strings. check-in: cd785e70e8 user: ericm tags: trunk