| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
avoids test file error: package "Tcltest" isn't loaded statically
|
|
|
| |
TCL_NRAddCallback, and a test for a package require script that yields.
|
| |
|
|\
| |
| |
| | |
available stable package.
|
| |\
| | |
| | |
| | | |
available stable package.
|
| | | |
|
|/ /
| |
| |
| | |
"package require Tk" find the expected 8.7a0 version in stead of 8.6). Make many "package" test-cases work even when the environment variable TCL_PKG_PREFER_LATEST is set.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
* Use package ifneeded so slave gets exactly same tcltest version as master
* Use configure command instead of legacy ::argv magic to pass tcltest
configuration options to slave interp.
Test files using the new loadIntoSlaveInterpreter command updated to declare
their need for tcltest 2.3.3 as minimum acceptable release.
|
| |
| |
| | |
Bumped tcltest version to 2.3.3
|
|\ \
| |/
| | |
cause more harm than good. Purged them (except in zlib files).
|
| |
| |
| | |
more harm than good. Purged them.
|
|/
|
|
|
|
|
| |
file that is concerned with the package system. Convert to use
tcltest2 properly.
* tests/autoMkindex.test, tests/pkgMkIndex.test: Convert to use
tcltest2 properly.
|
|
|
|
| |
::tcltest" to "namespace import -force ::tcltest" [Bug: 3948].
|
|
|
|
|
| |
* library/tclIndex:
* library/package.tcl: Renamed ::package namespace to ::pkg.
|
|
* library/tclIndex:
* library/package.tcl: Added ::package namespace and
::package::create function.
* library/init.tcl: Fixed problem with auto_load and determining
if commands were loaded.
* library/auto.tcl: "Fixed" issues with $ in files to be auto indexed.
* doc/Package.n: New man page for package::create function.
* doc/pkgMkIndex.n: Added additional information.
* doc/library.n: Added additional qualification regarding auto_mkindex.
|