summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
* 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
* 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.
* 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)
* Update "opt" from version 0.4.5 to 0.4.7, backported from Tcl 8.7a3.jan.nijtmans2019-11-282-231/+231
|
* 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
|
* 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
|
* 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.
* Use "package provide Tcl" consistantly, in stead of either "package present ↵jan.nijtmans2019-09-112-3/+3
| | | | Tcl" or "info tclversion"/"info patchlevel"
* Backport some improvements to tm.tcl (mostly comments). jan.nijtmans2019-09-103-124/+110
| | | | Don't use ::tcl_platform(debug) anymore, since it cannot be thrusted: Better use [::tcl::pkgconfig get debug] Reduce limits in tests/compile.test (13.2), since apparently it's still too much for some platforms.
* If tcltest's removeFile fails for a non-expected reason (e.g. Windows keeps ↵jan.nijtmans2019-08-262-3/+8
| | | | | the file locked), this should not result in a test failure, just a warning. Observed in this Travis build: [https://travis-ci.org/tcltk/tcl/jobs/576443957] Tcl test 2.5.0 -> 2.5.1
* Update tzdata to 2019bjan.nijtmans2019-07-309-656/+377
|
* Remove EXECUTE flag for tclWinFile.c. More eol-spacing cleanup (keeping ↵jan.nijtmans2019-06-262-12/+12
| | | | tests-pref/* among other the same in multiple branches)
* (cherry-pick from8.6): Japanese Reiwa (令和) erajan.nijtmans2019-05-071-1/+1
|
* Update TZ info to tzdata2019ajan.nijtmans2019-03-276-55/+68
|
* helper to import `timerate` on demand in unknown/autoload proceeding.sebres2019-03-051-0/+3
|
* Update TZ info to tzdata2018i.jan.nijtmans2019-01-0416-56/+240
|
* [86d249bcba] Make sure that tcltest::runAllTests actually returns 1 on failure.dgp2018-11-081-1/+3
| | | Repairs TIP 525 Implementation.
* [TIP 525] Backport package tcltest 2.5dgp2018-10-292-45/+86
|
* (temporary) backout [0386db909a]: Enable CI builds with Travis. This enables ↵jan.nijtmans2018-10-271-2/+2
| | | | everything else to merge-marked to 8.6. Will put it back in the next commit
* Backport various minor issues from 8.6: jan.nijtmans2018-10-273-440/+101
| | | | | | - gcc compiler warning in tclDate.c - protect Tcl_UtfToUniCharDString() from ever reading more than "length" bytes from its input, not even in the case of invalid UTF-8. - update to latest tzdata - fix 2 failing test-cases on MacOSX
* Update to latest tzdata (backported from 8.6)jan.nijtmans2018-10-2710-386/+427
|
* tclWinDde.c: Backport version 1.4.1 from Tcl 8.6.jan.nijtmans2018-10-271-2/+2
|
* Backport "registry" version 1.3.3, so all active branches now have the same ↵jan.nijtmans2018-10-241-4/+4
| | | | | registry version. (this commit must -eventually- be merge-marked to core-8-6-branch, since everything is there already)
* Enable CI builds with Travis.dkf2018-10-231-2/+2
|\
| * Disable windows builds. Make test failures fatal.dkf2018-10-211-2/+2
| |
* | code review, skip slow test winpipe-8.2 executed args from injectList ↵sebres2018-08-231-0/+4
| | | | | | | | particularly (normally winpipe-8.3 covers the same but jointly), to enable use parameter `-constraints slowTest`, added new test with randomly generated potentially dangerous args
* | Update to latest tzdata (backported from 8.6)jan.nijtmans2018-06-0992-3461/+3467
| |
* | Update to tzdata2017cKevin B Kenny2017-10-2421-367/+404
| |
* | Fix [fb2208172c671f29d60e9ac928d9ded45d01d8b8|fb2208172c]: tclIndex varies ↵jan.nijtmans2017-07-171-2/+2
| | | | | | | | across builds from auto_mkindex
* | (cherry-pick from core-8-6-branch): Update TZ info to tzcode2017b.jan.nijtmans2017-03-23144-6717/+6328
| |
* | Upgrade TZDATA to IETF tzdata2016jvenkat2017-01-146-23/+242
| |
* | compatability -> compatibilityjan.nijtmans2016-12-011-1/+1
| |
* | Update to tzdata2016i from IETFvenkat2016-11-124-39/+208
| |
* | Update http version number to 2.7.14, due to [838e99a76d]jan.nijtmans2016-11-022-2/+2
| |
* | Update timezone data to tzdata2016h from IETFvenkat2016-10-264-186/+186
|/
* [838e99a76d] Ensure that encodings are handled with application/xml and friends.dkf2016-10-081-1/+33
|
* Update tzdata to 2016g from ietf.orgvenkat2016-10-0269-1864/+1698
|
* Update tzdata to 2016f from ietf.orgvenkat2016-07-2022-159/+159
|
* Update to tzdata2016d from IETFvenkat2016-04-2234-313/+463
|
* Update to tzdata 2016c from ietf.orgvenkat2016-03-268-186/+522
|
* (cherry-pick): Fix [f1253530cdd83e66]: Different Windows / *nix default ↵jan.nijtmans2016-03-231-4/+12
| | | | | | | | bindings for text widget See: [https://groups.google.com/forum/#!topic/comp.lang.tcl/ZZ_WwfQdmoE]. People like Eric Brunel, who want the most logical behavior for any Tcl release can simply do: set ::tcl_wordchars {\w} set ::tcl_nonwordchars {\W}