summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Bugfixes to the earlier fix of bug cb0373bb33, which broke HTTP/1.0 ↵kjnash2020-08-122-13/+29
| | | | transactions in which the server indicates neither a Content-Length nor that it will close the socket on completion ("Connection: close"). The HTTP/1.1 rule is that the response header "Connection", if absent, must default to "keep-alive"; but this rule does not apply to HTTP/1.0. Add test http11-3.4 and bump version to 2.9.4.
* Merge 8.6jan.nijtmans2020-07-251-9/+9
|\
* | Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if ↵kjnash2020-07-242-6/+29
|/ | | | absent, must default to "keep-alive". Add test http11-1.13 and bump version to 2.9.3.
* Merge 8.5.jan.nijtmans2020-07-201-8/+8
|\ | | | | Mark testcases io-50.* nonPortable: they fail too often in travis builds.
| * Backport changes in tcltest package from higher Tcl versions.jan.nijtmans2020-07-202-13/+24
| | | | | | | | Rename (internal, undocumented) tcltest::loadIntoSlaveInterpreter into tcltest::loadIntoChildInterpreter tcltest 2.5.1 -> 2.5.3
| * Make sure that files like _FOSSIL_ or .flsckout are never committed to a GIT ↵jan.nijtmans2020-06-221-0/+0
| | | | | | | | repository
| * (cherry-pick): Update TZ info to tzdata2020a.jan.nijtmans2020-06-067-588/+277
| |
* | (cherry-pick): Bugfix in library/tm.tcl - in a safe interp ↵jan.nijtmans2020-07-141-1/+5
| | | | | | | | ::tcl::tm::UnknownHandler should always use the freshest "package ifneeded"
* | In tcl_startOfPreviousWord, don't bother doing a regexp when $start <= 0.jan.nijtmans2020-07-031-2/+4
| |
* | Fix for ticket 41c9857bddkjnash2020-06-231-20/+25
| |
* | library/reg/pkgIndex.tcl should not be executablejan.nijtmans2020-06-221-0/+0
| |
* | Bump http version to 2.9.2kjnash2020-06-192-2/+2
| |
* | Merge 8.6kjnash2020-06-1932-790/+683
|\ \
| * | Update TZ info to tzdata2020a.José Ignacio Marín2020-06-067-588/+277
| | |
| * | tcltest.tcl: Only adapt "filesMade" variable if the file to be removed is ↵jan.nijtmans2020-03-302-3/+4
| | | | | | | | | | | | | | | actually found. tcltest 2.5.2 -> 2.5.3
| * | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal ↵jan.nijtmans2020-03-171-1/+1
| |\ \ | | |/ | | | | | | Unicode tables. Not used in 8.6 yet.
| | * Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly.jan.nijtmans2020-03-091-1/+1
| | |
| * | Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3jan.nijtmans2020-02-262-4/+4
| |\ \ | | |/ | | | Make tclWinReg.c compilable with C++ compiler. registry -> 1.3.5
| | * Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3jan.nijtmans2020-02-262-4/+4
| | | | | | | | | Make tclWinReg.c compilable with C++ compiler. registry -> 1.3.5
| * | merge 8.5sebres2020-02-171-2/+2
| |\ \ | | |/
| | * windows: avoid create of legacy error-vars on init phase (in fresh created ↵sebres2020-02-171-2/+2
| | | | | | | | | | | | interpreter) - no tcl_pkgPath variable on windows
| * | merge 8.5sebres2020-01-301-1/+1
| |\ \ | | |/
| | * introduces new command and constraint testWithLimit (as include ↵sebres2020-01-301-1/+1
| | | | | | | | | | | | tests/internals.tcl) that can be used to test a code under restricted circumstances (e.g. limited address space)
| | * (cherry-pick): Fix issue [9128866ec8448752] by adding Line Feed character to ↵jan.nijtmans2020-01-061-1/+1
| | | | | | | | | | | | tis-620.enc.
| * | Fix issue [9128866ec8448752] by adding Line Feed character to tis-620.enc.pooryorick2020-01-041-1/+1
| | |
| * | amend to [2cf1202807]: find the hooks in tcltest namespace onlysebres2019-12-101-3/+3
| | |
| * | merge 8.5 (timing issue avoidance, skip test in runtime feature)sebres2019-12-091-15/+51
| |\ \ | | |/
| | * small amend (whitespace, no functional)sebres2019-12-091-1/+1
| | |
| | * rewrite of [dff608952b]: skip tests if there is really a timing issue (and ↵sebres2019-12-061-15/+51
| | | | | | | | | | | | implements new feature ::tcltest::Skip which allows conditionally skipping of tests at runtime)
| * | tcltest: hook enhancements rewritten backwards compatible now, reverts ↵sebres2019-12-091-38/+15
| | | | | | | | | | | | [0067db1bbf], [0f3d6f90f0], [b8be012969], [375a566d22]
| * | Add tcltest::CleanupTest to make it easier to customize behaviour.pooryorick2019-12-021-1/+11
| | |
| * | Renumber tcltest from 2.5.1 -> 2.5.2, already for next release.jan.nijtmans2019-12-022-2/+2
| | |
| * | Add tcltest::EvalTest to make it easier to customize behaviour.pooryorick2019-12-011-1/+10
| | |
| * | Fix tcltest::SetupTest added in previous commit.pooryorick2019-12-011-7/+5
| | |
| * | add tcltest::SetupTest to make it easier to customize the -setup step of a testpooryorick2019-12-011-1/+17
| | |
| * | Merge 8.5 (Update opt package from 0.4.6 to 0.4.7).jan.nijtmans2019-11-283-5/+5
| |\ \ | | |/ | | | Also fix installation of opt0.4 as done by makefile.vc, which never worked in Tcl 8.6.
| | * Update "opt" from version 0.4.5 to 0.4.7, backported from Tcl 8.7a3.jan.nijtmans2019-11-282-231/+231
| | |
| * | Merge 8.6; update changes.dgp2019-11-202-3/+3
| |\ \
| | * \ Fix [13657a2dc3]: application/json is not a binary payload for http. http ↵jan.nijtmans2019-11-182-3/+3
| | |\ \ | | | |/ | | | | | | | | 2.9.0 -> 2.9.1
| | | * http package from 2.7.14 to 2.7.15jan.nijtmans2019-11-182-2/+2
| | | |
| | | * Fix [13657a2dc3]: application/json is not a binary payload for httpjan.nijtmans2019-11-181-1/+1
| | | |
| * | | merge 8.6dgp2019-10-212-4/+4
| |\ \ \ | | |/ /
| | * | Bump to dde 1.4.2 and registry 1.3.4dgp2019-10-212-4/+4
| | |\ \ | | | |/
| | | * Bump to dde 1.4.2 and registry 1.3.4.dgp2019-10-212-4/+4
| | | |
| | | * (cherry-pick): Update TZ info to tzdata2019c.jan.nijtmans2019-09-2513-158/+308
| | | |
| * | | merge 8.6dgp2019-09-1314-159/+311
| |\ \ \ | | |/ /
| | * | merge 8.5 - windows: eliminate overwriting of WINDIR env-variable in ↵sebres2019-09-121-1/+3
| | |\ \ | | | |/ | | | | | | | | | | | | VS-makefiles (used WIN_DIR now similar to "makefile.in"); init.tcl: windows helper prefer SystemRoot if available.
| | | * windows: eliminate overwriting of WINDIR env-variable in makefiles (used ↵sebres2019-09-121-1/+3
| | | | | | | | | | | | | | | | | | | | WIN_DIR now similar to "makefile.in"); init.tcl: windows helper prefer SystemRoot if available.
| | * | Update TZ info to tzdata2019c.José Ignacio Marín2019-09-1213-158/+308
| | | |
| * | | merge 8.6dgp2019-09-113-6/+6
| |\ \ \ | | |/ /