summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* merge trunkdgp2017-05-152-5/+6
|\
| * merge core-8-6-branchjan.nijtmans2017-05-092-5/+6
| |\
| | * 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])aspect2017-02-121-3/+4
| | | |
* | | | merge trunkdgp2017-04-211-4/+13
|\ \ \ \ | |/ / /
| * | | merge core-8-6-branchjan.nijtmans2017-04-181-4/+13
| |\ \ \ | | |/ /
| | * | Fix [bc432269b74e9b246bf01f354714fed47cb227ed|bc432269]: http fails in a ↵jan.nijtmans2017-04-181-4/+13
| | | | | | | | | | | | | | | | safe interpreter
* | | | merge trunkdgp2017-04-1764-1187/+1187
|\ \ \ \ | |/ / /
| * | | Translate all \u???? sequences to their UTF-8 counterpart in *.msg files: It ↵jan.nijtmans2017-04-1364-1187/+1187
| | | | | | | | | | | | | | | | | | | | is faster during parsing (since no backslash-sequences have to be handled) and makes the msg-files better readable by humans. TODO: adapt tools/loadICU.tcl to generate UTF-8 in stead of those sequences. This tools seems to be out-of-date a long time already, I couldn't make it run with latest ICU.
| * | | merge core-8-6-branchjan.nijtmans2017-04-121-0/+0
| |\ \ \ |/ / / / | | _ / | | /
| * | Another attempt to fix the two executable flags.jan.nijtmans2017-04-121-0/+0
| | |
* | | merge with trunkJosé Ignacio Marín2017-03-232-2/+168
|\ \ \ | |/ /
| * | Update TZ info to tzcode2017b.José Ignacio Marín2017-03-232-2/+168
| | |
* | | Make 'clock' and 'encoding' into compilable ensembles that play with safe ↵Kevin B Kenny2017-03-141-8/+3
|\ \ \ | |/ / | | | | | | interps
| * | Make 'clock' and 'encoding' into proper compilable ensemblesKevin B Kenny2017-03-141-8/+3
| | |
* | | Merge the update of TZ info with trunk.José Ignacio Marín2017-03-10143-6716/+6161
|\ \ \ | |/ /
| * | Update TZ data with tzdata2017a from IANAJosé Ignacio Marín2017-03-10143-6716/+6161
| |/
* | On Windows, Cygwin and 64-bit platforms, no need to handle 'long' in ↵jan.nijtmans2017-02-141-2/+2
| | | | | | | | | | tclLink.c, since its size is equal to either 'int' or 'Tcl_WideInt'. This enhances interoperabilty between win64 extensions loaded in cygwin64 using Tcl_LinkVar(), whill still being 100% compatible. init.tcl: unnecessary spacing.
* | TIP #459 remaining part of implementation. Makes "package require Tk" give ↵jan.nijtmans2017-02-033-70/+89
|\ \ | | | | | | | | | the right (... at least ... the expected ...) answer.
| * \ Merge trunkjan.nijtmans2017-01-236-23/+242
| |\ \
| * | | One more ::tcl::Pkg::source, for the Macjan.nijtmans2017-01-051-1/+1
| | | |
| * | | Merge trunk. Improve test-case. Bring back "source -nopkg", but only as ↵jan.nijtmans2017-01-052-7/+3
| |\ \ \ | | | | | | | | | | | | | | | undocumented internal helper for ::tcl::Pkg::source.
| * | | | In stead of "source -nopkg" use a ::tcl::Pkg::source utility function.jan.nijtmans2017-01-043-57/+89
| | | | |
| * | | | Fix safe.tcl test-cases: "source -nopkg" is not necessary here: "source" is ↵jan.nijtmans2017-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | an alias for "::safe::AliasSource", which doesn't use "source"
| * | | | Merge trunk. First steps in eliminating "source -nopkg". Some test-cases ↵jan.nijtmans2017-01-042-67/+58
| |\ \ \ \ | | |/ / / | | | | | | | | | | still fail.
| * | | | Bring back stub table in original state.jan.nijtmans2016-12-081-1/+1
| |\ \ \ \ | | |/ / / | | | | | Merge trunk
| * | | | Complete implementation, tests and documentationjan.nijtmans2016-11-283-69/+69
| | | | |
* | | | | Added assoc, ftype and move as auto_execok shell built-ins on Windows.ashok2017-01-281-2/+3
| |_|/ / |/| | |
* | | | Merge IETF tzdata2016jvenkat2017-01-146-23/+242
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | 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
| |\ \ | | |/
| | * compatability -> compatibilityjan.nijtmans2016-12-011-1/+1
| | |
* | | Merge tzdata2016i from IETFvenkat2016-11-124-39/+208
|\ \ \ | |/ /
| * | 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". Make more ↵jan.nijtmans2016-11-042-2/+2
|\ \ \ | |/ / | | | | | | test-cases work unmodified in "novem".
| * | Make packages msgcat and tcltest work unmodified in "novem".jan.nijtmans2016-11-042-2/+2
| | |
* | | merge core-8-6-branch (http package version update)jan.nijtmans2016-11-022-4/+4
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | [1ae12987cb] Ensure that deleting the [history] command deletes its storage.dkf2016-10-301-0/+24
| | |
* | | Merge timezone data tzdata2016hvenkat2016-10-264-186/+186
|\ \ \ | |/ /
| * | 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
| |\ \ | | |/
| | * [838e99a76d] Ensure that encodings are handled with application/xml and friends.dkf2016-10-081-1/+33
| | |