summaryrefslogtreecommitdiffstats
path: root/tests/pkg
Commit message (Collapse)AuthorAgeFilesLines
* * tests/pkg/magicchar2.tcl:ericm2000-01-291-0/+1
| | | | | | | | | * tests/autoMkindex.test: Test for auto loader fix (bug #2480). * library/init.tcl: auto_load was using [info commands $name] to determine if a given command was available; if the command name had * or [] it, this would fail because info commands uses glob-style matching. This is fixed. (Bug #2480).
* * tests/pkg/spacename.tcl:ericm2000-01-281-0/+3
| | | | | | | * tests/pkgMkIndex.test: Tests for fix for bug #2360. * library/package.tcl: Fixed to extract only the first element of the list returned by auto_qualify (bug #2360).
* * tests/pkg/magicchar.tcl:ericm2000-01-281-0/+6
| | | | | | | | | * tests/autoMkindex.test: Test for fix for bug #2611. * library/auto.tcl: Fixed the regular expression that performs $ escaping before sourcing a file to index. It was erroneously adding \ escapes even to $'s that were already escaped, effectively "un-escaping" those $'s. (bug #2611).
* * tests/pkg/samename.tcl: test file for bug #1983ericm2000-01-271-0/+25
| | | | | | | | * tests/pkgMkIndex.test: * library/package.tcl: Fixed bug #1983, dealing with pkg_mkIndex incorrectly handling situations with two procs by the same name but in different namespaces (ie, foo::baz and bar::baz).
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+16
|
* Added test filewelch1998-12-041-0/+15
|
* Added the pkg_mkIndex test suiteescoffon1998-10-1712-0/+303