Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make test-output more readable when it contains non-printable characters ↵ | jan.nijtmans | 2023-03-12 | 1 | -1/+1 |
| | | | | | (stolen from TIP #656 impl, thanks Ashok!) tcltest -> 2.5.6 | ||||
* | http 2.10a4 -> 2.10b1, for upcoming release | jan.nijtmans | 2022-11-16 | 1 | -1/+1 |
| | |||||
* | Merge 8.7 | jan.nijtmans | 2022-10-23 | 1 | -1/+1 |
| | |||||
* | Merge 8.6 | jan.nijtmans | 2022-07-22 | 1 | -1/+1 |
| | |||||
* | Merge 8.6 | jan.nijtmans | 2022-06-20 | 1 | -1/+1 |
| | |||||
* | Merge 8.6 | jan.nijtmans | 2022-05-10 | 1 | -1/+1 |
| | |||||
* | Merge 8.6. http -> 2.10a2 | jan.nijtmans | 2022-04-04 | 1 | -1/+1 |
| | |||||
* | Merge 8.6 | jan.nijtmans | 2021-10-27 | 1 | -1/+1 |
| | |||||
* | Revise http version number from unusual 2.10.0a1 to conventional 2.10a1 | dgp | 2021-06-04 | 1 | -1/+1 |
| | |||||
* | Merge 8.6 | jan.nijtmans | 2021-02-02 | 1 | -1/+1 |
| | |||||
* | tcltest -> 2.5.4. Version change should have been done at this commit: ↵ | jan.nijtmans | 2021-01-06 | 1 | -1/+1 |
| | | | | [95852bc2ed0e2c11] | ||||
* | Merge 8.6: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16 | jan.nijtmans | 2021-01-05 | 1 | -1/+1 |
| | |||||
* | Merge 8.6 | jan.nijtmans | 2020-12-03 | 1 | -1/+1 |
| | |||||
* | Change version number of http package from 2.9.5 -> 2.10.0a1, since it's ↵ | jan.nijtmans | 2020-09-17 | 1 | -1/+1 |
| | | | | | different from the 2.9.5 version in Tcl 8.6.x. Use "$idx >= 0" check in stead of "$idx > -1" everywhere. | ||||
* | Merge 8.6. More tests/tools updates. | jan.nijtmans | 2020-08-31 | 1 | -1/+1 |
| | |||||
* | Merge 8.6 | jan.nijtmans | 2020-08-29 | 1 | -1/+1 |
| | |||||
* | Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if ↵ | kjnash | 2020-07-24 | 1 | -1/+1 |
| | | | | absent, must default to "keep-alive". Add test http11-1.13 and bump http version to 2.9.3. | ||||
* | Rewrite msgcat::mcutil::getpreferences, not depending on 'string last' ↵ | jan.nijtmans | 2020-06-21 | 1 | -1/+1 |
| | | | | returning -1 any more | ||||
* | Merge 8.6 | jan.nijtmans | 2020-06-21 | 1 | -1/+1 |
| | |||||
* | Merge 8.6 | jan.nijtmans | 2020-03-30 | 1 | -1/+1 |
| | |||||
* | Give cookiejar en tcl::idna a 3-part version number. Use 0.2.0 for cookiejar ↵ | jan.nijtmans | 2019-11-28 | 1 | -2/+2 |
| | | | | | and 1.0.1 for tcl::idna. "make install" and "make install-libraries" should now (finally) work fine for all platforms, both with configure/make and nmake. | ||||
* | Fix installation of cookiejar on UNIX, and add same pieces to windows as ↵ | jan.nijtmans | 2019-11-26 | 1 | -0/+2 |
| | | | | well. Also modify manifext.txt accordingly, for the zipfile vfs. | ||||
* | Merge 8.6 | jan.nijtmans | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | Merge 8.6 | jan.nijtmans | 2019-09-06 | 1 | -1/+1 |
| | |||||
* | Further refinements for the fix for bug ↵ | hypnotoad | 2018-11-21 | 1 | -0/+18 |
[4e812aadae68af384605a5e78845abe40206fbe9] Moved the package manifest for the /library file system out of init.tcl file and into a new file "manifest.txt". If a VFS is populating tcl_library via a file copy it will rename that file to pkgIndex.tcl, which will allow all of the packages the core distributes in this way to be available via the standard package discovery mechanism (as tcl_library is already in the auto_path of an unmodified tcl interpreter. And if you've modified the tcl interpreter, you probably know better anyway. Probably...) |