Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | On Windows, Cygwin and 64-bit platforms, no need to handle 'long' in ↵ | jan.nijtmans | 2017-02-14 | 1 | -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.nijtmans | 2017-02-03 | 3 | -70/+89 |
|\ | | | | | | | the right (... at least ... the expected ...) answer. | ||||
| * | Merge trunk | jan.nijtmans | 2017-01-23 | 6 | -23/+242 |
| |\ | |||||
| * | | One more ::tcl::Pkg::source, for the Mac | jan.nijtmans | 2017-01-05 | 1 | -1/+1 |
| | | | |||||
| * | | Merge trunk. Improve test-case. Bring back "source -nopkg", but only as ↵ | jan.nijtmans | 2017-01-05 | 2 | -7/+3 |
| |\ \ | | | | | | | | | | | | | undocumented internal helper for ::tcl::Pkg::source. | ||||
| * | | | In stead of "source -nopkg" use a ::tcl::Pkg::source utility function. | jan.nijtmans | 2017-01-04 | 3 | -57/+89 |
| | | | | |||||
| * | | | Fix safe.tcl test-cases: "source -nopkg" is not necessary here: "source" is ↵ | jan.nijtmans | 2017-01-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | an alias for "::safe::AliasSource", which doesn't use "source" | ||||
| * | | | Merge trunk. First steps in eliminating "source -nopkg". Some test-cases ↵ | jan.nijtmans | 2017-01-04 | 2 | -67/+58 |
| |\ \ \ | | |/ / | | | | | | | | | still fail. | ||||
| * | | | Bring back stub table in original state. | jan.nijtmans | 2016-12-08 | 1 | -1/+1 |
| |\ \ \ | | |/ / | | | | | Merge trunk | ||||
| * | | | Complete implementation, tests and documentation | jan.nijtmans | 2016-11-28 | 3 | -69/+69 |
| | | | | |||||
* | | | | Added assoc, ftype and move as auto_execok shell built-ins on Windows. | ashok | 2017-01-28 | 1 | -2/+3 |
| |_|/ |/| | | |||||
* | | | Merge IETF tzdata2016j | venkat | 2017-01-14 | 6 | -23/+242 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Merge IETF tzdata2016j | venkat | 2017-01-14 | 6 | -23/+242 |
| |\ \ | |||||
| | * | | Upgrade TZDATA to IETF tzdata2016j | venkat | 2017-01-14 | 6 | -23/+242 |
| | | | | |||||
* | | | | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -1/+1 |
| | | | |||||
* | | | Merge tzdata2016i from IETF | venkat | 2016-11-12 | 4 | -39/+208 |
|\ \ \ | |/ / | |||||
| * | | Merge tzdata2016i from IETF | venkat | 2016-11-12 | 4 | -39/+208 |
| |\ \ | | |/ | |||||
| | * | Update to tzdata2016i from IETF | venkat | 2016-11-12 | 4 | -39/+208 |
| | | | |||||
* | | | Make packages msgcat and tcltest work unmodified in "novem". Make more ↵ | jan.nijtmans | 2016-11-04 | 2 | -2/+2 |
|\ \ \ | |/ / | | | | | | | test-cases work unmodified in "novem". | ||||
| * | | Make packages msgcat and tcltest work unmodified in "novem". | jan.nijtmans | 2016-11-04 | 2 | -2/+2 |
| | | | |||||
* | | | merge core-8-6-branch (http package version update) | jan.nijtmans | 2016-11-02 | 2 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Update http version number to 2.8.10, due to [838e99a76d] | jan.nijtmans | 2016-11-02 | 2 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Update http version number to 2.7.14, due to [838e99a76d] | jan.nijtmans | 2016-11-02 | 2 | -2/+2 |
| | | | |||||
* | | | [1ae12987cb] Ensure that deleting the [history] command deletes its storage. | dkf | 2016-10-30 | 1 | -0/+24 |
|\ \ \ | |/ / | |||||
| * | | [1ae12987cb] Ensure that deleting the [history] command deletes its storage. | dkf | 2016-10-30 | 1 | -0/+24 |
| | | | |||||
* | | | Merge timezone data tzdata2016h | venkat | 2016-10-26 | 4 | -186/+186 |
|\ \ \ | |/ / | |||||
| * | | Merge timezone data tzdata2016h | venkat | 2016-10-26 | 4 | -186/+186 |
| |\ \ | | |/ | |||||
| | * | Update timezone data to tzdata2016h from IETF | venkat | 2016-10-26 | 4 | -186/+186 |
| | | | |||||
* | | | [838e99a76d] Ensure that encodings are handled with application/xml and friends. | dkf | 2016-10-08 | 1 | -1/+33 |
|\ \ \ | |/ / | |||||
| * | | [838e99a76d] Ensure that encodings are handled with application/xml and friends. | dkf | 2016-10-08 | 1 | -1/+33 |
| |\ \ | | |/ | |||||
| | * | [838e99a76d] Ensure that encodings are handled with application/xml and friends. | dkf | 2016-10-08 | 1 | -1/+33 |
| | | | |||||
* | | | Merge tzdata2016g from ietf.org | venkat | 2016-10-02 | 69 | -1864/+1698 |
|\ \ \ | |/ / | |||||
| * | | Merge tzdata2016g from ietf.org | venkat | 2016-10-02 | 69 | -1864/+1698 |
| |\ \ | | |/ | |||||
| | * | Update tzdata to 2016g from ietf.org | venkat | 2016-10-02 | 69 | -1864/+1698 |
| | | | |||||
* | | | Merge dup-removal into search loop so we avoid pre-processing efforts on ↵ | dgp | 2016-08-26 | 1 | -8/+3 |
|\ \ \ | |/ / | | | | | | | data that are never used. Contributed patch from Brian Griffin. | ||||
| * | | Merge dup-removal into search loop so we avoid pre-processing efforts on | dgp | 2016-08-26 | 1 | -8/+3 |
| | | | | | | | | | data that are never used. Contributed patch from Brian Griffin. | ||||
| * | | tzdata2016f | dgp | 2016-07-12 | 22 | -159/+159 |
| | | | |||||
| * | | Start RC branch for Tcl 8.6.6 | dgp | 2016-07-12 | 1 | -1/+1 |
| | | | |||||
* | | | Merge tzdata 2016f from ietf.org | venkat | 2016-07-20 | 22 | -159/+159 |
|\ \ \ | |||||
| * \ \ | Merge tzdata 2016f from ietf.org | venkat | 2016-07-20 | 22 | -159/+159 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | Update tzdata to 2016f from ietf.org | venkat | 2016-07-20 | 22 | -159/+159 |
| | | | |||||
| * | | Fixup the ensemble rewrite conversions (merge fork) | jan.nijtmans | 2016-07-05 | 1 | -1/+1 |
| | | | |||||
* | | | [09fabeb1fd] test subdirs in sorted order. | dgp | 2016-07-02 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | [09fabeb1fd] test subdirs in sorted order. | dgp | 2016-07-02 | 1 | -1/+1 |
| | | | |||||
| * | | (cherry-pick) Merge TIP #447: Execution Time Verbosity Levels in ↵ | jan.nijtmans | 2016-06-02 | 2 | -6/+32 |
| | | | | | | | | | | | | tcltest::configure. Tcltest 2.3.8 -> 2.4.0. | ||||
* | | | tcltest 2.3.9 -> 2.4.0 | jan.nijtmans | 2016-06-02 | 2 | -2/+2 |
| | | | |||||
* | | | Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATH | jan.nijtmans | 2016-06-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
* | | | Merge trunkgahr_tip_447 | gahr | 2016-05-23 | 1 | -2/+2 |
|\ \ \ |