Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
1869 check-ins using file library/tzdata/America/Havana version a6f5ec72bc
|
2016-06-16
| ||
| 14:23 | [16828b3744] Prototype fix for merging forward. check-in: a39b2cd748 user: dgp tags: bug-16828b3744 | |
|
2013-09-27
| ||
| 16:54 | Patch to the original line continuation commit to fix up TclCompileTokens. Closed-Leaf check-in: 8af75fedaa user: dgp tags: adjust-fix | |
|
2012-11-26
| ||
| 16:44 | Submitted patch claiming to fix errors in nested eval counting. check-in: 31204c61f8 user: dgp tags: griffin-numlevels | |
|
2011-03-15
| ||
| 00:16 | enable zippy to also work on unthreaded builds as a special case; to enable compile without threads ... check-in: 5b965f32a9 user: mig tags: mig-alloc-reform | |
|
2011-03-14
| ||
| 17:22 | merge trunk check-in: 6823128b5b user: dgp tags: dgp-refactor | |
| 17:17 | Standardize on autoconf-2.59 to generate configure files check-in: ee51894333 user: dgp tags: trunk | |
| 17:16 | Standardize on autoconf-2.59 to generate configure files. check-in: 1337989f69 user: dgp tags: core-8-5-branch | |
| 16:57 | Add files that the cvs to fossil conversion failed to place on the dgp-refactor branch. check-in: 7ad5dfaf09 user: dgp tags: dgp-refactor | |
| 16:48 | optimise freeing in TclAttemptRealloc check-in: 50502adb40 user: mig tags: mig-alloc-reform | |
| 16:09 | cherry pick a merge missed around the time of the cvs to fossil conversion check-in: 12bbe90b32 user: dgp tags: dgp-refactor | |
| 15:50 | merge trunk check-in: b72c342f16 user: dgp tags: dgp-refactor | |
| 15:48 | Reduce diffs from trunk, and tidy up some casting matters. check-in: 56ed611c89 user: dgp tags: dgp-refactor | |
| 15:10 | merge 8.5 check-in: d1023d4eff user: dgp tags: trunk | |
| 15:08 | merge 8.4 check-in: 3e9d0beb61 user: dgp tags: core-8-5-branch | |
| 14:41 | merge trunk + update ckfree() and ckalloc() calls check-in: 4ddd1c56f7 user: dgp tags: dgp-refactor | |
| 14:40 | Merge to feature branch check-in: 6f4e084302 user: dkf tags: dkf-notifier-poll | |
| 14:28 | merge trunk check-in: a8dba24937 user: mig tags: mig-alloc-reform | |
| 14:25 | Apply non-comment changes to take our fork of libtommath up to tracking 0.42.0 from 0.39. check-in: 71dc9aa917 user: dkf tags: trunk | |
| 14:23 | Apply non-comment changes to take our fork of libtommath up to tracking 0.42.0 from 0.39. check-in: 902c7eef54 user: dkf tags: core-8-5-branch, libtommath-merge-0-42-0 | |
| 13:20 | Revert previous commit: I was not aware that we have a fork of libtommath Closed-Leaf check-in: 36f4d48631 user: jan.nijtmans tags: mistake-20110314 | |
| 13:17 | Revert previous commit: I was not aware that we have a fork of libtommath Closed-Leaf check-in: db21821bb9 user: jan.nijtmans tags: mistake-20110314a | |
| 09:52 | re-import ltm-0.39, with original RCS-ID's check-in: d2435b0687 user: jan.nijtmans tags: mistake-20110314 | |
| 09:47 | re-import ltm-0.39, with original RCS-ID's check-in: 18317dde13 user: jan.nijtmans tags: mistake-20110314a | |
|
2011-03-13
| ||
| 23:15 | merge trunk check-in: 97528be764 user: mig tags: mig-alloc-reform | |
| 22:42 | * generic/tclAssembly.c (BBEmitInstInt1): Changed parameter data types in an effort to silence a MS... check-in: 2404226f31 user: kbk tags: trunk | |
| 18:20 | fixed bug in testnrelevels, all tests pass check-in: a63f3d7674 user: mig tags: mig-alloc-reform | |
| 18:01 | remove unneeded (DE)CACHE_STACK_INFO macros check-in: 50e3c694d6 user: mig tags: mig-alloc-reform | |
| 17:47 | remove the Tcl stack completely, each bytecode llocates its own stacklet. *BROKEN*: problems in coro... check-in: 56e8a9f747 user: mig tags: mig-alloc-reform | |
| 13:38 | manage the catch stack as array not pointer-to-top check-in: 04f1b785bf user: mig tags: mig-alloc-reform | |
| 13:01 | merge trunk check-in: 727d8e6901 user: mig tags: mig-alloc-reform | |
| 12:54 | remove TD->expanded, not needed now check-in: 86417ad208 user: mig tags: trunk | |
| 07:01 | merge trunk check-in: f480a4c841 user: mig tags: mig-alloc-reform | |
| 06:59 | * generic/tclExecute.c: remove TEBCreturn() check-in: 77dc554864 user: mig tags: trunk | |
| 05:50 | fix for other allocators check-in: 8778c03c38 user: mig tags: mig-alloc-reform | |
| 05:46 | redefine TclInterpAlloc/Free to use zippy Tcl_Alloc infrastructure; will be very fast on zippy, not ... check-in: 5314e617b9 user: mig tags: mig-alloc-reform | |
| 04:50 | rename TclStackAlloc/Free to TclInterpAlloc/Free check-in: 820d67f844 user: mig tags: mig-alloc-reform | |
| 02:21 | typo check-in: ad14fb1217 user: mig tags: mig-alloc-reform | |
| 02:13 | remove one level of indirection when using native malloc check-in: 0be21a8979 user: mig tags: mig-alloc-reform | |
| 01:45 | small typo check-in: 61312530e5 user: mig tags: mig-alloc-reform | |
| 01:37 | replace TclpAlloc with Tcl_AttemptAlloc, TclpRealloc with Tcl_AttemptRealloc, TclpFree with Tcl_Free check-in: c6418d0771 user: mig tags: mig-alloc-reform | |
| 00:13 | * tclInt.h: small change in macros check-in: e78bf70e9a user: mig tags: mig-alloc-reform | |
|
2011-03-12
| ||
| 23:32 | make Tcl_Obj alloc and smallest allocs in zippy use the same pool check-in: 74ccfbd00b user: mig tags: mig-alloc-reform | |
| 15:10 | Merge to feature branch check-in: b2b39ea64e user: dkf tags: dkf-notifier-poll | |
| 15:06 | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in rest of Tcl source code. ... check-in: 5574bdd262 user: dkf tags: trunk | |
| 00:52 | [Bug 3185609] File normalization corner case of ... broken with -DUNICODE check-in: 437c9cf011 user: jan.nijtmans tags: trunk | |
|
2011-03-11
| ||
| 23:09 | merge-mark check-in: 5dc038c5af user: jan.nijtmans tags: core-8-5-branch | |
| 22:20 | More test suite updating. check-in: 83b985ea92 user: dkf tags: trunk | |
| 19:14 | The re-creation of this branch should have deleted a few NRE specific testsuites, and did not. Fixed... Closed-Leaf check-in: 020e924fe9 user: andreask tags: activestate-nre-excised-variant-2-subtracted | |
| 12:36 | merge-mark check-in: 38c06ed49f user: jan.nijtmans tags: core-8-5-branch | |
| 11:26 | merge check-in: 1b7f047b8c user: jan.nijtmans tags: trunk | |
| 11:25 | merge-mark correct version of libtommath check-in: c2b3daa4f7 user: jan.nijtmans tags: core-8-5-branch | |
| 09:04 | Work in progress: poll()-based notifier. check-in: 4c8bb88ccd user: dkf tags: dkf-notifier-poll | |
| 08:58 | Create new branch named "dkf-notifier-poll" check-in: 0bd852075c user: dkf tags: dkf-notifier-poll | |
|
2011-03-10
| ||
| 21:40 | merge-mark check-in: e75529caea user: jan.nijtmans tags: trunk | |
| 21:33 | Turn namespace into an ensemble. check-in: cd80f3a423 user: dkf tags: trunk, potential incompatibility | |
| 21:32 | [Bug 3205320]: stack space detection defeated by inlining check-in: 93c78ea3d6 user: jan.nijtmans tags: core-8-5-branch | |
| 21:32 | Add ChangeLog entry. Closed-Leaf check-in: ecaf46e096 user: dkf tags: dkf-namespace-as-ensemble | |
| 16:25 | Fix remaining broken tests (test failures appear non-serious) check-in: 31c07eaf3f user: dkf tags: dkf-namespace-as-ensemble | |
| 15:31 | Fix most of the failing tests (some of which were due to breakage done to the parser used in auto_mk... check-in: f2b605a1ff user: dkf tags: dkf-namespace-as-ensemble | |
| 14:52 | Merge to feature branch check-in: 94102ceed2 user: dkf tags: dkf-namespace-as-ensemble | |
| 14:36 | merge trunk (whitespace!) check-in: b1caff3218 user: dgp tags: dgp-refactor | |
| 14:12 | fix broken build check-in: 6cbd775460 user: dgp tags: trunk | |
| 13:40 | Make tests in child interpreters report their summary info in the master. Bumped tcltest version to ... check-in: 6560e53205 user: dkf tags: trunk | |
| 09:31 | MINOR: Formatting fixes, mainly to comments, so code better fits the style in the Engineering Manual... check-in: 5cb634a1c1 user: dkf tags: trunk | |
|
2011-03-09
| ||
| 21:41 | Update more of the test suite to use Tcltest 2. check-in: c45a9f3c1c user: dkf tags: trunk | |
| 19:42 | Merge to feature branch check-in: 4004f41517 user: dkf tags: dkf-namespace-as-ensemble | |
| 16:42 | * generic/tclNamesp.c: Tighten the detector of nested [namespace code] * tests/name... check-in: 52f5d3218a user: dgp tags: trunk | |
| 15:55 | * generic/tclNamesp.c: Tighten the detector of nested [namespace code] * tests/name... check-in: 88cba3ed97 user: dgp tags: core-8-5-branch | |
| 15:49 | * doc/tclvars.n: Formatting fix. Thanks to Pat Thotys. check-in: a0de7bf8eb user: patthoyts tags: core-8-5-branch | |
| 14:56 | * generic/tclNamesp.c: Tighten the detector of nested [namespace code] * tests/nam... Closed-Leaf check-in: ac4c249ecf user: dgp tags: bug-3202171 | |
| 14:06 | Turn namespace into an ensemble. Not yet on trunk because of some mysterious failures that need reso... check-in: 13038535e3 user: dkf tags: dkf-namespace-as-ensemble | |
| 10:38 | Update more of the test suite to use Tcltest 2. check-in: 7c3bb623c5 user: dkf tags: trunk | |
|
2011-03-08
| ||
| 23:07 | Fix gcc warning: comparison between signed and unsigned integer expressions check-in: 39587d8c79 user: jan.nijtmans tags: trunk | |
| 22:57 | merge check-in: 514a4ba4fc user: jan.nijtmans tags: trunk | |
| 22:33 | More gcc warnings: variable set but not used Closed-Leaf check-in: 383b6abfcc user: jan.nijtmans tags: pseudotrunk-2011-03-08 | |
| 22:25 | Fix gcc warnings: variable set but not used check-in: 448cb95dbe user: jan.nijtmans tags: pseudotrunk-2011-03-08 | |
| 22:14 | Fix gcc warnings: variable set but not used check-in: 8302182f6c user: jan.nijtmans tags: core-8-5-branch | |
| 19:27 | * generic/tclInt.h: Remove TclMarkList() routine, an experimental * generic/tclU... check-in: 4f00f85797 user: dgp tags: trunk | |
| 19:24 | * generic/tclInt.h: Remove TclMarkList() routine, an experimental * generic/tclU... check-in: 43662324d4 user: dgp tags: core-8-5-branch | |
| 15:24 | merge repair check-in: e5f89b5fb4 user: dgp tags: trunk | |
| 15:22 | * generic/tclResult.c (ResetObjResult): Correct failure to clear invalid intrep. Th... check-in: 39e462a5d5 user: dgp tags: trunk | |
| 15:14 | * generic/tclResult.c (ResetObjResult): Correct failure to clear invalid intrep. Th... check-in: 643749dcb4 user: dgp tags: core-8-5-branch | |
| 13:29 | merge trunk check-in: 00ea99d359 user: dgp tags: dgp-refactor | |
| 10:28 | Make the assembler code more like Tcl code. check-in: fd182afaa3 user: dkf tags: trunk | |
|
2011-03-07
| ||
| 22:25 | merge-mark [3166410] as not applicable on trunk check-in: ee069af9c4 user: jan.nijtmans tags: pseudotrunk-2011-03-08 | |
| 22:23 | Fix [Bug 3166410]: "out of stack space" on AIX check-in: bde224c265 user: jan.nijtmans tags: core-8-5-branch | |
| 22:07 | stray ';' check-in: b14d484424 user: jan.nijtmans tags: trunk | |
| 21:56 | MSVC 6 does not have the %I modifier in sprintf check-in: ff727e02f4 user: jan.nijtmans tags: trunk | |
| 21:32 | One more .cvsignore file check-in: bf37afe41e user: jan.nijtmans tags: trunk | |
| 21:31 | Now that we are no longer on CVS, the .cvsignore files serve no purpose check-in: 3e6d11e738 user: jan.nijtmans tags: trunk | |
| 21:28 | Now that we are no longer on CVS, the .cvsignore files serve no purpose check-in: f53bd9ec91 user: jan.nijtmans tags: core-8-5-branch | |
| 14:55 | merge trunk + partial improvements to comments check-in: f716a66d07 user: dgp tags: bug-3173086 | |
|
2011-03-06
| ||
| 22:33 | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls * generic/tclC... check-in: 6b0527ff33 user: dgp tags: trunk | |
| 22:19 | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls * generic/tclC... check-in: 7d1cc3f816 user: dgp tags: core-8-5-branch | |
| 20:07 | * generic/tclUtil.c (TclFindElement): Guard escape sequence scans to not overrun t... check-in: 4dbf4963bd user: dgp tags: trunk | |
| 19:58 | * generic/tclUtil.c (TclFindElement): Guard escape sequence scans to not overrun t... check-in: c042cffb59 user: dgp tags: core-8-5-branch | |
| 05:19 | merge check-in: 17ff82f99a user: dgp tags: bug-3173086 | |
| 05:11 | * generic/tclParse.c (TclParseBackslash): Correct trunction checks in * tests/parse.... check-in: ffce86baaf user: dgp tags: trunk | |
| 04:49 | * generic/tclParse.c (TclParseBackslash): Correct trunction checks in * tests/parse.... check-in: c65512452c user: dgp tags: core-8-5-branch | |
|
2011-03-05
| ||
| 17:54 | * generic/tclExecute.c (TclStackFree): insure that the execStack satisfies "at most one free stack a... check-in: 02580251b5 user: msofer tags: trunk | |
| 16:53 | <verbatim> * generic/tclAssembly.c (new file): * generic/tclBasic.c (Tcl_CreateInterp): * generic/tc... check-in: c25aa35b3e user: kennykb tags: trunk | |
| 16:31 | merge trunk Closed-Leaf check-in: 08b261adfb user: kennykb tags: dogeen-assembler-branch | |
| 15:09 | * generic/tclExecute.c: cleaner mem management for TEBCdata check-in: 0798fea8d4 user: msofer tags: trunk | |
| 13:26 | Renamed BottomData to TEBCdata, so that the name refers to what it is rather than to its storage loc... check-in: 9f40419fa6 user: msofer tags: trunk | |
| 12:29 | Renamed struct TEOV_callback to the more descriptive NRE_callback. check-in: dbebe03821 user: msofer tags: trunk | |
| 05:13 | One trunk to rule them all... check-in: 66081a3e1e user: dgp tags: trunk | |
| 01:25 | Unbreak the build. check-in: 1f4297094c user: dkf tags: trunk | |
| 00:35 | [Bug 3185009]: Keep references to resolved object variables so that an unset doesn't leave any dangl... check-in: 6005a9d1b7 user: dkf tags: trunk | |
|
2011-03-04
| ||
| 11:57 | * generic/tclBasic.c (TclNREvalObjv): missing a variable declaration in commented out non-optimised ... check-in: b1628c0c00 user: msofer tags: trunk | |
|
2011-03-03
| ||
| 21:31 | date copy/paste error check-in: b46de1fb05 user: dgp tags: trunk | |
| 21:28 | USE_DIRECT_INTERP_RESULT_ACCESS -> USE_INTERP_RESULT [TIP 330]. check-in: d8df544b20 user: dgp tags: trunk | |
| 21:13 | Correct flaw in the rewrite handling [list \\\\\}]. check-in: c3168e2541 user: dgp tags: bug-3173086 | |
| 21:07 | Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisions to the callers. Needs... check-in: a142b240b3 user: dgp tags: bug-3173086 | |
| 21:02 | Simplified the logic of the Scan/Convert pair of routines for generating string reps of lists to st... check-in: 2f5897ef59 user: dgp tags: bug-3173086 | |
| 17:29 | merge trunk check-in: 37d45c2698 user: dgp tags: dgp-refactor | |
| 17:14 | merge trunk check-in: affd89e3ef user: dgp tags: dgp-refactor | |
|
2011-03-02
| ||
| 21:31 | add missing comment terminator check-in: e3b87b44f3 user: mig tags: trunk | |
| 20:27 | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Pu... check-in: c64f310d38 user: dgp tags: trunk | |
| 16:06 | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Pu... check-in: 79367df0f0 user: dgp tags: core-8-5-branch | |
| 03:59 | merge trunk into dogeen-assembler-branch check-in: d7f33b3d72 user: kennykb tags: dogeen-assembler-branch | |
|
2011-03-01
| ||
| 20:02 | fix leaks in throw and unset compilers check-in: 0e18b9441c user: mig tags: trunk | |
| 19:54 | This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285 check-in: 40089e043b user: mig tags: trunk | |
| 19:26 | * generic/tclExecute.c (ExprObjCallback): fix object leak check-in: 41088210ac user: mig tags: trunk | |
| 18:24 | * generic/tclExecute.c (TEBCresume): store local var array and constants in automatic vars to reduce... check-in: 9c6343aefd user: mig tags: trunk | |
| 18:21 | merge trunk check-in: 14fef1ae97 user: kennykb tags: dogeen-assembler-branch | |
| 18:13 | fix typo in dkf's last commit check-in: b4bf957f29 user: mig tags: trunk | |
| 18:05 | remove unused variables check-in: 2b4579e047 user: mig tags: trunk | |
| 17:19 | * generic/tclBasic.c (TclNREvalObjv): dont do the trampoline dance for commands that do not have an ... check-in: b97b771b6d user: mig tags: trunk | |
| 15:07 | Reorganization of call context reference count management so that code is (mostly) simpler. check-in: 25d2a66f4d user: dkf tags: trunk | |
| 04:16 | merge trunk check-in: 1357375583 user: kennykb tags: dogeen-assembler-branch | |
|
2011-02-28
| ||
| 21:23 | Mark merge point. check-in: ebe7b80052 user: dgp tags: dgp-refactor | |
| 21:21 | Mark merge of 8.5 bugfixes into 8.6 development. check-in: d1e1021f8a user: dgp tags: trunk | |
| 21:19 | Mark merge of 8.4 bugfixes into 8.5 development. check-in: d13d8d8f0a user: dgp tags: core-8-5-branch | |
| 20:58 | merge check-in: 1b19fb4fb6 user: dgp tags: dgp-refactor | |
| 20:26 | * doc/RegExp.3: [Bug 3165108]: Corrected documentation of description of subexpressi... check-in: f6f4f8c5e7 user: dgp tags: trunk | |
| 20:14 | * doc/RegExp.3: [Bug 3165108]: Corrected documentation of description of subexpressi... check-in: c1b432aee2 user: dgp tags: core-8-5-branch | |
|
2011-01-25
| ||
| 22:33 | Fix various gcc-4.5.2 64-bit warning messages, e.g. by using full 64-bits for socket fd's check-in: 92caef797a user: nijtmans tags: trunk | |
| 19:23 | merge check-in: fae129cbce user: dgp tags: dgp-refactor | |
| 19:02 | Created branch dgp-refactor-merge-synthetic Closed-Leaf check-in: d2193dd943 user: cvs2fossil tags: dgp-refactor-merge, dgp-refactor-merge-synthetic | |
| 19:02 | typo check-in: c116ce9d3c user: dgp tags: trunk | |
| 15:55 | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2, backported strcpy->memcpy chang... check-in: d69078d96b user: nijtmans tags: core-8-5-branch | |
| 07:17 | Don't miss 64-bit address bits in panic message. check-in: 8f2403f53e user: nijtmans tags: trunk | |
|
2011-01-19
| ||
| 23:34 | Clarify documentation of format/args checking in Tcl_ObjPrintf. Thanks to Brad Harder (yukonbob). [B... check-in: 71a85031c7 user: ferrieux tags: trunk | |
| 14:44 | merge check-in: 033d15e87a user: dgp tags: dgp-refactor | |
| 14:11 | [Enh #3159920]: Tcl_ObjPrintf() crashes with bad format specifier. check-in: 028797ed80 user: nijtmans tags: trunk | |
| 14:04 | Make sure to use CONST/VOID in stead of const/void when appropriate. This allows to use const/void i... check-in: 22f28b5c02 user: nijtmans tags: trunk | |
| 14:02 | Make sure to use CONST/VOID in stead of const/void when appropriate. This allows to use const/void i... check-in: 5c3a90bdc4 user: nijtmans tags: core-8-5-branch | |
| 08:14 | Backport of Miguel's 2010-09-22 fix on 8.6 branch (decache stack info wherever ::errorInfo may be up... check-in: 94a9222220 user: ferrieux tags: core-8-5-branch | |
| 08:04 | Make sure to use CONST/VOID in stead of const/void when appropriate. This allows to use const/void i... check-in: 1b43842ad6 user: nijtmans tags: core-8-5-branch | |
|
2011-01-18
| ||
| 19:26 | Brought no-nre v2 up-to-date with 8.6 head as of Jan 18 11:30 PST. check-in: 5b2d91d5e3 user: andreask tags: activestate-nre-excised-variant-2-subtracted | |
| 16:34 | merge check-in: a4ca4d6d4c user: dgp tags: dgp-refactor | |
| 15:44 | Add missing comment check-in: a07004a06f user: dkf tags: trunk | |
| 13:50 | * generic/tclOOMethod.c (PushMethodCallFrame): [Bug 3001438]: Make sure that the cmdPtr field of t... check-in: f2221b7726 user: dkf tags: trunk | |
| 10:02 | Various mismatches between Tcl_Panic format string and its arguments, discovered thanks to [Bug 3159... check-in: 6dd03122dc user: nijtmans tags: core-8-5-branch | |
| 08:43 | Various mismatches between Tcl_Panic format string and its arguments, discovered thanks to [Bug 3159... check-in: 964a1a5a57 user: nijtmans tags: trunk | |
|
2011-01-17
| ||
| 12:34 | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. Improved error-message regardi... check-in: e128e8f455 user: nijtmans tags: core-8-5-branch | |
| 11:27 | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. Improved error-message regardi... check-in: 49488fe933 user: nijtmans tags: trunk | |
| 08:43 | handle --enable-64bit=ia64 for gcc. BACKPORT. [Patch 3059922]: fixes for mingw64 - gcc4.5.1 check-in: 6e410a115b user: nijtmans tags: core-8-5-branch | |
|
2011-01-15
| ||
| 19:07 | * doc/tclvars.n: * generic/tclStrToD.c: * generic/tclUtil.c (Tcl_PrintDouble): * tests/util.test (ut... check-in: d27c6004c8 user: kennykb tags: core-8-5-branch | |
| 19:01 | Removed code that suppressed zeroes in a context where zeroes cannot appear. check-in: 12e11949ff user: kennykb tags: trunk | |
| 18:10 | * doc/tclvars.n: * generic/tclStrToD.c: * generic/tclUtil.c (Tcl_PrintDouble): * tests/util.test (ut... check-in: 32e80e56c7 user: kennykb tags: trunk | |
|
2011-01-13
| ||
| 11:30 | * generic/tclExecute.c (GrowEvaluationStack): Off-by-one error in sizing the new allocation - was ... check-in: 78dccf16b8 user: msofer tags: core-8-5-branch | |
|
2011-01-12
| ||
| 20:30 | merge check-in: e66fd7b686 user: dgp tags: dgp-refactor | |
| 20:17 | fall back to assembler for VC++ 32-bit check-in: 3aedd76d8f user: nijtmans tags: trunk | |
| 15:35 | Missed from update, dropped test file, is now part of package.test check-in: 09c46cb1e8 user: andreask tags: activestate-nre-excised-variant-2-subtracted | |
| 15:34 | Update to CVS head Wednesday Jan 11. check-in: 905d97c057 user: andreask tags: activestate-nre-excised-variant-2-subtracted | |
| 15:23 | This commit is both no-NRE v2, implemented by subtracting the NRE pieces (*), and update to CVS trun... check-in: 2d93b1436c user: andreask tags: activestate-nre-excised-variant-2-subtracted | |
| 10:40 | handle --enable-64bit=ia64 for gcc more accurate test for correct <intrin.h> check-in: 8942ef5184 user: nijtmans tags: trunk | |
| 07:48 | VS 2005 64-bit does not have intrin.h, and does not need it. check-in: 7a633418bf user: nijtmans tags: trunk | |
| 07:37 | VS 2005 64-bit does not have intrin.h, and does not need it. check-in: 5e2970599b user: nijtmans tags: trunk | |
| 07:32 | Use _vsnprintf in stead of vsnprintf, because MSVC 6 doesn't have it. Reported by andreask. check-in: ae91cc7d31 user: nijtmans tags: trunk | |
|
2011-01-10
| ||
| 15:24 | merge check-in: afbcd525de user: dgp tags: dgp-refactor | |
|
2011-01-07
| ||
| 02:26 | * tests/util.test (util-15.*): Added test cases for floating point conversion of the largest denorma... check-in: d49689d1c1 user: kennykb tags: trunk | |
|
2011-01-06
| ||
| 13:31 | merge check-in: 072f29386d user: dgp tags: dgp-refactor | |
| 10:20 | * tests/package.test, tests/pkg.test: Coalesce these tests into one file that is concerned with th... check-in: b3216c8061 user: dkf tags: trunk | |
|
2011-01-04
| ||
| 16:21 | merge check-in: 74ff362eac user: dgp tags: dgp-refactor | |
|
2011-01-03
| ||
| 10:08 | Fix "make genstubs", which was broken since 2010-11-30, the TclDoubleDigits backport. check-in: 28e98e3407 user: nijtmans tags: core-8-5-branch | |
|
2011-01-01
| ||
| 15:14 | Clean up of tests and conversion to tcltest 2. Target has been to get init and cleanup code out of t... check-in: 69575bf53b user: dkf tags: trunk | |
| 14:44 | * tests/execute.test (execute-11.1): [Bug 3142026]: Added test that fails (with a crash) in an unf... check-in: 11dc5975d5 user: dkf tags: trunk | |
| 10:49 | * generic/tclCmdIL.c (SortElement): Use unions properly in the definition of this structure so tha... check-in: 945d846dfa user: dkf tags: trunk | |
|
2010-12-31
| ||
| 17:15 | [Bug 3007895]: Tcl_(Find|Create)HashEntry stub entries can never be called. They still cannot be cal... check-in: e75735ef76 user: nijtmans tags: core-8-5-branch | |
| 16:35 | Fix [Bug 3148192]: [load] broken. Assure that those files are never compiled with -DSTATIC_BUILD check-in: ce79d0f88f user: nijtmans tags: trunk | |
|
2010-12-30
| ||
| 23:10 | * generic/tclExecute.c (GrowEvaluationStack): off-by-one error in sizing the new allocation - was ... check-in: 5dd1506af4 user: msofer tags: trunk | |
| 14:42 | merge check-in: 45d5c91eaf user: dgp tags: dgp-refactor | |
|
2010-12-27
| ||
| 00:01 | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -index options are used. Simplifie... check-in: 4ab51c3483 user: dkf tags: trunk | |
|
2010-12-21
| ||
| 10:04 | [Patch 3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: completed for all environments. check-in: 03a45b4b7a user: nijtmans tags: trunk | |
| 09:07 | cannot use '['/']' in configure.in, or re-generation will go wrong check-in: 884ed2b61e user: nijtmans tags: trunk | |
|
2010-12-20
| ||
| 12:12 | fix cpuid determination check-in: 7306f7672f user: nijtmans tags: trunk | |
| 10:28 | Explicitely test for intrinsics support in compiler, before assuming only MSVC has it. check-in: 8734d6c021 user: nijtmans tags: trunk | |
|
2010-12-19
| ||
| 18:16 | [Patch3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: Fixed for gcc, not yet for MSVC 64-bit. check-in: 7fd73b2ad4 user: nijtmans tags: trunk | |
| 18:14 | [Patch 3124554]: fixes for mingw64 - gcc4.5.1 tdm64-1: Fixed for gcc, not yet for MSVC 64-bit. check-in: 1e77131c2b user: nijtmans tags: trunk | |
|
2010-12-17
| ||
| 23:51 | Remove unwanted/obsolete 'ddd' target. check-in: e8c32de6aa user: stwo tags: core-8-5-branch | |
| 23:49 | Remove unwanted/obsolete 'ddd' target. check-in: 331d62bfee user: stwo tags: trunk | |
| 23:14 | Clean up '.PHONY:' targets: Arrange those common to Tcl and Tk as in Tk's Makefile.in, add any missi... check-in: c92f91f6ff user: stwo tags: trunk | |
| 21:59 | [Bug 2446711]: Remove 'allpatch' target. check-in: ff2a86c952 user: stwo tags: core-8-5-branch | |
| 21:58 | [Bug 2446711]: Remove 'allpatch' target. check-in: cb0eed65cd user: stwo tags: trunk | |
| 17:56 | Use 'rpmbuild', not 'rpm' [Bug 2537626]. check-in: d1d97d178e user: stwo tags: core-8-5-branch | |
| 17:55 | Created branch dogeen-assembler-merge-synthetic Closed-Leaf check-in: b984b3567a user: cvs2fossil tags: dogeen-assembler-merge, dogeen-assembler-merge-synthetic | |
| 17:55 | Use 'rpmbuild', not 'rpm' [Bug 2537626]. check-in: a79e3d6c8c user: stwo tags: trunk | |
|
2010-12-16
| ||
| 13:38 | while 'info' is destroyed and becoms inaccessible after TclEvalObjEx. Closed-Leaf check-in: 577579ce4a user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:03 | Ask for the version of http we actually provide. + 33 failures now, because httpd11.tcl uses coros. ... check-in: a832e5d0fa user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:33 | Marking that the previous commit [d80aeef81f] was a result of merging the state of [2ab5f8bab0] into... check-in: fef6a80d4e user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:32 | Updated remainder. Branch is now sync'd with head Dec 16, in the morning. 15 significant test failur... check-in: d80aeef81f user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 09:47 | Windows specific files, updated to head. check-in: 5fe6c2f5f2 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 08:52 | [Patch 3124554]: Move WishPanic from Tk to Tcl Better communication with debugger, if present. check-in: 2ab5f8bab0 user: nijtmans tags: trunk | |
| 01:42 | merge check-in: c6b9d34dfd user: kennykb tags: dogeen-assembler-branch | |
| 01:40 | * tclAssembly.c: * assemble.test: Reworked beginCatch/endCatch handling to enforce the more severe ... check-in: fb5e59d2ee user: kennykb tags: dogeen-assembler-branch | |
|
2010-12-15
| ||
| 16:21 | Unix updates. check-in: 7314dafe57 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:58 | Oops. Forgotten interp changes. check-in: 4681a75b2d user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:58 | Continued comparison of no-nre against head, and updating the latest changes, and/or pieces forgotte... check-in: 26fcf437a2 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:03 | Restore abort() in Tcl_Panic() as it was before. [Patch 3124554] use ExitProcess() here, like in wis... check-in: aca7d3274f user: nijtmans tags: trunk | |
|
2010-12-14
| ||
| 21:51 | [Bug 3137454]: Tcl CVS HEAD does not build on GCC 3 check-in: 1ae430c7db user: nijtmans tags: trunk | |
| 17:22 | * win/tclWinSock.c (CreateSocket): Swap the loops over * unix/tclUnixSock.c ... check-in: beb3b2f8a3 user: rmax tags: trunk | |
| 16:31 | small updates. check-in: 04411163ee user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:14 | Updates in proc handling. check-in: 11757bbc0a user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:48 | Updated expected test results for history. We moved into 'tcl' namespace, but do not have the tailca... check-in: 5194d1e234 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:45 | Whitespace corrections to reduce noise in file comparisons. check-in: 5575a2b368 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:44 | This file was not up to date after the patches. Guessing that a number of NRE patches we skipped wer... check-in: 5d7c6ba434 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:42 | Heavy re-alignment of this tclExecute with head, in terms of the local variables used by the various... check-in: e8e7a3b75b user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-12-13
| ||
| 22:33 | [Bug 3135271] Link error due to hidden symbols (CentOS 4.2) check-in: c2a840f99b user: nijtmans tags: trunk | |
| 21:18 | Cross-compile support for Win and UNIX (backported) check-in: cfe5c44774 user: nijtmans tags: core-8-5-branch | |
| 13:57 | Use gcc's __builtin_trap(), when available, to enter the debugger after a panic. Undocumented featur... check-in: 9084edc9f0 user: nijtmans tags: trunk | |
|
2010-12-12
| ||
| 12:04 | Better building on OpenBSD. check-in: 5d16188d35 user: stwo tags: core-8-5-branch | |
| 11:51 | Better building on OpenBSD. check-in: 348121ed58 user: stwo tags: trunk | |
|
2010-12-11
| ||
| 18:39 | merge check-in: c291154f2c user: kennykb tags: dogeen-assembler-branch | |
|
2010-12-10
| ||
| 21:59 | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2 check-in: e6ddd08613 user: nijtmans tags: trunk | |
| 17:16 | [backport] Make sure [fcopy -size ... -command ...] always calls the callback asynchronously, even f... check-in: f1c09901d7 user: ferrieux tags: core-8-5-branch | |
| 17:00 | Make sure [fcopy -size ... -command ...] always calls the callback asynchronously, even for size zer... check-in: c65a69cfa4 user: ferrieux tags: trunk | |
| 15:44 | Change first parameter of TclSockMinimumBuffers to ClientData, and TclWin(Get|Set)SockOpt to SOCKET,... check-in: 5d5c5e198a user: nijtmans tags: trunk | |
| 13:08 | Fix gcc -Wextra warning: missing initializer check-in: 38357311b7 user: nijtmans tags: trunk | |
|
2010-12-09
| ||
| 15:39 | merge check-in: 1ff2cdf21a user: dgp tags: dgp-refactor | |
| 15:31 | * tests/fCmd.test: Improve sanity of constraints now that we don't support anything before Windows... check-in: 4449e133f1 user: dkf tags: trunk | |
| 15:09 | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...): Break up [file] into an ensemb... check-in: 264ccb78f6 user: dkf tags: trunk | |
| 10:47 | * tests/append.test, tests/appendComp.test: Clean up tests so that they don't leave things in the ... check-in: cfb644be15 user: dkf tags: trunk | |
|
2010-12-08
| ||
| 16:26 | 1402, dkf's goto reorganization to reduce the number of machine instructions this compiles to. check-in: cbd17ba44b user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:07 | Code cleanup. Most warnings are now gone. check-in: 90d463b3e7 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:07 | Build file cleanup. check-in: 6079f497cf user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:07 | 1577 merge (INST_STR_N(EQ) with INST_STR_CMP). check-in: b47956be3b user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-12-07
| ||
| 16:32 | * tests/fCmd.test, tests/safe.test, tests/uplevel.test, * tests/upvar.test, tests/var.test: Conver... check-in: 0ca22e73da user: dkf tags: trunk | |
| 16:27 | * generic/tclStrToD.c: Tidy up code so that more #ifdef-fery is quarantined at the front of the fi... check-in: 5f6ea0588c user: dkf tags: trunk | |
| 16:26 | @1648, minus the things I mentioned in the previous commit. 32 testsuite failures left over, and 5 c... check-in: 246c64263a user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 16:01 | @1629 (excluding 1577 (INSTR_STR_EQ/NE/CMP merge skipped for today)). I also skipped DKF's math inst... check-in: ecb2476c6c user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:39 | @1576 check-in: ef82386ec6 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 11:45 | @1511 check-in: cde12364d3 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:15 | @1451 check-in: 1ea47b059c user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-12-06
| ||
| 15:03 | merge check-in: 1d1c73e85a user: dgp tags: dgp-refactor | |
| 14:52 | @1400, undo of 177 (TclpThreadGetStacksize). check-in: 861c844a13 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:20 | @1330 + jump interp, indexobj check-in: c08c831172 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:33 | @1300 check-in: 3f09e6a910 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 09:01 | [Bug 3129448]: possible over-allocation on 64-bit platforms check-in: ea6a3428d6 user: nijtmans tags: trunk | |
|
2010-12-05
| ||
| 08:55 | [Patch #3116490] cross-compile support for unix check-in: ce7a104a2c user: nijtmans tags: trunk | |
| 08:52 | [Patch #3116490] cross-compile support for unix check-in: f814ae9762 user: nijtmans tags: trunk | |
|
2010-12-03
| ||
| 22:30 | * generic/tclUtil.c (TclReToGlob): add extra check for multiple inner *s that leads to poor recurs... check-in: 76870b1f3a user: hobbs tags: trunk | |
| 22:27 | * generic/tclUtil.c (TclReToGlob): add extra check for multiple inner *s that leads to poor recurs... check-in: c7ad6de620 user: hobbs tags: core-8-5-branch | |
| 14:50 | merge check-in: d6d7259b6f user: dgp tags: dgp-refactor | |
| 14:42 | merge check-in: a3d4bcb6b1 user: dgp tags: dgp-refactor | |
| 09:19 | silence gcc warning when using -Wwrite-strings silence gcc warning for non-IEEE platforms [Patch #31... check-in: d1cc649556 user: nijtmans tags: trunk | |
|
2010-12-02
| ||
| 15:49 | @1260 check-in: e3ce920ce7 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:17 | @1200 check-in: 772aad65cb user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:58 | @1090 check-in: 64d3140aa1 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-12-01
| ||
| 18:57 | Whitespace, and fix broken backport of ilimi* initialization. check-in: 0b092682c7 user: andreas_kupries tags: core-8-5-branch | |
| 16:42 | merge check-in: 0af397c644 user: kennykb tags: dogeen-assembler-branch | |
| 16:28 | * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits): Added meaningless initialization of 'i'... check-in: 338734e990 user: kennykb tags: core-8-5-branch | |
| 16:28 | * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits): Added meaningless initialization of 'i'... check-in: e856bbc067 user: kennykb tags: trunk | |
| 15:41 | @999 check-in: 1ad7b941e2 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:27 | merge check-in: 066450d73b user: dgp tags: dgp-refactor | |
| 15:06 | @940 check-in: fbf7360824 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:48 | @921 check-in: 61b08bf693 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:50 | @893 check-in: 83f1d1c03c user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:39 | @864 + jumps check-in: 0dbcc4b3c6 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:27 | Forward jumps, mostly tests, some code. Plus 1428, 1118. check-in: 7c305a2ec0 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:43 | Allow Tcl_Panic() to enter the debugger on win32 check-in: 042cb661f1 user: nijtmans tags: trunk | |
| 09:58 | fix gcc 64-bit warnings: cast from pointer to integer of different size fix gcc(-4.5.2) warning: 'st... check-in: 10b83db14e user: nijtmans tags: trunk | |
|
2010-11-30
| ||
| 21:29 | merge check-in: 113e810716 user: dgp tags: dgp-refactor | |
| 20:59 | * generic/tclInt.decls: Backport of Kevin B. Kenny's work on * generic/tclInt.h: the Tcl Head, wi... check-in: 769801ace1 user: andreas_kupries tags: core-8-5-branch | |
| 18:17 | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h: * generic/tclStubInit.c: TclForma... check-in: f43e9a82a7 user: hobbs tags: trunk | |
| 18:16 | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h: * generic/tclStubInit.c: TclForma... check-in: 2a8fac784c user: hobbs tags: core-8-5-branch | |
| 16:27 | More tests jumping. check-in: 0748568581 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 16:16 | Jump tommath changes. check-in: 4144b8d30c user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:50 | @830 + jumps (tests) + 1428 (tommath const). check-in: 4f51eb70e4 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:58 | @820 check-in: c7d2796ef4 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:42 | @800 check-in: 32871f3ed6 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:22 | @777 check-in: b82b3cdf0c user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:33 | merge check-in: c60793fdf6 user: dgp tags: dgp-refactor | |
| 12:08 | @728 check-in: 8e03c33dfd user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-11-29
| ||
| 22:22 | ChangeLog typo. check-in: bc39db13b0 user: ferrieux tags: trunk | |
| 22:16 | Patch by Miguel, providing a [::tcl::unsupported::inject coroname command args], which prepends ("in... check-in: 988bbef5f1 user: ferrieux tags: trunk | |
| 14:36 | @701b check-in: 4b239bf4cd user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:30 | @701 check-in: 91df6842c3 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:51 | @670 check-in: 2435a4366f user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:32 | merge check-in: 800763ec73 user: dgp tags: dgp-refactor | |
| 02:27 | added missing casts that MSVC complained about and deleted unused variable check-in: 7c3fff6000 user: kennykb tags: trunk | |
|
2010-11-28
| ||
| 23:20 | 2010-11-29 Kevin B. Kenny <kennykb@acm.org> * generic/tclInt.decls: * generic/tclInt.h: * gene... check-in: 5986a2c421 user: kennykb tags: trunk | |
|
2010-11-24
| ||
| 15:27 | merge check-in: 40a5b0a53f user: dgp tags: dgp-refactor | |
| 11:56 | * tests/chanio.test, tests/iogt.test, tests/ioTrans.test: Convert more tests to tcltest2 and facto... check-in: 411fe1ce4d user: dkf tags: trunk | |
|
2010-11-23
| ||
| 20:01 | * generic/tclVar.c (VarHashInvalidateEntry): Removed obsolete patch for AIX defining this macro... check-in: b279d6f571 user: andreas_kupries tags: core-8-5-branch | |
| 16:28 | @619 check-in: 1a1c301601 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:23 | Next @611, and jumping tclGetDate.yyacc grammar. check-in: b277d95385 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:27 | Jumps of win/ files. Fixed missing patches to configure. Jumped configure.in and tcl.m4. Also @578 check-in: 1c930c462b user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:11 | Jump. check-in: f8ff91db3f user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:02 | merge check-in: 06e3ec78e1 user: dgp tags: dgp-refactor | |
| 11:39 | @500, missing pieces. check-in: fc6fda4711 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 11:38 | Next @500. check-in: 5365d7ae02 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:24 | Next @411 check-in: 769955448f user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-11-22
| ||
| 16:46 | Jumping forward the files we can. check-in: 6e8bb472bd user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 16:07 | Next @380. OO Stacktraces broken. check-in: 1713113dd4 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:14 | Next @251. check-in: 6e5d8c41eb user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 11:46 | Next @175 check-in: 8cd8dc3fc1 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-11-21
| ||
| 12:12 | More conversion of tcltest1 tests to tcltest2 check-in: 0e2f5a7990 user: dkf tags: trunk | |
|
2010-11-20
| ||
| 18:10 | * tests/chanio.test: Converted many tests to tcltest2 by marking the setup and cleanup parts as su... check-in: 839e019f62 user: dkf tags: trunk | |
|
2010-11-19
| ||
| 21:37 | Allow cross-compilation by default (backported) Use -pipe for gcc on win32 (backported) check-in: f2157e3e11 user: nijtmans tags: core-8-5-branch | |
| 20:47 | fix gcc warnings: unused variable 'registration' check-in: 862a46901a user: nijtmans tags: trunk | |
| 20:34 | fix gcc warnings: unused variable 'registration' check-in: 0f2da3bcd9 user: nijtmans tags: core-8-5-branch | |
| 20:12 | fix gcc warning: dereferencing pointer 'oemId' does break strict-aliasing rules check-in: c1de9c54ef user: nijtmans tags: core-8-5-branch | |
| 19:45 | fix gcc warning: passing argument 3 of 'Tcl_GetIndexFromObj' discards qualifiers from pointer target... check-in: 2cd6a7b788 user: nijtmans tags: core-8-5-branch | |
| 15:36 | merge check-in: 04aaac44e0 user: dgp tags: dgp-refactor | |
| 10:17 | Tcl_Panic already writes a newline at the end, so the caller doesn't have to do that check-in: 2894303074 user: nijtmans tags: trunk | |
|
2010-11-18
| ||
| 23:15 | Set NO_VIZ=1 when zlib is compiled in libtcl, this resolves compiler warnings in 64-bit and static b... check-in: e580353eb9 user: nijtmans tags: trunk | |
| 17:15 | Next, @134 check-in: 7fc03e57d1 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 16:17 | Next, @81. check-in: 269075aa4d user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:50 | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented for cygwin and mingw32 t... check-in: 078f74fc6d user: nijtmans tags: trunk | |
| 15:43 | merge check-in: 0314b26092 user: dgp tags: dgp-refactor | |
| 15:08 | Next. check-in: 3120107af3 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:20 | Onward. check-in: fcf1f73ec6 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:39 | Ok, we are hopefully now be over the worst of the NRE core, dropping its code and coping with change... check-in: 43ea814b84 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 11:50 | The last slices were all vertical, bringing entire files forward to HEAD. Now starting to do horizon... check-in: 52c9d27395 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 11:50 | The last slices were all vertical, bringing entire files forward to HEAD. Now starting to do horizon... check-in: c9ed486229 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 11:27 | * doc/file.n: [Bug 3111298]: Typofix. check-in: a57d36cd77 user: dkf tags: core-8-5-branch | |
| 11:25 | * doc/file.n: [Bug 3111298]: Typofix. check-in: 88108dee92 user: dkf tags: trunk | |
| 10:51 | Update tests for clock changes. check-in: b035b85a34 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:43 | Next slice. check-in: 095fc2f85f user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:11 | Next slice. check-in: 16246c5c13 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:10 | * tests/oo.test: [Bug 3111059]: Added testing that neatly trapped this issue. check-in: 9c0e4f52d8 user: dkf tags: trunk | |
| 00:44 | * generic/tclNamesp.c: fix leak due to bad looping construct, [Bug 3111059] (Correct fix this tim... check-in: 1bc1cdfe72 user: msofer tags: trunk | |
| 00:35 | * generic/tclNamesp.c: fix leak due to bad looping construct, [Bug 3111059] check-in: ff0d552461 user: msofer tags: trunk | |
|
2010-11-17
| ||
| 21:06 | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented for mingw-w64 check-in: 8451fba99a user: nijtmans tags: trunk | |
| 18:09 | merge check-in: 0e5ac61917 user: dgp tags: dgp-refactor | |
| 16:32 | Next slice, big chunk of the generic IO layer plus a few miscellanea. check-in: 40a5fd2632 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 16:11 | Next slice. check-in: e83816154d user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:41 | Bringing the regex core forward. check-in: a425415487 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:31 | Most parts of the library/ brought forward. check-in: 97093aac88 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:58 | Moved the OSX build system forward, dropping tailcall, nre, and coroutine references. check-in: cd8584fecb user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:38 | A few small things check-in: 4b9b7026eb user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:20 | Added the zlib sources under compat/, pulled from 8.6 head. check-in: 2c6567c88a user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:06 | Moved the compat/ files forward using 8.6 trunk changes, except for zlib. That one will be separate. check-in: ac67ff778b user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:47 | Moving tools in non-NRE branch forward, replaying the changes in 8.6 trunk. check-in: 45a42439b4 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:30 | Moving the timezone changes of 8.6 trunk into the non-NRE branches. No changes. check-in: 6c21910d18 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:37 | Bring compilation under mingw-w64 a bit closer to reality (but don't break mingw32 build!) check-in: 87efc54866 user: nijtmans tags: trunk | |
|
2010-11-16
| ||
| 17:39 | merge check-in: fc5e3d1942 user: dgp tags: dgp-refactor | |
| 14:57 | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 check-in: 702f2ec1eb user: nijtmans tags: core-8-5-branch | |
| 14:57 | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 check-in: 54cb3a0c1d user: nijtmans tags: trunk | |
| 14:03 | Bring compilation under mingw-w64 a bit closer to reality check-in: bef6da697c user: nijtmans tags: trunk | |
|
2010-11-15
| ||
| 21:34 | * doc/interp.n: [3081184] TIP #378. * doc/tclvars.n: Performance fix for TIP #280. * generic/tcl... check-in: 61ddf0cf16 user: andreas_kupries tags: trunk | |
| 21:32 | * doc/interp.n: [3081184] TIP #378. * doc/tclvars.n: Performance fix for TIP #280. * generic/tcl... check-in: 8902c8bc82 user: andreas_kupries tags: core-8-5-branch | |
| 10:12 | reverted previous commit: it has effect on the Windows console check-in: 6c8f8523b9 user: nijtmans tags: trunk | |
| 09:21 | Eliminate use of the function Tcl_WinTCharToUtf in generic code check-in: 047cb5bdcf user: nijtmans tags: trunk | |
|
2010-11-12
| ||
| 14:56 | merge check-in: 30d309fe83 user: dgp tags: dgp-refactor | |
|
2010-11-10
| ||
| 17:43 | * changes: Updates for 8.6b2 release. check-in: b6b51e0cdc user: andreas_kupries tags: trunk | |
|
2010-11-09
| ||
| 21:05 | merge check-in: 4750f42bbd user: dgp tags: dgp-refactor | |
| 16:26 | Fix [Bug 3105999]; deallocate temporary structure. check-in: db70277c1a user: dkf tags: trunk | |
| 14:41 | Clarify the tests so that what is being tested is in the body... :-) check-in: 754284b8be user: dkf tags: trunk | |
| 14:38 | * tests/oo.test: Various tests for memory leaks. check-in: 7ac1d58520 user: dkf tags: trunk | |
| 14:20 | Revert previous commit at request of KBK. check-in: 1695a5f14d user: dkf tags: trunk | |
| 13:41 | Added test case for [Bug #3105247] -NaN? check-in: 6803fb1fbc user: nijtmans tags: trunk | |
|
2010-11-08
| ||
| 09:02 | Add missing 'objs' verb in error message. check-in: 38fe3826bf user: ferrieux tags: trunk | |
|
2010-11-05
| ||
| 16:40 | merge check-in: b68283928e user: dgp tags: dgp-refactor | |
| 08:16 | fix TCL_ASCII_MAIN usage, as the name suggests check-in: ddecce42f0 user: nijtmans tags: trunk | |
| 00:06 | Backport dgp's fixes to comments and ChangeLog entry check-in: cad6896003 user: kennykb tags: core-8-5-branch | |
|
2010-11-04
| ||
| 23:56 | * generic/tclMain.c: Added missing conditional on _WIN32 around code that messes around with the def... check-in: 4bff967054 user: kennykb tags: trunk | |
| 21:48 | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for Tcl on MSVC++ check-in: 6bbdcbed5f user: nijtmans tags: trunk | |
| 21:38 | some more speedups to socket.test check-in: f37b754d86 user: rmax tags: trunk | |
| 21:08 | avoid having to wait for some child processes to time out after all tests have been run check-in: 1c63c22e4d user: rmax tags: trunk | |
| 18:39 | Rework some of the tests to speed them up by avoiding (supposedly) unneeded [after]s... check-in: ebe9d97179 user: rmax tags: trunk | |
| 16:07 | merge check-in: e74be9c0d9 user: dgp tags: dgp-refactor | |
| 15:59 | reorder the constraint list per test for clearer make test output of skipped tests check-in: 2af48b523e user: rmax tags: trunk | |
| 15:55 | Minor change: Added missing .PHONY marker for install-headers check-in: ce79474a8b user: dkf tags: trunk | |
| 15:50 | merge check-in: c489181588 user: dgp tags: dgp-refactor | |
| 15:40 | * tests/socket.test: Run the socket tests three times with the address family set to any, inet, and ... check-in: 8b13af389e user: rmax tags: trunk | |
| 15:36 | [Patch 3101127]: Installer Improvements. check-in: 226a993973 user: stwo tags: trunk | |
| 15:00 | * tests/error.test (error-19.13): Another variation on testing for issues in [try] compilation. check-in: cf1c9a7dfe user: dkf tags: trunk | |
| 13:51 | * doc/Tcl.n (Variable substitution): [Bug 3099086]: Increase clarity of explanation of what charac... check-in: 49927d0d75 user: dkf tags: trunk | |
| 13:19 | * changes: Updates for 8.6b2 release. (Thanks Andreas Kupries) check-in: f4d59e39cd user: dgp tags: trunk | |
| 12:22 | Correct typo and mistaken comment. check-in: 3c23ea3a5e user: dgp tags: trunk | |
|
2010-11-03
| ||
| 13:02 | merge check-in: 431b47749a user: dgp tags: dgp-refactor | |
| 12:09 | [FRQ 2965056]: Windows build with -DUNICODE (more clean-ups for pre-win2000 stuff) check-in: 95f431bdb6 user: nijtmans tags: trunk | |
| 11:08 | * generic/tclCmdMZ.c (TryPostBody): Ensure that errors when setting * tests/error.test (error-19.... check-in: 24c6bb8619 user: dkf tags: trunk | |
| 00:59 | * generic/tclCompCmds.c (TclCompileCatchCmd): * tests/compile.test (compile-3,6): Reworked the compi... check-in: 97b99f9b41 user: kennykb tags: trunk | |
| 00:58 | * generic/tclCompCmds.c (TclCompileCatchCmd): * tests/compile.test (compile-3,6): Reworked the compi... check-in: 41849e1538 user: kennykb tags: core-8-5-branch | |
| 00:18 | merge check-in: ba3f35980c user: kennykb tags: dogeen-assembler-branch | |
|
2010-11-02
| ||
| 21:57 | Improved handling of non-standard module path lists, empty path lists in particular. check-in: 15d3eaf640 user: stwo tags: core-8-5-branch | |
| 21:42 | Improved handling of non-standard module path lists, empty path lists in particular. check-in: 2704d47a48 user: stwo tags: trunk | |
| 13:05 | merge check-in: f19ef750a3 user: dgp tags: dgp-refactor | |
|
2010-11-01
| ||
| 19:39 | * library/tzdata/Asia/Hong_Kong: * library/tzdata/Pacific/Apia: * library/tzdata/Pacific/Fiji: Ols... check-in: 4150f5bace user: kennykb tags: core-8-5-branch | |
| 19:36 | * library/tzdata/Asia/Hong_Kong: * library/tzdata/Pacific/Apia: * library/tzdata/Pacific/Fiji: Ols... check-in: 4bb04ed7a2 user: kennykb tags: trunk | |
| 14:23 | merge check-in: 548213fde0 user: dgp tags: dgp-refactor | |
|
2010-10-30
| ||
| 15:20 | merge check-in: c4331a6f6a user: kennykb tags: dogeen-assembler-branch | |
|
2010-10-29
| ||
| 16:42 | Stop small [afters] from wasting CPU [Bug 2905784] while keeping accuracy. check-in: 7bdf4e3a7a user: ferrieux tags: trunk | |
|
2010-10-28
| ||
| 19:42 | merge check-in: e30f206d70 user: kennykb tags: dogeen-assembler-branch | |
| 19:40 | * generic/tclAssembly.c: * tests/assembly.test (assemble-31.*): Added jump tables. check-in: 54012f03a2 user: kennykb tags: dogeen-assembler-branch | |
| 16:40 | merge check-in: c7ce81fbbd user: dgp tags: dgp-refactor | |
| 16:38 | * tests/http.test: Make http-4.15 pass in isolation [Bug 3097490] check-in: 045ee183cb user: dgp tags: trunk | |
| 16:22 | * unix/tclUnixSock.c: Prevent calls freeaddrinfo(NULL) which can crash some system... check-in: cd9adaa46d user: dgp tags: trunk | |
|
2010-10-27
| ||
| 02:01 | merge check-in: 744e9ec6be user: dgp tags: dgp-refactor | |
|
2010-10-26
| ||
| 19:56 | Split from ChangeLog check-in: 183b97080e user: rmax tags: trunk | |
| 17:54 | merge check-in: 9769df30f1 user: dgp tags: dgp-refactor | |
| 16:14 | * Changelog.2008: Split off from Changelog. * generic/tclIOSock.c (TclCreateSocketAddress): The inte... check-in: dc75730925 user: rmax tags: trunk | |
| 15:05 | Coverage test for portion of ExprSqrtFunc() check-in: c5543f40c3 user: dgp tags: trunk | |
| 13:59 | * unix/tclUnixSock.c (TcpGetOptionProc): Prevent crash if interp is * win/tclWinSock.c (TcpGetOpti... check-in: 6ecb99bd0f user: dkf tags: trunk | |
| 13:42 | merge check-in: f6ee3ec4f9 user: dgp tags: dgp-refactor | |
| 13:14 | Add support for ::tcl::unsupported::noReverseDNS check-in: 714ff5371e user: rmax tags: trunk | |
|
2010-10-24
| ||
| 01:46 | * tclAssembly.c: * assembly.test (assemble-17.15): Reworked branch handling so that forward branches... check-in: 590db18cde user: kennykb tags: dogeen-assembler-branch | |
|
2010-10-23
| ||
| 21:28 | Update for VS10 check-in: c6457efd24 user: nijtmans tags: core-8-5-branch | |
| 16:14 | removed useless separation between tclAssembly.h and tclAssembly.c check-in: ef10316ff7 user: kennykb tags: dogeen-assembler-branch | |
| 15:49 | merge check-in: e0bbf06869 user: kennykb tags: dogeen-assembler-branch | |
| 07:32 | [Bug 3085863]: tclUniData 9 years old Upgrade everything to Unicode 6.0, except non-BMP characters ... check-in: 62a84670be user: nijtmans tags: core-8-5-branch | |
|
2010-10-21
| ||
| 12:08 | merge check-in: 1640eaf8df user: dgp tags: dgp-refactor | |
|
2010-10-20
| ||
| 20:52 | [Patch 2995655] Report inner contexts in [info errorstack] check-in: 14d357357c user: ferrieux tags: trunk | |
| 13:48 | merge check-in: edcfea4000 user: dgp tags: dgp-refactor | |
| 13:34 | * generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilation * generic/tclCompile.c (tcl... check-in: 12807417a7 user: dkf tags: trunk | |
| 11:26 | merge check-in: 7f3f6b63d6 user: dgp tags: dgp-refactor | |
| 01:50 | merge check-in: 6c4e1f869f user: kennykb tags: dogeen-assembler-branch | |
|
2010-10-19
| ||
| 22:50 | * generic/tclZlib.c (Tcl_ZlibStreamGet): [Bug 3081008]: Ensure that when a bytearray gets its inte... check-in: 885ee93472 user: dkf tags: trunk | |
| 21:23 | * generic/tclZlib.c: Purge code that wrote to the object returned by Tcl_GetObjResult, as we don't... check-in: e451f7d810 user: dkf tags: trunk | |
| 12:32 | merge check-in: 0646ad3236 user: dgp tags: dgp-refactor | |
|
2010-10-18
| ||
| 21:47 | [Bug 3085863]: tclUniData 9 years old Added testcases for Unicode 6.0 check-in: 66a4ae270f user: nijtmans tags: trunk | |
| 15:33 | merge check-in: fbde08cd5a user: dgp tags: dgp-refactor | |
|
2010-10-17
| ||
| 20:20 | Document [info errorstack] faithfully. check-in: 9de23601f8 user: ferrieux tags: trunk | |
| 20:16 | Document [info errostack] faithfully. check-in: 997462044d user: ferrieux tags: trunk | |
|
2010-10-16
| ||
| 20:27 | * generic/tclExecute.c (ReleaseDictIterator): Factored out the release of the bytecode-level dicti... check-in: ed00f69eaf user: dkf tags: trunk | |
|
2010-10-15
| ||
| 18:24 | merge check-in: d05a84092b user: dgp tags: dgp-refactor | |
| 15:25 | [Bug 3085863] tclUniData 9 years old: Updated Unicode tables to latest UnicodeData.txt, correspondin... check-in: 6ba009f19d user: nijtmans tags: trunk | |
| 13:20 | merge check-in: dd4a078176 user: dgp tags: dgp-refactor | |
|
2010-10-13
| ||
| 17:10 | remove outdated comment check-in: 9afc385ea0 user: dgp tags: trunk | |
| 16:42 | merge check-in: abe7a85dc2 user: dgp tags: dgp-refactor | |
| 16:41 | * generic/tclCompile.c: Alternative fix for [Bugs 467523,983660] where * generic/tcl... check-in: 92a9cb47fb user: dgp tags: trunk | |
| 15:32 | tclWinThrd.h: (removed) because it is just empty en used nowhere check-in: 78864676d1 user: nijtmans tags: trunk | |
| 01:46 | merge check-in: 16ecf1446f user: dgp tags: dgp-refactor | |
|
2010-10-12
| ||
| 15:19 | Generate proper const qualifiers for tclUniData.c check-in: d7580c2bee user: nijtmans tags: trunk | |
| 14:55 | Spacing and comments: let uniClass.tcl generation match better the current (hand-modified) regc_loca... check-in: f147bc4296 user: nijtmans tags: trunk | |
| 13:17 | merge check-in: 482c6c5066 user: dgp tags: dgp-refactor | |
| 11:37 | * unix/tclUnixSock.c (CreateClientSocket): Fix a memleak and refactor the calls to freeaddrinfo() [B... check-in: 01072bc4cf user: rmax tags: trunk | |
| 10:21 | Eliminate many tclWinProcs-> indirect calls, which are no longer needed. Fix some MSVC 6.0 warnings check-in: 006b71eced user: nijtmans tags: trunk | |
|
2010-10-11
| ||
| 21:33 | Update for VS10 check-in: a8d0935cf3 user: nijtmans tags: trunk | |
| 14:18 | merge check-in: 2bf023a183 user: dgp tags: dgp-refactor | |
| 12:11 | [FRQ 2965056]: Windows build with -DUNICODE Add netapi32 to the windows link line, so we no longer h... check-in: ad9ffc933e user: nijtmans tags: trunk | |
|
2010-10-10
| ||
| 12:34 | merge check-in: 3d25691c29 user: dgp tags: dgp-refactor | |
|
2010-10-09
| ||
| 17:53 | merge check-in: a4dbca26be user: kennykb tags: dogeen-assembler-branch | |
| 16:31 | * generic/tclExecute.c: fix overallocation of exec stack in TEBC (mixing numwords and numbytes) check-in: bd5aaebeea user: msofer tags: core-8-5-branch | |
| 16:17 | fix wrong date in Changelog entry check-in: a5a4aacb45 user: msofer tags: trunk | |
| 15:56 | * generic/tclExecute.c: fix overallocation of exec stack in TEBC (mixing numwords and numbytes) check-in: 0c036854c0 user: msofer tags: trunk | |
|
2010-10-07
| ||
| 23:36 | On Windows, use gai_strerrorA check-in: 6492fa0408 user: nijtmans tags: trunk | |
| 12:20 | merge check-in: efe0e17144 user: dgp tags: dgp-refactor | |
|
2010-10-06
| ||
| 20:21 | * tests/winPipe.test: Test hygiene with makeFile and removeFile. check-in: b907eff7df user: dgp tags: trunk | |
| 18:38 | * generic/tclCompile.c: Prevent writing to the intrep fields of a * tests/subst.test... check-in: fdaf2207d9 user: dgp tags: trunk | |
| 16:47 | Added catches. Still needs a lot of testing. check-in: f242f0858c user: kennykb tags: dogeen-assembler-branch | |
|
2010-10-04
| ||
| 13:04 | merge check-in: 95b65ff363 user: dgp tags: dgp-refactor | |
| 05:23 | correct evalstats to use %#lx for %p for Tcl_AppendPrintfToObj check-in: af480328d1 user: hobbs tags: core-8-5-branch | |
|
2010-10-02
| ||
| 16:51 | nop and regexp check-in: 0817064f8e user: kennykb tags: dogeen-assembler-branch | |
| 16:22 | added missing tests: nsupvar, variable, upvar check-in: 39f1a3bc90 user: kennykb tags: dogeen-assembler-branch | |
| 16:04 | * generic/tclAssembly.c: * generic/tclAssembly.h: * tests/assemble.test: Added dictAppend, dictIncrI... check-in: fb57a61071 user: kennykb tags: dogeen-assembler-branch | |
| 12:38 | * generic/tclExecute.c (TEBCresume): [Bug 3079830]: Added invalidation of string representations o... check-in: c764ea06ea user: dkf tags: trunk | |
| 11:37 | Add function-header comments. check-in: df6fed8608 user: dkf tags: trunk | |
| 01:38 | merge check-in: e07a7270af user: kennykb tags: dogeen-assembler-branch | |
| 00:29 | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to return data to interp by default, or ... check-in: 5726fcf08b user: hobbs tags: core-8-5-branch | |
| 00:23 | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to return data to interp by default, or ... check-in: 4a9ba46064 user: hobbs tags: trunk | |
|
2010-10-01
| ||
| 13:34 | merge check-in: 662fc0e6b4 user: kennykb tags: dogeen-assembler-branch | |
| 13:20 | Added listIn, listNotIn, and dictGet. check-in: 78d6e8ada7 user: kennykb tags: dogeen-assembler-branch | |
| 13:14 | merge check-in: 45d08f24b7 user: dgp tags: dgp-refactor | |
| 12:52 | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c, * generic/tclEnv.c, generic/tclLo... check-in: 50bdab4682 user: dkf tags: trunk | |
|
2010-09-30
| ||
| 11:38 | merge check-in: 679a8e6fc7 user: dgp tags: dgp-refactor | |
| 02:48 | Merge check-in: 95b8d68eb4 user: kennykb tags: dogeen-assembler-branch | |
| 02:42 | * tests/assemble.test: Added tryCvtToNumeric and several more list * generic/tclAssemble.c: operat... check-in: 82e6bb3476 user: kennykb tags: dogeen-assembler-branch | |
| 02:41 | * tests/assemble.test: Added tryCvtToNumeric and several more list * generic/tclAssemble.c: operat... check-in: bd63098c35 user: kennykb tags: dogeen-assembler-branch | |
|
2010-09-29
| ||
| 20:04 | tclMain.c: make compilable with -DUNICODE as well check-in: d67024d00d user: nijtmans tags: trunk | |
| 19:19 | re-generate configure with autoconf-2.59 check-in: 5520ee2832 user: nijtmans tags: trunk | |
| 03:10 | * tests/assemble.test: Completed conversion of tests to a * generic/tclAssemble.c: "white box" str... check-in: aed11a76bf user: kennykb tags: dogeen-assembler-branch | |
|
2010-09-28
| ||
| 17:30 | merge check-in: 3c5eb8f8e4 user: dgp tags: dgp-refactor | |
| 15:43 | merge check-in: 8b2c02cf9f user: kennykb tags: dogeen-assembler-branch | |
| 15:22 | reverting faulty commit check-in: 145f305da9 user: msofer tags: trunk | |
| 15:20 | * generic/tclExecute.c: remove TEBCreturn() callback, the job can be accomplished by TEBCresume() check-in: 50ee8291b2 user: msofer tags: trunk | |
| 15:14 | Created branch rmax-ipv6-merge-synthetic Closed-Leaf check-in: 202680a12a user: cvs2fossil tags: rmax-ipv6-merge, rmax-ipv6-merge-synthetic | |
| 15:14 | Implement TIP#162 check-in: bf99e9f86d user: rmax tags: trunk | |
| 15:13 | * doc/socket.n: Document the changes to the [socket] and [fconfi... check-in: 3f8b48b6b6 user: rmax tags: trunk | |
| 02:11 | * tests/assemble.test: Added more "white box" tests. * generic/tclAssembly.c: Added the error checki... check-in: 43125b50d9 user: kennykb tags: dogeen-assembler-branch | |
|
2010-09-27
| ||
| 20:46 | merge check-in: 21a3ed6049 user: dgp tags: dgp-refactor | |
| 20:33 | Merged from HEAD. Also replaced a funky NRCallTEBC with the new call TclNRExecuteByteCode. check-in: f757862662 user: kennykb tags: dogeen-assembler-branch | |
| 20:16 | fix error with --enable-symbols=compile check-in: ec71acf2ad user: msofer tags: trunk | |
| 19:57 | missed ChangeLog entry check-in: 9b7113e2c8 user: msofer tags: trunk | |
| 19:42 | * generic/tclBasic.c: [Patch 3072080] (minus the itcl * generic/tclCmdIL.c: update): a saner... check-in: 56c0f34285 user: msofer tags: trunk | |
| 19:22 | Require at least Windows XP, for IPv6 support Closed-Leaf check-in: 396e1e9936 user: rmax tags: rmax-ipv6-branch | |
| 17:36 | * generic/tclVar.c: use the macro HasLocalVars everywhere check-in: e2ecd81658 user: msofer tags: trunk | |
| 16:50 | Cleanup the previous HEAD merge check-in: aa25938ab0 user: rmax tags: rmax-ipv6-branch | |
| 11:00 | Merge from HEAD check-in: d1f5c51f30 user: rmax tags: rmax-ipv6-branch | |
| 03:08 | * tests/assemble.test: Added more "white box" tests. * generic/tclAssembly.c: Fixed bugs exposed by ... check-in: c416d3f6a6 user: kennykb tags: dogeen-assembler-branch | |
|
2010-09-26
| ||
| 14:33 | merge check-in: bc9af6e422 user: dgp tags: dgp-refactor | |
| 14:16 | * generic/tclOOMethod.c (ProcedureMethodVarResolver): avoid code duplication, let the runtime var ... check-in: 2f076e63b2 user: msofer tags: trunk | |
| 05:37 | * tests/assemble.test: Added many new tests moving toward a more comprehensive test suite for the as... check-in: c571b679a7 user: kennykb tags: dogeen-assembler-branch | |
|
2010-09-25
| ||
| 17:10 | added more tests; fixed a bug in initialization of BasicBlock obj check-in: d2b05ebb0f user: kennykb tags: dogeen-assembler-branch | |
| 14:51 | * tclAssembly.c: Massive refactoring of the assembler * tclAssembly.h: to use a Tcl-like syntax (a... check-in: 8fa55c35f1 user: kennykb tags: dogeen-assembler-branch | |
| 02:25 | * tests/stringComp.test: improved string test coverage * generic/tclExecute.c (TclExecuteByteCode)... check-in: f1d4c3f43e user: hobbs tags: trunk | |
|
2010-09-24
| ||
| 17:53 | * tclWinsock.c: [Bug 3056775]: Fixed race condition between thread and internal co-thread access ... check-in: 99a1ee3675 user: andreas_kupries tags: trunk | |
| 17:53 | * tclWinsock.c: [Bug 3056775]: Fixed race condition between thread and internal co-thread access ... check-in: d9701e49d0 user: andreas_kupries tags: core-8-5-branch | |
|
2010-09-23
| ||
| 21:40 | Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just as Tcl_SetVar. check-in: f696973491 user: nijtmans tags: trunk | |
| 18:33 | merge check-in: db0ce479fc user: dgp tags: dgp-refactor | |
| 18:08 | * generic/tclCmdAH.c: Fix cases where value returned by * generic/tclEvent.c: Tc... check-in: b83a3519f5 user: dgp tags: trunk | |
| 17:59 | * generic/tclCmdAH.c: Fix cases where value returned by * generic/tclEvent.c: Tc... check-in: 5139ef090c user: dgp tags: core-8-5-branch | |
| 13:35 | merge check-in: 20f9c53bd5 user: dgp tags: dgp-refactor | |
| 09:18 | Make compilable with -DUNICODE (not actived yet) Many clean-ups in comments. check-in: 87eb553ce4 user: nijtmans tags: trunk | |
|
2010-09-22
| ||
| 20:13 | merge check-in: b47e892219 user: dgp tags: dgp-refactor | |
| 18:37 | * generic/tclExecute: one more DECACHE_STACK_INFO() missing; this fixes [Bug 3072640] check-in: 1a61d9c34d user: msofer tags: trunk | |
| 17:28 | Added a HISTORY section check-in: 43930424d5 user: rmax tags: rmax-ipv6-branch | |
| 17:21 | * tests/execute.test: added execute-10.3 for [Bug 3072640]. The test causes a mem failure. check-in: 9637ffa98b user: msofer tags: trunk | |
| 16:38 | s/fconfigure/chan configure/ and note 8.6 nature of IPv6 support check-in: db8ae95e52 user: hobbs tags: rmax-ipv6-branch | |
| 15:49 | * generic/tclExecute: protect all possible writes to ::errorInfo or ::errorCode with DECACHE_STACK... check-in: cad1977f01 user: msofer tags: trunk | |
| 13:35 | Improved readability of tcl+pkgs builds and tests check-in: 0435fd69e4 user: dgp tags: trunk | |
| 13:33 | merge check-in: aecc6f4ed5 user: dgp tags: dgp-refactor | |
| 06:48 | Add kernel32 to LIBS, so the link line for mingw is exactly the same as for MSVC++ check-in: f4eb1c2f19 user: nijtmans tags: trunk | |
| 02:42 | merge check-in: 4a5983f9ac user: dgp tags: dgp-refactor | |
| 01:08 | merge changes from HEAD check-in: 4312778f87 user: kennykb tags: dogeen-assembler-branch | |
| 00:57 | * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect): * generic/tclVar.c (TclLookupSimpleVa... check-in: 9dc86adce7 user: hobbs tags: trunk | |
|
2010-09-21
| ||
| 21:50 | [Bug 3069278]: Breakage on head Windows triggered by install-tzdata, final fix check-in: cd35f6dc9e user: nijtmans tags: trunk | |
| 20:22 | Fix declaration after statement. Add -Wdeclaration-after-statement, so this mistake cannot happen ag... check-in: 057c64e70b user: nijtmans tags: trunk | |
| 19:32 | initial commit of Ozgur Dogan Ugurlu's (SF user:dogeen) assembler for the Tcl bytecode language check-in: ddc9909aaa user: kennykb tags: dogeen-assembler-branch | |
|
2010-09-20
| ||
| 14:28 | Eliminate tclWinProcs->useWide everywhere, since the value is always "1" on platforms >win95 check-in: 078f98cdb5 user: nijtmans tags: trunk, dogeen-assembler-split | |
| 12:09 | merge check-in: 0a18ff28dc user: dgp tags: dgp-refactor | |
|
2010-09-18
| ||
| 23:14 | * doc/file.n (file readlink): [Bug 3070580]: Typofix. check-in: e57507e2c6 user: dkf tags: core-8-5-branch | |
| 23:14 | * doc/file.n (file readlink): [Bug 3070580]: Typofix. check-in: c634721862 user: dkf tags: trunk | |
| 05:56 | Oops, didn't mean to check in this file. check-in: 3360f6e2a5 user: nijtmans tags: trunk | |
| 05:40 | [Bug 3069278]: breakage on head Windows triggered by install-tzdata. Temporary don't compile this w... check-in: 5fc0bc6b95 user: nijtmans tags: trunk | |
|
2010-09-17
| ||
| 16:21 | Add support for ::tcl::unsupported::socketAF to enforce the address family check-in: 440f849a9c user: rmax tags: rmax-ipv6-branch | |
| 14:56 | Document IPv6 support check-in: 87c7c2d857 user: rmax tags: rmax-ipv6-branch | |
| 13:10 | merge check-in: c9725b5355 user: dgp tags: dgp-refactor | |
| 12:55 | Merge from HEAD to rmax-ipv6-branch check-in: 70c6ac9692 user: rmax tags: rmax-ipv6-branch | |
|
2010-09-16
| ||
| 18:53 | * win/tclWinFile.c: remove define of FINDEX_INFO_LEVELS as all supported versions of compilers sho... check-in: 31663a3d48 user: hobbs tags: trunk | |
| 17:49 | * unix/Makefile.in: do not pass current build env vars when using NATIVE_TCLSH in targets. check-in: b0fa6637ec user: hobbs tags: trunk | |
| 14:49 | Make Tcl_FindExecutable() work in UNICODE compiles (windows-only) as well as ASCII. Needed for [FRQ ... check-in: ec07a95ae4 user: nijtmans tags: trunk | |
| 03:02 | merge check-in: 605a48d48a user: dgp tags: dgp-refactor | |
|
2010-09-15
| ||
| 22:11 | * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 3067036]: Make sure we never try to double... check-in: 6d28eb4724 user: dkf tags: trunk | |
| 17:04 | Allow cross-compilation by default check-in: e43c6514cf user: rmax tags: rmax-ipv6-branch | |
| 16:55 | * unix/Makefile.in: Revise `make dist` target to tolerate the case of zero bundl... check-in: 58c285a5e4 user: dgp tags: trunk | |
| 15:49 | update file generated by 'make dist' check-in: a1686bf31b user: dgp tags: trunk | |
| 15:43 | update file generated by 'make dist' check-in: 262cde830e user: dgp tags: core-8-5-branch | |
| 13:17 | merge check-in: 67bd287918 user: dgp tags: dgp-refactor | |
| 07:33 | [Patch 3034251] backport ttkGenStubs.tcl features to genStubs.tcl. Make the "generic" argument in th... check-in: 460fd8df0f user: nijtmans tags: trunk | |
|
2010-09-14
| ||
| 12:38 | merge check-in: 8201bbf582 user: dgp tags: dgp-refactor | |
| 08:53 | Allow all Win2000+ API entries in Tcl Eliminate dynamical loading of advapi23 and kernal32 symbols. check-in: 48bcb44884 user: nijtmans tags: trunk | |
|
2010-09-13
| ||
| 21:17 | Add scspec feature from ttkGenStubs.tcl (no change in output for *Decls.h files) check-in: 4be7f3d2c5 user: nijtmans tags: trunk | |
| 16:57 | merge check-in: ec5c3bd471 user: dgp tags: dgp-refactor | |
| 14:20 | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxx (no change in functionality) check-in: 18a516cee2 user: nijtmans tags: trunk | |
|
2010-09-10
| ||
| 20:56 | Partly revert yesterday's change, to make it work on VC++ 6.0 again. check-in: 56f47fed71 user: nijtmans tags: trunk | |
| 13:27 | merge check-in: 65447175aa user: dgp tags: dgp-refactor | |
| 13:02 | * doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl's special handling of backslas... check-in: 1d67108b33 user: dkf tags: core-8-5-branch | |
| 12:59 | * doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl's special handling of backslas... check-in: 02ea8ed280 user: dkf tags: trunk | |
|
2010-09-09
| ||
| 14:30 | mingw should always link with -ladvapi32 Remove ascii variant of tkWinPocs table, it is no longer ne... check-in: 0d850f32ad user: nijtmans tags: trunk | |
|
2010-09-08
| ||
| 21:06 | merge check-in: 6db181e03c user: dgp tags: dgp-refactor | |
| 21:02 | * win/tclWinChan.c: #ifdef protections to permit builds with * win/tclWinFCmd.c: ... check-in: 5788a6307f user: dgp tags: trunk | |
| 17:38 | * changes: Update for 8.5.9 release. check-in: 7f1e1062ab user: dgp tags: core-8-5-9, core-8-5-branch | |
| 16:53 | * doc/tm.n: Added underscore to the set of characters accepted in module names. This is true for ... check-in: 6786ad523b user: andreas_kupries tags: core-8-5-branch | |
| 16:53 | * doc/tm.n: Added underscore to the set of characters accepted in module names. This is true for ... check-in: 70f58d0c67 user: andreas_kupries tags: trunk | |
| 15:42 | * win/tclWin32Dll.c: #ifdef protections to permit builds with * win/tclWinChan.c:... check-in: 48191d3979 user: dgp tags: core-8-5-branch | |
|
2010-09-06
| ||
| 12:57 | Backport blkcnt_t detection/usage. check-in: 9f550ab4d6 user: stwo tags: core-8-5-branch | |
|
2010-09-03
| ||
| 09:38 | Start producing HTML out for Thread package. Consequent bugfixes: * tools/tcltk-man2html.tcl (plus... check-in: c4a101b562 user: dkf tags: trunk | |
|
2010-09-02
| ||
| 20:01 | Tag for RC4 release (again) check-in: 299bcc8b69 user: dgp tags: core-8-5-branch | |
| 19:50 | * doc/glob.n: Fixed documentation ambiguity regarding the handling of -join. check-in: 5836ca98cb user: andreas_kupries tags: trunk | |
| 19:50 | * doc/glob.n: Fixed documentation ambiguity regarding the handling of -join. check-in: 33010d3b4d user: andreas_kupries tags: core-8-5-branch | |
| 18:31 | * library/safe.tcl (::safe::AliasGlob): Fixed another problem, the option -join does not stop opt... check-in: ca86a378fa user: andreas_kupries tags: trunk | |
| 18:30 | * library/safe.tcl (::safe::AliasGlob): Fixed another problem, the option -join does not stop opt... check-in: 64be15e1e0 user: andreas_kupries tags: core-8-5-branch | |
| 18:03 | Tag for RC4 release check-in: 160be86ba4 user: dgp tags: core-8-5-branch | |
| 12:18 | merge check-in: d9141a05a1 user: dgp tags: dgp-refactor | |
| 04:53 | * library/safe.tcl (::safe::AliasGlob): Moved the command extending the actual glob command with ... check-in: 887af403c7 user: andreas_kupries tags: trunk | |
| 04:52 | * library/safe.tcl (::safe::AliasGlob): Moved the command extending the actual glob command with ... check-in: 114a940280 user: andreas_kupries tags: core-8-5-branch | |
|
2010-09-01
| ||
| 20:35 | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to * generic/tclVar.c: make the beha... check-in: 405a405dc7 user: andreas_kupries tags: trunk | |
| 20:07 | * changes: Update for 8.5.9 release. check-in: 97a0d7c7dd user: dgp tags: core-8-5-branch | |
| 19:42 | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to * generic/tclVar.c: make the beha... check-in: e6f97d1e4a user: andreas_kupries tags: core-8-5-branch | |
| 15:45 | Tag for R2 release check-in: 552822d3bb user: dgp tags: core-8-5-branch | |
| 15:41 | * tools/tcltk-man2html.tcl: Improve handling of cross-links for options between Ttk manual pages. check-in: 09a3a34e63 user: dkf tags: core-8-5-branch | |
| 15:06 | * doc/Tcl.n: Avoid nroff hazards when generating documentation. check-in: 4b388593e9 user: dkf tags: core-8-5-branch | |
| 14:25 | Tag for RC2 release check-in: f859cb8157 user: dgp tags: core-8-5-branch | |
|
2010-08-31
| ||
| 20:53 | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part, doc. check-in: 22e264883a user: nijtmans tags: trunk | |
| 20:48 | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part. Typo in rules.vc check-in: ea7f85f078 user: nijtmans tags: trunk | |
| 20:46 | * win/tcl.m4: Applied patch by Jeff fixing issues with the manifest handling on Win64. * win/con... check-in: 2ce1308995 user: andreas_kupries tags: trunk | |
| 20:46 | * win/tcl.m4: Applied patch by Jeff fixing issues with the manifest handling on Win64. * win/con... check-in: 3bc99598f5 user: andreas_kupries tags: core-8-5-branch | |
|
2010-08-30
| ||
| 14:14 | Tag for RC1 release check-in: aca284e37a user: dgp tags: core-8-5-branch | |
| 14:11 | merge check-in: c748a54d3b user: dgp tags: dgp-refactor | |
| 14:02 | * generic/tclBasic.c: New implementation for [tailcall]: * generic/tclCmdAH.c: it now schedu... check-in: c263c556ad user: msofer tags: trunk | |
| 13:56 | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly. check-in: 5cab717c7c user: nijtmans tags: trunk | |
| 13:49 | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly. check-in: 108cf5bef2 user: nijtmans tags: trunk | |
| 09:19 | [Freq 2965056]: Windows build with -DUNICODE check-in: f5f9877d12 user: nijtmans tags: trunk | |
|
2010-08-29
| ||
| 15:40 | * doc/dict.n: [Bug 3046999]: Corrected cross reference to array manpage to refer to (correct) exis... check-in: 1695352703 user: dkf tags: core-8-5-branch | |
| 15:37 | * doc/dict.n: [Bug 3046999]: Corrected cross reference to array manpage to refer to (correct) exis... check-in: aa8d4c6db6 user: dkf tags: trunk | |
|
2010-08-27
| ||
| 14:29 | merge check-in: 70aa11ab01 user: dgp tags: dgp-refactor | |
| 00:53 | * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-... check-in: 1055eb001d user: hobbs tags: trunk | |
| 00:50 | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE): * win/configure, win/configure.in... check-in: 25e4e9160b user: hobbs tags: trunk | |
| 00:16 | note unix/configure change check-in: 73a189669d user: hobbs tags: core-8-5-branch | |
| 00:15 | * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-... check-in: 264726aabf user: hobbs tags: core-8-5-branch | |
| 00:09 | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE): * win/configure, win/configure.in... check-in: e10d217c9e user: hobbs tags: core-8-5-branch | |
|
2010-08-25
| ||
| 01:00 | [Patch 2994165]: Change signature of Tcl_FSGetNativePath and TclpDeleteFile follow-up: move stub ent... check-in: 64c52eb8b5 user: nijtmans tags: trunk | |
|
2010-08-24
| ||
| 18:30 | * changes: Update for 8.5.9 release. check-in: c84d150ccd user: dgp tags: core-8-5-branch | |
| 18:10 | merge check-in: 6f1af7e62e user: dgp tags: dgp-refactor | |
| 06:17 | [Bug 3007895] Tcl_(Find|Create)HashEntry stub entries can never be called. check-in: 616c58cab2 user: nijtmans tags: trunk | |
|
2010-08-23
| ||
| 20:00 | * library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: Olson's tzdata2010l. check-in: a5ed7f585a user: kennykb tags: trunk | |
| 19:59 | * library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: Olson's tzdata2010l. check-in: 6f255d05cd user: kennykb tags: core-8-5-branch | |
| 19:57 | * library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: Olson's tzdata2010l. check-in: 60c4fb3055 user: kennykb tags: core-8-5-branch | |
| 01:46 | merge check-in: d7364aad61 user: dgp tags: dgp-refactor | |
|
2010-08-22
| ||
| 18:53 | Remove many type casts which are no longernecessary as a result of [Patch 3009403]: Signature of Tcl... check-in: 0ca694ea65 user: nijtmans tags: trunk | |
|
2010-08-21
| ||
| 16:58 | * doc/linsert.n: [Bug 3045123]: Make description of what is actually happening more accurate. check-in: aef0e83c95 user: dkf tags: trunk | |
| 16:30 | [Patch 3034251]: Backport ttkGenStubs.tcl features to genStubs.tcl, partly: Use void (*reserved$i)(v... check-in: f2adcb5684 user: nijtmans tags: trunk | |
|
2010-08-20
| ||
| 23:01 | Fix definition of Tcl_MethodType check-in: cc296bd9ea user: nijtmans tags: trunk | |
|
2010-08-19
| ||
| 12:31 | merge check-in: 0a45597234 user: dgp tags: dgp-refactor | |
| 10:07 | * generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd) (TraceVariableObjCmd): [Patch 3048... check-in: 8bc231bd37 user: dkf tags: trunk | |
| 10:04 | * generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd) (TraceVariableObjCmd): [Patch 3048... check-in: b7f158dc0f user: dkf tags: core-8-5-branch | |
| 04:26 | [Patch 3034251] backport ttkGenStubs.tcl features to genStubs.tcl, partly: remove unneeded ifdeffery... check-in: 6f6d53c30a user: nijtmans tags: trunk | |
| 01:57 | merge check-in: 332c32700a user: dgp tags: dgp-refactor | |
|
2010-08-18
| ||
| 22:33 | * generic/tclBasic.c: New redesign of [tailcall]: find * generic/tclExecute.c: errors early on, ... check-in: c73d12f03c user: msofer tags: trunk | |
| 15:54 | * generic/tclCmdAH.c (TclNRTryObjCmd): block tailcalling out of the body of a non-bc'ed [try], #30... check-in: 5ec520bacc user: msofer tags: trunk | |
| 15:44 | * generic/tclBasic.c: Redesign of [tailcall] to * generic/tclCmdAH.c: (a) fix #3047235 * ge... check-in: beb3af88b5 user: msofer tags: trunk | |
| 14:43 | merge check-in: 387d7f2618 user: dgp tags: dgp-refactor | |
| 13:31 | * library/safe.tcl (AliasGlob): [Bug 3004191]: Restore safe [glob] to working condition. check-in: 77440fdac3 user: dkf tags: trunk | |
|
2010-08-17
| ||
| 02:16 | merge check-in: 8ea89c0e27 user: dgp tags: dgp-refactor | |
|
2010-08-16
| ||
| 08:41 | regen check-in: 70aa8f85ce user: das tags: core-8-5-branch | |
| 08:37 | regen check-in: 87d2837303 user: das tags: core-8-5-branch | |
|
2010-08-15
| ||
| 16:16 | * generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make the handling of passing the wrong numb... check-in: aab32b0944 user: dkf tags: core-8-5-branch | |
| 16:12 | * generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make the handling of passing the wrong numb... check-in: 21917a8b91 user: dkf tags: trunk | |
|
2010-08-14
| ||
| 20:58 | [Patch 3009403] Signature of Tcl_GetHashKey, Tcl_(Create|Find)HashEntry check-in: 038e8afe83 user: nijtmans tags: trunk | |
| 17:13 | [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFile check-in: 24edb97f5a user: nijtmans tags: trunk | |
| 16:53 | Remove mslu completely, see Feature Req #2819611 check-in: 86f59a32d8 user: nijtmans tags: trunk | |
|
2010-08-12
| ||
| 12:34 | merge check-in: c7a19cf1a5 user: dgp tags: dgp-refactor | |
| 08:55 | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): [Bug 2826551, Patch 2948425]: Backport of updates to make... check-in: bc4ad84fe0 user: dkf tags: core-8-5-branch | |
| 00:40 | * unix/ldAix: remove ancient (pre-4.2) AIX support * unix/configure: regen with ac-2... check-in: a466998bba user: hobbs tags: trunk | |
| 00:11 | * unix/ldAix: remove ancient (pre-4.2) AIX support * unix/configure: regen with ac-2... check-in: fffa256274 user: hobbs tags: core-8-5-branch | |
|
2010-08-11
| ||
| 23:38 | added test for yieldTo check-in: 8305e33b3d user: msofer tags: trunk | |
| 23:13 | * generic/tclBasic.c (TclNRYieldToObjCmd): fixed bad copypasta snafu. Thanks to Andy Goth for find... check-in: 0b27a4ca4e user: msofer tags: trunk | |
|
2010-08-10
| ||
| 20:48 | * generic/tclUtil.c (TclByteArrayMatch): patterns may not be null-terminated, so acc... check-in: d4f4ee41c5 user: hobbs tags: trunk | |
| 20:48 | * generic/tclUtil.c (TclByteArrayMatch): patterns may not be null-terminated, so acc... check-in: 6955f9dc51 user: hobbs tags: core-8-5-branch | |
| 20:36 | tidy up check-in: 6b4673e42f user: dgp tags: trunk | |
|
2010-08-09
| ||
| 17:48 | * changes: Updates for 8.6b2 release. check-in: 472665f7b0 user: dgp tags: trunk | |
|
2010-08-05
| ||
| 17:12 | * changes: Update for 8.5.9 release. check-in: cb4a497d66 user: uid37551 tags: core-8-5-branch | |
|
2010-08-04
| ||
| 21:48 | merge check-in: 0dcf82938b user: dgp tags: dgp-refactor | |
| 21:37 | * win/Makefile.in, win/makefile.bc, win/makefile.vc, win/tcl.dsp: * win/tclWinPipe.c... check-in: e51e08a342 user: hobbs tags: trunk | |
| 21:28 | * win/tclWin32Dll.c (TclWinInit): hard-enforce Windows 9x as an unsupported platform... check-in: 77395d89cc user: hobbs tags: trunk | |
| 19:45 | * unix/tclUnixFCmd.c: adjust license header as per ftp://ftp.cs.berkeley.edu/pub/4bs... check-in: 7d28ce9f5f user: hobbs tags: core-8-5-branch | |
| 19:44 | * unix/tclUnixFCmd.c: adjust license header as per ftp://ftp.cs.berkeley.edu/pub/4bs... check-in: 4900a8b73f user: hobbs tags: trunk | |
| 19:37 | fix DFARs note for number-adjusted rights clause check-in: 3ddc9ecf9e user: hobbs tags: trunk | |
| 19:37 | fix DFARs note for number-adjusted rights clause check-in: 661c9f0ba2 user: hobbs tags: core-8-5-branch | |
| 19:35 | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): * win/tclWinLoad.c (TclpDlopen): 'lo... check-in: 6b14ef3555 user: hobbs tags: trunk | |
| 19:23 | * win/Makefile.in (%.${OBJEXT}): better implicit rules support check-in: b277aed541 user: hobbs tags: trunk | |
| 19:17 | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): * win/tclWinLoad.c (TclpDlopen): 'lo... check-in: c33c6a7479 user: hobbs tags: core-8-5-branch | |
| 19:14 | * win/Makefile.in (%.${OBJEXT}): better implicit rules support check-in: b3dce4ee33 user: hobbs tags: core-8-5-branch | |
| 17:02 | * generic/tcl.h: Bump to 8.5.9 for release. * library/init.tcl: * too... check-in: d2331867f4 user: dgp tags: core-8-5-branch | |
| 16:49 | * generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting * generic/tclIORTrans.c: in Invok... check-in: 8ae4ea3006 user: andreas_kupries tags: trunk | |
| 16:47 | * generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting * tests/ioCmd.test: in InvokeTclM... check-in: a34aac33af user: andreas_kupries tags: core-8-5-branch | |
|
2010-08-03
| ||
| 20:15 | Fix OBOE error in the forward ported info-39.1 check-in: f31da49a96 user: andreas_kupries tags: trunk | |
| 20:06 | Test iocmd-32.2 tests for Bug 3034840 check-in: 01ca2bd36f user: dgp tags: trunk | |
| 20:06 | Test iocmd-32.2 tests for Bug 3034840 check-in: 83eca62d8d user: dgp tags: core-8-5-branch | |
| 17:25 | * tests/var.test (var-19.1): [Bug 3037525]: Added test demonstrating the local hashtable deletion... check-in: 50ebd6a8c3 user: andreas_kupries tags: trunk | |
| 17:16 | * tests/var.test (var-19.1): [Bug 3037525]: Added test demonstrating the local hashtable deletion... check-in: fddfdf84f5 user: andreas_kupries tags: core-8-5-branch | |
| 16:58 | * tests/info.test (info-39.1): Added forward copy of test in 8.5 branch about [Bug 2933089]. Shou... check-in: a013847a01 user: andreas_kupries tags: trunk | |
| 16:50 | * tests/info.test (info-39.1, test_info_frame): Changed absolute to relative frame adressing to h... check-in: 3afaa5e1ff user: andreas_kupries tags: core-8-5-branch | |
| 13:19 | * changes: Update for 8.5.9 release. check-in: 1b40741101 user: dgp tags: core-8-5-branch | |
| 12:22 | merge check-in: 7d64f4b45d user: dgp tags: dgp-refactor | |
|
2010-08-02
| ||
| 19:13 | * library/tzdata/America/Bahia_Banderas: * library/tzdata/Pacific/Chuuk: * library/tzdata/Pacific/Po... check-in: 3a4087bc80 user: kennykb tags: trunk | |
| 19:12 | * library/tzdata/America/Bahia_Banderas: * library/tzdata/Pacific/Chuuk: * library/tzdata/Pacific/Po... check-in: 9808871b8d user: kennykb tags: core-8-5-branch | |
| 12:36 | merge check-in: 8c935fd102 user: dgp tags: dgp-refactor | |
| 11:08 | * generic/tclVar.c: correcting bad port of [Bug 3037525] fix check-in: 380bec0d42 user: msofer tags: trunk | |
|
2010-07-31
| ||
| 20:28 | * generic/tclVar.c: fix for crash [Bug 3037525]: lose fickle optimisation in TclDeleteVars (used f... check-in: e6d5551c1c user: msofer tags: trunk | |
| 18:10 | * generic/tclVar.c: fix for crash [Bug 3037525]: lose fickle optimisation in TclDeleteVars (used f... check-in: 7db93adfa3 user: msofer tags: core-8-5-branch | |
|
2010-07-29
| ||
| 00:46 | Official build of zlib1.dll 1.2.5 is finally available, so put it in check-in: 6b99a1c2bf user: nijtmans tags: trunk | |
|
2010-07-27
| ||
| 12:58 | merge check-in: 2856398982 user: dgp tags: dgp-refactor | |
|
2010-07-25
| ||
| 16:08 | * doc/http.n: Corrected description of location of one of the entries in the state array. check-in: cf000bb3d6 user: dkf tags: trunk | |
| 10:13 | [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: revert tclInt.h to what it was before, a... check-in: 7d3080be8b user: nijtmans tags: core-8-5-branch | |
|
2010-07-24
| ||
| 06:45 | From [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: Relax the relation between Tcl_Call... check-in: 4f9c4da675 user: nijtmans tags: trunk | |
| 06:39 | [Bug 3029891] Functions that don't belong in the stub table. check-in: ddfa77fa40 user: nijtmans tags: trunk | |
|
2010-07-19
| ||
| 14:10 | silence compiler warnings check-in: f4d99878ba user: dgp tags: trunk | |
|
2010-07-17
| ||
| 07:42 | [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6 check-in: 2abdbdef38 user: nijtmans tags: core-8-5-branch | |
|
2010-07-16
| ||
| 17:55 | merge check-in: f984e24dfd user: dgp tags: dgp-refactor | |
| 15:29 | * generic/tclBasic.c: Added more errorCode setting. check-in: 9c9702d4cb user: dkf tags: trunk | |
|
2010-07-15
| ||
| 21:00 | * generic/tclExecute.c (TclExecuteByteCode): Ensure that [dict get] * generic/tclDictObj.c (DictGe... check-in: d0a04e5db7 user: dkf tags: trunk | |
|
2010-07-13
| ||
| 12:12 | merge check-in: fc60ac7a51 user: dgp tags: dgp-refactor | |
|
2010-07-11
| ||
| 16:12 | Use SC_PROG_TCLSH to set a native tclsh in the Makefile. When installing the libraries a native tcl ... check-in: 16b5a30bf0 user: patthoyts tags: trunk | |
|
2010-07-06
| ||
| 12:24 | merge check-in: 68bf9dc4f0 user: dgp tags: dgp-refactor | |
|
2010-07-05
| ||
| 09:50 | Tidying up and taking better advantage of tcltest2 to make the tests more robust and (apparently) si... check-in: 11e51b4a9c user: dkf tags: trunk | |
| 08:03 | D'oh! check-in: 8a6919bd05 user: dkf tags: trunk | |
|
2010-07-04
| ||
| 23:44 | Add a little emacs magic check-in: 728058012d user: dkf tags: trunk | |
|
2010-07-02
| ||
| 22:45 | merge check-in: e4adcf79d6 user: dgp tags: dgp-refactor | |
| 22:31 | * generic/tclInt.decs: Reverted to the original TIP 337 implementation on what to d... check-in: ab93077c3d user: dgp tags: trunk | |
| 20:58 | * generic/tclExecute.c (IllegalExprOperandType): [Bug 3024379]: Made sure that errors caused by an... check-in: e5bab5e8b8 user: dkf tags: core-8-5-branch | |
| 20:49 | [Bug #803489] Tcl_FindNamespace problem in the Stubs table check-in: 70f70c32ff user: nijtmans tags: core-8-5-branch | |
| 20:48 | [Bug #803489] Tcl_FindNamespace problem in the Stubs table check-in: 093bc6f84a user: nijtmans tags: trunk | |
| 20:37 | * generic/tclExecute.c (IllegalExprOperandType): [Bug 3024379]: Made sure that errors caused by an... check-in: 3e4f0698cf user: dkf tags: trunk | |
| 13:14 | merge check-in: 38052b45c9 user: dgp tags: dgp-refactor | |
| 08:43 | tidy up check-in: cfb637552a user: dkf tags: trunk | |
|
2010-07-01
| ||
| 21:28 | [Bug #3020677] wish can't link reg1.2 formatting, spacing, cleanup unused variables check-in: cc4ffb1da9 user: nijtmans tags: trunk | |
| 15:50 | make fake-rfc2553 thread-safe check-in: 160fe7da64 user: rmax tags: rmax-ipv6-branch | |
| 15:47 | Improve the RFC2553 tests check-in: 797ecc537f user: rmax tags: rmax-ipv6-branch | |
| 12:31 | merge check-in: f3e16768dc user: dgp tags: dgp-refactor | |
|
2010-06-30
| ||
| 23:31 | * doc/mathop.n: [Bug 3023165]: Fix typo that was preventing proper rendering of the exclusive-or o... check-in: 0a9422ffb9 user: dkf tags: core-8-5-branch | |
| 23:29 | * doc/mathop.n: [Bug 3023165]: Fix typo that was preventing proper rendering of the exclusive-or o... check-in: 7792ad53a1 user: dkf tags: trunk | |
|
2010-06-29
| ||
| 12:12 | merge check-in: f6d918710b user: dgp tags: dgp-refactor | |
|
2010-06-28
| ||
| 08:50 | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 07b6683dea user: nijtmans tags: trunk | |
| 08:24 | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 267afb1dbc user: nijtmans tags: core-8-5-branch | |
|
2010-06-25
| ||
| 17:20 | - Use random port numbers for almost all of the tests. - Make the protocol between tests and remote ... check-in: 6c60258dc8 user: rmax tags: rmax-ipv6-branch | |
| 16:45 | check for strlcpy check-in: f5b99efced user: rmax tags: rmax-ipv6-branch | |
| 15:20 | prevent a race condition when shutting down the remote test server check-in: ff37c169a8 user: rmax tags: trunk | |
|
2010-06-24
| ||
| 14:22 | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 0fd50a9685 user: nijtmans tags: core-8-5-branch | |
| 14:21 | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 6890a4a02e user: nijtmans tags: core-8-5-branch | |
| 13:36 | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 8434abd2ba user: nijtmans tags: trunk | |
| 13:26 | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 807684ffaf user: nijtmans tags: trunk, potential incompatibility | |
|
2010-06-22
| ||
| 12:47 | merge check-in: 7fdd96ddcb user: dgp tags: dgp-refactor | |
| 12:25 | * generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrong args message. check-in: 58d3c6b6a5 user: dkf tags: trunk | |
| 12:12 | * generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrong args message. check-in: 628405d346 user: dkf tags: core-8-5-branch | |
|
2010-06-21
| ||
| 20:23 | merge check-in: 6d709daeba user: dgp tags: dgp-refactor | |
| 11:25 | Remove hack needed for zlib 1.2.3 on win32 check-in: eb83f762ef user: nijtmans tags: trunk | |
| 11:23 | Eliminate various unnecessary type casts, use function typedefs whenever possible check-in: 8086293cfc user: nijtmans tags: trunk | |
|
2010-06-18
| ||
| 15:54 | merge check-in: 7201efc268 user: dgp tags: dgp-refactor | |
| 12:43 | * library/init.tcl (auto_execok): [Bug 3017997]: Add .cmd to the default list of extensions that w... check-in: e923972936 user: dkf tags: core-8-5-branch | |
| 12:41 | * library/init.tcl (auto_execok): [Bug 3017997]: Add .cmd to the default list of extensions that w... check-in: 220dbbb777 user: dkf tags: trunk | |
|
2010-06-16
| ||
| 16:17 | merge check-in: 7f6e340d45 user: dgp tags: dgp-refactor | |
| 14:49 | Simplify Tcl_AppInit and *_Init definitions. Change TclpThreadCreate and Tcl_CreateThread signature,... check-in: 8567ee888a user: nijtmans tags: trunk | |
| 13:13 | Add .so to .cvsignore check-in: 6d0300730b user: nijtmans tags: core-8-5-branch | |
| 10:40 | [Bug 3016135] traceback using clock format with locale of he_IL check-in: 76caa253b1 user: nijtmans tags: core-8-5-branch | |
| 10:31 | [Bug 3016135] traceback using clock format with locale of he_IL check-in: 029176d2a2 user: nijtmans tags: trunk | |
|
2010-06-15
| ||
| 12:41 | merge check-in: 1ca6326ac9 user: dgp tags: dgp-refactor | |
|
2010-06-14
| ||
| 14:56 | Spacing and style fixes check-in: 0d59653739 user: nijtmans tags: trunk | |
| 13:48 | Spacing and style fixes check-in: 9a6d7991c6 user: nijtmans tags: trunk | |
| 13:42 | mergw check-in: b9ef2b921c user: dgp tags: dgp-refactor | |
| 13:40 | Fix compilation of xttest with 8.6 changes tclPipe.c: Fix gcc warning (with -fstrict-aliasing=2) check-in: c1d15843d4 user: nijtmans tags: trunk | |
| 12:58 | Fix compilation of xttest with 8.6 changes tclPipe.c: Fix gcc warning (with -fstrict-aliasing=2) check-in: d08c226d05 user: nijtmans tags: trunk | |
|
2010-06-13
| ||
| 22:19 | * tools/tcltk-man2html.tcl (make-man-pages): [Bug 3015327]: Make the title of a manual page be sto... check-in: cfa0770167 user: dkf tags: trunk | |
| 10:24 | * tools/tcltk-man2html.tcl: [Bug 3015327]: Add hack to stop Itcl C docs from interfering with Tcl ... check-in: a33ed75aad user: dkf tags: trunk | |
|
2010-06-11
| ||
| 17:11 | merge check-in: 9b17728b84 user: dgp tags: dgp-refactor | |
|
2010-06-10
| ||
| 22:56 | change notes check-in: cd6e8a85d3 user: hobbs tags: rmax-ipv6-branch | |
| 22:56 | * generic/tclIOSock.c (TclCreateSocketAddress): don't use AI_ADDRCONFIG on AIX, as it causes compl... check-in: 400159d41a user: hobbs tags: rmax-ipv6-branch | |
| 22:56 | * unix/tclUnixSock.c (CreateClientSocket): protect AF_INET6 pieces with ifndef NEED_FAKE_RFC2553. ... check-in: 196be22462 user: hobbs tags: rmax-ipv6-branch | |
| 22:55 | * unix/tclUnixPort.h: correct include path of fake-rfc2553.h check-in: e7125f850a user: hobbs tags: rmax-ipv6-branch | |
| 22:53 | * unix/configure, unix/tcl.m4: s/==/=/ syntax error fix check-in: a5c8305324 user: hobbs tags: rmax-ipv6-branch | |
| 22:53 | * compat/fake-rfc2553.h: define EAI_SERVICE if not already. s/u_/u/g for types. check-in: ac3a2a26ef user: hobbs tags: rmax-ipv6-branch | |
| 15:04 | Add emulation code from openssh for getaddrinfo() and friends check-in: 49f53b27bd user: rmax tags: rmax-ipv6-branch | |
|
2010-06-09
| ||
| 20:11 | * library/platform/platform.tcl: Added OSX Intel 64bit * library/platform/pkgIndex.tcl: Package u... check-in: 153f64a24c user: andreas_kupries tags: trunk | |
| 20:11 | * library/platform/platform.tcl: Added OSX Intel 64bit * library/platform/pkgIndex.tcl: Package u... check-in: 2206e62275 user: andreas_kupries tags: core-8-5-branch | |
| 14:12 | merge check-in: 90ae7856e1 user: dgp tags: dgp-refactor | |
| 13:51 | tsdPerf.c: Fix export of symbol Tsdperf_Init, when using -fvisibility=hidden. Make two functions sta... check-in: c0b552db02 user: nijtmans tags: trunk | |
|
2010-06-08
| ||
| 20:45 | add missing headers to the getaddrinfo check check-in: 47b9d75058 user: rmax tags: rmax-ipv6-branch | |
| 16:03 | Fix async client sockets check-in: 71ba8c2755 user: rmax tags: rmax-ipv6-branch | |
| 12:55 | merge check-in: e8d48481aa user: dgp tags: dgp-refactor | |
| 12:54 | whitespace check-in: 017f16cad5 user: dgp tags: trunk | |
|
2010-06-07
| ||
| 21:24 | Ensure proper reset of [info errorstack] even when compiling constant expr's with errors. check-in: 638f255931 user: ferrieux tags: trunk | |
| 17:36 | rebranch from HEAD check-in: f3af08f468 user: rmax tags: rmax-ipv6-branch | |
| 13:28 | merge check-in: 45a01014ec user: dgp tags: dgp-refactor | |
|
2010-06-05
| ||
| 16:24 | * generic/tclBasic.c: Fix for #3008307: make callerPtr chains * generic/tclExecute.c: be travers... check-in: 1d3c73fdbb user: msofer tags: trunk | |
|
2010-06-03
| ||
| 12:48 | merge check-in: c4631bcfb9 user: dgp tags: dgp-refactor | |
|
2010-06-02
| ||
| 23:36 | Safer (and faster) computation of [uplevel] offsets in TIP 348. Toplevel offsets no longer overestim... check-in: 5c19ed1d60 user: ferrieux tags: trunk | |
| 12:58 | merge check-in: f90f095939 user: dgp tags: dgp-refactor | |
| 08:22 | remove some "BUILD_tcloo" leftovers check-in: f631e48722 user: nijtmans tags: trunk | |
| 08:22 | remove some "BUILD_tcloo" leftovers check-in: 592b0d4648 user: nijtmans tags: trunk | |
|
2010-06-01
| ||
| 13:08 | merge check-in: 2c564bfe4f user: dgp tags: dgp-refactor | |
|
2010-05-31
| ||
| 23:00 | ChangeLog typo check-in: 6ed417957d user: ferrieux tags: trunk | |
| 22:58 | Fix computation of [uplevel] offsets in TIP 341. Only depend on callerPtr chaining now. Needed for u... check-in: 7bf546d171 user: ferrieux tags: trunk | |
| 09:12 | Fix filesystem-5.1 test failure on CYGWIN check-in: 500e9cc4ee user: nijtmans tags: trunk | |
| 08:54 | Eliminate some casts to (Tcl_HashTable *) check-in: ff384d03a7 user: nijtmans tags: trunk | |
|
2010-05-28
| ||
| 20:42 | merge check-in: 9a97f2d8e4 user: dgp tags: dgp-refactor | |
| 13:52 | [tcl-Patches-3008541] order of TIP #348 fields in Interp structure check-in: 0949629399 user: nijtmans tags: trunk | |
| 09:11 | * generic/tclCompCmdsSZ.c (IssueTryFinallyInstructions): [3007374]: Corrected error in handling of... check-in: 02d7474963 user: dkf tags: trunk | |
| 08:30 | * generic/tclExecute.c (TclExecuteByteCode): Restore correct operation of instruction-level execut... check-in: b490411ccc user: dkf tags: trunk | |
|
2010-05-27
| ||
| 13:47 | merge check-in: 5d15878275 user: dgp tags: dgp-refactor | |
| 09:18 | optParse.tcl: eliminate ';' at line end, bump to v0.4.6 check-in: 426aabe409 user: nijtmans tags: trunk | |
| 08:38 | uniParse.tcl: Don't generate spaces at the end of a line. check-in: 297435b345 user: nijtmans tags: trunk | |
| 08:32 | optParse.tcl: Don't generate spaces at the end of a line. check-in: 15e1c57545 user: nijtmans tags: trunk | |
|
2010-05-26
| ||
| 21:56 | * doc/socket.n: [Bug 3007442]: Server sockets never took a host argument, so the list of options m... check-in: 2b63642e45 user: dkf tags: core-8-5-branch | |
|
2010-05-25
| ||
| 10:37 | [Bug 2991415]: tclport.h #included before limits.h check-in: 8a1fe782a4 user: nijtmans tags: core-8-5-branch | |
|
2010-05-21
| ||
| 14:00 | merge check-in: d29a238105 user: dgp tags: dgp-refactor | |
| 12:51 | [Bug #3005233] fix for build on OpenBSD vax check-in: e0957d3c69 user: nijtmans tags: core-8-5-branch | |
| 12:43 | [Bug #3005233] fix for build on OpenBSD vax check-in: 00d3292dea user: nijtmans tags: trunk | |
| 12:18 | installData.tcl: Make sure that copyDir only receives normalized paths. tclPlatDecls.h: Fix <tchar.h... check-in: 624625fe98 user: nijtmans tags: core-8-5-branch | |
| 12:11 | Make sure that copyDir only receives normalized paths, otherwise it might result in a crash on CYGW... check-in: e38d62573a user: nijtmans tags: trunk | |
|
2010-05-20
| ||
| 08:55 | [Backport] Also check the reverse path of dict->list EIAS violation. check-in: b34b2f2db9 user: ferrieux tags: core-8-5-branch | |
| 08:37 | Also check the reverse path of dict->list EIAS violation. check-in: 22814f544a user: ferrieux tags: trunk | |
| 04:17 | merge check-in: eabc0e4cd8 user: dgp tags: dgp-refactor | |
|
2010-05-19
| ||
| 22:04 | Backport of fix for [Bug 3004007], EIAS violation in list-dict conversions. check-in: 716909f303 user: ferrieux tags: core-8-5-branch | |
| 21:54 | Add missing test for [Bug 3004007], fixed under the radar on 2010-02-24 (dkf): EIAS violation in lis... check-in: c054dd492a user: ferrieux tags: trunk | |
| 21:47 | Backport of fix for [Bug 3004007], EIAS violation in list-dict conversions. check-in: 506c349610 user: ferrieux tags: core-8-5-branch | |
| 08:23 | Don't use arrays of length 1, just use a single element then, it makes code more readable. check-in: d3074821cb user: nijtmans tags: trunk | |
|
2010-05-18
| ||
| 14:08 | merge check-in: 697eefea73 user: dgp tags: dgp-refactor | |
|
2010-05-17
| ||
| 21:51 | Fix [Bug 2996549]: Failure in expr.test on Win32 check-in: 0958a5f61a user: nijtmans tags: trunk | |
| 15:58 | merge check-in: 9d28a2957d user: dgp tags: dgp-refactor | |
| 09:46 | * generic/tclCmdIL.c (TclInfoFrame): Change this code to use Tcl_GetCommandFullName rather than ro... check-in: a2a6f59b99 user: dkf tags: trunk | |
|
2010-05-14
| ||
| 13:31 | merge check-in: 384f57f831 user: dgp tags: dgp-refactor | |
| 08:22 | Correct some comments (Jos Decoster found...) check-in: 6266b667b3 user: dkf tags: trunk | |
|
2010-05-12
| ||
| 13:41 | oops, no unicode characters in ChangeLog ... check-in: 2b80b7fe45 user: nijtmans tags: trunk | |
|
2010-05-11
| ||
| 14:49 | Unnecessary type casts, See Tcl [Patch #2997087] Don't duplicate CYGWIN timezone #define from tclPor... check-in: e846defae2 user: nijtmans tags: trunk | |
| 14:47 | Unnecessary type casts, See Tcl [Patch #2997087] Don't duplicate CYGWIN timezone #define from tclPor... check-in: b231748527 user: nijtmans tags: trunk | |
| 13:10 | merge check-in: 4a4e05e473 user: dgp tags: dgp-refactor | |
|
2010-05-07
| ||
| 20:16 | * library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit. * library/platform/pkgInde... check-in: 8bca6e05e0 user: andreas_kupries tags: trunk | |
| 20:16 | * library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit. * library/platform/pkgInde... check-in: e595e97051 user: andreas_kupries tags: core-8-5-branch | |
| 01:16 | merge check-in: b5733b6f5e user: dgp tags: dgp-refactor | |
|
2010-05-05
| ||
| 22:43 | Unnecessary type casts, See Tcl [Patch #2997087] check-in: 7f0a7f532c user: nijtmans tags: trunk | |
|
2010-05-04
| ||
| 11:05 | TCHAR-related fixes, making those files compile fine when TCHAR != char Please see comments in [Freq... check-in: 2f92eaadea user: nijtmans tags: trunk | |
|
2010-05-03
| ||
| 16:30 | merge check-in: fe433b0919 user: dgp tags: dgp-refactor | |
| 14:36 | CONSTify various useful internal functions (TclBignumToDouble, TclCeil, TclFloor), and related tomma... check-in: 729ffb738f user: nijtmans tags: trunk | |
| 13:21 | Add pkg, *.dll to the ignore list check-in: 111b07cc53 user: nijtmans tags: trunk | |
| 13:20 | For MINGW/CYGWIN, use GetCommandLineA explicitely check-in: b64ef5b170 user: nijtmans tags: trunk | |
| 11:37 | Use "tclIO.h" and "tclTomMathDecls.h" everywhere check-in: 06ef5ace06 user: nijtmans tags: trunk | |
|
2010-04-30
| ||
| 21:15 | * generic/tcl.h: Bump patchlevel to 8.6b1.2 to distinguish * library/init.tcl... check-in: a30f8d7cf3 user: dgp tags: trunk | |
| 20:59 | * generic/tclBinary.c (UpdateStringOfByteArray): Add panic when the generated... check-in: 60f3c2eb36 user: dgp tags: core-8-5-branch | |
| 20:52 | * generic/tclBinary.c (TclAppendBytesToByteArray): Add comments * generic/tclIn... check-in: 32f022466a user: dgp tags: trunk | |
| 14:16 | merge check-in: 88335abf0e user: dgp tags: dgp-refactor | |
| 14:06 | * generic/tclBinary.c (TclAppendBytesToByteArray): Add extra armour against buffer overflows. check-in: 07af3814a9 user: dkf tags: trunk | |
| 12:38 | Fix the problems I introduced inadvertently: * generic/tclBasic.c (NRInterpCoroutine): Corrected ha... check-in: a822ad9b51 user: dkf tags: trunk | |
| 12:30 | * tests/coroutine.test: testing coroutine arguments after [yield]: check that only 0/1 allowed check-in: 6772c1330f user: msofer tags: trunk | |
| 09:25 | * unix/Makefile.in (gdb-test): Remove quotes so that library paths are constructed correctly. check-in: d162dd5825 user: dkf tags: trunk | |
| 09:23 | * generic/tclCompCmds.c (TclCompileVariableCmd): Slightly tighter issuing of instructions. check-in: 6497264574 user: dkf tags: trunk | |
| 08:29 | * generic/tclExecute.c (TclExecuteByteCode): Add peephole optimization of the fact that INST_DICT_... check-in: 40a1507909 user: dkf tags: trunk | |
| 07:56 | * generic/tclBasic.c (TclNRYieldObjCmd, TclNRYieldmObjCmd) (NRInterpCoroutine): Replace magic valu... check-in: 7222a46970 user: dkf tags: trunk | |
| 07:07 | Unnecessary TCL_STORAGE_CLASS re-definition. It was used for an ancient dummy reference to Tcl_LinkV... check-in: 79f098fef8 user: nijtmans tags: trunk | |
| 00:19 | merge check-in: 0271b14a9b user: dgp tags: dgp-refactor | |
|
2010-04-29
| ||
| 23:43 | forgot the Changelog entry check-in: 77e5c0bba9 user: msofer tags: trunk | |
| 23:39 | * generic/tclCompExpr.c: Slight change in the literal sharing * generic/tclCompile.c: mechanism t... check-in: 7ff9813649 user: msofer tags: trunk | |
| 23:32 | merge check-in: 93ad5b0c95 user: dgp tags: dgp-refactor | |
| 21:24 | Typo check-in: 80d1e76e88 user: andreas_kupries tags: core-8-5-branch | |
| 21:24 | Typo check-in: e4ffaa22ac user: andreas_kupries tags: trunk | |
| 21:19 | * library/platform/platform.tcl: Another stab at getting the /lib, * library/platform/pkgIndex.tc... check-in: ac1de9bded user: andreas_kupries tags: core-8-5-branch | |
| 21:19 | * library/platform/platform.tcl: Another stab at getting the /lib, * library/platform/pkgIndex.tc... check-in: fe8af4524f user: andreas_kupries tags: trunk | |
| 15:55 | * library/tzdata/Antarctica/Macquarie: * library/tzdata/Africa/Casablanca: * library/tzdata/Afr... check-in: 366f666db6 user: kennykb tags: core-8-5-branch | |
| 15:49 | * library/tzdata/Antarctica/Macquarie: * library/tzdata/Africa/Casablanca: * library/tzdata/Afr... check-in: 2fa0d393d8 user: kennykb tags: trunk | |
| 15:14 | fix MSVC warning C4018: '>' : signed/unsigned mismatch check-in: 6e0b151b67 user: nijtmans tags: trunk | |
| 15:08 | typo check-in: 149e58786c user: dkf tags: trunk | |
| 15:08 | * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 2992970]: Make * generic/tclStringObj.c (T... check-in: 45422b0ec4 user: dkf tags: trunk | |
| 11:05 | credit Lars_H for [yieldm]'s idea check-in: c37ff9fc81 user: msofer tags: trunk | |
| 09:23 | Include "tcl.h", not <tcl.h>, like everywhere else, to insure that the version in the Tcl distribut... check-in: 38aced1306 user: nijtmans tags: trunk | |
|
2010-04-28
| ||
| 11:50 | Remove unused @MAN2TCLFLAGS@ Move <limits.h> include from tclInt.h to tclWinPort.h, and eliminate un... check-in: a8f2c2ec69 user: nijtmans tags: trunk | |
| 10:50 | * generic/tclInt.h (TclIsVarDirectUnsettable): Corrected flags so that deletion of traces is not o... check-in: b533ea6b87 user: dkf tags: trunk | |
|
2010-04-27
| ||
| 14:58 | Code reordering to slightly shorten generated object code. check-in: db0caf99b6 user: dkf tags: trunk | |
| 12:36 | If tclInt.h or tclPort.h is already included, don't include <limits.h> again. Follow-up to [Bug 2991... check-in: b7c55dd4bf user: nijtmans tags: trunk | |
| 08:20 | [Bug 2992292]: tclIOUtil.c assignment type mismatch compiler warning check-in: bacf1b059e user: nijtmans tags: trunk | |
|
2010-04-26
| ||
| 22:30 | * unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Simplified the logic so that the casts added in Do... check-in: 4822edc7ce user: kennykb tags: trunk | |
| 13:49 | * unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Added an explicit cast because auto-casting betwee... check-in: 5dc374b21c user: dkf tags: trunk | |
| 13:46 | merge check-in: 6707900dc0 user: dgp tags: dgp-refactor | |
| 13:34 | typofix check-in: f7812fbb27 user: dkf tags: trunk | |
| 13:32 | * generic/tclStubInit.c: Add a small amount of gcc-isms (with #ifdef * generic/tclOOStubInit.c: ... check-in: 724ca31ab6 user: dkf tags: trunk | |
|
2010-04-25
| ||
| 15:40 | merge check-in: 6c1e5491e0 user: dgp tags: dgp-refactor | |
| 13:39 | * generic/tclBasic.c: add unsupported [yieldm] command. * generic/tclInt.h: check-in: 0d7e0c6722 user: msofer tags: trunk | |
|
2010-04-24
| ||
| 17:07 | * generic/tclBasic.test: modify api of TclSpliceTailcall() * generic/tclExecute.c: to fix yieldTo... check-in: e70f57dc66 user: msofer tags: trunk | |
|
2010-04-23
| ||
| 15:45 | Fix [Bug #2991415] tclport.h #included before limits.h check-in: b89ceebb49 user: nijtmans tags: trunk | |
|
2010-04-22
| ||
| 11:40 | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp) Eliminate various unn... check-in: 77d22c7b43 user: nijtmans tags: trunk | |
|
2010-04-21
| ||
| 14:23 | merge check-in: 20fa5b15d7 user: dgp tags: dgp-refactor | |
|
2010-04-20
| ||
| 14:50 | Upgrade to zlib 1.2.5 check-in: 47f60cf757 user: nijtmans tags: trunk | |
| 14:24 | Use function prototypes from the FS API. check-in: 586991963c user: nijtmans tags: trunk | |
|
2010-04-19
| ||
| 15:58 | merge check-in: 256b0d9584 user: dgp tags: dgp-refactor | |
| 15:43 | * generic/tclExecute.c (TclExecuteByteCode): Improve commenting and reduce indentation for the Inv... check-in: 2cde16e618 user: dkf tags: trunk | |
| 07:40 | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp check-in: 322a3e1315 user: nijtmans tags: core-8-5-branch | |
|
2010-04-18
| ||
| 20:08 | * doc/unset.n: [Bug 2988940]: Fix typo. check-in: 3714ef6ae4 user: dkf tags: core-8-5-branch | |
| 11:51 | * doc/unset.n: [Bug 2988940]: Fix typo. check-in: 02fe026b3e user: dkf tags: trunk | |
|
2010-04-15
| ||
| 14:56 | Added comment check-in: 1791ed0caa user: nijtmans tags: trunk | |
| 13:58 | Move inclusion of <tchar.h> from tclPlatDecls.h to tclWinPort.h, where it belongs. Add fallback in t... check-in: 4967cf572a user: nijtmans tags: trunk | |
| 08:52 | * doc/try.n: [Bug 2987551]: Fix typo. check-in: 4768780b45 user: dkf tags: trunk | |
|
2010-04-14
| ||
| 22:58 | Fixed missing update of platform package index, and Makefiles. check-in: 002244c6c6 user: andreas_kupries tags: trunk | |
| 22:58 | Fixed missing update of platform package index, and Makefiles. check-in: d808269c3e user: andreas_kupries tags: core-8-5-branch | |
| 19:43 | * library/platform/platform.tcl: Linux platform identification: Check /lib64 for existence of fil... check-in: 3dd57d60df user: andreas_kupries tags: trunk | |
| 19:42 | * library/platform/platform.tcl: Linux platform identification: Check /lib64 for existence of fil... check-in: bc9df58910 user: andreas_kupries tags: core-8-5-branch | |
|
2010-04-13
| ||
| 13:37 | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp Fix gcc warning: comparison of un... check-in: 5426e082dc user: nijtmans tags: trunk | |
|
2010-04-09
| ||
| 02:05 | merge check-in: 8799d8f95f user: dgp tags: dgp-refactor | |
|
2010-04-08
| ||
| 13:26 | * generic/tclCompCmdsSZ.c (TclSubstCompile): If the first token does not result in a *guaranteed* ... check-in: 79caf5084b user: dkf tags: trunk | |
|
2010-04-07
| ||
| 13:58 | merge check-in: dafc023c05 user: dgp tags: dgp-refactor | |
| 09:51 | Formatting improvements for error stack docs check-in: 92aed87404 user: dkf tags: trunk | |
|
2010-04-06
| ||
| 19:59 | Repair missing bits in ChangeLog check-in: 304410e619 user: kennykb tags: trunk | |
| 14:22 | merge check-in: 4b4a48f50b user: dgp tags: dgp-refactor | |
| 12:51 | * doc/Load.3: Minor corrections of formatting and cross links. check-in: 929a216ffb user: dkf tags: trunk | |
| 12:35 | Fix signature of Tcl_LoadFile in documentation check-in: 8d125f4c10 user: nijtmans tags: trunk | |
| 12:02 | merge check-in: 6d5b47b764 user: dgp tags: dgp-refactor | |
| 09:17 | regenerated with autoconf-2.59 [Bug 2982540] configure and install* script files should always have ... check-in: 01324f0ef5 user: nijtmans tags: trunk | |
| 09:05 | regenerated with autoconf-2.59 [Bug 2982540] configure and install* script files should always have ... check-in: 401c0108e1 user: nijtmans tags: trunk | |
| 08:34 | Undo check-in: a322ec99b4 user: dkf tags: trunk | |
| 08:26 | Reverted previous checin as Tcl_ObjSetVar2 (convoluted and undocumented) jnterface implicitly decrem... check-in: 470f531183 user: vasiljevic tags: core-8-5-branch | |
| 07:50 | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): Plug leak of object when setting a variable fails. check-in: e3b1fcdc88 user: dkf tags: trunk | |
| 07:43 | Fixed object leak check-in: 087fcb4964 user: vasiljevic tags: core-8-5-branch | |
| 02:37 | merge check-in: 5a7746cb57 user: dgp tags: dgp-refactor | |
|
2010-04-05
| ||
| 21:46 | merge check-in: 73102b13ad user: dgp tags: dgp-refactor | |
| 19:44 | TIP #348 IMPLEMENTATION - Substituted error stack check-in: 43fe304839 user: ferrieux tags: trunk | |
| 13:54 | Regen with autoconf 2.61 (what I have) check-in: ef3fae2e21 user: dkf tags: trunk | |
| 12:45 | Flip the defaults for whether to build threaded. Part of TIP #364. check-in: cdc00c6f74 user: dkf tags: trunk | |
| 07:38 | Fix two failing tests by matching the can't-lookup-symbol error message. check-in: 74f9cd4b4f user: dkf tags: trunk | |
|
2010-04-04
| ||
| 17:37 | merge check-in: cb456a1f91 user: dgp tags: dgp-refactor | |
| 15:11 | Minor changes to enforce Engineering Manual style rules. check-in: e0779f4c92 user: dkf tags: trunk | |
| 15:03 | Added a first crack at documentation for TIP #357's Tcl_LoadFile et al. check-in: 3d4b2b893a user: dkf tags: trunk | |
| 11:59 | * macosx/tclMacOSXBundle.c (OpenResourceMap): [Bug 2981528]: Only define this function when HAVE_C... check-in: 73ff3de36b user: dkf tags: trunk | |
|
2010-04-03
| ||
| 09:38 | Added VALGRIND define so we can silence helgrind race-report at places we know we cheated on in orde... check-in: 78f741e1b3 user: vasiljevic tags: core-8-5-branch | |
|
2010-04-02
| ||
| 23:48 | merge check-in: bda2f88d91 user: dgp tags: dgp-refactor | |
| 23:11 | Add missing "const" in signature, and some formatting fixes check-in: 0400a6f222 user: nijtmans tags: trunk | |
| 22:52 | * generic/tclIOUtil.c (Tcl_LoadFile): Corrections to previous commit * unix/tclLoadDyld.c (TclpDlo... check-in: 72fb2df278 user: dkf tags: trunk | |
| 21:21 | * generic/tcl.decls: [TIP #357]: First round of changes * generic/tclDecls.h: to export Tcl_LoadFi... check-in: 80aa157f45 user: kennykb tags: trunk | |
| 19:27 | * library/reg/pkgIndex.tcl: [TIP #362]: Fixed first round of * tests/registry.test: bug... check-in: dd10b0cf0b user: kennykb tags: trunk | |
| 19:23 | * generic/tclStrToD.c: [Bug 2952904]: Defer creation of the smallest floating point number until it ... check-in: 0ff9783605 user: kennykb tags: trunk | |
| 15:53 | * generic/tclThreadStorage.c (ThreadStorageGetHashTable): avoid accessing shared table index w/o mut... check-in: 5675442706 user: vasiljevic tags: core-8-5-branch | |
| 14:30 | * generic/tclStringObj.c: (SetStringFromAny): avoid trampling over the tclEmptyStringRep->bytes as i... check-in: 59bf516261 user: vasiljevic tags: core-8-5-branch | |
|
2010-04-01
| ||
| 13:31 | Small changes to make code fit Engineering Manual and compile on C89. check-in: 0c034c15c5 user: dkf tags: rmax-ipv6-branch | |
|
2010-03-31
| ||
| 22:12 | Added missing doc. Oops! check-in: a9f31bb325 user: dkf tags: trunk | |
| 20:58 | merge check-in: 755150b4ea user: dgp tags: dgp-refactor | |
| 20:55 | * doc/package.n: [Bug 2980210]: Document the arguments taken by the [package present] command corr... check-in: f350503aa0 user: dkf tags: trunk | |
| 20:53 | * doc/package.n: [Bug 2980210]: Document the arguments taken by the [package present] command corr... check-in: d4270ccd06 user: dkf tags: core-8-5-branch | |
| 14:14 | Improve the documentation of how to make and use a thread. check-in: c08ea9d1e0 user: dkf tags: trunk | |
| 14:13 | merge check-in: 869f5f1957 user: dgp tags: dgp-refactor | |
| 10:29 | [FRQ 2974744]: share exception codes (ObjType?): Revised test cases, making sure that abbreviated co... check-in: 8a5a22ad19 user: nijtmans tags: trunk | |
|
2010-03-30
| ||
| 22:48 | merge check-in: b0a10bb76f user: dgp tags: dgp-refactor | |
| 21:18 | Use TclWinConvertWSAError() at the right places inside CreateSocket() check-in: 176cfa12e7 user: rmax tags: rmax-ipv6-branch | |
| 21:17 | * generic/tclIORChan.c (ReflectClose, ReflectInput, ReflectOutput, ReflectSeekWide, ReflectWatch,... check-in: 54e2be80b0 user: andreas_kupries tags: core-8-5-branch | |
| 21:17 | * generic/tclIORChan.c (ReflectClose, ReflectInput, ReflectOutput, ReflectSeekWide, ReflectWatch,... check-in: 420bcd3d39 user: andreas_kupries tags: trunk | |
| 18:52 | Fix the logic of connecting client sockets under Windows check-in: 8973c3f502 user: rmax tags: rmax-ipv6-branch | |
| 16:51 | merge check-in: 8088400890 user: dgp tags: dgp-refactor | |
| 16:31 | * generic/tclObj.c (Tcl_GetCommandFromObj): [Bug 2979402]: Reorder the validity ... check-in: f73bde5491 user: dgp tags: trunk | |
| 16:30 | * generic/tclObj.c (Tcl_GetCommandFromObj): [Bug 2979402]: Reorder the validity ... check-in: c6ee8e3ce6 user: dgp tags: core-8-5-branch | |
| 16:26 | First shot at porting the IPv6 changes to Windows check-in: ba424136ad user: rmax tags: rmax-ipv6-branch | |
| 14:28 | merge check-in: e3a9325792 user: dgp tags: dgp-refactor | |
| 14:16 | [Bug 2979399] uninitialized value troubles check-in: a7f4609167 user: nijtmans tags: trunk | |
| 14:10 | merge check-in: 758e7bb9f6 user: dgp tags: dgp-refactor | |
| 14:05 | Finish bump to registry 1.3.0 check-in: 2268733bd3 user: dgp tags: trunk | |
| 13:17 | [FRQ 2974744]: share exception codes (ObjType?): further optimization, making use of indexType. check-in: 416a8249cd user: nijtmans tags: trunk | |
| 12:38 | Bump version of registry package to 1.3. check-in: 977c9f9ba6 user: dkf tags: trunk | |
| 12:33 | TIP #362 IMPLEMENTATION * win/tclWinReg.c: [Patch 2960976]: Apply patch from Damon Courtney to * ... check-in: 3606e1e39c user: dkf tags: trunk | |
| 08:45 | Merge from HEAD to rmax-ipv6-branch check-in: 54b695423d user: rmax tags: rmax-ipv6-branch | |
| 02:29 | merge check-in: c3f2341ff0 user: dgp tags: dgp-refactor | |
|
2010-03-29
| ||
| 22:31 | Only test for -visibility=hidden with gcc (Second remark in [Bug 2976508]) check-in: 397c8a8733 user: nijtmans tags: trunk | |
| 21:58 | * generic/tclStringObj.c: Fix array overrun in test format-1.12 caught by valg... check-in: 091499cda4 user: dgp tags: trunk | |
| 21:57 | * generic/tclStringObj.c: Fix array overrun in test format-1.12 caught by valg... check-in: 8775fff1dc user: dgp tags: core-8-5-branch | |
| 20:16 | Add a compat-define for AF_INET6 check-in: f4a0700510 user: rmax tags: rmax-ipv6-branch | |
| 14:03 | merge check-in: 7e3238e45f user: dgp tags: dgp-refactor | |
| 09:31 | Minor formatting corrections check-in: 2de30c6817 user: dkf tags: trunk | |
|
2010-03-28
| ||
| 03:24 | merge check-in: d15d5b7c2b user: dgp tags: dgp-refactor | |
| 03:17 | Revert the conversion of TCL_VERSION to "8.1" and "8.5" in the Tcl_InitStubs() calls of the pkg*.c t... check-in: fe807045e6 user: dgp tags: trunk | |
|
2010-03-27
| ||
| 22:47 | Provide "lowest supported Tcl version" to the Tcl_InitStubs functions in unix/dltest, in stead of "c... check-in: 2a8d873d37 user: nijtmans tags: trunk | |
| 22:40 | [Freq 2974744] share exception codes (ObjType?) check-in: a7d613dfe6 user: nijtmans tags: trunk | |
| 15:14 | Comment the ifdefery around AI_ADDRCONFIG and IPV6_V6ONLY check-in: aede3689f0 user: rmax tags: rmax-ipv6-branch | |
| 13:25 | Conditionalize the use of IPV6_V6ONLY check-in: 5938be08e9 user: rmax tags: rmax-ipv6-branch | |
|
2010-03-26
| ||
| 14:21 | merge check-in: 706217e9df user: dgp tags: dgp-refactor | |
| 09:43 | [Bug 2976508] tcl HEAD fails on HP-UX check-in: 6833cb0282 user: nijtmans tags: trunk | |
|
2010-03-25
| ||
| 19:34 | Fix the address logic when opening client sockets check-in: 4e29b86545 user: rmax tags: rmax-ipv6-branch | |
| 14:53 | * unix/tclUnixFCmd.c (TclUnixCopyFile): [Bug 2976504]: Corrected number of arguments to fstatfs() ... check-in: fed3232b19 user: dkf tags: trunk | |
| 14:52 | * unix/tclUnixFCmd.c (TclUnixCopyFile): [Bug 2976504]: Corrected number of arguments to fstatfs() ... check-in: 55bfd2afcc user: dkf tags: core-8-5-branch | |
| 14:26 | merge check-in: ed6d94268d user: dgp tags: dgp-refactor | |
| 14:02 | * macosx/tclMacOSXBundle.c, macosx/tclMacOSXFCmd.c: * macosx/tclMacOSXNotify.c: Reduce the level o... check-in: 59d080706b user: dkf tags: trunk | |
|
2010-03-24
| ||
| 16:53 | oops check-in: ce5fad172e user: dgp tags: trunk | |
| 16:12 | merge check-in: 25c57bd142 user: dgp tags: dgp-refactor | |
| 15:33 | * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] so * tests/result.t... check-in: 7cdddeb282 user: dgp tags: trunk | |
| 15:31 | * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] so * tests/result.t... check-in: dbac86a6e8 user: dgp tags: core-8-5-branch | |
| 13:29 | merge check-in: ff7d54a3ec user: dgp tags: dgp-refactor | |
| 13:21 | * generic/tclOOInfo.c (InfoObjectMethodTypeCmd) (InfoClassMethodTypeCmd): Added introspection of m... check-in: 2b08d45000 user: dkf tags: trunk | |
| 13:03 | merge updates check-in: f493796d89 user: dgp tags: dgp-refactor | |
| 10:35 | * tests/async.test (async-4.*): Reduce obscurity of these tests by putting the bulk of the code fo... check-in: 4edcf391c7 user: dkf tags: trunk | |
| 10:25 | * generic/tclCmdMZ.c (TryPostBody, TryPostHandler): Make sure that the [try] command does not trap... check-in: 19993c384d user: dkf tags: trunk | |
|
2010-03-23
| ||
| 23:28 | merge updates check-in: dbd4d38478 user: dgp tags: dgp-refactor | |
| 23:25 | * generic/tclCmdMZ.c: [Bug 2973361] Revised fix for computing indices of script ar... check-in: 6bc6b87821 user: dgp tags: trunk | |
| 14:14 | Conditionalize the use of AI_ADDRCONFIG check-in: d7c7735f38 user: rmax tags: rmax-ipv6-branch | |
| 14:07 | merge updates check-in: a05b7c29a2 user: dgp tags: dgp-refactor | |
| 13:08 | Make error message in "try" implementation exactly the same as the one in "return" check-in: 624d3b1b3c user: nijtmans tags: trunk | |
| 12:58 | Make error message in "try" implementation exactly the same as the one in "return" check-in: bd5b3c5b09 user: nijtmans tags: trunk | |
|
2010-03-22
| ||
| 22:55 | merge updates check-in: 1c6ab93f50 user: dgp tags: dgp-refactor | |
| 22:47 | * generic/tclCmdMZ.c: [Bug 2973361]: Compute the correct integer values to identif... check-in: 3bbde5159a user: dgp tags: trunk | |
| 13:07 | merge updates check-in: 5f9d9e4edb user: dgp tags: dgp-refactor | |
|
2010-03-20
| ||
| 21:26 | Clarify the use of '&' for backgrounding a pipeline. check-in: 008ec6eae4 user: dkf tags: trunk | |
| 18:00 | merge updates check-in: c65700492b user: dgp tags: dgp-refactor | |
| 17:53 | * generic/tclIO.c (CopyData): Allow the total number of bytes copied by [fcopy] to exceed 2GB. Can... check-in: c6cdb88f0b user: dkf tags: core-8-5-branch | |
| 17:49 | Missed a spot. check-in: eb14061610 user: dkf tags: trunk | |
| 15:58 | merge updates check-in: f275ac41be user: dgp tags: dgp-refactor | |
| 15:40 | regen check-in: bba3e3d384 user: dkf tags: trunk | |
| 15:39 | Allow [fcopy] to move more than 2GB per call. Frederic Bonnet identified issue. check-in: a2e969549f user: dkf tags: trunk | |
| 12:00 | stub16.c Don't hide that we use the ASCII API here. tclWinPipe.c 2 unnecessary type c... check-in: f5209189f6 user: nijtmans tags: trunk | |
|
2010-03-19
| ||
| 15:29 | constification backport to silence warning check-in: 702c70c913 user: dgp tags: core-8-5-branch | |
| 15:26 | merge updates check-in: cae9f6bfbc user: dgp tags: dgp-refactor | |
| 11:54 | Compile the [throw] command. check-in: 7f27b697b7 user: dkf tags: trunk | |
|
2010-03-18
| ||
| 20:54 | *** empty log message *** check-in: 1ada05cc36 user: dgp tags: core-8-5-branch | |
| 20:54 | commit msg error check-in: 8e0fe48844 user: dgp tags: trunk | |
| 20:38 | * generic/tclListObj.c: Prevent in overflow trouble in [lreplace] * generic/tclTestO... check-in: a12aaa827f user: dgp tags: core-8-5-branch | |
| 20:34 | * generic/tclListObj.c: Prevent in overflow trouble in [lreplace] * generic/tclTestO... check-in: d368f28135 user: dgp tags: trunk | |
| 14:39 | merge updates from HEAD check-in: 7d0274e793 user: dgp tags: dgp-refactor | |
| 14:35 | Fix silly error in bytecode generation for [try]. check-in: b4a8de2746 user: dkf tags: trunk | |
| 14:29 | merge updates check-in: c4a702fdd7 user: dgp tags: dgp-refactor | |
| 10:59 | [Bug 2971921]: Corrected jump so that it doesn't skip into the middle of an instruction! Tightened... check-in: 77164c4ac7 user: dkf tags: trunk | |
|
2010-03-17
| ||
| 19:27 | First attempt on IPv6 support with the goal of maximum transparency and backwards compatibility. check-in: eee9f47c0a user: rmax tags: rmax-ipv6-branch | |
| 17:26 | merge updates from HEAD check-in: 296b59ea58 user: dgp tags: dgp-refactor | |
| 16:35 | * generic/tclIORTrans.c (ReflectInput, ReflectOutput, ReflectSeekWide): [Bug 2921116]: Added miss... check-in: 366cd619ab user: andreas_kupries tags: trunk | |
|
2010-03-16
| ||
| 17:12 | merge updates check-in: 76fc58806c user: dgp tags: dgp-refactor | |
| 16:18 | don't cast away "const" without reason. check-in: 8373402a4b user: nijtmans tags: trunk | |
| 14:40 | merge updates from HEAD check-in: d0785e12de user: dgp tags: dgp-refactor | |
| 09:01 | Upgrade zlib to version 1.2.4 check-in: 62fd020af8 user: nijtmans tags: trunk | |
|
2010-03-14
| ||
| 16:53 | merge updates from HEAD check-in: 5bf14f403a user: dgp tags: dgp-refactor | |
| 14:59 | Squelch unnecessary parens, shorten overlong comment lines. check-in: 6b7147d1ee user: dkf tags: trunk | |
|
2010-03-12
| ||
| 15:32 | Fix [Bug 2967340]: Static build failure check-in: ee9a7e68a0 user: nijtmans tags: core-8-5-branch | |
| 15:18 | Fix [Bug 2967340]: Static build failure check-in: d1616c6af7 user: nijtmans tags: trunk | |
|
2010-03-11
| ||
| 15:19 | merge updates from HEAD check-in: 144ace2ad8 user: dgp tags: dgp-refactor | |
| 15:02 | Revert a few files from the previous commit, preventing conflicts with Kevin's TIP #357 work check-in: 6e701eee65 user: nijtmans tags: trunk | |
| 13:35 | Remove unnecessary '&' decoration for function pointers. Fix double declaration of TclNativeDupInter... check-in: bb4a12448b user: nijtmans tags: trunk | |
|
2010-03-09
| ||
| 21:30 | merge updates from HEAD check-in: 2c94dfa81f user: dgp tags: dgp-refactor | |
| 21:15 | * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieux * doc/refchan.n: <ferrieux@us... check-in: 294dac0871 user: andreas_kupries tags: trunk | |
| 21:13 | * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieux * doc/refchan.n: <ferrieux@us... check-in: 6ab240c913 user: andreas_kupries tags: core-8-5-branch | |
| 18:29 | * library/tzdata/America/Matamoros: New locale * library/tzdata/America/Ojinaga: New... check-in: 4b283489d7 user: dgp tags: core-8-5-branch | |
| 18:23 | * library/tzdata/America/Matamoros: New locale * library/tzdata/America/Ojinaga: New... check-in: c9785f1583 user: dgp tags: trunk | |
|
2010-03-08
| ||
| 14:34 | merge updates from HEAD check-in: 58e959de47 user: dgp tags: dgp-refactor | |
|
2010-03-07
| ||
| 14:39 | test that tclOO stubs are present in stub library Applied missing part of [Patch 2961556] Change all... check-in: 0ccb7b21a9 user: nijtmans tags: trunk | |
|
2010-03-06
| ||
| 06:29 | remove presence of tclTomMathStubsPtr in tclStubLib.c test that tommath stubs are present in stub li... check-in: 04bac2f347 user: nijtmans tags: trunk | |
| 03:40 | merge updates check-in: f1f1ac161b user: dgp tags: dgp-refactor | |
|
2010-03-05
| ||
| 23:23 | Updated changelog with message relating to code audit from earlier check-in: d95c9e8212 user: dkf tags: trunk | |
| 23:12 | Quell a warning in Kevin Kenny's build environment check-in: 74d4ded15e user: dkf tags: trunk | |
| 22:50 | Fix [Bug 2964425]. check-in: c25ea55b7c user: dkf tags: trunk | |
| 15:32 | [Patch 2961556]: Change TclOO to use the same style of function typedefs as Tcl, as this is about th... check-in: 6723a5d58c user: dkf tags: trunk, potential incompatibility | |
| 14:34 | Code Audit results: * use do { ... } while (0) in macros * avoid shadowing one local variable with... check-in: 4d8a4f639d user: dkf tags: trunk | |
| 11:36 | Remove unused variable check-in: 782cd0109d user: dkf tags: trunk | |
| 04:21 | merge updates check-in: 3c66c0e6c8 user: dgp tags: dgp-refactor | |
|
2010-03-04
| ||
| 23:55 | ignore shared libraries from checking in check-in: 6994240f68 user: nijtmans tags: trunk | |
| 23:52 | Minor correction to log entry. check-in: 69222d3fd5 user: dkf tags: trunk | |
| 23:42 | Fix [Bug 2962664] by forcing oo::object deletion on oo::class deletion. check-in: b1e964413e user: dkf tags: trunk | |
| 23:16 | 3 unnecessary MODULE_SCOPE symbols check-in: 638890c82c user: nijtmans tags: trunk | |
| 22:29 | Split tommath stub lib source file in separate file. Don't use -fvisibility=hidden for cygwin check-in: c8722c8b57 user: nijtmans tags: trunk | |
|
2010-03-03
| ||
| 18:30 | * doc/refchan.n: Followup to ChangeLog entry 2009-10-07 (generic/tclIORChan.c). Fixed the documen... check-in: 92ecdcd7c3 user: andreas_kupries tags: trunk | |
| 03:48 | merge updates check-in: abc7e6b72f user: dgp tags: dgp-refactor | |
|
2010-03-02
| ||
| 23:39 | [Enh 2959069] Support for -fvisibility=hidden check-in: 5215b8740c user: nijtmans tags: trunk | |
| 16:29 | merge update check-in: 8e649ece14 user: dgp tags: dgp-refactor | |
| 08:47 | Use a less hacky way of using a char as a hash key check-in: 5898a30975 user: dkf tags: trunk | |
| 02:32 | merge updates check-in: c96eab68a6 user: dgp tags: dgp-refactor | |
|
2010-03-01
| ||
| 23:25 | Added test case for empty table in ::prefix check-in: ec977bbd3b user: ferrieux tags: trunk | |
| 23:19 | Improve error message for corner case in ::prefix check-in: 7f54d07f0a user: ferrieux tags: trunk | |
| 22:20 | fix [AT 86258]: special-casing of empty tables when generating error messages for [::tcl::prefix mat... check-in: 6f9f9e629d user: ferrieux tags: trunk | |
| 15:25 | Prettify and fix filename in ChangeLog. check-in: 14d110b342 user: ferrieux tags: core-8-5-branch | |
| 15:14 | [Backported] Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 when calling [fconfigure ... check-in: 2cefbf28c6 user: ferrieux tags: core-8-5-branch | |
| 15:00 | Make the code prettier check-in: 6628dc8c04 user: dkf tags: trunk | |
| 14:57 | Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 when calling [fconfigure -sockname] on... check-in: f9242444be user: ferrieux tags: trunk | |
| 12:55 | merge updates check-in: 5b64f5a7aa user: dgp tags: dgp-refactor | |
|
2010-02-28
| ||
| 21:15 | Oops! [Bug 2960852] check-in: 7131f40fa3 user: dkf tags: trunk | |
| 20:12 | More additions of {TCL LOOKUP} error-code generation to various subcommands of [info] as part of lon... check-in: 7fb81ffe82 user: dkf tags: trunk | |
| 12:38 | merge updates check-in: 1ab547c480 user: dgp tags: dgp-refactor | |
| 09:05 | Fix Bug #2959713: Link error with gcc 4.1 check-in: 229f34c59f user: nijtmans tags: trunk | |
|
2010-02-27
| ||
| 22:37 | merge updates check-in: 750bba6578 user: dgp tags: dgp-refactor | |
| 21:25 | Only look for the needle when it fits in the haystack. [Bug 2960021] check-in: 6defdf15ca user: dkf tags: core-8-5-branch | |
| 19:02 | Only look for the needle when it fits in the haystack. [Bug 2960021] check-in: d1aa4b3296 user: dkf tags: trunk | |
| 15:03 | merge fix check-in: 1728c52985 user: dgp tags: dgp-refactor | |
| 15:02 | merge updates from HEAD check-in: 4ecf6f678a user: dgp tags: dgp-refactor | |
| 12:07 | * generic/tclMain.c (Tcl_Main): [Bug 801429]: Factor out the holding of the client-installed main lo... check-in: 9dc4acda9c user: dkf tags: trunk, potential incompatibility | |
| 11:51 | Corrections to make things work in the non-cross-compiling case check-in: 5c38ca40c2 user: dkf tags: trunk | |
| 03:46 | merge updates check-in: a99f66b763 user: dgp tags: dgp-refactor | |
|
2010-02-26
| ||
| 14:38 | merge updates from HEAD check-in: aa6d919ab9 user: dgp tags: dgp-refactor | |
| 14:38 | Split tclCompCmds.c into two pieces to improve developer sanity. check-in: 63fb4017d5 user: dkf tags: trunk | |
| 11:05 | * unix/Makefile.in (NATIVE_TCLSH): Added this variable to allow for better control of what tclsh t... check-in: 824cd1843c user: dkf tags: trunk | |
| 10:32 | Cleanup doc/safe.n check-in: 52450b646f user: rmax tags: trunk | |
| 10:25 | Remap non-alphanumeric sequences in manpage filenames to single underscores. check-in: 30c728c4dd user: dkf tags: trunk | |
| 01:21 | merge updates from HEAD check-in: ec93238882 user: dgp tags: dgp-refactor | |
| 00:39 | [Bug 2818131] further tests added to cover use of mismatched zlib algorithms Using zlib gzip to wri... check-in: dd2bad0212 user: patthoyts tags: trunk | |
|
2010-02-25
| ||
| 23:39 | Squelch some warnings check-in: d14f7e694e user: dkf tags: trunk | |
| 22:20 | [ tcl-Feature Requests-2958832 ] Further speed-up of ouster-hash function. Eliminate various unneces... check-in: b28fef8499 user: nijtmans tags: trunk | |
| 21:53 | merge updates from HEAD check-in: 1b11388844 user: dgp tags: dgp-refactor | |
| 14:49 | Convert many multi-line macros to use the best-practice do-while(0) form check-in: 8b62304af5 user: dkf tags: trunk | |
| 10:56 | Correct silly error with missing semicolons check-in: b6f587edd7 user: dkf tags: trunk | |
|
2010-02-24
| ||
| 14:30 | Fix some nasties with handling duplicate keys in list->dict->list conversions. check-in: 72dc5b9bbc user: dkf tags: trunk | |
| 10:49 | Reduce ifdef-fery and size of activation record. More variables shared across instructions than befo... check-in: 20d9e2d514 user: dkf tags: trunk | |
| 10:45 | More tidying up (whitespace, spelling, useless parentheses, useless casts) check-in: 511d94dd87 user: dkf tags: trunk | |
| 10:32 | Pure whitespace changes, changing to follow Engineering Manual style. check-in: c81eddebbb user: dkf tags: trunk | |
| 10:11 | [Bug 2957688]: clarified [socket -server] docs check-in: d1bfb71ebb user: dkf tags: trunk | |
|
2010-02-23
| ||
| 00:03 | correct date check-in: a2118d92b0 user: nijtmans tags: trunk | |
|
2010-02-22
| ||
| 23:55 | Fix typos in ChangeLog. check-in: 6d7d8b22c5 user: andreas_kupries tags: trunk | |
| 23:54 | * generic/tclZlib.c (ZlibTransformInput): [Bug 2742041]: Added a hack to work around the general ... check-in: e438b413a8 user: andreas_kupries tags: trunk | |
| 23:31 | Remove unnecessary EXTERN's, which already are in the global stub table. Use @EXEEXT@ in stead of @E... check-in: ede6fe7b20 user: nijtmans tags: trunk | |
| 13:09 | Added missing quoting check-in: ff159c821a user: dkf tags: core-8-5-branch | |
| 13:07 | Added missing quoting check-in: 9fd327fe0d user: dkf tags: trunk | |
| 10:27 | Convert literal tabs in strings into \t sequences. check-in: fce0023cae user: dkf tags: trunk | |
|
2010-02-21
| ||
| 20:27 | Fix [Bug 2954959] expr abs(0.0) is -0.0 and added test cases for it. check-in: 016d6a7393 user: nijtmans tags: core-8-5-branch | |
| 20:09 | Follow-up to Fix [Bug 2954959] expr abs(0.0) is -0.0 Some more tests, showing that the LONG implemen... check-in: 4a0630650d user: nijtmans tags: trunk | |
| 18:55 | * tests/regexp.test: Add test cases back ported from Jacl regexp work. check-in: fdacdda252 user: mdejong tags: trunk | |
| 14:31 | merge updates from HEAD check-in: 2c0e82ab0b user: dgp tags: dgp-refactor | |
| 08:56 | Fix [Bug 2954959] expr abs(0.0) is -0.0 and added test cases for it. check-in: 67fb2f3118 user: nijtmans tags: trunk | |
|
2010-02-20
| ||
| 15:38 | Make [string length] compiler handle more trivial cases. check-in: e7133caaca user: dkf tags: trunk | |
|
2010-02-19
| ||
| 22:55 | tricky merge of both whitespace and logic from HEAD check-in: 2973b7aeaf user: dgp tags: dgp-refactor | |
| 21:06 | merge simple changes from HEAD check-in: fc89e429cd user: dgp tags: dgp-refactor | |
| 14:22 | Small changes to align code style with Tcl Engineering Manual check-in: 06e96addfd user: dkf tags: trunk | |
| 13:36 | Correct compiler/linker flags for threaded builds on OpenBSD. check-in: 5f0ed97439 user: stwo tags: trunk | |
| 13:25 | Correct compiler/linker flags for threaded builds on OpenBSD. check-in: f5182a5aaf user: stwo tags: core-8-5-branch | |
| 09:56 | [Bug 2954638]: Correct behaviour of manual page installer. Also added armouring to check that assump... check-in: 4fee00b1dd user: dkf tags: core-8-5-branch | |
| 09:54 | [Bug 2954638]: Correct behaviour of manual page installer. Also added armouring to check that assump... check-in: 8c92f22576 user: dkf tags: trunk | |
|
2010-02-17
| ||
| 22:33 | merge updates from HEAD check-in: cc2d5c1d60 user: dgp tags: dgp-refactor | |
| 21:58 | Return to using the classic hash function. Now with *extensive* notes in the comments about why this... check-in: 851ca213dc user: dkf tags: trunk | |
| 16:02 | merge updates from HEAD check-in: 7810d29dcb user: dgp tags: dgp-refactor | |
| 15:59 | Fix error in stack depth calculation for [dict update], correct misleading comment in description of... check-in: 852f2c93e6 user: dkf tags: trunk | |
| 15:40 | missing comma check-in: d8c2f8b54c user: dgp tags: trunk | |
| 15:36 | merge updates from HEAD check-in: ac9a3fc416 user: dgp tags: dgp-refactor | |
|
2010-02-16
| ||
| 21:34 | Change order of various struct members, restoring potential binary incompatibility with Tcl 8.5 check-in: be952a0158 user: nijtmans tags: trunk | |
| 16:30 | Small fixes, namely: Move some related pieces (e.g., for encoding handling) closer together Upda... check-in: 4223b70b26 user: dkf tags: trunk | |
| 16:02 | regen check-in: 688e377016 user: dkf tags: trunk | |
| 16:01 | Do not assume that all unix systems have the POSIX blkcnt_t type, since OpenBSD apparently does not.... check-in: 1ed3cbbadc user: dkf tags: trunk | |
| 14:09 | Update literal table to use FNV hash function. check-in: 8ec38235bc user: dkf tags: trunk | |
|
2010-02-15
| ||
| 23:10 | Eliminate all internal Tcl_WinUtfToTChar and Tcl_WinTCharToUtf calls, needed for mslu support. check-in: 89d7bf3904 user: nijtmans tags: trunk | |
| 22:56 | reverted earlier rename from tcl*Stubs to tcl*ConstStubs, it's not necessary at all. tclEnsemble.c: ... check-in: 0d29245dd5 user: nijtmans tags: trunk | |
| 11:53 | Fix [Bug 2950259] so that deleting an object by killing its namespace will reliably call the object'... check-in: bc959e87fb user: dkf tags: trunk | |
|
2010-02-14
| ||
| 13:37 | Reduce code nesting in [namespace ensemble] implementation. check-in: f7436e0a2c user: dkf tags: trunk | |
| 13:23 | Corrected a comment. check-in: e4f2d1e010 user: dkf tags: trunk | |
|
2010-02-13
| ||
| 18:11 | Hive off the ensemble code into its own file. Split the [switch] compiler for sanity's sake. check-in: 4fbc57ea60 user: dkf tags: trunk | |
| 13:33 | Add .lib, .exp and .res to .cvsignore check-in: ca9903c7d8 user: nijtmans tags: trunk | |
| 13:31 | use -pipe for gcc on win32 (mingw/cygwin) check-in: 9548ade90f user: nijtmans tags: trunk | |
|
2010-02-12
| ||
| 03:21 | add tests for explicit backslash zero as argument to list command check-in: 0f7125b8b7 user: mdejong tags: trunk | |
| 03:06 | merge updates from HEAD check-in: 616130f94d user: dgp tags: dgp-refactor | |
|
2010-02-11
| ||
| 15:25 | [Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode. check-in: 2692fb9c43 user: dkf tags: core-8-5-branch | |
| 15:21 | Correct date check-in: ceb8e2ae70 user: dkf tags: trunk | |
| 15:20 | [Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode. check-in: 9f72b0493b user: dkf tags: trunk | |
| 11:14 | Tcl Bug 2826551 regexp bugs related to -all -line and -start and newlines check-in: 2a54ee5bde user: dkf tags: trunk | |
| 09:00 | [Bug 2949397]: Prevent destructors from running on the two core class objects when the whole interpr... check-in: ed48aba1da user: dkf tags: trunk | |
|
2010-02-10
| ||
| 23:28 | Two more hash-iteration-order assumptions bite the dust check-in: c93663dc53 user: dkf tags: trunk | |
| 23:24 | Remove assumption of ordered results from [info procs] check-in: 6bfa8a0a39 user: dkf tags: trunk | |
| 23:17 | More zlib documentation improvements. check-in: d016050a8c user: dkf tags: trunk | |
| 16:29 | Forgot the magic bias values. FNV is wildly magical... check-in: 5ba97c097d user: dkf tags: trunk | |
| 16:12 | Improvements to zlib documentation (and formatting of it). check-in: a705209b99 user: dkf tags: trunk | |
| 02:56 | merge updates from HEAD check-in: a3184b6de4 user: dgp tags: dgp-refactor | |
|
2010-02-09
| ||
| 22:39 | Minor corrections as recommended by Joe English. check-in: 7173a0a307 user: dkf tags: trunk | |
| 22:27 | Corrected case of trap pattern check-in: 6deccb969e user: dkf tags: trunk | |
| 22:20 | Small cleanups of formatting issues check-in: bdaa6f380a user: dkf tags: trunk | |
| 20:51 | Compilation of [try] now enabled! check-in: f2617b69aa user: dkf tags: trunk | |
| 17:53 | merge updates from HEAD check-in: 213eee9b55 user: dgp tags: dgp-refactor | |
| 14:08 | Get the inequality right check-in: 76f159362c user: ferrieux tags: trunk | |
| 14:05 | remove dependency on 8.5+ idiom "in" in expressions check-in: 65b672a467 user: ferrieux tags: trunk | |
|
2010-02-08
| ||
| 13:21 | [Bug 2947783]: Ensure that result is an unshared object before appending to it. check-in: 98913ba9aa user: dkf tags: trunk | |
|
2010-02-07
| ||
| 22:16 | Backport various formatting (spacing) changes from HEAD, so diffing between 8.5.x and 8.6 shows the ... check-in: abe54e99af user: nijtmans tags: core-8-5-branch | |
| 09:10 | Upgrade Tcl's hash function to use the FNV-32 algorithm. This is marginally faster and gives a bit b... check-in: 24fe1de120 user: dkf tags: trunk | |
| 08:03 | Fix tests with known dependencies on hash iteration order. check-in: 6df1a049cd user: dkf tags: trunk | |
|
2010-02-05
| ||
| 22:39 | Added basic compilation of [error] (the most common case only). check-in: d3fc864505 user: dkf tags: trunk | |
| 20:53 | Follow-up to earlier commit today: Eliminate the need for an extra Stubs Pointer for adressing a sta... check-in: b809fb2cbc user: nijtmans tags: trunk | |
| 14:33 | More consistency in errorcode generation. check-in: 1dc360a107 user: dkf tags: trunk | |
| 13:41 | NRE-enabled destructors! Also more generation of errorcodes. check-in: 3d92d332fd user: dkf tags: trunk | |
| 11:47 | Use 'const' more often for pointers to read-only structures. check-in: f80600cbf2 user: dkf tags: trunk | |
| 10:03 | Follow-up to [2010-01-29] commit: prevent space within stub table function parameters if the paramet... check-in: 98e1b94811 user: nijtmans tags: trunk | |
|
2010-02-04
| ||
| 15:39 | merge updates from HEAD check-in: 0ad2cfbe7b user: dgp tags: dgp-refactor | |
| 14:56 | Use the object RE interface for faster matching in [array names -regexp]. check-in: 71270e9141 user: dkf tags: trunk | |
| 13:49 | minor maintenance check-in: 46d3dc6474 user: dkf tags: trunk | |
| 13:46 | Make [array get] work again with a trivial pattern. check-in: 28cd675ef6 user: dkf tags: trunk | |
| 10:53 | Minor updates: more errorcodes, less C stack levels for old APIs check-in: d91c86d0da user: dkf tags: trunk | |
|
2010-02-03
| ||
| 15:30 | merge updates from HEAD check-in: c9238d0253 user: dgp tags: dgp-refactor | |
| 13:28 | More corrections to the [array unset] command. check-in: 7888bac5b1 user: dkf tags: core-8-5-branch | |
| 13:26 | More corrections to the [array unset] command. check-in: d617577cc4 user: dkf tags: trunk | |
|
2010-02-02
| ||
| 20:51 | * generic/tclCompile.c: [Bug 2933089]: A literal sharing problem with * generic/tclCompile.h: 'in... check-in: ffce3e0a77 user: andreas_kupries tags: core-8-5-branch | |
| 16:27 | merge updates from HEAD check-in: 49e154d0ac user: dgp tags: dgp-refactor | |
| 16:13 | Ensure that decrements never assume that they can't do (actual) deletion. check-in: edff9e93e5 user: dkf tags: core-8-5-branch | |
| 16:12 | Turned the [array] command into a true ensemble. Test changes indicate some alteration to error mess... check-in: dfb143ff5e user: dkf tags: trunk | |
| 15:56 | merge updates from HEAD check-in: f24460a003 user: dgp tags: dgp-refactor | |
| 09:51 | Chisel away at reducing the cost of recent changes. check-in: 876d72038d user: dkf tags: trunk | |
| 09:13 | [Bug 2944404] Be careful in case an object deletes itself in its destructor. check-in: e4e7bef93e user: dkf tags: trunk | |
| 00:42 | Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset] hits the next element... check-in: 2a9a28a485 user: dkf tags: core-8-5-branch | |
| 00:29 | Switch to using the new faster var-ref internal API inside [array unset] when it makes sense. check-in: 8c7a10ac02 user: dkf tags: trunk | |
| 00:11 | Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset] hits the next element... check-in: bf4311a2b0 user: dkf tags: trunk | |
|
2010-02-01
| ||
| 15:34 | merge updates from HEAD check-in: cdb2a26e74 user: dgp tags: dgp-refactor | |
| 11:45 | Reduce obscurity of function names. Do a little recursion unrolling. check-in: d11c7a78b9 user: dkf tags: trunk | |
| 11:12 | [Bug 2942697]: Rework the RE engine so that certain pathological patterns are matched much more rapi... check-in: 05ea9ca3eb user: dkf tags: core-8-5-branch | |
| 10:32 | Use attemptckalloc instead of ckalloc; RE engine knows how to deal with failure check-in: 6141987196 user: dkf tags: trunk | |
| 00:27 | [Bug 2942697]: Rework the RE engine so that certain pathological patterns are matched much more rapi... check-in: 2fa3db5b91 user: dkf tags: trunk | |
| 00:07 | better panic message check-in: 06225631a6 user: nijtmans tags: core-8-5-branch | |
|
2010-01-31
| ||
| 23:51 | Various CYGWIN-related fixes backported from HEAD. Still configure script not modified, so CYGWIN bu... check-in: ad7cfb6ee3 user: nijtmans tags: core-8-5-branch | |
| 22:33 | One more function that needs the LVT index passing into it now. check-in: 04cf166fd2 user: dkf tags: trunk | |
| 22:25 | Unbreak the build check-in: 596b2d209c user: dkf tags: trunk | |
|
2010-01-30
| ||
| 16:33 | Make the [unset] command be bytecode compiled. check-in: 211541cc9e user: dkf tags: trunk | |
|
2010-01-29
| ||
| 19:30 | Reverted Tcl_ThreadDataKey type change, see Bug #2942081 Changed some Tcl_CallFrame fields from "cha... check-in: 347767151a user: nijtmans tags: trunk | |
| 16:17 | - genStubs.tcl: No longer generate a space after "*" and immediately after a function name, so the... check-in: 9292490135 user: nijtmans tags: trunk | |
| 09:46 | Fix macro conflict on CYGWIN: don't use "small". check-in: 68e5104e39 user: nijtmans tags: core-8-5-branch | |
| 09:38 | Use correct TCL_LL_MODIFIER for CYGWIN. Formatting (all backported from HEAD) Fix gcc 4.4 warning: i... check-in: 998a628472 user: nijtmans tags: core-8-5-branch | |
|
2010-01-28
| ||
| 14:26 | merge updates from HEAD check-in: e2ec6723ac user: dgp tags: dgp-refactor | |
| 13:57 | Make things compile... D'oh! check-in: b6675927c4 user: dkf tags: trunk | |
| 10:25 | Improvements to destructor handling. Stop crashes from odd destruction routes. check-in: ca70f094be user: dkf tags: trunk | |
|
2010-01-25
| ||
| 21:05 | merge updates from HEAD check-in: a7dd55a748 user: dgp tags: dgp-refactor | |
| 20:26 | Remove double includes (which causes a warning in CYGWIN compiles) Add confdefs.h to unix/.cvsignore... check-in: 40cecbbc4f user: nijtmans tags: trunk | |
| 03:22 | merge updates from HEAD check-in: b0b3b375ac user: dgp tags: dgp-refactor | |
|
2010-01-22
| ||
| 23:38 | [Bug 1970629]: Define a bit better what the current namespace of a procedure is check-in: d3dfd02410 user: dkf tags: trunk | |
| 13:11 | merge updates from HEAD check-in: e8cfd1cd32 user: dgp tags: dgp-refactor | |
| 13:05 | Revert [2009-12-21] change in tcl.h, in stead resolve the CYGWIN inclusion problems by re-arranging ... check-in: 73e5d1067b user: nijtmans tags: trunk | |
| 13:02 | Revert [2009-12-21] change in tcl.h, in stead resolve the CYGWIN inclusion problems by re-arranging ... check-in: 835f8e1e9d user: nijtmans tags: trunk | |
| 12:57 | merge updates from HEAD check-in: 95b6cfd163 user: dgp tags: dgp-refactor | |
| 10:22 | Improve error code generation from some of the tailcall-related bits of TEBC. check-in: bb30ffa43f user: dkf tags: trunk | |
|
2010-01-21
| ||
| 20:16 | merge updates from HEAD check-in: 4858799967 user: dgp tags: dgp-refactor | |
| 17:23 | * generic/tclCompile.h: NRE-enable direct eval on BC spoilage * generic/tclExecute.c: [Bug 2910748... check-in: a9ed587eec user: msofer tags: trunk | |
|
2010-01-20
| ||
| 13:57 | merge updates from HEAD check-in: 23c0bdab5e user: dgp tags: dgp-refactor | |
| 13:42 | Use a consistent indentation of 4 for code examples. check-in: e2e171f334 user: dkf tags: trunk | |
| 13:40 | Split up and extended the examples for more clarity check-in: 8b68e73528 user: dkf tags: trunk | |
| 09:41 | Document that [tailcall] doesn't work inside [catch] check-in: 554072789f user: dkf tags: trunk | |
|
2010-01-19
| ||
| 14:23 | merge updates from HEAD check-in: 907e364180 user: dgp tags: dgp-refactor | |
| 09:57 | [bug 2929546]: Improve the dict documentation. check-in: 46c5807480 user: dkf tags: core-8-5-branch | |
| 09:48 | [Bug 2929546]: Improve the dict documentation. check-in: b2cfd8b076 user: dkf tags: trunk | |
|
2010-01-18
| ||
| 22:20 | * generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initialize the EventScriptRecord (esPtr) f... check-in: f1ca567e92 user: andreas_kupries tags: core-8-5-branch | |
| 22:19 | * generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initialize the EventScriptRecord (esPtr) f... check-in: 1d91b69bab user: andreas_kupries tags: trunk | |
| 14:58 | merge updates from HEAD check-in: aa64c80d13 user: dgp tags: dgp-refactor | |
| 09:50 | [Bug 2932421]: Make [format] less likely to smash intreps. check-in: 0cdd44b844 user: dkf tags: core-8-5-branch | |
| 09:49 | Ensure that objects are released in all cases (hard to test this particular one without a very large... check-in: f225aaa526 user: dkf tags: trunk | |
| 09:31 | [Bug 2932421]: Make [format] less likely to smash intreps. check-in: d9c0ca8b37 user: dkf tags: trunk | |
|
2010-01-15
| ||
| 14:56 | merge updates from HEAD check-in: d9d27585c9 user: dgp tags: dgp-refactor | |
|
2010-01-14
| ||
| 18:43 | Yet another exclusion check-in: ef8ae9090b user: dkf tags: trunk | |
| 18:23 | Another link suppression check-in: 63fd3bb0cb user: dkf tags: trunk | |
| 18:13 | Stop breaking of highlightable over a line for ease of scraping check-in: 23f8005029 user: dkf tags: trunk | |
| 17:10 | merge updates from HEAD check-in: d7f6e9234b user: dgp tags: dgp-refactor | |
| 14:52 | Improve keyword lists. check-in: 123e864f6d user: dkf tags: trunk | |
| 13:59 | More tinkering with the conversion special cases. check-in: 8002784202 user: dkf tags: trunk | |
| 11:47 | Improve linking between pages, put Tk variables in Tk docs. check-in: e951b5841c user: dkf tags: trunk | |
| 11:45 | Add link remapping capability. check-in: 199ad24664 user: dkf tags: trunk | |
|
2010-01-13
| ||
| 18:47 | merge updates from HEAD check-in: e6c6ee7ccf user: dgp tags: dgp-refactor | |
| 17:09 | Add copyrights/version trackers. check-in: 11a0cd151b user: dkf tags: trunk | |
| 16:55 | Add to exclusions, remove list-syntax problem check-in: 858053ee75 user: dkf tags: trunk | |
| 15:40 | Adjust the link suppression check-in: 5284d6b708 user: dkf tags: trunk | |
| 12:08 | Improve choice of keywords check-in: f07a6ecd28 user: dkf tags: trunk | |
| 09:58 | Another useless special case removed check-in: a21529b086 user: dkf tags: trunk | |
| 09:50 | No need for regexp(n) to get special treatment check-in: 33fbfa59e0 user: dkf tags: trunk | |
| 09:48 | Some small formatting tweaks check-in: 0ed2274afe user: dkf tags: trunk | |
| 09:47 | No need for return(n) to get special treatment check-in: fb648baad8 user: dkf tags: trunk | |
| 09:42 | Formatting check-in: f1031c8514 user: dkf tags: trunk | |
| 09:41 | Tweak to generate better links check-in: 6ebfc3459b user: dkf tags: trunk | |
| 09:32 | More factoring out of special cases in the nroff->HTML code. check-in: 490d91be44 user: dkf tags: trunk | |
| 09:13 | Improve NAME for better HTML generation check-in: 3e5db4de05 user: dkf tags: trunk | |
| 09:10 | Don't break a command reference over a line check-in: bc624fbbeb user: dkf tags: trunk | |
| 06:46 | Fix TCL_LL_MODIFIER for Cygwin and various other minor CYGWIN compilation problems check-in: 2be0f4173b user: nijtmans tags: trunk | |
|
2010-01-12
| ||
| 14:38 | Simplification/refactoring of nroff->HTML. check-in: 87d7c3c997 user: dkf tags: trunk | |
| 10:55 | Fix parameter name confusion for server sockets. check-in: 1d869e473a user: ferrieux tags: trunk | |
|
2010-01-10
| ||
| 22:58 | * win/tclWinDde.c: VC++ 6.0 doesn't have * win/tclWinReg.c PDWORD_PTR * win/tclWinThrd... check-in: ab99980096 user: nijtmans tags: trunk | |
| 20:36 | Small cleanups to improve HTML generation. check-in: ed6535d2ab user: dkf tags: trunk | |
| 16:51 | Record that [Bug 2898722] is lurking. check-in: c259a08953 user: dkf tags: trunk | |
| 13:19 | Split man2html converter up for ease of maintenance. check-in: 79ae04b489 user: dkf tags: trunk | |
| 12:32 | Added documentation for argument. check-in: 600020ad12 user: dkf tags: trunk | |
| 00:56 | Add more troff macros to ignore check-in: 44e825a295 user: dkf tags: trunk | |
|
2010-01-09
| ||
| 19:32 | Small tweaks to improve reporting and quell some unimportant messages check-in: a8cf5a937f user: dkf tags: trunk | |
| 18:42 | Added the contributed packages to the code to build HTML docs. check-in: 55a99d7dbb user: dkf tags: trunk | |
|
2010-01-06
| ||
| 22:02 | Fix environment tests under CYGWIN check-in: fdde6ad861 user: nijtmans tags: core-8-5-branch | |
| 21:35 | Various trivial fixes, discovered during CYGWIN porting attempt. All backported from trunk. check-in: 100e5d2f12 user: nijtmans tags: core-8-5-branch | |
| 16:58 | merge updates from HEAD check-in: 5e13aecc8e user: dgp tags: dgp-refactor | |
|
2010-01-05
| ||
| 18:58 | * generic/tclPathObj.c (TclPathPart): Correct inconsistency between * tests/fileNa... check-in: 07892416f4 user: dgp tags: trunk | |
| 18:58 | * generic/tclPathObj.c (TclPathPart): Correct inconsistency between * tests/fileNa... check-in: dc8d903cb7 user: dgp tags: core-8-5-branch | |
|
2010-01-04
| ||
| 03:39 | merge updates from HEAD check-in: 34d2ef2d8e user: dgp tags: dgp-refactor | |
|
2010-01-03
| ||
| 21:36 | Fix quoting problem check-in: 079e38ed08 user: dkf tags: core-8-5-branch | |
| 21:35 | regen check-in: 3da97f4f4c user: dkf tags: trunk | |
| 21:35 | Fix quoting problem check-in: b5b4a04dc4 user: dkf tags: trunk | |
| 21:21 | regen check-in: 13bb4e345f user: dkf tags: trunk | |
| 21:20 | Missed a bit check-in: f718c762af user: dkf tags: trunk | |
| 21:17 | [Bug 1636685]: Use the configuration for modern FreeBSD suggested by the FreeBSD porter. check-in: 7553958875 user: dkf tags: core-8-5-branch | |
| 21:06 | [Bug 1636685]: Use the configuration for modern FreeBSD suggested by the FreeBSD porter. check-in: 70df56df91 user: dkf tags: trunk | |
| 20:52 | fix Changelog typo and c/p error check-in: 2e21ef51bb user: msofer tags: trunk | |
| 20:29 | * generic/tclBasic.c: Fix lerak of coroutines on namespace * generic/tclCompile.h: deletion, [... check-in: 213483b4eb user: msofer tags: trunk | |
|
2010-01-02
| ||
| 16:32 | merge updates from HEAD check-in: 72740d91f8 user: dgp tags: dgp-refactor | |
|
2009-12-31
| ||
| 19:22 | Minor stylistic improvements. check-in: f140b14dba user: dkf tags: trunk | |
|
2009-12-30
| ||
| 22:26 | [Bug 2923613]: Make the safer [source] handle a [return] at the end of the file correctly. check-in: 52080bfb5d user: dkf tags: trunk | |
| 22:20 | [Bug 2923613]: Make the safer [source] handle a [return] at the end of the file correctly. check-in: 90f0e832c3 user: dkf tags: core-8-5-branch | |
| 17:24 | merge updates from HEAD check-in: 263b067570 user: dgp tags: dgp-refactor | |
| 13:47 | * library/init.tcl (unknown): fix infinite recursion of ::unknown when [set] is undefined [Bug 282... check-in: 0c8502aa1f user: msofer tags: trunk | |
|
2009-12-29
| ||
| 16:58 | Minor optimization for Tcl_RecordAndEvalObj check-in: a8d1162870 user: dkf tags: trunk | |
| 16:54 | Simplify the logic in Tcl_GetCommandFromObj check-in: 62ebd8167b user: dkf tags: trunk | |
| 14:55 | [Bug 2895741]: Make min() and max() supported in safe interpreters. check-in: 40561c3f87 user: dkf tags: trunk | |
| 13:13 | [Bug 2895741]: Make min() and max() supported in safe interpreters. check-in: e6c8bcd32e user: dkf tags: core-8-5-branch | |
| 01:43 | Handle completely invalid input to the decode methods [Bug 2922555] check-in: 7cac795579 user: patthoyts tags: trunk | |
|
2009-12-28
| ||
| 14:15 | [FRQ 1083288]: Added targets to allow easier tracing of shell/test invokations check-in: 221192a523 user: dkf tags: trunk | |
| 13:55 | regen with autconf 2.61 check-in: 03062c4fa2 user: dkf tags: core-8-5-branch | |
| 13:53 | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. check-in: 29ecdb9e47 user: dkf tags: core-8-5-branch | |
| 13:48 | Correct failing test check-in: f3ee066c3b user: dkf tags: core-8-5-branch | |
| 12:58 | regen with autconf 2.61 check-in: 02500afadc user: dkf tags: trunk | |
| 12:55 | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. check-in: ce4adf55c7 user: dkf tags: trunk | |
| 12:50 | Correct failing test check-in: b19b199761 user: dkf tags: trunk | |
| 10:05 | [Bug 2891362]: Make time limits work better with the event loop. check-in: ad043aa96c user: dkf tags: core-8-5-branch | |
| 10:01 | Slight improvement of test so it shouldn't block forever if it fails check-in: f43124e2e9 user: dkf tags: trunk | |
| 09:58 | [Bug 2891362]: Make time limits work better with the event loop. check-in: 0bdf5e931a user: dkf tags: trunk | |
| 09:53 | Minor formatting issues check-in: 5c4d0c6d70 user: dkf tags: trunk | |
|
2009-12-27
| ||
| 22:09 | [Bug 2921538]: Updated example to not be quite so ancient. check-in: da04079ef3 user: dkf tags: core-8-5-branch | |
| 22:06 | [Bug 2921538]: Updated example to not be quite so ancient. check-in: e79f388bdd user: dkf tags: trunk | |
|
2009-12-25
| ||
| 22:45 | CONST -> const check-in: 26cee50b52 user: nijtmans tags: trunk | |
|
2009-12-24
| ||
| 06:58 | Tweak exclusions check-in: 6ad10e1733 user: dkf tags: trunk | |
| 06:55 | Move declarations to the top of the file, add boilerplate comments to some functions check-in: 07da01e054 user: dkf tags: trunk | |
|
2009-12-23
| ||
| 20:12 | Fix up a few stray spaces. check-in: fa2452348c user: dkf tags: trunk | |
| 11:17 | [Bug 2913625]: Stop information about paths from leaking through [info script] and [info nameofexecu... check-in: 41ff8cabc7 user: dkf tags: trunk | |
| 11:13 | [Bug 2913625]: Stop information about paths from leaking through [info script] and [info nameofexecu... check-in: 75352cd289 user: dkf tags: core-8-5-branch | |
| 07:10 | Cygwin: Install libtcl8.6.dll in bin directory check-in: 157c10506a user: nijtmans tags: trunk | |
|
2009-12-22
| ||
| 19:49 | [Bug 2918962]: Stop crash when -index and -stride are used together in [lsort]. check-in: b246bea842 user: dkf tags: trunk | |
| 04:42 | merge updates from HEAD check-in: 9fdc8d03f3 user: dgp tags: dgp-refactor | |
|
2009-12-21
| ||
| 23:25 | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still not enabled yet, but at... check-in: dca4a9980e user: nijtmans tags: trunk | |
| 20:40 | merge updates from HEAD check-in: 370fe59d8f user: dgp tags: dgp-refactor | |
|
2009-12-19
| ||
| 14:21 | * generic/tclBasic.c: Fix for bad cmd resolution by coroutines * tests/coroutine.test: [Bug #29176... check-in: 28c837c3c8 user: msofer tags: trunk | |
| 05:44 | merge updates from HEAD check-in: 057b2cc41b user: dgp tags: dgp-refactor | |
|
2009-12-17
| ||
| 16:30 | bump to msgcat 1.4.3 to account for commits check-in: 222dc4ed0f user: dgp tags: core-8-5-branch | |
| 16:28 | bump to msgcat 1.4.3 to account for commits check-in: 6d48bf9c9d user: dgp tags: trunk | |
| 15:17 | merge updates from HEAD check-in: ad209c88d2 user: dgp tags: dgp-refactor | |
| 00:06 | Fix gcc warning: ignoring return value of ‘write’, declared with attribute warn_unused_result check-in: 295ac3225d user: nijtmans tags: trunk | |
|
2009-12-16
| ||
| 23:44 | Upgrade to Safe Base's handling of [glob] to be more permissive with the feature set supported, but ... check-in: 1fb17d6662 user: dkf tags: trunk | |
| 23:31 | Upgrade to Safe Base's handling of [glob] to be more permissive with the feature set supported, but ... check-in: b350c509d7 user: dkf tags: core-8-5-branch | |
| 23:25 | Fix gcc warning: ignoring return value of ‘write’, declared with attribute warn_unused_result CO... check-in: e52afe7fa4 user: nijtmans tags: trunk | |
| 14:04 | [Bug 1911342]: Rewrite formatting to avoid bogus link from tm.n to list.n in the HTML documentation.... check-in: e1ae666a88 user: dkf tags: core-8-5-branch | |
| 14:01 | [Bug 1911342]: Rewrite formatting to avoid bogus link from tm.n to list.n in the HTML documentation.... check-in: 4a6caccf13 user: dkf tags: trunk | |
| 13:53 | Force this file to be interpreted as a Tcl script by Emacs check-in: 73f8d9eb42 user: dkf tags: trunk | |
| 09:31 | [Bug 2913616]: Make msgcat package work in safe interpreters. check-in: 6f7f5feb1e user: dkf tags: core-8-5-branch | |
| 09:27 | Silence a bunch of unimportant messages from cvs check-in: 7a4a1ee758 user: dkf tags: core-8-5-branch | |
| 09:26 | [Bug 2913616]: Make msgcat package work in safe interpreters. check-in: 327dfaa07c user: dkf tags: trunk | |
|
2009-12-14
| ||
| 13:56 | merge updates from HEAD check-in: 1622bb6303 user: dgp tags: dgp-refactor | |
| 10:03 | Document that [file tempfile] always works on the native filesystem by design. [Bug 2388866] check-in: 9c9592b53e user: dkf tags: trunk | |
|
2009-12-13
| ||
| 17:54 | fix comment check-in: c07dfe3d13 user: msofer tags: trunk | |
| 17:27 | remove accidentally committed c++ style temp comments check-in: 3960ba39cf user: msofer tags: trunk | |
| 17:11 | * generic/tclBasic.c: Release TclPopCallFrame() from its * generic/tclExecute.c: tailcall-manage... check-in: 20752ce195 user: msofer tags: trunk | |
| 16:41 | * generic/tclBasic.c: Moving TclBCArgumentRelease call * generic/tclExecute.c: from TclNRTailcal... check-in: d4a353ca17 user: msofer tags: trunk | |
|
2009-12-12
| ||
| 19:57 | Plug testing memleak. [Bug 2895367] check-in: d1d07b5a23 user: dkf tags: trunk | |
| 19:46 | Plug testing memleak. [Bug 2895367] check-in: f1b36a4349 user: dkf tags: core-8-5-branch | |
| 03:06 | merge updates from HEAD check-in: 99d692085a user: dgp tags: dgp-refactor | |
|
2009-12-11
| ||
| 23:42 | Fix gcc warning: signed and unsigned type in conditional expression check-in: 81f2a75d2f user: nijtmans tags: trunk | |
| 23:17 | Add tcl.pc and tclsh.exe to .cvsignore check-in: 3b35eb4221 user: nijtmans tags: trunk | |
| 23:10 | Fix gcc warning, using gcc-4.3.4 on cygwin warning: array subscript has type 'char' win/makefile.vc ... check-in: 574533920e user: nijtmans tags: trunk | |
| 22:52 | Fix gcc warning, using gcc-4.3.4 on cygwin warning: array subscript has type 'char' win/makefile.vc ... check-in: 78b6d8b10a user: nijtmans tags: trunk | |
| 14:08 | [FRQ 2897296]: Cross-links to sections within a manpage when in HTML. check-in: b823bbf8aa user: dkf tags: trunk | |
| 14:07 | merge updates from HEAD check-in: 9c6afe4e33 user: dgp tags: dgp-refactor | |
| 14:01 | Change to braces in example to avoid bug in HTML creator script check-in: 6d32390fef user: dkf tags: trunk | |
| 14:01 | fix comment check-in: 72629e543a user: msofer tags: trunk | |
| 05:49 | code comments check-in: 5591a2f0d1 user: msofer tags: trunk | |
| 05:38 | code comments check-in: 097379b159 user: msofer tags: trunk | |
| 05:32 | code comments check-in: 2aea4baa97 user: msofer tags: trunk | |
| 04:47 | simplify the coroutine BP-chain monkey-patching; tclBasic does not need to know about bottomPtr, teb... check-in: 76cabdcc5c user: msofer tags: trunk | |
|
2009-12-10
| ||
| 23:52 | * generic/tclBasic.c: Full nre-enabling of coroutines * generic/tclExecute.c: [Bug 2806407] check-in: 9995f661be user: msofer tags: trunk | |
| 22:38 | * generic/tclBasic.c: small cleanup check-in: d2ad5bb002 user: msofer tags: trunk | |
| 22:01 | * generic/tclExecute.c: fix panic in http11.test caused by buggy earlier commits in coroutine mana... check-in: 057cb7f89c user: msofer tags: trunk | |
| 19:13 | * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updated comments to describe when the ... check-in: 9f793e75c3 user: andreas_kupries tags: trunk | |
| 19:13 | * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updated comments to describe when the ... check-in: 60381f421b user: andreas_kupries tags: core-8-5-branch | |
| 18:23 | reorganization and better comments in TclNRCoroutineObjCmd() check-in: c363632e17 user: msofer tags: trunk | |
| 18:05 | merge updates from HEAD check-in: 96cec5ea45 user: dgp tags: dgp-refactor | |
| 17:48 | * generic/tclBasic.c: Reducing the # of moving parts for * generic/tclExecute.c: coroutines by d... check-in: fd0eaa36ea user: msofer tags: trunk | |
| 17:08 | merge updates from HEAD check-in: f1f0a1ba66 user: dgp tags: dgp-refactor | |
| 16:54 | * generic/tclBasic.c: Reducing the # of moving parts for * generic/tclExecute.c: coroutines check-in: a00ff915ee user: msofer tags: trunk | |
| 09:21 | Minor whitespace cleanup... nothing to see here check-in: 7be18c8355 user: dkf tags: trunk | |
| 00:30 | merge updates from HEAD check-in: 8b033f7215 user: dgp tags: dgp-refactor | |
|
2009-12-09
| ||
| 23:26 | Killed c99/c++ comments left in by the IO patch. check-in: b8d9093b8d user: andreas_kupries tags: trunk | |
| 23:03 | * generic/tclIO.c: [Bug 2901998]: Applied Alexandre Ferrieux's patch fixing the inconsistent buff... check-in: 5af0d249de user: andreas_kupries tags: trunk | |
| 22:34 | * library/safe.tcl: Backport of the streamlined safe base from * tests/safe.test: head to the 8.5... check-in: 516de93f78 user: andreas_kupries tags: core-8-5-branch | |
| 18:40 | Revert the 1.19 -> 1.20 commit now that bug 2487771 appears fixed. check-in: 5b277e5b35 user: dgp tags: trunk | |
| 17:57 | remove accidentally committed C++ style comments check-in: badb19da85 user: msofer tags: trunk | |
| 17:55 | * generic/tclBasic.c: Insure correct lifetime of varFrame's (objc,objv)for coroutines. * gener... check-in: dc303ea50b user: msofer tags: trunk | |
| 16:49 | merge updates from HEAD check-in: b29d19b6d0 user: dgp tags: dgp-refactor | |
| 16:41 | Add missing Tcl_SetErrorCode calls. check-in: 5016f7451b user: dkf tags: trunk | |
| 12:16 | * generic/tclExecute.c (TclStackFree): Improved panic msg check-in: 1bbd795bef user: msofer tags: trunk | |
| 02:50 | merge updates from HEAD check-in: e3141f9a4b user: dgp tags: dgp-refactor | |
|
2009-12-08
| ||
| 23:04 | added comment confessing my puzzlement check-in: 0c446f44c3 user: msofer tags: trunk | |
| 22:58 | minor cleanup check-in: 2f6acb6df9 user: msofer tags: trunk | |
| 21:44 | baby steps towards nre-enabling coroutine first run check-in: f5462f26a9 user: msofer tags: trunk | |
| 21:04 | merge updates from HEAD check-in: 6b108165b2 user: dgp tags: dgp-refactor | |
| 20:56 | * generic/tclBasic.c: Partial nre-enabling of coroutines. * generic/tclExecute.c: The initial ca... check-in: 3bf4f4aa02 user: msofer tags: trunk | |
| 19:21 | merge updates from HEAD check-in: cff185fca4 user: dgp tags: dgp-refactor | |
| 19:00 | * generic/tclExecute.c (TEBC): silence warning about pcAdjustment check-in: 5e6ea3e1b9 user: msofer tags: trunk | |
| 18:39 | merge updates from HEAD check-in: eb6dfbd0e7 user: dgp tags: dgp-refactor | |
| 14:18 | Small corrections (enforcing ANSI style declarations, etc.) check-in: 139608bd78 user: dkf tags: trunk | |
| 13:58 | Reduce size of TEBC activation record a bit. check-in: de13c3c8c4 user: dkf tags: trunk | |
| 04:20 | * generic/tclExecute.c (TEBC): Grouping "slow" variables into structs, to reduce register pressure... check-in: 61f37dbba0 user: msofer tags: trunk | |
| 01:34 | * generic/tclExecute.c: Start cleaning the TEBC stables * generic/tclInt.h: check-in: be429aa62f user: msofer tags: trunk | |
|
2009-12-07
| ||
| 20:49 | * generic/tclCmdIL.c: Fix of [Bug #2910094] by aku * tests/coroutine.test: check-in: 787fb64567 user: msofer tags: trunk | |
| 19:03 | * generic/tclBasic.c: arrange for [tailcall] to be created with the other builtins: was being crea... check-in: 90e69c9120 user: msofer tags: trunk | |
| 17:15 | * generic/tclStrToD.c: Correct conditional compile directives to better detect the ... check-in: a453455af3 user: dgp tags: trunk | |
| 17:14 | * generic/tclStrToD.c: Correct conditional compile directives to better detect the ... check-in: 6bc1abafff user: dgp tags: core-8-5-branch | |
| 16:33 | * generic/tclBasic.c: add ::tcl::unsupported::yieldTo * generic/tclInt.h: [Patch 2910056] check-in: ccf1454f1d user: msofer tags: trunk | |
| 15:08 | Plug memory leak. [Bug 2910044] check-in: 1eff7fbab5 user: dkf tags: trunk | |
| 14:04 | missing declaration check-in: 96b97eb9c7 user: msofer tags: trunk | |
|
2009-12-06
| ||
| 20:35 | factoring TclSpliceTailcall out of TclPopStackFrame check-in: 8b0b539704 user: msofer tags: trunk | |
| 19:37 | oops - test error due to deletion of now not-created namespace check-in: cc4f8c3218 user: msofer tags: trunk | |
| 18:29 | clear old junk in tests/coroutine.test: check-in: a4591dcf8e user: msofer tags: trunk | |
| 18:12 | * generic/tclBasic.c: Small changes for clarity in tailcall * generic/tclExecute.c: and coroutin... check-in: 0d9536212f user: msofer tags: trunk | |
| 12:19 | missing changelog entry check-in: fdc1864a9f user: msofer tags: trunk | |
|
2009-12-05
| ||
| 22:05 | * tests/tailcall.test: remove some old unused crud; improved the stack depth tests. check-in: e1304c9018 user: msofer tags: trunk | |
| 21:30 | * generic/tclBasic.c: Fixed things so that you can tailcall * generic/tclNamesp.c: properly out o... check-in: 1ebac3d262 user: msofer tags: trunk | |
|
2009-12-03
| ||
| 15:49 | Fix [Bug 2906841] and a few other smaller issues. check-in: 58f7495c10 user: dkf tags: trunk | |
|
2009-12-02
| ||
| 22:01 | Add support for win32 CALLBACK functions in genStubs.tcl (needed for Tk bugfix) check-in: ede910714b user: nijtmans tags: core-8-5-branch | |
| 20:45 | tools/genStubs.tcl Add support for win32 CALLBACK functions and remove obsolete "emitStubs" and "... check-in: 0aabcd0ba1 user: nijtmans tags: trunk | |
|
2009-11-30
| ||
| 23:10 | tcl.h Don't use EXPORT for Tcl_InitStubs win/Makefile.in Better dependancies in case of static... check-in: d63090dfb8 user: nijtmans tags: trunk | |
| 15:44 | [Bug 2901433]: Improved description of {*} syntax. check-in: 39fc448dc2 user: dkf tags: core-8-5-branch | |
| 15:39 | [Bug 2901433]: Improved description of {*} syntax. check-in: 8122761dee user: dkf tags: trunk | |
|
2009-11-29
| ||
| 09:00 | revert 2902965 tclAppInit.c change check-in: 9e1924b178 user: das tags: trunk | |
| 08:46 | reverted 2902965 changes that broke static builds on OSX check-in: edecf0165f user: das tags: trunk | |
|
2009-11-27
| ||
| 21:44 | * win/tclAppInit.c (Tcl_AppInit): Reverted Jan's change that added a call to Tcl_InitStubs. 'tclsh'... check-in: f83af53218 user: kennykb tags: trunk | |
| 14:53 | [Patch 2903921]: Many small spelling fixes from Larry Virden. check-in: d5a9d37f2b user: dkf tags: core-8-5-branch | |
| 14:35 | [Patch 2903921]: Many small spelling fixes from Larry Virden. check-in: c04520abab user: dkf tags: trunk | |
| 07:27 | Match the version-bump of TclOO. check-in: 5e375e282f user: dkf tags: trunk | |
| 06:33 | [Bug 2903811]: Remove unneeded restrictions on usefully calling the oo::object->variable method. Lea... check-in: 8666033e45 user: dkf tags: trunk | |
|
2009-11-26
| ||
| 17:37 | autoheader-2.59 check-in: 24632c2ec6 user: das tags: trunk | |
| 17:37 | fix warning on LP64 check-in: ee769e1c33 user: das tags: trunk | |
| 09:40 | Add .PHONY rules and documentation to preemptively stop trouble that plagued Tk from hitting Tcl too... check-in: 2e2fb9b16b user: dkf tags: trunk | |
| 07:02 | Fix [Bug 2902965] stub related changes cause tclkit built to break check-in: 5c9a3057c9 user: nijtmans tags: trunk | |
| 07:01 | Fix [Bug 2902965] stub related changes cause tclkit built to break check-in: 4bf7a171b2 user: nijtmans tags: trunk | |
|
2009-11-25
| ||
| 21:02 | * win/Makefile.in: Added a 'test-tcl' rule that is identical to 'test' except that it does not go sp... check-in: 7c72e91ac9 user: kennykb tags: trunk | |
| 16:20 | merge updates from HEAD check-in: 20fd2844f9 user: dgp tags: dgp-refactor | |
| 14:31 | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use AC_CHECK_MEMBERS([struct stat.st_blksize... check-in: 4a1666f4ce user: stwo tags: core-8-5-branch | |
| 14:25 | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use AC_CHECK_MEMBERS([struct stat.st_blksize... check-in: 39ef38578c user: stwo tags: trunk | |
|
2009-11-24
| ||
| 20:15 | * library/tclIndex: Manually redone the part of tclIndex dealing with safe.tcl and tm.tcl. This p... check-in: 5ee77c502a user: andreas_kupries tags: trunk | |
| 19:23 | Restore tcl/library/tclIndex to Revision 1.11 contents, to stop total breakage of auto-loading in sl... check-in: e0da5a9a1f user: dgp tags: trunk | |
| 12:00 | Ensure that destroying an object in a constructor doesn't crash. [Bug 2903011] check-in: 56012b12ec user: dkf tags: trunk | |
| 00:08 | [Bug 2893771] Teach [file stat] to handle locked files. This stops [file exists] from returning fals... check-in: 02224b9ef6 user: patthoyts tags: trunk | |
|
2009-11-23
| ||
| 23:06 | library/tclIndex (regenerated) to reflect various changes in safe.tcl and other library files. check-in: 11ccf25491 user: nijtmans tags: trunk | |
| 22:14 | * tests/fCmd.test (fCmd-30.1): Changed registry location of the 'My Documents' folder to the one tha... check-in: ca44a588ed user: kennykb tags: trunk | |
| 21:26 | makefile.vc: Add stub library to necessary link lines check-in: dd77ba2cb5 user: nijtmans tags: trunk | |
| 20:36 | Test constraint 2000orNewer should only be true on Windows platform check-in: 51d8486e2e user: dgp tags: trunk | |
| 20:17 | #undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to make sure that Xxxxx_Init is always exported ... check-in: 0f53c33f63 user: nijtmans tags: trunk | |
| 19:00 | * generic/tclThreadTest.c (NewTestThread): [Bug 2901803] Further machinations to get NewTestThread a... check-in: 61219b1dbe user: kennykb tags: trunk | |
| 16:44 | merge updates from HEAD check-in: 57cd13c2d7 user: dgp tags: dgp-refactor | |
| 00:02 | [Bug 2901803]: Fix silly error. check-in: 5d8705006e user: dkf tags: trunk | |
|
2009-11-22
| ||
| 00:17 | Added some OSX-specific things check-in: 710b545979 user: dkf tags: trunk | |
|
2009-11-21
| ||
| 21:58 | Cast required when setting result using a const string. String is copied by TCL_VOLATILE. check-in: a74abc57ce user: patthoyts tags: trunk | |
|
2009-11-20
| ||
| 00:19 | a bit of cleanup check-in: 907c4296b6 user: dgp tags: trunk | |
|
2009-11-19
| ||
| 22:06 | [Tcl Patch #2883533] tcl.m4 support for Haiku OS check-in: f339c1acc8 user: nijtmans tags: trunk | |
| 21:56 | Updated freeIntRepProc routines so that they set the typePtr field to NULL so that the Tcl_Obj is no... check-in: 803df07822 user: nijtmans tags: trunk | |
| 21:23 | Create tcltest86.dll as dynamic Tcltest package check-in: fcdfc71cd5 user: nijtmans tags: trunk | |
| 21:17 | Test-case for fixed [Bug 2849797] Fix safe-10.1 and safe-10.4 test cases, making the wrong assumptio... check-in: a1f1098660 user: nijtmans tags: trunk | |
| 16:51 | merge updates from HEAD check-in: 7aa1b44845 user: dgp tags: dgp-refactor | |
| 16:31 | * unix/tclAppInit.c: Repair broken build of the tcltest executable. * win/tclAppI... check-in: 9fdef42bec user: dgp tags: trunk | |
| 11:59 | Undo Jan's needless vandalism. check-in: 8028e692aa user: dkf tags: trunk | |
|
2009-11-18
| ||
| 23:56 | Add files to .cvsignore check-in: 7d02933036 user: nijtmans tags: trunk | |
| 23:46 | Fix [Bug 2883850]: pkgIndex.tcl doesn't get created with static Tcl build check-in: 39268397d9 user: nijtmans tags: trunk | |
| 22:41 | Fix [Bug 2849797]: channel name inconsistencies as suggested by DKF minor *** POTENTIAL INCOMPATIBIL... check-in: c0b94338ed user: nijtmans tags: trunk, potential incompatibility | |
| 22:21 | Eliminate unneccessary spaces check-in: 9ee875bb1f user: nijtmans tags: trunk | |
| 22:02 | Eliminate various gcc warnings (in -Wextra mode) check-in: 7dca608b0f user: nijtmans tags: trunk | |
| 21:59 | Eliminate various gcc warnings (in -Wextra mode) check-in: 8780faf488 user: nijtmans tags: trunk | |
| 21:45 | Eliminate unneccessary spaces check-in: e4348fa147 user: nijtmans tags: trunk | |
| 21:23 | Eliminate "then" keyword check-in: 739793ad4a user: nijtmans tags: trunk | |
| 21:04 | Fix [Bug 2891171]: URL checking too strict when using multiple question marks (added test case) check-in: 2e8541a6bb user: nijtmans tags: trunk | |
|
2009-11-17
| ||
| 19:54 | merge updates from HEAD check-in: cd902f5d3b user: dgp tags: dgp-refactor | |
| 19:51 | format check-in: fcd21b0ffc user: dgp tags: trunk | |
| 17:27 | * unix/tclUnixChan.c (TtyParseMode): Partial undo of Donal's tidy- up from a few days ago (2009-1... check-in: 027f112e04 user: andreas_kupries tags: trunk | |
|
2009-11-16
| ||
| 18:04 | merge updates from HEAD check-in: b504489f82 user: dgp tags: dgp-refactor | |
| 18:01 | Use proper command creation routine. check-in: cd0fd01cd2 user: dgp tags: trunk | |
| 18:00 | Revert mistaken commit check-in: f90f573d18 user: dgp tags: trunk | |
| 17:38 | (forward port) Fix [Bug 2891556] and improve test to detect similar manifestations in the future. Ad... check-in: 8fa4d0a5b9 user: ferrieux tags: trunk | |
| 12:14 | Fix [Bug 2891556] and improve test to detect similar manifestations in the future. check-in: 68033c16fa user: ferrieux tags: core-8-5-branch | |
| 06:29 | * win/tclWinDde.c: Avoid gcc compiler warning by explicitly casting DdeCreateStringH... check-in: 3d793e20b3 user: mdejong tags: trunk | |
|
2009-11-12
| ||
| 18:16 | merge updates from HEAD check-in: 6e00f30a7c user: dgp tags: dgp-refactor | |
| 17:34 | retag check-in: 8c5e95aa66 user: dgp tags: core-8-5-8, core-8-5-branch | |
| 17:25 | * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity * tests/io.test: which used the num... check-in: bee5fce253 user: andreas_kupries tags: trunk | |
| 17:03 | * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity which used the number of _written_ ... check-in: baab8a7a17 user: andreas_kupries tags: core-8-5-branch | |
| 16:55 | * changes: Update for 8.5.8 release. check-in: 42d15ddc0a user: dgp tags: core-8-5-branch | |
| 16:31 | * generic/tclClock.c (TclClockInit): Do not create [clock] support commands in sa... check-in: b33ef2e156 user: dgp tags: trunk | |
| 16:31 | * generic/tclClock.c (TclClockInit): Do not create [clock] support commands in sa... check-in: 3d9d716a03 user: dgp tags: core-8-5-branch | |
| 15:47 | * tests/io.test: New test io-53.11 to test for [Bug 2895565]. check-in: c7e003efd4 user: dgp tags: core-8-5-branch | |
|
2009-11-11
| ||
| 23:46 | Fixed a number of test issues for Vista and Win7. These test failures are due to the more restrictiv... check-in: 01efc55dbd user: patthoyts tags: core-8-5-branch | |
| 16:14 | * library/http/http.tcl: Update the URL syntax check to RFC 3986 compliance o... check-in: c135514043 user: dgp tags: core-8-5-branch | |
| 14:27 | merge updates from HEAD check-in: ed5b810465 user: dgp tags: dgp-refactor | |
| 06:49 | Fix [Bug 2891171]: URL checking too strict when using multiple question marks check-in: 81e45883f4 user: nijtmans tags: trunk | |
| 00:04 | Backported fix for [Bug 2888099] (close discards ENOSPC error) by saving the errno from the first of... check-in: ee83aeb170 user: ferrieux tags: core-8-5-branch | |
|
2009-11-10
| ||
| 23:50 | Fix [Bug 2888099] (close discards ENOSPC error) by saving the errno from the first of two FlushChann... check-in: c4da5b0446 user: ferrieux tags: trunk | |
| 21:59 | merge updates from HEAD check-in: 833ca3a39c user: dgp tags: dgp-refactor | |
| 20:53 | * generic/tclBasic.c: Plug another leak in TCL_EVAL_DIRECT evaluation. Forward port from Tcl 8.5 ... check-in: 6e51787631 user: andreas_kupries tags: trunk | |
| 20:40 | Cleanup directories that have been set chmod 000. On Windows7 and Vista we really have no access and... check-in: cc111e01e9 user: patthoyts tags: trunk | |
| 20:19 | * generic/tclBasic.c: Plug another leak in TCL_EVAL_DIRECT evaluation. check-in: 6b6e463f6b user: dgp tags: core-8-5-branch | |
| 17:57 | * generic/tclObj.c: Plus memory leak in TclContinuationsEnter(). [Bug 2895323]. Forward port from... check-in: c4d00afb1a user: andreas_kupries tags: trunk | |
| 16:46 | * generic/tclObj.c: Plus memory leak in TclContinuationsEnter(). [Bug 2895323] check-in: d250faf92f user: dgp tags: core-8-5-branch | |
|
2009-11-09
| ||
| 23:38 | Removed outdated Msys + Mingw info, fix for [Bug 2459744]. check-in: 32ac0f142d user: stwo tags: core-8-5-branch | |
| 23:14 | Removed outdated Msys + Mingw info. check-in: b0872a6dee user: stwo tags: trunk | |
| 22:59 | * tests/info.test: Resolve ambiguous resolution of variable "res". Forward port from 8.5 check-in: c490168fd6 user: andreas_kupries tags: trunk | |
| 22:36 | * generic/tclBasic.c (TclEvalObjEx): Plug memory leak in TCL_EVAL_DIRECT evaluati... check-in: 3e4ff11855 user: dgp tags: core-8-5-branch | |
| 22:36 | * generic/tclBasic.c (TclEvalObjEx): Moved the #280 decrement of refCount for the file path out o... check-in: aac1c7cb46 user: andreas_kupries tags: trunk | |
| 13:47 | Some small bits of tidying up. check-in: 35e9bea66e user: dkf tags: trunk | |
|
2009-11-08
| ||
| 20:18 | Moved the descriptions of the index formats to their own section, and added a warning to the 'bytele... check-in: e72854500f user: dkf tags: trunk | |
| 20:01 | Moved the descriptions of the index formats to their own section, and added a warning to the 'bytele... check-in: 402366065a user: dkf tags: trunk | |
| 19:56 | Formatting correction check-in: bf0a8fbe58 user: dkf tags: trunk | |
|
2009-11-07
| ||
| 09:24 | [Bug 2891026] add addtional contraints for vista+ for non-readable directories check-in: 9c8e4ef2b8 user: patthoyts tags: trunk | |
|
2009-11-06
| ||
| 18:16 | * library/safe.tcl (::safe::Setup): Added documentation of the contents of the state array. Also ... check-in: f40f4a017b user: andreas_kupries tags: trunk | |
| 03:24 | merge updates from HEAD check-in: d7b30d13aa user: dgp tags: dgp-refactor | |
|
2009-11-05
| ||
| 20:51 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 10d116161c user: andreas_kupries tags: trunk | |
| 20:41 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 91f347f7f4 user: andreas_kupries tags: trunk | |
| 20:26 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: e50809b309 user: andreas_kupries tags: trunk | |
| 20:15 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 47e286b0fd user: andreas_kupries tags: trunk | |
| 20:04 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: ac652ea4ff user: andreas_kupries tags: trunk | |
| 19:55 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 69f483876e user: andreas_kupries tags: trunk | |
| 19:47 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 4ffeb7c38b user: andreas_kupries tags: trunk | |
| 19:35 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: a8e38fb6e5 user: andreas_kupries tags: trunk | |
| 19:22 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: ee28a197ac user: andreas_kupries tags: trunk | |
| 19:18 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: c9f749c0ec user: andreas_kupries tags: trunk | |
| 19:07 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 60a435aa1d user: andreas_kupries tags: trunk | |
| 17:56 | Clarification check-in: 0d8c9af174 user: dkf tags: trunk | |
| 17:49 | Clarified [namespace import] and NAME RESOLUTION check-in: 50323a39ef user: dkf tags: trunk | |
|
2009-11-04
| ||
| 04:47 | 2009-11-03 Andreas Kupries <andreask@activestate.com> * library/safe.tcl (::safe::InterpS... check-in: e2c5600f10 user: dgp tags: core-8-5-branch | |
| 03:23 | merge updates from HEAD check-in: 2c184217f0 user: dgp tags: dgp-refactor | |
| 00:39 | * library/tzdata/Asia/Novokuznetsk: New tzdata locale for Kemerovo oblast', which now keeps Novosibi... check-in: 4a164f5a0b user: kennykb tags: core-8-5-branch | |
| 00:35 | * library/tzdata/Asia/Novokuznetsk: New tzdata locale for Kemerovo oblast', which now keeps Novosibi... check-in: ccd2f2e426 user: kennykb tags: trunk | |
|
2009-11-03
| ||
| 23:20 | Backported permissions fix for Windows 7 to cleanup test directory. check-in: d655795c20 user: patthoyts tags: core-8-5-branch | |
| 19:22 | *** 8.5.8 TAGGED FOR RELEASE *** check-in: 33559eaf2e user: dgp tags: core-8-5-branch | |
| 19:21 | * generic/tcl.h: Bump to 8.5.8 for release. * library/init.tcl: * too... check-in: 75775311ab user: dgp tags: core-8-5-branch | |
| 19:16 | * changes: Update for 8.5.8 release. check-in: ebbfc19434 user: dgp tags: core-8-5-branch | |
|
2009-11-02
| ||
| 15:52 | merge updates from HEAD check-in: 40b2ad8d1d user: dgp tags: dgp-refactor | |
| 10:03 | Minor correction check-in: a651b65303 user: dkf tags: trunk | |
| 09:54 | Improve the general description. check-in: b55cebdb02 user: dkf tags: trunk | |
| 00:04 | fixes for htmlhelp target check-in: eb8333ffb9 user: mistachkin tags: trunk | |
|
2009-11-01
| ||
| 18:15 | Move TIP#285 routines out of Tcl_Eval(3) into their own manpage. check-in: 5fb688f52c user: jenglish tags: trunk | |
| 13:00 | Apply a bit more polish check-in: 6e31c75c9a user: dkf tags: trunk | |
| 12:10 | Apply a bit more polish check-in: 90b47f083f user: dkf tags: trunk | |
| 00:27 | Minor formatting fix. check-in: 4661c48cad user: dkf tags: trunk | |
| 00:26 | Improve with more explanation of what's going on. check-in: b319b96def user: dkf tags: trunk | |
|
2009-10-31
| ||
| 20:25 | [Bug 2889593]: Make [expr round()] give the right error. check-in: ba802af1b7 user: dkf tags: core-8-5-branch | |
| 20:18 | [Bug 2889593]: Make [expr round()] give the right error. check-in: 598e4e4e48 user: dkf tags: trunk | |
|
2009-10-30
| ||
| 16:28 | More variable hygiene. check-in: 23954d5b6b user: dkf tags: trunk | |
| 11:13 | Cleanup non-writable test directory on Windows. When creating the notwritabledir we deny the current... check-in: c9d28e15b1 user: patthoyts tags: trunk | |
|
2009-10-29
| ||
| 22:20 | More variable cleansing check-in: df9c4cb142 user: dkf tags: trunk | |
| 18:38 | * generic/tcl.h: Changed the typedef for the mp_digit type from: ... check-in: c8fd5c657b user: dgp tags: trunk, potential incompatibility | |
| 18:34 | * generic/tcl.h: Changed the typedef for the mp_digit type from: ... check-in: 554b1b107c user: dgp tags: core-8-5-branch, potential incompatibility | |
| 17:44 | merge updates from HEAD check-in: 3949ae62bf user: dgp tags: dgp-refactor | |
| 17:21 | test hygiene for the ::tmp variable check-in: 1647c5548e user: dgp tags: trunk | |
| 17:21 | Test hygiene for the ::tmp variable check-in: eced552367 user: dgp tags: core-8-5-branch | |
| 15:51 | More variable cleansing check-in: ea56dd66e0 user: dkf tags: trunk | |
| 11:51 | merge updates from HEAD check-in: a0830fa231 user: dgp tags: dgp-refactor | |
| 11:49 | General cleanliness improvements. check-in: ed2df7fe53 user: dkf tags: trunk | |
| 08:08 | Remove accidental C99-ism which reportedly makes the AIX native compiler choke. check-in: a39af4be39 user: dkf tags: trunk | |
| 01:17 | * library/clock.tcl (LocalizeFormat): * tests/clock.test (clock-67.1): Corrected a problem where '%%... check-in: 8540896694 user: kennykb tags: trunk | |
| 01:17 | * library/clock.tcl (LocalizeFormat): * tests/clock.test (clock-67.1): Corrected a problem where '%%... check-in: 6494be37d1 user: kennykb tags: core-8-5-branch | |
|
2009-10-28
| ||
| 21:10 | * generic/tclLiteral.c: Backport fix for [Bug 2888044]. check-in: c853fcb266 user: dgp tags: core-8-5-branch | |
| 21:03 | * generic/tclLiteral.c: Fixed 2 bugs reported in [Bug 2888044]. * tests/info.test: ... check-in: 857c040860 user: dgp tags: trunk | |
| 16:46 | * tests/fileName.test (fileName-20.[78]): Corrected poor test hygiene (failure to save and restore t... check-in: 2e4e794fc8 user: kennykb tags: trunk | |
| 16:45 | * tests/fileName.test (fileName-20.[78]): Corrected poor test hygiene (failure to save and restore t... check-in: ec33223598 user: kennykb tags: core-8-5-branch | |
|
2009-10-27
| ||
| 20:43 | merge updates from HEAD check-in: 2be97db264 user: dgp tags: dgp-refactor | |
| 20:31 | * generic/tclPathObj.c: Missing refcount on cached normalized path caused crashes. ... check-in: 07717b8954 user: dgp tags: trunk | |
| 20:30 | * generic/tclPathObj.c: Missing refcount on cached normalized path caused crashes. ... check-in: a60df8980e user: dgp tags: core-8-5-branch | |
| 03:42 | merge updates from HEAD check-in: 4fed4381fd user: dgp tags: dgp-refactor | |
| 03:35 | * library/tzdata/America/Argentina/Buenos_Aires: * library/tzdata/America/Argentina/Cordoba: * libra... check-in: a078520c48 user: kennykb tags: trunk | |
| 03:35 | * library/tzdata/America/Argentina/Buenos_Aires: * library/tzdata/America/Argentina/Cordoba: * libra... check-in: 0eed3557a4 user: kennykb tags: core-8-5-branch | |
| 03:24 | * library/clock.tcl (ParseClockScanFormat): Corrected a problem where [clock scan] didn't load the t... check-in: 8748693449 user: kennykb tags: core-8-5-branch | |
| 03:23 | * library/clock.tcl (ParseClockScanFormat): Corrected a problem where [clock scan] didn't load the t... check-in: 1042002083 user: kennykb tags: trunk | |
|
2009-10-26
| ||
| 16:56 | * unix/Makefile.in: Remove $(PACKAGE).* and prototype from the `make distclean` ... check-in: 0cfe105118 user: dgp tags: trunk | |
|
2009-10-25
| ||
| 15:47 | merge updates from HEAD check-in: edbde732fa user: dgp tags: dgp-refactor | |
|
2009-10-24
| ||
| 22:20 | * library/clock.tcl (ProcessPosixTimeZone): Corrected a regression in the fix to [Bug 2207436] tha... check-in: 87e633db8e user: kennykb tags: core-8-5-branch | |
| 22:20 | * library/clock.tcl (ProcessPosixTimeZone): Corrected a regression in the fix to [Bug 2207436] tha... check-in: 9b2e848348 user: kennykb tags: trunk | |
|
2009-10-23
| ||
| 19:40 | merge updates from HEAD check-in: e03987998b user: dgp tags: dgp-refactor | |
| 19:09 | * generic/tclIO.c (FlushChannel): Skip OutputProc for low-level 0-length writes. When closing pip... check-in: 6a13560e76 user: andreas_kupries tags: trunk | |
| 19:09 | * generic/tclIO.c (FlushChannel): Skip OutputProc for low-level 0-length writes. When closing pip... check-in: a63650e781 user: andreas_kupries tags: core-8-5-branch | |
| 18:38 | merge updates from HEAD check-in: 1f1a2c8677 user: dgp tags: dgp-refactor | |
|
2009-10-22
| ||
| 15:39 | Let [$obj varname x(y)] work. [Bug 2883857] check-in: 745467a2bf user: dkf tags: trunk | |
|
2009-10-21
| ||
| 19:42 | merge updates from HEAD check-in: 5fad554a26 user: dgp tags: dgp-refactor | |
| 15:13 | Typo check-in: 8689bd148a user: dkf tags: trunk | |
| 13:54 | Fix [Bug 2882561]. check-in: dcf1be2659 user: dkf tags: core-8-5-branch | |
| 13:53 | Fix [Bug 2882561]. check-in: 2f58fcf25a user: dkf tags: trunk | |
| 13:36 | Fix [Bug 2881259]. check-in: e687e18dae user: dkf tags: trunk | |
|
2009-10-20
| ||
| 21:45 | describe backported fixes check-in: cb2104a015 user: ferrieux tags: core-8-5-branch | |
| 17:21 | * unix/Makefile.in: Removed the long outdated and broken targets package-* that ... check-in: 72bdd80c30 user: dgp tags: trunk | |
|
2009-10-19
| ||
| 22:13 | merge updates from HEAD check-in: 8be0506f4c user: dgp tags: dgp-refactor | |
| 22:00 | * generic/tclIO.c: Revised ReadChars and FilterInputBytes routines to permit re... check-in: 8e6e2b93ab user: dgp tags: trunk | |
| 21:59 | * generic/tclIO.c: Revised ReadChars and FilterInputBytes routines to permit re... check-in: cdf0022092 user: dgp tags: core-8-5-branch | |
|
2009-10-18
| ||
| 11:21 | Fix for [Bug 988703, 1565466] check-in: 3a43f003a8 user: mistachkin tags: core-8-5-branch | |
| 10:39 | Fix for [Bug 2871908] check-in: d8a89a64f8 user: mistachkin tags: trunk | |
| 08:00 | Fix for [Bug 1565466] check-in: ff40104ffa user: mistachkin tags: trunk | |
|
2009-10-17
| ||
| 22:35 | Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory. check-in: 3164b694cd user: dkf tags: core-8-5-branch | |
| 22:24 | Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory. check-in: 092a1af5b4 user: dkf tags: trunk | |
|
2009-10-15
| ||
| 20:33 | Fix the icon to have 48x48 size (mistakenly made a 46px icon) check-in: cd373de52f user: patthoyts tags: trunk | |
|
2009-10-14
| ||
| 15:59 | Added missing text. Noticed by Emiliano Gavilan. check-in: e825ba598c user: dkf tags: trunk | |
|
2009-10-08
| ||
| 15:07 | merge updates from HEAD check-in: 613a2e0bba user: dgp tags: dgp-refactor | |
| 14:42 | [Bug 2874678]: Don't leak bignums in [dict incr]... check-in: cdd77ebec4 user: dkf tags: core-8-5-branch | |
| 14:37 | [Bug 2874678]: Don't leak bignums in [dict incr]... check-in: fa32677770 user: dkf tags: trunk | |
|
2009-10-07
| ||
| 23:17 | merge updates from HEAD check-in: fa5258c89d user: dgp tags: dgp-refactor | |
| 23:10 | * generic/tclObj.c: [Bug 2871908]: Plug memory leaks of the objThreadMap and lineCLPtr hashtables... check-in: 3407f29edf user: andreas_kupries tags: core-8-5-branch | |
| 23:09 | * generic/tclObj.c: [Bug 2871908]: Plug memory leaks of the objThreadMap and lineCLPtr hashtables... check-in: 95b0865e88 user: andreas_kupries tags: trunk | |
| 17:11 | * generic/tclIORChan.c (ErrnoReturn): Replace the hardwired constant 11 with the proper errno d... check-in: 11147c4905 user: andreas_kupries tags: core-8-5-branch | |
| 17:07 | * generic/tclIORChan.c (ErrnoReturn): Replace the hardwired constant 11 with the proper errno d... check-in: 5e5eae4bd8 user: andreas_kupries tags: trunk | |
|
2009-10-06
| ||
| 16:55 | * generic/tclInterp.c (SlaveEval): Agressive stomping of internal reps was added as ... check-in: ffe3e3baba user: dgp tags: trunk | |
| 16:31 | * generic/tclTomMathInt.h (new): Public header tclTomMath.h had * generic/tclTomMath... check-in: 4a1c8a2c75 user: dgp tags: trunk | |
| 16:30 | * generic/tclTomMathInt.h (new): Public header tclTomMath.h had * generic/tclTomMath... check-in: 6e9ea43f97 user: dgp tags: core-8-5-branch | |
|
2009-10-05
| ||
| 20:02 | * library/safe.tcl (AliasGlob): Fixed conversion of catch to try/finally, it had an 'on ok msg'... check-in: 5f009d7cf2 user: andreas_kupries tags: trunk | |
| 15:20 | * changes: Update for 8.5.8 release. check-in: d0be4425c2 user: dgp tags: core-8-5-branch | |
| 14:27 | merge updates from HEAD check-in: 62f1e03a46 user: dgp tags: dgp-refactor | |
| 02:41 | * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug in * unix/tclUnixInit.c: Mac OS X ... check-in: 3e06f9c8e8 user: das tags: core-8-5-branch | |
| 02:41 | * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug in * unix/tclUnixInit.c: Mac OS X ... check-in: a83c2eebce user: das tags: trunk | |
| 02:40 | fix tclooConfig.sh install check-in: 707453d800 user: das tags: trunk | |
|
2009-10-02
| ||
| 17:59 | * library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: * library/tzdata/Asia/Karachi: * libr... check-in: b0ffb24bc2 user: kennykb tags: trunk | |
| 17:54 | * library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: * library/tzdata/Asia/Karachi: * libr... check-in: cd363609df user: kennykb tags: core-8-5-branch | |
|
2009-09-30
| ||
| 06:07 | merge updates from HEAD check-in: 3b4e6b13b9 user: dgp tags: dgp-refactor | |
| 03:11 | * generic/tclDictObj.c: Updated freeIntRepProc routines so * generic/tclExec... check-in: c712d7d7bb user: dgp tags: trunk | |
|
2009-09-29
| ||
| 05:05 | merge updates from HEAD check-in: eddf7d1795 user: dgp tags: dgp-refactor | |
| 05:03 | * generic/tclAlloc.c: Cleaned up various routines in the * generic/tclCkal... check-in: f10095b9f9 user: dgp tags: trunk | |
| 04:43 | * generic/tclAlloc.c: Cleaned up various routines in the * generic/tclCkal... check-in: e6b0f11e96 user: dgp tags: core-8-5-branch | |
| 04:29 | http bump fix check-in: ae0e27059b user: dgp tags: core-8-5-branch | |
|
2009-09-28
| ||
| 18:09 | merge updates from HEAD check-in: 7176d60c45 user: dgp tags: dgp-refactor | |
| 18:02 | * generic/tclCmdMZ.c: Replaced TclProcessReturn() calls with * tests/error.test: ... check-in: b806f70a69 user: dgp tags: trunk | |
| 16:34 | * tests/error.test (error-15.9.*): More coverage tests for [try]. Test error-15... check-in: e6fa68b0fe user: dgp tags: trunk | |
| 03:22 | * tests/error.test (error-15.8.*): Coverage tests illustrating flaws in the pro... check-in: d9ab5de7ca user: dgp tags: trunk | |
|
2009-09-27
| ||
| 18:39 | merge updates from HEAD check-in: a6ea507dbb user: dgp tags: dgp-refactor | |
|
2009-09-26
| ||
| 21:42 | Added dummy tclooConfig.sh files for easier cross-version building. [2026844] check-in: 6475123e8f user: dkf tags: trunk | |
|
2009-09-24
| ||
| 17:21 | merge updates from HEAD check-in: 3e8604eeed user: dgp tags: dgp-refactor | |
| 17:19 | TIP #356 IMPLEMENTATION * generic/tcl.decls: Promote internal routine TclNRSubst... check-in: 2b4e9763d9 user: dgp tags: trunk | |
|
2009-09-23
| ||
| 23:36 | * doc/namespace.n: the description of [namespace unknown] failed to mention [namespace path]: fixe... check-in: 56c0814129 user: msofer tags: trunk | |
|
2009-09-22
| ||
| 01:36 | merge updates from HEAD check-in: c52f6e7b6b user: dgp tags: dgp-refactor | |
| 01:14 | edit check-in: d97f09264c user: dgp tags: trunk | |
|
2009-09-21
| ||
| 21:30 | * tests/regexp.test: Added check for error message from unbalanced [] in regexp. Added addi... check-in: e0b2e1cb89 user: mdejong tags: trunk | |
| 16:16 | * generic/tclCompile.c: Correct botch in the conversion of Tcl_SubstObj(). Thanks t... check-in: d1d94a1297 user: dgp tags: trunk | |
|
2009-09-17
| ||
| 18:12 | merge updates from HEAD check-in: f3920a54fb user: dgp tags: dgp-refactor | |
| 17:58 | * generic/tclCompile.c: Re-implement Tcl_SubstObj() as a simple * generic/tclParse.c... check-in: 8b27ea0197 user: dgp tags: trunk | |
| 08:39 | need to remember to save before commit... check-in: 5dea5b4c4e user: das tags: trunk | |
| 08:37 | typo check-in: f3fbf5e44b user: das tags: trunk | |
| 08:37 | fix string buffer sizes for pointer printing fix whitespace, formatting & style to match codebase co... check-in: f248b39c3e user: das tags: trunk | |
|
2009-09-16
| ||
| 21:17 | Extended ::tcl::unsupported::representation. check-in: 33e7e2f36f user: ferrieux tags: trunk | |
|
2009-09-12
| ||
| 14:35 | merge updates from HEAD check-in: 15ff1187a0 user: dgp tags: dgp-refactor | |
| 06:43 | fix warning check-in: 21342c54c7 user: das tags: trunk | |
|
2009-09-11
| ||
| 20:13 | * generic/tclBasic.c: Completed the NR-enabling of [subst]. * generic/tclCmdMZ.c: ... check-in: 7748dccef5 user: dgp tags: trunk | |
| 15:45 | Clean up http tokens properly. check-in: 887b017598 user: dkf tags: trunk | |
| 15:08 | * library/http/http.tcl: Bump to http 2.7.4 to account for * library/http/pkg... check-in: 96087f0be7 user: dgp tags: core-8-5-branch | |
|
2009-09-10
| ||
| 21:31 | Correct handling of quoted charset names. [Bug 2849860] check-in: 933d031f42 user: dkf tags: core-8-5-branch | |
| 21:20 | Correct handling of quoted charset names. [Bug 2849860] check-in: 5acb804b5c user: dkf tags: trunk | |
|
2009-09-07
| ||
| 20:27 | Commit missing bit of iPtr->evalFlags housekeeping that was overlooked in some earlier merge from HE... check-in: 4b40d0c6b0 user: dgp tags: dgp-refactor | |
| 20:02 | merge updates from HEAD check-in: 77dd3a55d1 user: dgp tags: dgp-refactor | |
| 19:59 | * generic/tclParse.c Corrected line counting error in multi-command * tests/into.... check-in: 26367d8d40 user: dgp tags: trunk | |
| 16:39 | merge updates from HEAD check-in: 8c0a6a5799 user: dgp tags: dgp-refactor | |
| 16:19 | merge [subst] compiler from HEAD check-in: 3facd89387 user: dgp tags: dgp-refactor | |
| 14:47 | Added another test case, "known bug" because of [Bug 2314561] incompleteness check-in: ca0cb1821d user: dkf tags: trunk | |
| 09:43 | Basic test of yielding inside a subst check-in: 12bf5d7d36 user: dkf tags: trunk | |
| 07:28 | * generic/tclExecute.c: fix potential uninitialized variable use and * generic/tclFCmd.c: null der... check-in: e93f957325 user: das tags: trunk | |
| 06:20 | make support for clang static analyzer safer & cleaner check-in: 32d1a61713 user: das tags: trunk | |
|
2009-09-04
| ||
| 23:14 | Fixed up error in stack requirement estimation that made debug builds panic during execution of [sub... check-in: 8143a62037 user: dgp tags: trunk | |
| 21:07 | Patched up flaw in option syntax checking check-in: d650611a9e user: dgp tags: trunk | |
| 17:33 | * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecode * generic/tclBasic.... check-in: ef0c2ac861 user: dgp tags: trunk | |
| 09:38 | Improve consistency of formatting of comments and function decls check-in: f5891eb377 user: dkf tags: trunk | |
|
2009-09-03
| ||
| 08:07 | Added suggestions for how to handle the multithreaded case. [Bug 2844962] check-in: c3ee268713 user: dkf tags: trunk | |
| 08:01 | Add xref to script-level documentation check-in: 2f951807a3 user: dkf tags: trunk | |
|
2009-09-01
| ||
| 17:31 | * generic/tclIORTrans.c (ReflectInput): Remove error response to 0-result from method 'limit?' of... check-in: 1e180c2bd1 user: andreas_kupries tags: trunk | |
| 14:14 | merge updates from HEAD check-in: 2b841de0be user: dgp tags: dgp-refactor | |
| 14:13 | * library/tcltest/tcltest.tcl: Bump to tcltest 2.3.2 after revision * library/tclte... check-in: 51e53d35db user: dgp tags: trunk | |
| 14:13 | * library/tcltest/tcltest.tcl: Bump to tcltest 2.3.2 after revision * library/tclte... check-in: 3528e2f04c user: dgp tags: core-8-5-branch | |
|
2009-08-30
| ||
| 19:18 | add "error:" to -verbose line test failure output to satisfy stricter log parsers like Xcode 3.2 check-in: 40361f2a32 user: das tags: core-8-5-branch | |
| 19:18 | add "error:" to -verbose line test failure output to satisfy stricter log parsers like Xcode 3.2 check-in: 952b641948 user: das tags: trunk | |
|
2009-08-28
| ||
| 23:04 | workaround llvm LTO bug on ppc check-in: 540943d8c7 user: das tags: trunk | |
|
2009-08-27
| ||
| 21:23 | merge updates from HEAD check-in: 0ff663548f user: dgp tags: dgp-refactor | |
| 19:34 | * generic/tclStringObj.c: A few more string overflow cases in [format]. [Bug ... check-in: 5fbae24aa1 user: dgp tags: trunk | |
| 19:33 | * generic/tclStringObj.c: A few more string overflow cases in [format]. [Bug ... check-in: 7a7b843587 user: dgp tags: core-8-5-branch | |
|
2009-08-26
| ||
| 05:25 | merge updates from HEAD check-in: f7f5b9785c user: dgp tags: dgp-refactor | |
| 02:26 | silence compiler warnings check-in: d7d129a6b6 user: dgp tags: core-8-5-branch | |
|
2009-08-25
| ||
| 23:49 | guard clang analyzer Tcl_Panic annotation with #ifndef USE_TCL_STUBS check-in: ec1134fc9d user: das tags: trunk | |
| 23:20 | fix warnings check-in: f84de2f80a user: das tags: trunk | |
| 21:03 | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, Tcl_EvalEx, TclEvalEx, TclAdvance... check-in: 9d8e49c947 user: andreas_kupries tags: trunk | |
| 21:01 | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, EvalTokensStandard, Tcl_EvalEx, E... check-in: c838caae31 user: andreas_kupries tags: core-8-5-branch | |
|
2009-08-24
| ||
| 19:34 | merge updates from HEAD check-in: c4dba35b4a user: dgp tags: dgp-refactor | |
| 09:32 | Better formatting check-in: 5a2d13e16c user: dkf tags: trunk | |
| 03:18 | * generic/tclInt.h: Annotate Tcl_Panic as noreturn for clang static analyzer in PURIFY builds, rep... check-in: 83c4134739 user: das tags: trunk | |
| 00:27 | * macosx/tclMacOSXNotify.c: fix multiple issues with nested event loops when CoreFoundation notifi... check-in: 3c8d3403f3 user: das tags: core-8-5-branch | |
| 00:27 | * macosx/tclMacOSXNotify.c: fix multiple issues with nested event loops when CoreFoundation notifi... check-in: 57c29b5009 user: das tags: trunk | |
|
2009-08-22
| ||
| 11:29 | Typo found by Andreas Kupries check-in: abede28257 user: dkf tags: trunk | |
|
2009-08-21
| ||
| 19:10 | merge updates from HEAD check-in: 001a4513c3 user: dgp tags: dgp-refactor | |
| 19:06 | * generic/tclFileName.c: Correct regression in [Bug 2837800] fix. * tests/fileName.t... check-in: c60ddf28cb user: dgp tags: trunk | |
| 19:03 | * generic/tclFileName.c: Correct regression in [Bug 2837800] fix. * tests/fileName.t... check-in: 06b3699815 user: dgp tags: core-8-5-branch | |
| 18:32 | regression tests check-in: 9e2d7a5950 user: dgp tags: trunk | |
| 18:31 | regression tests check-in: 2ca1d82694 user: dgp tags: core-8-5-branch | |
|
2009-08-20
| ||
| 22:12 | merge updates from HEAD check-in: d1b57d5730 user: dgp tags: dgp-refactor | |
| 22:09 | * generic/tclFileName.c: Correct result from [glob */test] when * matches something ... check-in: da162d3fda user: dgp tags: trunk | |
| 22:08 | * generic/tclFileName.c: Correct result from [glob */test] when * matches something ... check-in: 2dded56920 user: dgp tags: core-8-5-branch | |
| 18:55 | merge updates from HEAD check-in: 87862da066 user: dgp tags: dgp-refactor | |
| 15:17 | * generic/tclPathObj.c: [Bug 2806250] Prevent the storage of strings starting with ~... check-in: 981d2d61d7 user: dgp tags: trunk | |
| 14:59 | * generic/tclPathObj.c: [Bug 2806250] Prevent the storage of strings starting with ~... check-in: 93b3686378 user: dgp tags: core-8-5-branch | |
| 14:29 | merge updates from HEAD check-in: cdda634d43 user: dgp tags: dgp-refactor | |
| 14:29 | Backport of memory leak plug. check-in: c3b11be0dc user: dkf tags: core-8-5-branch | |
| 10:56 | Use the Tcl value stack more, simplify exit paths in [lsearch] check-in: af40c6fb69 user: dkf tags: trunk | |
| 10:55 | Small tweaks check-in: a13cf3ba7a user: dkf tags: trunk | |
| 08:31 | Close off memory leak in [lsort]. check-in: 63cf4eb317 user: dkf tags: trunk | |
| 01:54 | merge updates from HEAD check-in: 4936e77f23 user: dgp tags: dgp-refactor | |
|
2009-08-19
| ||
| 23:23 | Interpreted [if] is now fully NRE-enabled. [Bug 2823276] check-in: 7c7e6bcf33 user: dkf tags: trunk | |
| 17:30 | another test check-in: 9f3daf8393 user: dgp tags: trunk | |
| 17:29 | another test check-in: f9d24d4bde user: dgp tags: core-8-5-branch | |
| 15:09 | merge updates from HEAD check-in: 285e7dc866 user: dgp tags: dgp-refactor | |
| 14:32 | Make interpreted [for] and [while] NRE-safe. [Bug 2823276] check-in: 415a9b6fa0 user: dkf tags: trunk | |
| 14:25 | Formatting corrections check-in: 890f330c87 user: dkf tags: trunk | |
|
2009-08-18
| ||
| 17:42 | test for 2806250 check-in: f35c75ca90 user: dgp tags: trunk | |
| 17:42 | test for 2806250 check-in: fef7f8b5ca user: dgp tags: core-8-5-branch | |
| 16:29 | merge updates from HEAD check-in: 6bf6466309 user: dgp tags: dgp-refactor | |
| 16:27 | nicer test failure mode check-in: 6859061cba user: dgp tags: core-8-5-branch | |
| 16:27 | nicer test failure mode check-in: 80c3b7b1c1 user: dgp tags: trunk | |
| 14:44 | * generic/tclPathObj.c: Added NULL check to prevent crashes during * tests/fileName.... check-in: 3432a10a27 user: dgp tags: trunk | |
| 14:43 | * generic/tclPathObj.c: Added NULL check to prevent crashes during * tests/fileName.... check-in: 6b2ad80bbe user: dgp tags: core-8-5-branch | |
|
2009-08-17
| ||
| 14:00 | merge updates from HEAD check-in: 8050b8ab89 user: dgp tags: dgp-refactor | |
|
2009-08-16
| ||
| 12:25 | Change ForIterData, make it const-safe. check-in: 9a9f088f2c user: nijtmans tags: trunk | |
| 10:21 | const addition (pkge.c) Use <pthread.h> in stead of "pthread.h" Eliminate some more gcc warnings check-in: 3c9da826aa user: nijtmans tags: trunk | |
| 10:20 | const addition (pkge.c) Use <pthread.h> in stead of "pthread.h" Eliminate some more gcc warnings check-in: 4c68b5bfd2 user: nijtmans tags: trunk | |
|
2009-08-12
| ||
| 16:10 | merge updates from HEAD check-in: 5863b74da6 user: dgp tags: dgp-refactor | |
| 16:06 | TIP #353 IMPLEMENTATION * doc/NRE.3: New public routine Tcl_NRExprObj() ... check-in: c2ac0ecc04 user: dgp tags: trunk | |
|
2009-08-07
| ||
| 14:41 | merge updates from HEAD check-in: 97b69fb276 user: dgp tags: dgp-refactor | |
|
2009-08-06
| ||
| 22:28 | * doc/refchan.n [Bug 2827000]: Extended the implementation of * generic/tclIORChan.c: reflective ... check-in: 018a2f428f user: andreas_kupries tags: core-8-5-branch | |
| 22:28 | * doc/refchan.n [Bug 2827000]: Extended the implementation of * generic/tclIORChan.c: reflective ... check-in: 21c29e509b user: andreas_kupries tags: trunk | |
|
2009-08-03
| ||
| 14:14 | merge updates from HEAD check-in: 69dee2802f user: dgp tags: dgp-refactor | |
|
2009-08-02
| ||
| 14:26 | * tests/coroutine.test: fix testfile cleanup check-in: c66cba960a user: msofer tags: trunk | |
| 13:03 | Added *unsupported* command to report an object's representation. check-in: 0c062dff17 user: dkf tags: trunk | |
| 12:15 | Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222] check-in: f405ee1956 user: dkf tags: core-8-5-branch | |
| 12:08 | Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222] check-in: 2272f042f2 user: dkf tags: trunk | |
| 10:41 | eliminate TclWinResetInterfaceEncodings, because it does exactly the same as TclWinEncodingsCleanup,... check-in: 182c7a48f3 user: nijtmans tags: trunk | |
|
2009-07-31
| ||
| 16:56 | * generic/tclStringObj.c: Corrected failure to grow buffer * tests/format.test... check-in: 462283219e user: dgp tags: core-8-5-branch | |
| 16:55 | * generic/tclStringObj.c: Corrected failure to grow buffer * tests/format.test... check-in: a3c590a7b5 user: dgp tags: trunk | |
|
2009-07-27
| ||
| 19:01 | merge updates from HEAD check-in: ed3e782fea user: dgp tags: dgp-refactor | |
|
2009-07-26
| ||
| 21:48 | Simplify a bit further following more testing check-in: f1b2eb0982 user: dkf tags: trunk | |
| 11:40 | Use [try] to replace obscurer uses of [catch]. check-in: 85f6cc0b99 user: dkf tags: trunk | |
| 11:26 | Forced LF translation when generating .h's to avoid spurious diffs when regenerating on a Windows bo... check-in: c03ef296ee user: ferrieux tags: trunk | |
| 07:57 | [Bug 2827066] msys build --enable-symbols broken And modified the same for unicows.dll, as a prepara... check-in: 01f7acb263 user: nijtmans tags: trunk | |
|
2009-07-25
| ||
| 22:00 | Correct "incidental" test failure; exact error message generated by ::tcl::HistAdd changed check-in: d14797dd9c user: dkf tags: trunk | |
| 21:51 | Make [history] (well, [::tcl::history]) be a real ensemble. check-in: 9ffcefd67c user: dkf tags: trunk | |
|
2009-07-24
| ||
| 20:45 | minor cleanups check-in: 99c5bc6515 user: dgp tags: trunk | |
| 16:51 | * generic/tclIO.c (Tcl_GetChannelHandle): [Bug 2826248]: Do not crash * generic/tclPipe.c (FileFo... check-in: 62c8e5320a user: andreas_kupries tags: core-8-5-branch | |
| 13:16 | merge updates from HEAD check-in: 6beb79f8e9 user: dgp tags: dgp-refactor | |
| 10:53 | Clarify code by using [try] instead of [catch] in a few places check-in: fe6c5300e4 user: dkf tags: trunk | |
| 09:27 | Removed mention of auto_mkindex_old from indexed locations; we really don't want people finding out ... check-in: 6aaf8dfacf user: dkf tags: trunk | |
| 08:23 | Made it clearer what most people want instead of [self class]. check-in: 4bcf58698c user: dkf tags: trunk | |
|
2009-07-23
| ||
| 23:01 | Revert series of local changes not relevant to the last commit. check-in: 00dea79ba9 user: andreas_kupries tags: trunk | |
| 22:49 | * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash for * generic/tclPipe.c (FileForRedirect):... check-in: 9039eeb584 user: andreas_kupries tags: trunk | |
| 15:23 | fix SunCC warning check-in: 61e383a4cf user: das tags: core-8-5-branch | |
| 15:23 | fix SunCC warning check-in: edb6119052 user: das tags: trunk | |
| 12:18 | merge updates from HEAD check-in: 392af756f8 user: dgp tags: dgp-refactor | |
| 10:17 | Fix for [Bug 2820349] check-in: 4b7c178d54 user: mistachkin tags: core-8-5-branch | |
| 10:07 | Fix for [Bug 2820349] check-in: 00e1c4070f user: mistachkin tags: trunk | |
|
2009-07-22
| ||
| 19:54 | Feature Request 2814786: remove TclpPanic check-in: 72d40d56d3 user: nijtmans tags: trunk | |
| 13:07 | merge updates from HEAD check-in: c21a7f5e83 user: dgp tags: dgp-refactor | |
| 12:00 | * macosx/tclMacOSXFCmd.c: CONST -> const * generic/tclGetDate.y: * generic/tclDate.c: * generic/... check-in: 86068bf4d3 user: nijtmans tags: trunk | |
| 08:41 | Refined the 20090617 patch on [exit] streamlining, so that it now correctly calls thread exit handle... check-in: 4f519b267a user: ferrieux tags: trunk | |
|
2009-07-21
| ||
| 21:20 | 2009-07-21 Kevin B. Kenny <kennykb@acm.org> * library/tzdata/Asia/Dhaka: * library/tzdata/India... check-in: 1e447f3123 user: kennykb tags: core-8-5-branch | |
| 19:03 | 2009-07-21 Kevin B. Kenny <kennykb@acm.org> * library/tzdata/Asia/Dhaka: * library/tzdata/India... check-in: 2f2c125a0c user: kennykb tags: trunk | |
|
2009-07-20
| ||
| 16:31 | merge updates from HEAD check-in: 399c86a3cf user: dgp tags: dgp-refactor | |
| 09:26 | Performance boost for [string is]. check-in: 6fb871d204 user: dkf tags: core-8-5-branch | |
| 09:13 | Performance boost for [string is]. check-in: b4bad673e4 user: dkf tags: trunk | |
|
2009-07-19
| ||
| 11:46 | Expose function to efficiently return current name of an object. check-in: 0a8cf0ea4b user: dkf tags: trunk | |
|
2009-07-18
| ||
| 08:16 | * unix/Makefile.in: Define NDEBUG in optimized (non-symbols) build to disable NRE assert()s and th... check-in: c95a3e0ce5 user: das tags: trunk | |
|
2009-07-16
| ||
| 21:45 | merge updates from HEAD check-in: 3e7e63ebaf user: dgp tags: dgp-refactor | |
| 21:24 | * generic/tclBinary.c: Removed unused variables. * generic/tclCmdIL.c: * ge... check-in: b0e94fe52c user: dgp tags: trunk | |
| 20:50 | * generic/tclCmdIL.c: Removed unused variables. * generic/tclCompile.c: * ... check-in: 936f6911bd user: dgp tags: core-8-5-branch | |
|
2009-07-15
| ||
| 22:27 | fix 64bit int <-> ptr cast warnings check-in: e30aeb4cb6 user: das tags: core-8-5-branch | |
| 15:29 | merge updates from HEAD check-in: b10e3653d5 user: dgp tags: dgp-refactor | |
| 13:17 | Added code to save space in namespaces. Currently #ifdef'ed out for compat. Also added code from itc... check-in: 518b8a92e0 user: dkf tags: trunk | |
|
2009-07-14
| ||
| 21:47 | fix 64bit int <-> ptr cast warnings check-in: 97a92c47a0 user: das tags: trunk | |
| 18:43 | merge cleanup check-in: b416808950 user: dgp tags: dgp-refactor | |
| 18:25 | merge updates from HEAD check-in: 7b736c6ca5 user: dgp tags: dgp-refactor | |
| 16:52 | * generic/tclInt.h (TclNRSwitchObjCmd): * generic/tclBasic.c (builtInCmds): * generic/tclCmdMZ.c (Tc... check-in: 40b8273384 user: kennykb tags: trunk | |
| 16:34 | * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex, TclCleanupByteCode, TclCompileScrip... check-in: 7c71134801 user: andreas_kupries tags: trunk | |
| 16:33 | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, TclArgumentBCRelease, TclArgumentGet):... check-in: 7022410d0d user: andreas_kupries tags: core-8-5-branch | |
|
2009-07-13
| ||
| 13:08 | merge updates from HEAD check-in: c3eade8112 user: dgp tags: dgp-refactor | |
|
2009-07-12
| ||
| 18:04 | Fix [Bug 2637173] by consolidating bytearray purity check. check-in: f796a220ae user: dkf tags: trunk | |
| 14:57 | Updated documentation to provide better description of this advanced feature. check-in: ad343b310d user: dkf tags: trunk | |
| 14:51 | Reorganize method cache handling a bit to better support itcl nasty cases. [Bug 1895546] check-in: 18d45c03cd user: dkf tags: trunk | |
| 02:38 | merge updates from HEAD check-in: e20e138b6f user: dgp tags: dgp-refactor | |
|
2009-07-11
| ||
| 17:11 | Substantially increased the discussion of issues and work-arounds relating to nested vwaits, followi... check-in: 4baeeee54e user: dkf tags: trunk | |
| 13:34 | tweaks check-in: 3c847a4e10 user: dkf tags: trunk | |
| 11:26 | Extended the warning about vwait gotchas check-in: aecb399dfe user: dkf tags: trunk | |
| 11:23 | General improvement of the documentation check-in: 2f5e1108bd user: dkf tags: trunk | |
| 08:57 | Added optional script option to runtest and a runshell target. Silence output from html help compile... check-in: d48dbcb8ca user: patthoyts tags: trunk | |
| 08:32 | backslash quoting check-in: 0d6f344439 user: patthoyts tags: trunk | |
|
2009-07-10
| ||
| 18:18 | merge updates from HEAD check-in: 6e08227b0b user: dgp tags: dgp-refactor | |
| 17:37 | ZlibTransformClose may be called with a NULL interpreter during finalization and Tcl_SetChannelError... check-in: 13321da7b2 user: patthoyts tags: trunk | |
| 13:47 | merge updates from HEAD check-in: b425f37c20 user: dgp tags: dgp-refactor | |
| 10:06 | Slight improvement of wording check-in: b8d1788932 user: dkf tags: trunk | |
|
2009-07-09
| ||
| 22:48 | [Bug #2818131] Added tests and fixed a typo that broke zlib push for deflate format. check-in: af721af1ed user: patthoyts tags: trunk | |
| 22:28 | Fix [Bug 2819227] by using a function from C89 rather than POSIX. check-in: ab6aecb071 user: dkf tags: trunk | |
|
2009-07-07
| ||
| 12:47 | merge updates from HEAD check-in: 552f43f33e user: dgp tags: dgp-refactor | |
|
2009-07-06
| ||
| 21:38 | Silence a signed/unsigned warning that annoys msvc check-in: 73b2dd28f2 user: patthoyts tags: trunk | |
| 14:44 | merge updates from HEAD check-in: f2d720d109 user: dgp tags: dgp-refactor | |
|
2009-07-05
| ||
| 21:46 | Additional tests for zlib stacked channel with fcopy in various modes. check-in: 4689653b3b user: patthoyts tags: trunk | |
| 16:05 | Make [zlib push] work with [fcopy]. check-in: 03d972d6d9 user: dkf tags: trunk | |
|
2009-07-01
| ||
| 15:29 | Cast wide integer to int conversion and some signed/unsigned conversions. (silence msvc6 warnings) check-in: a36d676c25 user: patthoyts tags: core-8-5-branch | |
| 15:12 | merge updates from HEAD check-in: 82a7e96ce9 user: dgp tags: dgp-refactor | |
| 15:06 | Cast wide integer to int conversion (silence msvc6 warning) check-in: c5133b9b13 user: patthoyts tags: trunk | |
| 14:38 | Handle the GetUserName API call appropriately for wide/narrow versions. [Bug 2806622] check-in: 62ff377237 user: patthoyts tags: trunk | |
| 14:05 | Handle the GetUserName API call appropriately for wide/narrow versions. [Bug 2806622] check-in: 2d7deaad2f user: patthoyts tags: core-8-5-branch | |
|
2009-06-30
| ||
| 14:21 | s/Tcl_PanicEx/TclPanic/; improve clang assert Tcl_Panic macrology check-in: 9897a370c4 user: das tags: trunk | |
| 06:36 | merge updates from HEAD check-in: 10bd0d82ed user: dgp tags: dgp-refactor | |
| 00:56 | * generic/tclInt.h: add assert macros for clang static * generic/tclPanic.c: analyzer and redefi... check-in: 76473fc9e2 user: das tags: trunk | |
|
2009-06-29
| ||
| 13:49 | merge updates from HEAD check-in: 1707a64c00 user: dgp tags: dgp-refactor | |
|
2009-06-26
| ||
| 18:14 | * macosx/Tcl-Common.xcconfig: update projects for Xcode 3.1 and 3.2, * macosx/Tcl.xcode/*: standa... check-in: 8dde9fbdba user: das tags: trunk | |
| 16:55 | merge updates from HEAD check-in: c58021554f user: dgp tags: dgp-refactor | |
|
2009-06-25
| ||
| 22:53 | Handle cleanup when all tests skipped [Bug 2812355] check-in: bb9b739b6b user: patthoyts tags: trunk | |
| 19:24 | Made namespace scope corrections to some of the testing machinery surrounding [testnrelevels]. Fixe... check-in: 1adb4b5600 user: dgp tags: trunk | |
| 14:57 | merge updates from HEAD check-in: afa08e8593 user: dgp tags: dgp-refactor | |
|
2009-06-24
| ||
| 15:29 | Fix [Bug 2811598]. check-in: 6c44849ecb user: dkf tags: trunk | |
| 15:18 | Merge updates from HEAD check-in: 012964ff77 user: dgp tags: dgp-refactor | |
| 15:17 | More test suite cleanup for "-singleproc 1 -debug 1" testing. check-in: cb05dda8cc user: dgp tags: trunk | |
| 13:51 | Correct failures during -singleproc 1 test suite run. Correct duplicate test names. check-in: fe2e3409ae user: dgp tags: trunk | |
| 13:13 | Clean up procs after testing to avoid problems with -singleproc testing [Bug 2811492] check-in: 8b30365796 user: patthoyts tags: trunk | |
| 12:47 | merge updates from HEAD check-in: 818def88d3 user: dgp tags: dgp-refactor | |
|
2009-06-18
| ||
| 09:42 | regen check-in: 9157d43299 user: dkf tags: trunk | |
| 09:41 | Apply patch from [Bug 988703]. Many thanks to Joe Mistachkin for development. check-in: ab1f2ddc32 user: dkf tags: trunk | |
|
2009-06-17
| ||
| 19:24 | Applied a patch by George Peter Staplin drastically reducing the ambition of [exit] wrt finalization... check-in: c2300ea2ce user: ferrieux tags: trunk | |
|
2009-06-15
| ||
| 18:52 | * generic/tclStringObj.c: sprintf() -> Tcl_ObjPrintf() conversion. check-in: 76ca69989e user: dgp tags: core-8-5-branch | |
| 18:51 | * generic/tclStringObj.c: sprintf() -> Tcl_ObjPrintf() conversion. check-in: e3a58fe6f2 user: dgp tags: trunk | |
| 16:24 | * unix/tclUnixPort.h: Move all socket-related code from tclUnixChan.c * unix/tclUnixChan.c: to tclUn... check-in: f5db47944a user: rmax tags: trunk | |
| 09:41 | Apply last useful bit of [Patch 557486]. check-in: 5433349fc6 user: dkf tags: trunk | |
|
2009-06-13
| ||
| 14:32 | merge updates from HEAD check-in: 8664cb5a74 user: dgp tags: dgp-refactor | |
| 14:31 | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr * generic/tclProc... check-in: cd62c79f0e user: dgp tags: trunk | |
| 14:27 | test name conflict check-in: 46f440d1ff user: dgp tags: core-8-5-branch | |
| 14:25 | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr * generic/tclProc... check-in: 00a700e694 user: dgp tags: core-8-5-branch | |
|
2009-06-10
| ||
| 22:10 | merge updates from HEAD check-in: 5c093837f5 user: dgp tags: dgp-refactor | |
| 21:39 | * generic/tclStringObj.c: Revised [format] to not overflow the integer calcula... check-in: 603364c9eb user: dgp tags: trunk | |
| 21:38 | * generic/tclStringObj.c: Revised [format] to not overflow the integer calcula... check-in: 7bd82b7393 user: dgp tags: core-8-5-branch | |
| 14:44 | * generic/tclStringObj.c: Corrected failures to deal with the "pure unicode" r... check-in: dfc23bce03 user: dgp tags: trunk | |
|
2009-06-09
| ||
| 13:52 | * generic/tclGetDate.y: Fixed a thread safety bug in the generated * library/clock.tcl: Bison par... check-in: 7ad94faea7 user: kennykb tags: core-8-5-branch | |
| 13:52 | * generic/tclGetDate.y: Fixed a thread safety bug in the generated * library/clock.tcl: Bison par... check-in: 507327cfc1 user: kennykb tags: trunk | |
|
2009-06-08
| ||
| 16:37 | New DST rule for Bangladesh (Olson's tzdata2009i) check-in: e15ae49aa2 user: kennykb tags: core-8-5-branch | |
| 16:28 | New DST rule for Bangladesh (Olson's tzdata2009i) check-in: 29b9a65477 user: kennykb tags: trunk | |
|
2009-06-07
| ||
| 23:33 | Fix docbug. check-in: d0eba32fc2 user: dkf tags: trunk | |
|
2009-06-03
| ||
| 23:12 | fix signed vs unsigned comparison warnings check-in: fdc9d759a3 user: das tags: trunk | |
|
2009-06-02
| ||
| 19:21 | merge updates from HEAD check-in: 2442ce795b user: dgp tags: dgp-refactor | |
| 19:11 | * generic/tclExecute.c: Replace dynamically-initialized table with a table of static... check-in: 6b00189f62 user: dgp tags: trunk | |
| 19:10 | * generic/tclExecute.c: Replace dynamically-initialized table with a table of static... check-in: 4c0cff3a38 user: dgp tags: core-8-5-branch | |
| 17:56 | * generic/tclExecute.c: Corrected implementations and selection logic of the INST_EX... check-in: 16158f3fa3 user: dgp tags: trunk | |
| 17:55 | * generic/tclExecute.c: Corrected implementations and selection logic of the INST_EX... check-in: ed6b2d69c8 user: dgp tags: core-8-5-branch | |
|
2009-06-01
| ||
| 21:34 | * tests/expr.test: Added many tests demonstrating the broken cases of [Bug 2798... check-in: 89c130ac99 user: dgp tags: trunk | |
| 21:32 | * tests/expr.test: Added many tests demonstrating the broken cases of [Bug 2798... check-in: e5c0e52520 user: dgp tags: core-8-5-branch | |
|
2009-05-30
| ||
| 03:51 | Applied Olson's tzdata2009h check-in: 470a900f71 user: kennykb tags: core-8-5-branch | |
| 03:32 | Applied Olson's tzdata2009h check-in: 2b04043115 user: kennykb tags: trunk | |
|
2009-05-29
| ||
| 16:47 | Merge updates from HEAD check-in: 29bf3d14fe user: dgp tags: dgp-refactor | |
| 16:28 | * library/platform/platform.tcl: Fixed handling of cpu ia64, * library/platform/pkgIndex.tcl: tak... check-in: a534adff26 user: andreas_kupries tags: trunk | |
| 16:28 | * library/platform/platform.tcl: Fixed handling of cpu ia64, * library/platform/pkgIndex.tcl: tak... check-in: 02ed733d89 user: andreas_kupries tags: core-8-5-branch | |
|
2009-05-27
| ||
| 17:08 | merge updates from HEAD check-in: 29c7e71360 user: dgp tags: dgp-refactor | |
|
2009-05-26
| ||
| 09:26 | Ascribe due credit in ChangeLog. check-in: 213269e9a8 user: ferrieux tags: trunk | |
| 09:08 | Fixed documentation of the right-associativity of the ** operator. check-in: aa662ce03d user: ferrieux tags: trunk | |
|
2009-05-18
| ||
| 21:24 | merge updates from HEAD check-in: 14f4e38850 user: dgp tags: dgp-refactor | |
|
2009-05-16
| ||
| 03:43 | fix TCL_COMPILE_DEBUG 64bit warnings check-in: 3736ae28d2 user: das tags: trunk | |
|
2009-05-15
| ||
| 10:08 | Added more introspection: ability to look up namespace of an object. check-in: 07dfc8d118 user: dkf tags: trunk | |
| 09:14 | a little minor emacs niceness check-in: eddaf95d56 user: dkf tags: trunk | |
|
2009-05-12
| ||
| 22:53 | (With apologies to Ghostbusters...) check-in: d9d7e57840 user: dkf tags: trunk | |
| 22:48 | "There's something very important I forgot to tell you." "What?" "Don't nest the vwaits." "Why?" "It... check-in: fa2339d30b user: dkf tags: trunk | |
| 20:26 | Make our mkstemp() replacement build on IRIX 6.5. check-in: ac97ad0a2a user: dkf tags: trunk | |
|
2009-05-08
| ||
| 09:56 | Oops, forgot to do a ChangeLog entry for the fix for [Bug 2414858]. check-in: 8591698c5a user: dkf tags: trunk | |
| 08:48 | Fix [Bug 2414858]. check-in: f08e13c9de user: dkf tags: trunk | |
| 08:13 | Fix [Bug 2788468]. check-in: 98ccca352a user: dkf tags: trunk | |
| 02:23 | * generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893], insure that a command in a dele... check-in: 45a890d2e3 user: msofer tags: core-8-5-branch | |
| 02:21 | * generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893], insure that a command in a dele... check-in: 851249078c user: msofer tags: trunk | |
| 01:02 | * generic/tclBasic.c: Let coroutines start with a much smaller * generic/tclCompile.h: stack: ... check-in: 50329efcfd user: msofer tags: trunk | |
|
2009-05-07
| ||
| 10:34 | Fix [Bug 1513659]. check-in: 386a1659b5 user: dkf tags: trunk | |
|
2009-05-06
| ||
| 20:16 | * generic/tclCmdMZ.c: Improve overflow error message from [string repeat]. [Bug 2... check-in: 9c4fb8f94e user: dgp tags: core-8-5-branch | |
| 20:16 | * generic/tclCmdMZ.c: Improve overflow error message from [string repeat]. [Bug 2... check-in: 2316cd35a7 user: dgp tags: trunk | |
| 15:50 | * tests/interp.test: interp-20.50 test for Bug 2486550. check-in: 0e8478bf11 user: dgp tags: trunk | |
|
2009-05-05
| ||
| 19:31 | merge updates from HEAD check-in: 7a89f2e7a1 user: dgp tags: dgp-refactor | |
| 15:51 | Corrected changelog entry check-in: 433219d909 user: dkf tags: trunk | |
| 15:47 | Missed a spot. check-in: 42f5ad1fbc user: dkf tags: trunk | |
|
2009-05-04
| ||
| 17:39 | Stop deletion of support namespaces leading to a potential crash. check-in: dd2f122042 user: dkf tags: trunk | |
|
2009-05-03
| ||
| 18:05 | Fix [Bug 2538432] through clarification. check-in: 079570408e user: dkf tags: trunk | |
|
2009-05-01
| ||
| 20:18 | Tcl icon upgraded and SVG file added. Windows 7 makes significant use of large icon resources. An... check-in: e30d6f8118 user: patthoyts tags: trunk | |
|
2009-04-30
| ||
| 23:25 | * generic/tclBasic.c (TclObjInvoke): Make sure that a null objProc is not used, use Tcl_NRCallObjP... check-in: 1c2d2f66c2 user: msofer tags: trunk | |
| 22:37 | Fix 64-bit detection for zlib on Win64 check-in: 414f4feafa user: nijtmans tags: trunk | |
|
2009-04-29
| ||
| 15:47 | Revert last commit which fails to build with msvc2005 and msvc6 check-in: 6507675fdb user: patthoyts tags: core-8-5-branch | |
| 15:24 | Revert last commit which fails to build with msvc2005 and msvc6 check-in: 2123c41cdc user: patthoyts tags: trunk | |
| 14:59 | Fix [Bug 2651823]. check-in: a44c3f403b user: dkf tags: core-8-5-branch | |
| 14:56 | Fix [Bug 2651823]. check-in: ee20628496 user: dkf tags: trunk | |
|
2009-04-28
| ||
| 16:46 | comment with last tcl.m4 change check-in: e1132fd656 user: hobbs tags: core-8-5-branch | |
| 16:46 | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check to add _r to CC on AIX with thr... check-in: 830f834cae user: hobbs tags: trunk | |
| 16:44 | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check to add _r to CC on AIX with thr... check-in: c28d009df6 user: hobbs tags: core-8-5-branch | |
|
2009-04-27
| ||
| 21:45 | Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit handlers" for... check-in: d28ef3bfc1 user: ferrieux tags: core-8-5-branch | |
| 21:36 | Backport fix for [Bug 2446662]: resync Win behavior on RST with that of unix (EOF). check-in: efa00a3dcf user: ferrieux tags: core-8-5-branch | |
| 12:35 | Fix examples. [Bug 2780680] check-in: 9fe6e5d675 user: dkf tags: core-8-5-branch | |
| 12:31 | Fix examples. [Bug 2780680] check-in: 14b71c7f4e user: dkf tags: trunk | |
| 09:41 | Reset internal INTERP_ALTERNATE_WRONG_ARGS flag inside the Tcl_WrongNumArgs function, so the caller ... check-in: e1dc328773 user: nijtmans tags: trunk | |
|
2009-04-24
| ||
| 15:15 | Don't chmod/exec installManPage. [Patch 2769530] check-in: 18ed5a745a user: stwo tags: core-8-5-branch | |
| 15:07 | Don't chmod/exec installManPage. [Patch 2769530] check-in: 1776b4186b user: stwo tags: trunk | |
|
2009-04-19
| ||
| 18:27 | Removed newline appended to POST data. Added tests to check that the data provided by a POST is as s... check-in: dfd6051afd user: patthoyts tags: trunk | |
|
2009-04-15
| ||
| 19:07 | * generic/tclStringObj.c: AppendUnicodeToUnicodeRep failed to set stringPtr->a... check-in: 48925f56c8 user: dgp tags: core-8-5-7, core-8-5-branch | |
| 13:42 | * changes: Update for 8.5.7 release. check-in: cb0d65dd5f user: dgp tags: core-8-5-branch | |
| 12:31 | Doc improvements. check-in: a2213bf663 user: dkf tags: trunk | |
|
2009-04-14
| ||
| 20:43 | Removed -Wno-implicit-int from CFLAGS_WARNING. Regen unix/configure. check-in: bf3c8c5560 user: stwo tags: core-8-5-branch | |
| 20:01 | * library/tzdata/Asia/Karachi: Updated rules for Pakistan Summer Time (Olson's tzdata2009f... check-in: d751f50776 user: kennykb tags: core-8-5-branch | |
| 19:57 | * library/tzdata/Asia/Karachi: Updated rules for Pakistan Summer Time (Olson's tzdata2009f... check-in: 4468f7bd90 user: kennykb tags: trunk | |
| 00:55 | update Apple copyright notice for 2009-04-10 changes check-in: 957877ba48 user: das tags: core-8-5-branch | |
| 00:55 | update Apple copyright notice for 2009-04-10 changes check-in: 2c504309bd user: das tags: trunk | |
|
2009-04-13
| ||
| 16:20 | typos check-in: 33c5aab61c user: dgp tags: core-8-5-branch | |
|
2009-04-11
| ||
| 13:32 | merge updates from HEAD check-in: 16dca694b8 user: dgp tags: dgp-refactor | |
| 11:18 | Clarify the rules for resolution of what forwarded methods forward to. check-in: 1c0fc91aa2 user: dkf tags: trunk | |
| 02:32 | merge updates from HEAD check-in: d9d712c710 user: dgp tags: dgp-refactor | |
| 00:22 | D'oh check-in: 73f615d3ff user: das tags: core-8-5-branch | |
| 00:22 | D'oh check-in: d02b912ad7 user: das tags: trunk | |
|
2009-04-10
| ||
| 22:53 | fix warning check-in: e42f84ee0c user: das tags: core-8-5-branch | |
| 22:53 | fix warning check-in: 51a4b704be user: das tags: trunk | |
| 22:14 | silence warning preventing symbols build with msvc6 (signed/unsigned comparison) check-in: 3352598241 user: patthoyts tags: core-8-5-branch | |
| 21:50 | Forgot to add changelog for http commit check-in: 8c8d7c542c user: patthoyts tags: trunk | |
| 21:42 | merge update from HEAD check-in: fb37e460b0 user: dgp tags: dgp-refactor | |
| 21:40 | Remove unused variable (compiler warning) check-in: 199cda2257 user: dgp tags: trunk | |
| 21:31 | *** 8.5.7 TAGGED FOR RELEASE *** check-in: bb5e36d20b user: dgp tags: core-8-5-branch | |
| 21:27 | * generic/tclStringObj.c (UpdateStringOfString): Fix bug detected by compiler warni... check-in: 3ed35b9bbb user: dgp tags: core-8-5-branch | |
| 21:22 | Darwin additions check-in: 7d0546ca00 user: das tags: core-8-5-branch | |
| 21:15 | merge updates from HEAD check-in: fd08f75512 user: dgp tags: dgp-refactor | |
| 20:46 | * unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macros * macosx/tclMacOSXNotify.c: to manipu... check-in: e496f9ef50 user: das tags: core-8-5-branch | |
| 20:46 | * unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macros * macosx/tclMacOSXNotify.c: to manipu... check-in: 2001faff8c user: das tags: trunk | |
| 20:33 | typos check-in: fb20e43a05 user: dgp tags: core-8-5-branch | |
| 18:10 | * unix/tclLoadDyld.c: use RTLD_GLOBAL instead of RTLD_LOCAL. [Bug 1961211] check-in: edb8ccb8b2 user: das tags: core-8-5-branch | |
| 18:10 | * unix/tclLoadDyld.c: use RTLD_GLOBAL instead of RTLD_LOCAL. [Bug 1961211] check-in: bb4fb805eb user: das tags: trunk | |
| 18:09 | merge updates from HEAD check-in: faf6373107 user: dgp tags: dgp-refactor | |
| 18:04 | typo check-in: b9226e1fb4 user: das tags: trunk | |
| 18:04 | typo check-in: eaa11b5ac5 user: das tags: core-8-5-branch | |
| 18:02 | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allow * unix/tclUnixChan.c: embeddi... check-in: 7a6749806a user: das tags: core-8-5-branch | |
| 18:02 | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allow * unix/tclUnixChan.c: embeddi... check-in: ec1a5f8686 user: das tags: trunk | |
| 18:01 | * unix/configure.in (Darwin): use Darwin SUSv3 extensions if available; remove /Network locati... check-in: 03bf436bb5 user: das tags: core-8-5-branch | |
| 18:01 | * unix/configure.in (Darwin): use Darwin SUSv3 extensions if available; remove /Network locati... check-in: 4f6862e546 user: das tags: trunk | |
| 17:40 | * changes: Update for 8.5.7 release. check-in: 70f3c2e7e5 user: dgp tags: core-8-5-branch | |
| 16:59 | * macosx/tclMacOSXBundle.c: on Mac OS X 10.4 and later, replace deprecated NSModule API by dlfcn A... check-in: 7a25e2c08d user: das tags: core-8-5-branch | |
| 16:59 | * macosx/tclMacOSXBundle.c: on Mac OS X 10.4 and later, replace deprecated NSModule API by dlfcn A... check-in: 5933ea7d81 user: das tags: trunk | |
| 16:54 | * generic/tcl.h: Bump to 8.5.7 for release. * library/init.tcl: * too... check-in: ca1b890ff6 user: dgp tags: core-8-5-branch | |
| 14:19 | Improved HTTP/1.1 support and added specific HTTP/1.1 testing. This patch makes use of the 8.6 zl... check-in: e861cc28b0 user: patthoyts tags: trunk | |
| 13:15 | * tests/httpd: Backport new tests for http 2.7.3. * tests/http.tcl: check-in: 1ea016c0bd user: dgp tags: core-8-5-branch | |
| 13:14 | Fix for immediate problem in [Bug 2089279]. check-in: c3f65b131e user: dkf tags: trunk | |
| 09:37 | Specific check for [Bug 26245326] This bug is caused by receiving a partial HTTP response line whi... check-in: cb97cbffd0 user: patthoyts tags: trunk | |
|
2009-04-09
| ||
| 20:11 | Fix tzdata line terminators check-in: 4b5a1c7124 user: kennykb tags: core-8-5-branch | |
| 20:07 | Olson's tzdata2009e check-in: 112f6af617 user: kennykb tags: trunk | |