Tcl Library Source Code

Timeline
Login

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

50 check-ins occurring around 2011-06-06.

2011-11-08
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