summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* merge trunksebres2017-03-069-95/+334
|\
| * 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
| | | | |
* | | | | code review: small optimization of msgcat::mcget, prevents infinite loop if ↵sebres2017-01-111-11/+13
| | | | | | | | | | | | | | | | | | | | at all no translation
* | | | | amend lost changes after rebase to fossilsebres2017-01-101-0/+1
| | | | |
* | | | | "clock add" rewritten in C, using common functionality of "clock scan" (and ↵sebres2017-01-102-329/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | freescan)... test-performance.tcl: test cases extended to cover "clock add"
* | | | | Merge remote-tracking branch 'remotes/fossil/trunk' into ↵sebres2017-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | sb/trunk-rewrite-clock-in-c; + minor fixes after merge.
* | | | | clock.tcl: clean unused resp. obsolete commandssebres2017-01-102-2160/+6
| | | | |
* | | | | [temp-commit]: format almost ready (missing some tokens)sebres2017-01-102-2/+2
| | | | |
* | | | | cacheable conversions Local2UTC / UTC2Local fixed (some TZ switches time ↵sebres2017-01-101-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seconds bound) and optimized (last period ranges saved); prepare to back-port clock format
* | | | | bug fix by match word token (FindWordEnd fixed);sebres2017-01-101-2/+6
| | | | | | | | | | | | | | | | | | | | repaired current locale switch
* | | | | repaired system/current locale caching (also for legacy clock format) and ↵sebres2017-01-101-11/+13
| | | | | | | | | | | | | | | | | | | | legacy timezone cached as last
* | | | | scan format: several tokens implemented, bug fixing and code review;sebres2017-01-102-4/+38
| | | | | | | | | | | | | | | | | | | | precedence yyyymmdd over yyyyddd was changed (and re-covered in test-cases also), see http://core.tcl.tk/tcl/tktview/e7a722cd3573fedda5d1e528f95902776f996e06
* | | | | improve LocalizeFormat, internal caching of localized formats inside msgcat ↵sebres2017-01-101-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for locale and format objects smart reference introduced in dict (smart pointer with 0 object reference but increase dict-reference, provide changeable locale dict) code review
* | | | | improve LocalizeFormat, internal caching of localized formats inside msgcat ↵sebres2017-01-103-31/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for locale and format objects smart reference introduced in dict (smart pointer with 0 object reference but increase dict-reference, provide changeable locale dict)
* | | | | l10n (with caching) implemented, msgcat package optimized, code review, etc.sebres2017-01-102-56/+136
| | | | |
* | | | | [temp-commit]: not readysebres2017-01-101-1/+53
| | | | |
* | | | | amend for caching of UTC2Local / Local2UTC:sebres2017-01-101-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | * tzdata used internally only (because cached, replaced with timezone object as parameter for several functions) * small improvement (don't need to convert UTC to UTC)
* | | | | [temp-commit]: code review, DST-hole mistake by scan with relative time ↵sebres2017-01-101-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resolved; caching of UTC2Local / Local2UTC cherry picked
* | | | | [temp-commit]: ClockFreeScan back-ported (cherry picked), all tests case ↵sebres2017-01-101-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | passed + several new test-cases for bug fixing implemented here; environment epoch ported, several fixes for the time zone / tzdata caching ported; mem-leak fix + memory leak test cases passed
* | | | | [temp-commit]: ClockFreeScan ready, test case passed (2 failure because of ↵sebres2017-01-102-195/+5
| | | | | | | | | | | | | | | | | | | | wrong :localtime zone by TZ-switch, to be fixed)
* | | | | [temp-commit]: ClockFreeScan almost ready, test-performance cases mergedsebres2017-01-102-34/+43
| | | | |
* | | | | [temp-commit]: clock scan with several optimization porting, still not-readysebres2017-01-102-7/+14
| | | | |
* | | | | 1st try to rewrite clock in Csebres2017-01-102-16/+18
| | | | |
* | | | | [win] load win-registry library also in development environment (uninstalled)sebres2017-01-091-1/+11
|/ / / /
* | | | 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
| | |