summaryrefslogtreecommitdiffstats
path: root/tests/autoMkindex.test
Commit message (Collapse)AuthorAgeFilesLines
* Fix for Bug 420186dgp2001-05-031-3/+3
|
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
| | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948].
* * tests/pkg/magicchar2.tcl:ericm2000-01-291-1/+13
| | | | | | | | | * 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/magicchar.tcl:ericm2000-01-281-1/+13
| | | | | | | | | * 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/autoMkindex.test:ericm2000-01-281-1/+12
| | | | | | * library/auto.tcl: Applied patch (with slight modification) from bug #2701: auto_mkIndex uses platform dependent file paths. Added test for fix.
* * tests/tcltest.test:jenn1999-10-191-1/+7
| | | | | | | | | | | * doc/tcltest.n: * library/tcltest1.0/tcltest.tcl: Removed the extra return at the end of the tcltest.tcl file. Applied patches sent in by Andreas Kupries to add helper procs for debug output, add 3 new flags (-testsdir, -load, -loadfile), and internally refactors common code for dealing with paths into separate procedures. [Bug: 2838, 2842]
* Modified the tests to use the package tcltestjenn1999-06-261-5/+7
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-13/+51
|
* Added tests for auto_mkindex_parser quoting problems, BUGID 1657welch1999-03-311-6/+96
|
* Minor changes in test file & C style.rjohnson1998-10-061-1/+7
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionwelch1998-07-241-0/+55