Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TIP 590: Recommend lowercase Package Names | jan.nijtmans | 2020-12-04 | 1 | -2/+2 |
|\ | |||||
| * | Lesser TIP #590 implementation: Only package renaming, no code changes | jan.nijtmans | 2020-11-06 | 1 | -2/+2 |
| |\ | |||||
| | * | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 1 | -4/+4 |
| |/ | |||||
* | | More ©-sign consolidation | jan.nijtmans | 2020-11-23 | 1 | -1/+1 |
| | | |||||
* | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign ↵ | jan.nijtmans | 2020-11-23 | 1 | -3/+3 |
|/ | | | | whenever reasonable. | ||||
* | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -1/+1 |
|\ | |||||
* \ | Merge 8.6 | jan.nijtmans | 2020-07-20 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | Merge 8.5. | jan.nijtmans | 2020-07-20 | 1 | -5/+5 |
| |\ | | | | | | | Mark testcases io-50.* nonPortable: they fail too often in travis builds. | ||||
| * | | Add remaining wrapper to the NR functions, remaining calls to | pooryorick | 2018-02-12 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | TCL_NRAddCallback, and a test for a package require script that yields. DGP: This checkin introduces a memleak, detected by test compExpr-7.1. | ||||
* | | | Purge end-of-line spacing | jan.nijtmans | 2018-08-02 | 1 | -2/+2 |
| | | | |||||
* | | | amend to [1830f9f520e2abdd], fixed package.test if built without test - ↵ | sebres | 2018-07-10 | 1 | -1/+1 |
| | | | | | | | | | | | | avoids test file error: package "Tcltest" isn't loaded statically | ||||
* | | | Add remaining wrapper to the NR functions, remaining calls to | pooryorick | 2018-02-06 | 1 | -0/+12 |
| | | | | | | | | | TCL_NRAddCallback, and a test for a package require script that yields. | ||||
* | | | Repair lost of broken [package prefer] testing. | dgp | 2017-11-14 | 1 | -25/+100 |
| | | | |||||
* | | | [5d6de65036] [package require] with [package prefer stable] was not choosing ↵ | dgp | 2017-11-14 | 1 | -11/+23 |
|\ \ \ | |/ / | | | | | | | available stable package. | ||||
| * | | [5d6de65036] [package require] with [package prefer stable] was not choosing ↵ | dgp | 2017-11-14 | 1 | -0/+10 |
| |\ \ | | |/ | | | | | | | available stable package. | ||||
* | | | Fix 2 test-cases, due to changed command options. | jan.nijtmans | 2017-01-04 | 1 | -1/+1 |
| | | | |||||
* | | | Allow unstable Tcl releases to use unstable packages by default (this makes ↵ | jan.nijtmans | 2016-03-11 | 1 | -10/+28 |
|/ / | | | | | | | "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. | ||||
* | | Correct test suite errors revealed by a -singleproc 1 -debug 1 run. | dgp | 2011-07-07 | 1 | -1/+1 |
| | | |||||
* | | tcltest 2.3.3 fixes: | dgp | 2011-06-21 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | * 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. | ||||
* | | Make tests in child interpreters report their summary info in the master. | dkf | 2011-03-10 | 1 | -4/+2 |
| | | | | | | Bumped tcltest version to 2.3.3 | ||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | more harm than good. Purged them. | ||||
* | | * tests/package.test, tests/pkg.test: Coalesce these tests into one | dkf | 2011-01-06 | 1 | -25/+1237 |
|/ | | | | | | | file that is concerned with the package system. Convert to use tcltest2 properly. * tests/autoMkindex.test, tests/pkgMkIndex.test: Convert to use tcltest2 properly. | ||||
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
| | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. | ||||
* | * tests/package.test: | ericm | 2000-02-07 | 1 | -33/+33 |
| | | | | | * library/tclIndex: * library/package.tcl: Renamed ::package namespace to ::pkg. | ||||
* | * tests/package.test: | ericm | 2000-02-01 | 1 | -0/+71 |
* 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. |