Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal ↵ | jan.nijtmans | 2020-03-17 | 1 | -1/+1 |
|\ | | | | | | | Unicode tables. Not used in 8.6 yet. | ||||
| * | Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly. | jan.nijtmans | 2020-03-09 | 1 | -1/+1 |
| | | |||||
| * | Change LSTATUS to LONG, since older SDK's don't know it. | jan.nijtmans | 2019-10-05 | 1 | -1/+1 |
| | | | | | | core.tcl.tk -> core.tcl-lang.org and htt -> https | ||||
| * | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵ | jan.nijtmans | 2015-06-25 | 1 | -2/+2 |
| | | | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil. | ||||
| * | Added note to ChangeLog pointing to the fossil timeline for better logging. | dgp | 2013-09-13 | 1 | -0/+9 |
| | | |||||
| * | fix date | dgp | 2013-08-30 | 1 | -1/+1 |
| | | |||||
| * | Bump to 8.5.15 for release. | dgp | 2013-08-29 | 1 | -0/+13 |
| | | |||||
* | | Update URLs. changes file WIP. | dgp | 2018-10-11 | 1 | -1/+1 |
| | | |||||
* | | [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0) | oehhar | 2015-06-29 | 1 | -0/+8 |
|\ \ | |||||
| * \ | merge trunk | oehhar | 2015-05-31 | 1 | -34/+942 |
| |\ \ | |/ / |/| | | |||||
| * | | clock uses new msgcat features | oehhar | 2012-09-20 | 1 | -1/+2 |
| | | | |||||
| * | | (proposal) msgcat with dynamic mc file load on locale change | oehhar | 2012-09-19 | 1 | -6/+2 |
| | | | |||||
| * | | TIP#399 implementation: mcconfig may add additional glob pattern for mcload | oehhar | 2012-09-19 | 1 | -0/+9 |
| | | | |||||
* | | | merge trunk; update changes | dgp | 2013-09-19 | 1 | -11/+21 |
|\ \ \ | |||||
| * | | | [3606943]: Corrected description of method search order. | dkf | 2013-09-19 | 1 | -0/+5 |
| | | | | |||||
| * | | | Bump TclOO version to 1.0.1 | dkf | 2013-09-18 | 1 | -10/+15 |
| | | | | |||||
* | | | | merge trunk; update changes | dgp | 2013-09-17 | 1 | -1/+12 |
|\ \ \ \ | |/ / / | |||||
| * | | | ChangeLog entry | dkf | 2013-09-17 | 1 | -0/+11 |
| | | | | |||||
* | | | | merge trunk; update changes | dgp | 2013-09-16 | 1 | -1/+24 |
|\ \ \ \ | |/ / / | |||||
| * | | | [3609693] Must strip the internal representation of procedure-like methods in | dkf | 2013-09-09 | 1 | -0/+6 |
| | | | | | | | | | | | | order to ensure that any bound references to instance variables are removed. | ||||
| * | | | [b98fa55285]: Fix handling of whitespace at end of hex strings to decode. | dkf | 2013-09-01 | 1 | -0/+6 |
| | | | | |||||
* | | | | Bump version number to 8.6.1. | dgp | 2013-08-30 | 1 | -0/+12 |
|/ / / | |||||
* | | | [3611643fff]: Support TclOO in autoload mechanism. | dkf | 2013-08-03 | 1 | -0/+5 |
| | | | |||||
* | | | Deal with the elaborate rip-apart-a-metaclass case as well. | dkf | 2013-08-02 | 1 | -3/+8 |
| | | | |||||
* | | | Tcl_InitNotifier: Bug [a0bc856dcd]. Start notifier thread again if we were ↵ | jan.nijtmans | 2013-08-01 | 1 | -0/+6 |
|\ \ \ | | |/ | |/| | | | | forked, to solve Rivet bug 55153 | ||||
| * | | Tcl_InitNotifier: Bug [a0bc856dcd]. | jan.nijtmans | 2013-08-01 | 1 | -0/+6 |
| |\ \ | | | | | | | | | Start notifier thread again if we were forked, to solve Rivet bug 55153 | ||||
| | * \ | rebase | jan.nijtmans | 2013-07-25 | 1 | -0/+6 |
| | |\ \ | |/ / / | |||||
| | * | | Rebase to core-8-5-branch | jan.nijtmans | 2013-07-21 | 1 | -0/+6 |
| | |\ \ | |/ / / | | | | | Add "testfork" test command to be usable in testcase. | ||||
| | * | | Start notifier thread again if we were forked, to solve Rivet bug 55153 - ↵ | oehhar | 2013-07-17 | 1 | -0/+6 |
| |/ / |/| | | | | | | | | RFE [a0bc856dcd] | ||||
| * | | http://www.iana.org/time-zones/repository/releases/tzdata2013d.tar.gz | Kevin B Kenny | 2013-07-06 | 1 | -0/+10 |
| | | | |||||
* | | | http://www.iana.org/time-zones/repository/releases/tzdata2013d.tar.gz | Kevin B Kenny | 2013-07-06 | 1 | -0/+10 |
| | | | |||||
* | | | Bug [817249]: bring tclXtNotify.c up to date with Tcl_SetNotifier() change | jan.nijtmans | 2013-07-03 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Bug [817249]: bring tclXtNotify.c up to date with Tcl_SetNotifier() change | jan.nijtmans | 2013-07-03 | 1 | -0/+5 |
| | | | |||||
* | | | Bug [32afa6e256]: dirent64 check is incorrect in tcl.m4. Thanks to Brian ↵ | jan.nijtmans | 2013-07-02 | 1 | -0/+5 |
|\ \ \ | |/ / | | | | | | | Griffin. | ||||
| * | | Don't forget ChangeLog for previous commit | jan.nijtmans | 2013-07-02 | 1 | -0/+5 |
| | | | |||||
* | | | Bug [9b2e636361]: Tcl_CreateInterp() needs initialized encodings. | jan.nijtmans | 2013-06-27 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Bug [9b2e636361]: Tcl_CreateInterp() needs initialized encodings. | jan.nijtmans | 2013-06-27 | 1 | -0/+5 |
| | | | |||||
* | | | Fix [3611974]: InitSubsystems multiple thread issue | jan.nijtmans | 2013-06-18 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Fix [3611974]: InitSubsystems multiple thread issue | jan.nijtmans | 2013-06-18 | 1 | -0/+4 |
| | | | |||||
* | | | Fix [a876646efe]: re_expr character class [:cntrl:] should contain \u0000 - ↵ | jan.nijtmans | 2013-06-17 | 1 | -0/+5 |
|\ \ \ | |/ / | | | | | | | \u001f | ||||
| * | | Fix [a876646efe]: re_expr character class [:cntrl:] should contain \u0000 - ↵ | jan.nijtmans | 2013-06-17 | 1 | -0/+5 |
| | | | | | | | | | | | | \u001f | ||||
* | | | [779d38b996]: Make the 'try' compiler handle -during right and compile some | dkf | 2013-06-09 | 1 | -0/+9 |
| | | | | | | | | | more cases than it did before. | ||||
* | | | [Bugs 2835313, 3614226]: Complete the construction of break/continue compilers | dkf | 2013-06-05 | 1 | -35/+41 |
| | | | | | | | | | that get the stack cleanup right, even when there's expansion going on. | ||||
* | | | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead. | jan.nijtmans | 2013-06-04 | 1 | -0/+6 |
| | | | | | | | | | One more last-moment fix for FreeBSD by Pietro Cerutti | ||||
* | | | fix for perf bug detected by Kieran ↵ | mig | 2013-06-03 | 1 | -0/+8 |
|\ \ \ | |/ / | | | | | | | (https://groups.google.com/forum/?fromgroups#!topic/comp.lang.tcl/vfpI3bc-DkQ) | ||||
| * | | fix for perf bug detected by Kieran ↵ | mig | 2013-06-03 | 1 | -0/+8 |
| | | | | | | | | | | | | (https://groups.google.com/forum/?fromgroups#!topic/comp.lang.tcl/vfpI3bc-DkQ) | ||||
* | | | Merge back the improved [break] and [continue] compilation. | dkf | 2013-06-03 | 1 | -0/+9 |
| | | | |||||
* | | | Move changelog entry to correct date. | jan.nijtmans | 2013-05-28 | 1 | -7/+7 |
|\ \ \ | |/ / | |||||
| * | | 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key. | jan.nijtmans | 2013-05-28 | 1 | -0/+7 |
| |\ \ | | | | | | | | | | | | | Bumped msgcat to version 1.5.2. Minor manpage corrections. | ||||
* | \ \ | 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key. | oehhar | 2013-05-27 | 1 | -0/+7 |
|\ \ \ \ | | |/ / | |/| | | | | | | Bumped msgcat to version 1.5.2. Minor manpage corrections. |