summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Try to make good stack trace. Fallback to making not-so-good stack trace.bug_46f801ea5adgp2017-06-261-22/+28
| | | Stop failing altogether. Test in test suite, not program fragility.
* Cherry-pick [http://core.tcl.tk/tclconfig/info/18e79736d236d15d|All the ↵jan.nijtmans2017-05-181-1/+1
| | | | | world was a VAX] for OpenBSD. Also fix [http://core.tcl.tk/tk/tktview?name=84a27b1c67|84a27b1c67]: Tcl and Tk's tcl.m4 not synced? (configure script not re-generated yet, I'm sure Don will do that in the rc branch)
* Fix [6ca52aec14e0b33543d3cd9895f060b852ac4dbc|6ca52aec14]: HTTP package: ↵jan.nijtmans2017-05-092-5/+6
|\ | | | | | | | | Memory leak if client requests "Connection: close" but server responses with "Connection: keep-alive" http: 2.8.10 -> 2.8.11
| * fix chan leak with http keepalive vs close (bug [6ca52aec14])bug_6ca52aec14aspect2017-02-121-3/+4
| |
* | Fix [bc432269b74e9b246bf01f354714fed47cb227ed|bc432269]: http fails in a ↵jan.nijtmans2017-04-181-4/+13
| | | | | | | | safe interpreter
* | Another attempt to fix the two executable flags.jan.nijtmans2017-04-121-0/+0
| |
* | Update TZ info to tzcode2017b.José Ignacio Marín2017-03-232-2/+168
| |
* | Make 'clock' and 'encoding' into proper compilable ensemblesKevin B Kenny2017-03-141-8/+3
| |
* | Update TZ data with tzdata2017a from IANAJosé Ignacio Marín2017-03-10143-6716/+6161
|/
* Merge IETF tzdata2016jvenkat2017-01-146-23/+242
|\
| * Upgrade TZDATA to IETF tzdata2016jvenkat2017-01-146-23/+242
| |
* | compatability -> compatibilityjan.nijtmans2016-12-011-1/+1
|\ \ | |/
| * compatability -> compatibilityjan.nijtmans2016-12-011-1/+1
| |
* | Merge tzdata2016i from IETFvenkat2016-11-124-39/+208
|\ \ | |/
| * Update to tzdata2016i from IETFvenkat2016-11-124-39/+208
| |
* | Make packages msgcat and tcltest work unmodified in "novem".jan.nijtmans2016-11-042-2/+2
| |
* | Update http version number to 2.8.10, due to [838e99a76d]jan.nijtmans2016-11-022-4/+4
|\ \ | |/
| * Update http version number to 2.7.14, due to [838e99a76d]jan.nijtmans2016-11-022-2/+2
| |
* | [1ae12987cb] Ensure that deleting the [history] command deletes its storage.dkf2016-10-301-0/+24
| |
* | Merge timezone data tzdata2016hvenkat2016-10-264-186/+186
|\ \ | |/
| * 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
|\ \ | |/
| * [838e99a76d] Ensure that encodings are handled with application/xml and friends.dkf2016-10-081-1/+33
| |
* | Merge tzdata2016g from ietf.orgvenkat2016-10-0269-1864/+1698
|\ \ | |/
| * Update tzdata to 2016g from ietf.orgvenkat2016-10-0269-1864/+1698
| |
| * Update tzdata to 2016f from ietf.orgvenkat2016-07-2022-159/+159
| |
* | Merge dup-removal into search loop so we avoid pre-processing efforts ondgp2016-08-261-8/+3
| | | | | | data that are never used. Contributed patch from Brian Griffin.
* | tzdata2016fdgp2016-07-1222-159/+159
| |
* | Start RC branch for Tcl 8.6.6dgp2016-07-121-1/+1
| |
* | Fixup the ensemble rewrite conversions (merge fork)jan.nijtmans2016-07-051-1/+1
| |
* | [09fabeb1fd] test subdirs in sorted order.dgp2016-07-021-1/+1
| |
* | (cherry-pick) Merge TIP #447: Execution Time Verbosity Levels in ↵jan.nijtmans2016-06-022-6/+32
| | | | | | | | tcltest::configure. Tcltest 2.3.8 -> 2.4.0.
* | Make tclreg13.dll work in any Unicode environment (either with 32-bit or ↵jan.nijtmans2016-05-131-2/+2
| | | | | | | | 64-bit characters). Adopted from Androwish. Thanks to Christian Werner. version -> 1.3.2
* | Update to tzdata2016d from IETFvenkat2016-04-2234-313/+463
|\ \ | |/
| * Update to tzdata2016d from IETFvenkat2016-04-2234-313/+463
| |
* | Update to tzdata 2016c from ietf.orgdkf2016-03-268-186/+522
|\ \ | |/
| * 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}
| * Update tzdata to 2016b from ietf.orgvenkat2016-03-1615-798/+689
| |
| * merge 8.5dgp2015-10-295-38/+193
| |\
| * | Bump to release number 8.5.19dgp2015-10-231-1/+1
| | |
* | | (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}
* | | (cherry-pick from trunk): Update tzdata to 2016b from ietf.orgjan.nijtmans2016-03-169-340/+387
| | |
* | | Update to tzdata2016a.dgp2016-02-196-458/+302
| | |
* | | Bump to 8.6.5dgp2016-01-281-1/+1
| | |
* | | Make ::tcl::tm::roots work for alpha/beta Tcl releases. (backported from ↵jan.nijtmans2015-11-241-1/+1
| | | | | | | | | | | | "novem", will be needed anyway for whatever future developments)
* | | Merge tzdata2015g from ietfvenkat2015-10-274-37/+192
|\ \ \ | | |/ | |/|
| * | Update to tzdata2015g from ietfvenkat2015-10-274-37/+192
| | |
* | | Bring back regexp to what it was in latest release. This is the correct fix ↵jan.nijtmans2015-10-241-1/+1
|\ \ \ | |/ / | | | | | | for the problem noted by kbk. Thanks! And thanks to dkf for the test-case
| * | Bring back regexp to wat it was in latest release. This is the correct fix ↵jan.nijtmans2015-10-241-1/+1
| | | | | | | | | | | | for kbk's attempt.