Tcl Library Source Code
Timeline
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2018 Conference, Houston/TX, US, Oct 15-19
Send your abstracts to tclconference@googlegroups.com or submit via the online form
by Aug 20.

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

12 check-ins using file modules/math/ChangeLog version d2b84de08e

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 <sjeanjean@users.sourceforge.net>. 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