summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2017-03-13143-6716/+6161
|\
| * 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
| | |
* | | merge trunkjan.nijtmans2017-02-163-70/+89
|\ \ \ | |/ /
| * | 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
| | | | | |
* | | | | | merge trunkjan.nijtmans2017-02-011-2/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Added assoc, ftype and move as auto_execok shell built-ins on Windows.ashok2017-01-281-2/+3
| | |_|/ / | |/| | |
* | | | | merge trunkjan.nijtmans2017-01-176-23/+242
|\ \ \ \ \ | |/ / / /
| * | | | Merge IETF tzdata2016jvenkat2017-01-146-23/+242
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Merge IETF tzdata2016jvenkat2017-01-146-23/+242
| | |\ \
| | | * | Upgrade TZDATA to IETF tzdata2016jvenkat2017-01-146-23/+242
| | | | |
* | | | | Merge trunkjan.nijtmans2016-12-158-45/+213
|\ \ \ \ \ | |/ / / /
| * | | | 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 trunkjan.nijtmans2016-11-0275-2055/+1945
|\ \ \ \ | |/ / /
| * | | 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
| | | |
| * | | Merge tzdata2016g from ietf.orgvenkat2016-10-0269-1864/+1698
| |\ \ \ | | |/ /
| | * | Merge tzdata2016g from ietf.orgvenkat2016-10-0269-1864/+1698
| | |\ \ | | | |/
| | | * Update tzdata to 2016g from ietf.orgvenkat2016-10-0269-1864/+1698
| | | |
* | | | merge trunkjan.nijtmans2016-09-282-2/+2
|\ \ \ \ | |/ / /
* | | | merge trunkjan.nijtmans2016-08-301-8/+3
|\ \ \ \ | |/ / /
| * | | Merge dup-removal into search loop so we avoid pre-processing efforts on ↵dgp2016-08-261-8/+3
| |\ \ \ | | |/ / | | | | | | | | data that are never used. Contributed patch from Brian Griffin.
| | * | 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
| | | |