Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
617 check-ins using file tests/reg.test version 49ec5bdd3d
|
2013-10-21
| ||
| 22:59 | Merge to TCS rewrite merge point. check-in: 959a872065 user: dgp tags: dgp-stack-depth-tester | |
| 21:32 | Merge 97f680 check-in: 3024ea00d3 user: dgp tags: dgp-stack-depth-tester | |
| 19:47 | Merge to pre-TCS branch. check-in: 7baa52405f user: dgp tags: dgp-stack-depth-tester | |
| 17:09 | Merge to pre-TCS rewrite. Closed-Leaf check-in: daa3925cb9 user: dgp tags: dgp-stack-depth-tester | |
|
2013-09-05
| ||
| 15:47 | Use ne instead of [string length] for less shimmer risk. check-in: 5fd0b7f61e user: dgp tags: bug-86ceb4e2b6 | |
|
2013-08-01
| ||
| 15:09 | merge trunk check-in: 82f569b731 user: dgp tags: dgp-refactor | |
| 13:40 | merge trunk check-in: c40011494f user: dkf tags: dkf-command-type | |
| 13:27 | And documentation check-in: da1c84db5c user: dkf tags: dkf-command-type | |
| 13:21 | Support type discovery in coroutines. check-in: fe2979495f user: dkf tags: dkf-command-type | |
| 12:54 | Tcl_InitNotifier: Bug [a0bc856dcd]. Start notifier thread again if we were forked, to solve Rivet bu... check-in: e733a91cdb user: jan.nijtmans tags: trunk | |
| 06:44 | Improving the test suite for [info cmdtype]. check-in: 8ec3cb29a9 user: dkf tags: dkf-command-type | |
|
2013-07-31
| ||
| 20:05 | merge trunk check-in: 9997333092 user: dkf tags: dkf-command-type | |
| 20:03 | Added tests check-in: c279444116 user: dkf tags: dkf-command-type | |
|
2013-07-30
| ||
| 19:49 | merge trunk check-in: 9764d43a45 user: dgp tags: dgp-refactor | |
|
2013-07-29
| ||
| 10:51 | rebase check-in: b63d274c35 user: jan.nijtmans tags: win-console-panic | |
| 10:12 | Make sure that "string is space \u202f" will continue to return "1", even if in future Unicode this ... check-in: a72287aa7d user: jan.nijtmans tags: trunk | |
|
2013-07-28
| ||
| 00:03 | merge cleanup check-in: 31629ba6cd user: dgp tags: dgp-refactor | |
|
2013-07-27
| ||
| 20:54 | merge-mark check-in: 8d3d92c641 user: dgp tags: dgp-refactor | |
| 20:29 | Simplify AuxData access with a macro. check-in: 3f7279e103 user: dgp tags: trunk | |
| 19:23 | Shut down the remaining places where a TCL_TOKEN_COMMAND token was generated and then passed on to c... check-in: 1cbf82e813 user: dgp tags: dgp-refactor | |
| 17:06 | Tidy up syntax error handling so that tested error messages are preserved. check-in: 29f5a9b93f user: dgp tags: dgp-refactor | |
|
2013-07-26
| ||
| 20:34 | Work In Progress making expr parsing produce TCL_TOKEN_SCRIPT_SUBST tokens. check-in: 5de07618b9 user: dgp tags: dgp-refactor | |
| 17:05 | Remove Tcl_ResetResult() workaround that's no longer needed after merging the TclCompileScript() re... check-in: db9f99d903 user: dgp tags: dgp-refactor | |
| 13:30 | merge trunk check-in: 19708186c4 user: dkf tags: dkf-command-type | |
| 13:27 | merge trunk check-in: 737776fd62 user: dgp tags: dgp-refactor | |
| 13:24 | [6585b21ca8] [regexp {(\w).*?\1} abb] failed to match. Thanks to Tom Lane for passing on the discove... check-in: bff43cd4c3 user: dgp tags: trunk | |
| 09:20 | Move test for pthread_atfork inside SC_ENABLE_THREADS check-in: efa7ddd3b9 user: jan.nijtmans tags: trunk | |
|
2013-07-25
| ||
| 15:20 | Make sure all syntax errors in subst get properly compiled. check-in: 76b2b7a130 user: dgp tags: dgp-refactor | |
| 06:59 | Put Cygwin's tclWinError.o in PLAT_OBJS, not in DL_OBJS check-in: 53be2bce4e user: jan.nijtmans tags: trunk | |
|
2013-07-24
| ||
| 17:15 | Remove all unneeded handling of the TCL_TOKEN_COMMAND token type. Add comment explaining the handlin... check-in: dd09c7e820 user: dgp tags: dgp-refactor | |
| 16:56 | Demonstrate and fix memory leak in Tcl_ParseVar(). check-in: ade314d8cf user: dgp tags: trunk | |
| 14:14 | Fix Cygwin build: put Tcl_ConsolePanic in the stub library, not the dll. check-in: bec248e963 user: jan.nijtmans tags: win-console-panic | |
| 14:04 | merge trunk check-in: a4b5282a13 user: dgp tags: dgp-refactor | |
| 13:58 | Mark commands with potential to compile expansion arguments (as [list] does). check-in: 2a890ec41a user: dgp tags: trunk | |
| 12:15 | merge trunk check-in: 00d71a61ed user: dgp tags: dgp-refactor | |
| 12:13 | more disabled code removal check-in: 7b08cfd02d user: dgp tags: trunk | |
|
2013-07-23
| ||
| 20:27 | delete stray commented out bits check-in: 2a7d6b0074 user: dgp tags: dgp-refactor | |
| 20:18 | merge trunk check-in: 411112f7ca user: dgp tags: dgp-refactor | |
| 20:11 | Remove outdated, disabled code. check-in: d526d293b4 user: dgp tags: trunk | |
| 18:05 | merge trunk check-in: 143b76f4bb user: dgp tags: dgp-refactor | |
| 18:03 | Remove outdated comment. Stack depths are well checked now. check-in: 872bbb0773 user: dgp tags: trunk | |
| 18:01 | Stop checking stack depth in [catch] compiler. Stack depth is checked in compiles of *all* Tcl comma... check-in: d9951d453c user: dgp tags: trunk | |
| 16:57 | Find and repair the surplus PUSH that was causing trouble. check-in: c3815bca63 user: dgp tags: dgp-refactor | |
| 12:42 | implement for Cygwin as well check-in: 00a17823f0 user: jan.nijtmans tags: win-console-panic | |
| 11:54 | Add documentation check-in: 1a3237a811 user: jan.nijtmans tags: win-console-panic | |
| 10:57 | rebase check-in: da05c42132 user: jan.nijtmans tags: win-console-panic | |
| 09:27 | Add "testfork" test command. Not used in any test-case yet check-in: 48ebb48d02 user: jan.nijtmans tags: trunk | |
|
2013-07-20
| ||
| 04:54 | merge trunk. still have stack depth issues in [subst] syntax errors. check-in: df020c50d0 user: dgp tags: dgp-refactor | |
| 04:40 | fix for the segfault check-in: b9a246c16d user: dgp tags: dgp-refactor | |
|
2013-07-19
| ||
| 15:57 | test demonstrating segfault check-in: afa3069486 user: dgp tags: dgp-refactor | |
|
2013-07-18
| ||
| 20:27 | Rewrite of the TclCompileScript() routine. Primarily this breaks that large, rather convoluted rout... check-in: 1757fd6ebc user: dgp tags: trunk | |
| 18:25 | [assemble] compile syntax error into bytecode reporting syntax error message. Closed-Leaf check-in: fd39545639 user: dgp tags: dgp-tcs-rewrite | |
| 15:42 | merge trunk check-in: 84e6740946 user: dgp tags: dgp-tcs-rewrite | |
| 15:34 | merge trunk; resolve conflicts; adapt [1c17fbba5d] fix check-in: 60b66eae40 user: dgp tags: dgp-refactor | |
| 15:05 | [Bug 1c17fbba5d] Fix -errorinfo from syntax errors so that the error is not obscured. Instead highl... check-in: 91ed4186a8 user: dgp tags: trunk | |
|
2013-07-17
| ||
| 16:02 | Start notifier thread again if we were forked, to solve Rivet bug 55153 - RFE [a0bc856dcd] check-in: 30ab3e0fb0 user: oehhar tags: rfe-notifier-fork | |
| 13:57 | Factor out the call to a compileProc into one place used by both ensemble subcommand compiles and to... check-in: 2c30f7e029 user: dgp tags: dgp-tcs-rewrite | |
|
2013-07-16
| ||
| 20:48 | Streamline the housekeeping on the operands of INST_START_CMD. For example, do only incr on success,... check-in: c13bc40aa0 user: dgp tags: dgp-tcs-rewrite | |
| 17:21 | Simplify the ensemble subcommand compile. There's no need to be crafting synthetic Tcl_Parse and co... check-in: c094eb7c53 user: dgp tags: dgp-tcs-rewrite | |
| 14:52 | Simplify arguments to TclContinuationsEnterDerived(). check-in: 9554c7ea6d user: dgp tags: dgp-tcs-rewrite | |
| 14:12 | Changed subcommand name following community feedback. check-in: 4e6e5d4f1a user: dkf tags: dkf-command-type | |
| 14:07 | Eliminate the litInfo table and all the code tending to its care and feeding. The pc -> command inde... check-in: 495adbf6e7 user: dgp tags: dgp-tcs-rewrite | |
|
2013-07-15
| ||
| 20:16 | Build CompileBasicNArgCommand on top of TclCompileInvocation. check-in: eefc49c5e0 user: dgp tags: dgp-tcs-rewrite | |
| 19:40 | merge trunk check-in: 303b956143 user: dgp tags: dgp-tcs-rewrite | |
| 19:20 | merge trunk check-in: 369655f910 user: dgp tags: dgp-refactor | |
| 19:09 | Possible improvement in light of [86ceb4e2b6]. check-in: d97afc2a13 user: dgp tags: bug-86ceb4e2b6 | |
| 17:07 | Prefer CompileWord() over CompileTokens() when possible. check-in: 4790b68c65 user: dgp tags: trunk | |
|
2013-07-12
| ||
| 18:44 | Global replace: CompileBody() -> BODY(). check-in: 8338d07129 user: dgp tags: trunk | |
| 16:25 | Tests demonstrating the need for the last two SetLineInformation() calls. check-in: 4b58b335d4 user: dgp tags: trunk | |
|
2013-07-11
| ||
| 23:19 | Revise the CompileWord() and PushVarNameWord() macros to make explicit the SetLineInformation() that... check-in: 7306344a31 user: dgp tags: trunk | |
| 17:06 | Have TclMakeEnsemble() set ENSEMBLE_COMPILE at creation, not as a separate epoch-bumping step. check-in: ecb508317b user: dgp tags: trunk | |
| 04:12 | merge trunk check-in: b54bb58009 user: dgp tags: dgp-tcs-rewrite | |
| 04:11 | merge trunk check-in: 0d2ad11aca user: dgp tags: dgp-refactor | |
| 04:07 | Add a test for each call to SetLineInformation() demonstrating the need for it to be there. Fixed b... check-in: b5f3a4a690 user: dgp tags: trunk | |
| 04:00 | Revert the revised macros used in developing the new tests. Closed-Leaf check-in: cfbc6f951c user: dgp tags: tip280-test-coverage | |
| 03:48 | Add tests for the SetLineInformation() calls in tclEnsemble.c, and fix the bugs around those calls e... check-in: 3282980a1f user: dgp tags: tip280-test-coverage | |
|
2013-07-10
| ||
| 20:33 | Add tests for SetLineInformation() calls in tclCompCmdsSZ.c as well as some obvious refactoring impr... check-in: b117cbf10a user: dgp tags: tip280-test-coverage | |
| 19:43 | Add tests for SetLineInformation() calls in tclCompCmdsGR.c. check-in: e91a9d2971 user: dgp tags: tip280-test-coverage | |
| 19:34 | Add tests for, and fix bugs in, the SetLineInformation() calls in tclCompCmds.c. check-in: 82bfa30a3c user: dgp tags: tip280-test-coverage | |
| 18:02 | merge trunk check-in: 4e4f10a76c user: dgp tags: tip280-test-coverage | |
| 17:58 | Fix for [86fb5ea28e]. Test will eventually merge in from tip280-test-coverage. check-in: ca488c3bfe user: dgp tags: trunk | |
| 16:43 | Next attempt. Appears to have uncovered a bug. check-in: 815313114f user: dgp tags: tip280-test-coverage | |
| 16:27 | First additional test. Remove dup macros in tclEnsemble.c. check-in: a70901af92 user: dgp tags: tip280-test-coverage | |
| 16:17 | Disabling the SetLineInformation() macro entirely causes only 3 tests in the test suite to fail. Re... check-in: 3474390eda user: dgp tags: tip280-test-coverage | |
| 13:45 | Some documentation. check-in: d2e5dab63a user: dkf tags: dkf-command-type | |
| 03:28 | Remove the (now unused) wlineat arguments. check-in: 28e986f628 user: dgp tags: dgp-tcs-rewrite | |
| 03:17 | Revise the litInfo table so that it gets built later (in TclInitByteCodeObj) from a simpler store of... check-in: cd1f5a64d4 user: dgp tags: dgp-tcs-rewrite | |
|
2013-07-09
| ||
| 20:37 | Tentative Work In Progress unwinding TIP 280 line information. check-in: fc79e08504 user: dgp tags: dgp-tcs-rewrite | |
| 09:30 | rebase check-in: 82fa3f9bb1 user: jan.nijtmans tags: bug-1712098 | |
|
2013-07-08
| ||
| 23:02 | Use the TokenAfter() macro. check-in: 8b4182f53a user: dgp tags: dgp-tcs-rewrite | |
| 22:36 | Use TIP 280 macros. check-in: 6c074bf665 user: dgp tags: dgp-tcs-rewrite | |
| 19:54 | merge trunk check-in: 917f4540cf user: dgp tags: dgp-tcs-rewrite | |
| 19:53 | merge trunk: check-in: 886e808dd1 user: dgp tags: dgp-refactor | |
| 19:29 | Factor out compiling the Command literal. check-in: 07154b5b9c user: dgp tags: dgp-tcs-rewrite | |
| 18:56 | Unbreak MSVC6 debug build (thanks Andreas Kupries!) check-in: d369017148 user: jan.nijtmans tags: trunk | |
| 18:08 | Plug memory leak; Break three compilation mechanisms into routines. check-in: 1be8ee0aab user: dgp tags: dgp-tcs-rewrite | |
| 15:39 | Move TIP 280 and command extent housekeeping to the periphery. check-in: 98d911f411 user: dgp tags: dgp-tcs-rewrite | |
| 15:24 | Defer expansion request detection as much as possible. check-in: b5995f92b3 user: dgp tags: dgp-tcs-rewrite | |
| 15:00 | Consolidate the StartExpanding() calls. check-in: 92ab99b072 user: dgp tags: dgp-tcs-rewrite | |
| 14:31 | The routines StartExpanding() and EnterCmdWordData() are orthogonal, so it's ok to reverse the order... check-in: 33fae79cbd user: dgp tags: dgp-tcs-rewrite | |
| 13:18 | rebase check-in: 3940be1e6f user: jan.nijtmans tags: rfe-854941, tip-596 | |
| 12:55 | merge trunk check-in: c3479ec585 user: dgp tags: dgp-tcs-rewrite | |
| 12:38 | merge trunk check-in: 111df960dc user: dgp tags: dgp-refactor | |
| 12:37 | Rebase. Remove usability of -DUSE_TCL_STUBS check-in: fa6285ac6b user: jan.nijtmans tags: initsubsystems | |
| 06:51 | Build stub objects with -DSTATIC_BUILD on all platforms. Only important on win32 (already done) and ... check-in: 15c829bcbe user: jan.nijtmans tags: trunk | |
|
2013-07-07
| ||
| 15:43 | First part of upcoming TIP - Improving [exec]'s syntax : the syntax extension (not the new redirects... Leaf check-in: ca7271f40f user: ferrieux tags: tip-improve-exec | |
| 11:57 | merge trunk check-in: da2f2cfb27 user: dkf tags: dkf-improved-disassembler | |
| 11:15 | Added a mechanism for discovering the "type" of a command. check-in: 91caa35b78 user: dkf tags: dkf-command-type | |
| 09:15 | merge-mark check-in: e72d624507 user: jan.nijtmans tags: trunk | |
| 02:11 | OpenBSD/m88k is now elf. Remove unneeded elf check. check-in: 6340b1084c user: stwo tags: trunk | |
|
2013-07-06
| ||
| 22:29 | Merge mark check-in: 7201f921aa user: kbk tags: trunk | |
| 22:24 | http://www.iana.org/time-zones/repository/releases/tzdata2013d.tar.gz check-in: 35cce9c766 user: kbk tags: trunk | |
|
2013-07-05
| ||
| 19:56 | merge trunk check-in: cd4d468de2 user: dgp tags: dgp-tcs-rewrite | |
| 19:55 | merge trunk check-in: 337ee7924f user: dgp tags: dgp-refactor | |
| 19:54 | merge trunk check-in: d26213e0bd user: dgp tags: dgp-tcs-rewrite | |
| 14:56 | Use X11/Xlib.h for checking where X11 can be found in stead of X11/XIntrinsic.h. Suggested by Pietro... check-in: a3d5954fa4 user: jan.nijtmans tags: trunk | |
| 14:04 | CONST -> const in one place check-in: d854a861eb user: jan.nijtmans tags: trunk | |
| 14:02 | Allow successfull compilation, even if Tcl_GetErrorLine/Tcl_SetErrorLine are redefined as macros. check-in: 30f633409c user: jan.nijtmans tags: trunk | |
| 11:07 | More complete implementation of RFE [854941], now not requiring TIP #414 any more. check-in: 717ee454f7 user: jan.nijtmans tags: rfe-854941, tip-596 | |
|
2013-07-03
| ||
| 10:43 | Bug [817249]: bring tclXtNotify.c up to date with Tcl_SetNotifier() change check-in: 023ab0d950 user: jan.nijtmans tags: trunk | |
| 08:59 | Fix compiler warning when compiling Itcl 4.0: In file included from ./generic/itcl2TclOO.c:12:0: /Tc... check-in: 3c0b0bbda6 user: jan.nijtmans tags: trunk | |
| 08:56 | Fix compiler warning when compiling Cygwin port with -Wwrite-strings check-in: 5873351128 user: jan.nijtmans tags: trunk | |
|
2013-07-02
| ||
| 12:05 | First experimental implementation of RFE [854941], built on top of [http://tip.tcl.tk/414|TIP #414]. check-in: ccb77d8416 user: jan.nijtmans tags: rfe-854941, tip-596 | |
| 10:36 | comment improvements check-in: 4bf4d3191d user: dgp tags: dgp-tcs-rewrite | |
| 07:17 | Bug [32afa6e256]: dirent64 check is incorrect in tcl.m4. Thanks to Brian Griffin. check-in: a3ae798ed1 user: jan.nijtmans tags: trunk | |
| 06:43 | Better (hopefully) fix for Tk bug [http://core.tcl.tk/tk/tktview?name=1712098|1712098], which elimin... Closed-Leaf check-in: e2f236a273 user: jan.nijtmans tags: bug-1712098 | |
|
2013-07-01
| ||
| 20:58 | More Work In Progress. check-in: 579d4e455f user: dgp tags: dgp-tcs-rewrite | |
|
2013-06-28
| ||
| 13:16 | merge trunk check-in: 85728857dc user: dgp tags: dgp-refactor | |
| 12:31 | Tk bug [http://core.tcl.tk/tk/tktview?name=1712098|1712098] check-in: 15475c0ad5 user: jan.nijtmans tags: bug-1712098 | |
| 02:58 | More elimination of error message litter to fix [Bug 20a81392ec]. check-in: 2b4ecf6ecb user: dgp tags: dgp-tcs-rewrite | |
|
2013-06-27
| ||
| 20:10 | Stop the compileProc routines leaving behind error messages in interp. (Nicer way to solve [Bug 20a8... check-in: 0a9f3b2935 user: dgp tags: dgp-tcs-rewrite | |
| 13:12 | merge trunk check-in: c499bee30f user: dgp tags: dgp-tcs-rewrite | |
| 13:11 | plug memory leaks check-in: c5dcd6efaa user: dgp tags: dgp-tcs-rewrite | |
| 12:42 | merge trunk check-in: 5b074630fd user: dgp tags: dgp-refactor | |
| 12:35 | Fix [34538ba43f] check-in: 535c915c79 user: jan.nijtmans tags: trunk | |
| 12:26 | merge step from trunk check-in: 86a495fc78 user: dgp tags: dgp-refactor | |
| 12:05 | merge trunk check-in: bd5af01d4d user: dgp tags: dgp-tcs-rewrite | |
| 10:30 | rebase check-in: 4bc183093d user: jan.nijtmans tags: initsubsystems | |
| 09:07 | rebase check-in: 789f1aed4e user: jan.nijtmans tags: win-console-panic | |
| 08:51 | Bug [9b2e636361]: Tcl_CreateInterp() needs initialized encodings. check-in: 6189063c4d user: jan.nijtmans tags: trunk | |
|
2013-06-26
| ||
| 20:20 | merge trunk check-in: 4fe319cbcc user: dgp tags: dgp-tcs-rewrite | |
| 20:13 | Stop buffer overrun into undefined values detected by valgrind. check-in: b043bd2769 user: dgp tags: trunk | |
| 17:26 | Correct typo detected by valgrind. check-in: 8817dafe34 user: dgp tags: trunk | |
| 16:06 | Fix bytecode ranges in the cmdMapPtr. still leaky. check-in: f6a18ccded user: dgp tags: dgp-tcs-rewrite | |
| 14:24 | typos. On Cygwin, Tcl_SetPanicProc(NULL) should set back the panic proc to its default, which is no... check-in: 38e74dd2c5 user: jan.nijtmans tags: trunk | |
| 08:23 | rebase check-in: ca1a1a7c57 user: jan.nijtmans tags: win-console-panic | |
| 08:15 | rebase check-in: 61bc7420cf user: jan.nijtmans tags: initsubsystems | |
| 03:46 | A few bug fixes from failing tests; still leaky. check-in: c7302407ae user: dgp tags: dgp-tcs-rewrite | |
|
2013-06-25
| ||
| 20:22 | merge trunk check-in: 49f14bbea9 user: dgp tags: dgp-tcs-rewrite | |
| 20:22 | Nearly functional now, but leaky and not yet as tidy as I'm hoping for. check-in: 97f68093e1 user: dgp tags: dgp-tcs-rewrite | |
| 19:23 | Replace always true test with assertion. check-in: 131df98507 user: dgp tags: trunk | |
| 15:01 | merge trunk check-in: 2ee54f2f83 user: dgp tags: dgp-tcs-rewrite | |
| 15:01 | Make more use of the CompileTokens() macro. check-in: dfc55c5a38 user: dgp tags: trunk | |
| 14:19 | Branch for rewriting TclCompileScript() and related routines, with the intent to generally simplify ... check-in: 8297f30f00 user: dgp tags: dgp-tcs-rewrite | |
| 12:32 | merge trunk check-in: 106c3a3fde user: jan.nijtmans tags: initsubsystems | |
| 12:13 | merge trunk check-in: e125db6f98 user: dgp tags: dgp-refactor | |
| 12:06 | Don't use deprecated Tcl_DStringTrunc any more check-in: 4967e0a879 user: jan.nijtmans tags: trunk | |
| 10:02 | Remove TclInitStubTable() function (but keep it in the "initsubsystems" branch). check-in: d9308f6b18 user: jan.nijtmans tags: trunk | |
|
2013-06-24
| ||
| 18:59 | merge trunk check-in: 83dbd0b97e user: dgp tags: dgp-refactor | |
|
2013-06-21
| ||
| 12:28 | rebase check-in: e5f09adeaa user: jan.nijtmans tags: initsubsystems | |
| 11:57 | Don't use TclpInetNtoa any more, use inet_ntoa in stead. Since IP6 support it's even not necessary a... check-in: 390eff66e1 user: jan.nijtmans tags: trunk | |
| 11:53 | Modify internal TclStubInfoType type: use TclStubs * in stead of ClientData, so less type casts are... check-in: 6fcb6b3e57 user: jan.nijtmans tags: trunk | |
|
2013-06-20
| ||
| 14:20 | TclCompileScript() should not overwrite envPtr->numSrcBytes. The envPtr already has the right value ... check-in: e346706482 user: dgp tags: trunk | |
| 12:37 | merge trunk check-in: 7d96f3bfeb user: dgp tags: dgp-refactor | |
| 11:05 | Properly encode more operand types to reduce the number of special cases in the disassembler. check-in: 9d361e7c74 user: dkf tags: dkf-improved-disassembler | |
|
2013-06-19
| ||
| 22:46 | merge trunk check-in: 8d4c7580ce user: dkf tags: dkf-improved-disassembler | |
| 22:44 | Fixed bug with optimizing with INST_START_CMD about. check-in: 126b87f15e user: dkf tags: trunk | |
| 20:00 | merge trunk check-in: 4b848557de user: dgp tags: dgp-refactor | |
| 19:33 | More use of simplifying macros. Replace dynamic allocation with automatic storage on the call stack. check-in: bf171b6b51 user: dgp tags: trunk | |
| 12:53 | Eliminate a lot of dead code (for Windows 95/98/ME only). Eliminate all usage of TclWinSetInterface... check-in: 68c2017fb2 user: jan.nijtmans tags: trunk | |
|
2013-06-18
| ||
| 13:46 | merge trunk check-in: e6a93ffe18 user: jan.nijtmans tags: tip-389-impl | |
| 10:36 | Fix [3611974]: InitSubsystems multiple thread issue check-in: 33d17a1685 user: jan.nijtmans tags: trunk | |
| 09:52 | rebase check-in: 94ffa9c58a user: jan.nijtmans tags: win-console-panic | |
| 08:13 | Simplify TIP #414 implementation by using the function TclInitStubTable() in stead of re-use Tcl_Ini... check-in: 77799a9144 user: jan.nijtmans tags: initsubsystems | |
| 07:50 | Fix uniClass tool which was the real cause for [a876646efe], and add test-case for it. check-in: 6aa9adc7fc user: jan.nijtmans tags: trunk | |
| 07:00 | Better place to put vsnprintf switch, so it is usable by all *.c files. Fix comment on _ANSI_ARGS_ ... check-in: 315c3fcfce user: jan.nijtmans tags: trunk | |
|
2013-06-17
| ||
| 19:59 | merge trunk check-in: 4aab607c04 user: dgp tags: dgp-refactor | |
| 17:05 | Updates to redirect bug reports to the new tracker location. check-in: b359014605 user: dgp tags: trunk | |
| 17:03 | Fix [42b8083613] check-in: 486c1f031e user: jan.nijtmans tags: trunk | |
| 14:04 | Remove extra scribblings not normally needed. Thanks to jdc for suggestion. check-in: 82ded8793a user: dkf tags: dkf-improved-disassembler | |
| 13:29 | Use more portable TclIsSpaceProc() in stead of isspace(). check-in: 4bfe3111b1 user: jan.nijtmans tags: trunk | |
| 04:54 | Fix [a876646efe]: re_expr character class [:cntrl:] should contain \u0000 - \u001f check-in: 89b05343cb user: jan.nijtmans tags: trunk | |
| 04:41 | On 32-bit platforms, 12 characters for version is enough, on 64-bit platforms it will be aligned to ... check-in: 2c3567ce0e user: jan.nijtmans tags: trunk | |
|
2013-06-16
| ||
| 20:48 | link tclsh with stub library, just like xttest and tcltest, in order to allow additional static stub... check-in: a5fc9b9513 user: jan.nijtmans tags: trunk | |
| 20:32 | split off TclInitStubTable() as separate function - which does the actual stub table initialization ... check-in: e04a3d09f8 user: jan.nijtmans tags: trunk | |
|
2013-06-14
| ||
| 11:21 | rebase check-in: 980cdb2a78 user: jan.nijtmans tags: win-console-panic | |
| 10:15 | Don't use deprecated stricmp/strnicmp any more, but underscored variant for non-GNU compilers. Some... check-in: cc8464e99f user: jan.nijtmans tags: trunk | |
|
2013-06-13
| ||
| 21:21 | Improved rendering of some opcode arguments and auxdata. check-in: ff4c6d947f user: dkf tags: dkf-improved-disassembler | |
| 20:37 | Repair the panics in the test suite. check-in: 05d512a0d0 user: dgp tags: dgp-refactor | |
| 17:51 | equivalent Closed-Leaf check-in: 085d8ad9a1 user: jan.nijtmans tags: dgp-review | |
| 15:14 | Merge trunk all the way. Still suffers panics. check-in: 17714198a3 user: dgp tags: dgp-refactor | |
| 15:08 | Merge to next conflict resolution. Result has panics in test suite. check-in: c791a1eece user: dgp tags: dgp-refactor | |
| 14:50 | merge trunk to the next conflict resolution check-in: b7f61fa3c7 user: dgp tags: dgp-refactor | |
| 14:03 | Merge trunk to next conflict resolution. check-in: b88278df21 user: dgp tags: dgp-refactor | |
| 13:49 | Merge trunk to first conflict resolution. check-in: f3790e370e user: dgp tags: dgp-refactor | |
| 08:31 | merge trunk check-in: f1f306cbcc user: dkf tags: dkf-improved-disassembler | |
| 07:23 | Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64. Fix some gcc warnings which... check-in: 7233b39085 user: jan.nijtmans tags: trunk | |
|
2013-06-12
| ||
| 12:24 | Workaround for mingw-w64 (AMD64-only) bug: It appears that zdll.lib (as produced by Microsoft tools)... check-in: 4cca2f5455 user: jan.nijtmans tags: trunk | |
| 10:29 | Silence various warnings when doing a 64-bit build with MSVC: Those warnings can only _really_ be fi... check-in: 48b92a6ab6 user: jan.nijtmans tags: trunk | |
| 08:55 | Extract more of the info from the bytecode. check-in: 9cd4cf533f user: dkf tags: dkf-improved-disassembler | |
| 07:19 | rebase TIP #414 implementation check-in: 62048336ab user: jan.nijtmans tags: initsubsystems | |
|
2013-06-11
| ||
| 23:05 | Leave behind the stack depth estimate testing machinery in this branch. It verifies instruction by ... check-in: 107fff7e1e user: dgp tags: dgp-stack-depth-tester | |
| 22:47 | Revise INST_EXPAND_STKTOP so that it no longer makes use of its operand. All the information require... check-in: 857848cd8e user: dgp tags: trunk | |
| 21:40 | merge trunk check-in: 16ef96c190 user: dkf tags: dkf-improved-disassembler | |
| 21:33 | Code-readable disassembler: tcl::unsupported::getbytecode check-in: 791b38c94f user: dkf tags: dkf-improved-disassembler | |
| 20:45 | merge trunk Closed-Leaf check-in: f38f08056c user: dgp tags: mig-review | |
| 20:38 | Select improvements in stack depth estimates brought over from mig-review. Mostly these are just si... check-in: c438852c5f user: dgp tags: trunk | |
| 19:51 | merge trunk check-in: 343157ed81 user: dgp tags: mig-review | |
| 19:41 | Repairs to compile/exec debugging output. check-in: 31ab051598 user: dgp tags: trunk | |
| 19:21 | Make compiled [if] stack depth estimation simpler and more accurate. check-in: 89575ae1e2 user: dgp tags: mig-review | |
| 18:10 | merge trunk check-in: 70a20c2f04 user: dgp tags: mig-review | |
| 17:58 | Stack housekeeping repair for last checkin. check-in: 28107fc861 user: dgp tags: trunk | |
| 16:57 | simpler stack management check-in: 4ebf99f4b9 user: dgp tags: mig-review | |
| 16:44 | [33b7abb8a2] [7174354ecb] Rewrite TclCompileThrowCmd(). check-in: f51d308790 user: dgp tags: trunk | |
| 08:34 | merge trunk check-in: 0b1bfdabdd user: dkf tags: dkf-improved-disassembler | |
| 08:19 | Move the disassembler to its own file. check-in: d5d42f1b36 user: dkf tags: dkf-improved-disassembler | |
| 08:12 | Improve compatibility detection for <time.h> and <sys/stat.h>: - Move <time.h> before other include... check-in: 832ec0b070 user: jan.nijtmans tags: trunk | |
| 05:26 | More tidying of stack management code. check-in: cca1b62768 user: dgp tags: mig-review | |
| 04:54 | Tidy up the stack depth management code. check-in: 899091eba0 user: dgp tags: mig-review | |
|
2013-06-10
| ||
| 16:25 | Fix stack estimates for INST_EXPAND_DROP. check-in: ed2c0d0cc7 user: dgp tags: mig-review | |
| 15:24 | Repair stack estimates. check-in: 62d663840c user: dgp tags: mig-review | |
| 10:04 | unwrapping some of the complexity Leaf check-in: c1e812405e user: dkf tags: bug-3613671 | |
| 08:26 | Start of work on a proper fix for [3613671]; just structural refactoring first. check-in: 8f572309d2 user: dkf tags: bug-3613671 | |
| 07:36 | Update Unicode tables to Unicode 6.3 beta. Merge trunk check-in: 9e9232f06e user: jan.nijtmans tags: tip-389-impl | |
| 04:09 | Merge trunk (creates new stack estimate breakage). check-in: 04b1daf754 user: dgp tags: mig-review | |
| 03:29 | undo mistaken commit check-in: 6e8977e585 user: dgp tags: mig-review | |
| 03:25 | merge near trunk check-in: a2f6edc051 user: dgp tags: mig-review | |
|
2013-06-09
| ||
| 17:38 | merge trunk Closed-Leaf check-in: 2c864037e0 user: dkf tags: dkf-bytecode-optimizer | |
| 17:34 | [779d38b996]: Make the 'try' compiler handle -during right and compile some more cases than it did b... check-in: c802ed39c4 user: dkf tags: trunk | |
| 17:21 | Fix the problems with code generation; behavior now appears correct. Closed-Leaf check-in: e5c6d3237f user: dkf tags: dkf-better-try-compilation | |
| 08:15 | Improving tests, fixed one case. check-in: 9e122457be user: dkf tags: dkf-better-try-compilation | |
|
2013-06-08
| ||
| 23:43 | Working on a better compiler for [try]; found some bugs in previous compilation code which aren't re... check-in: 0d0c3fe646 user: dkf tags: dkf-better-try-compilation | |
| 23:35 | More informative comment describing INST_SYNTAX. check-in: b51448551b user: dkf tags: trunk | |
| 13:42 | merge trunk check-in: 6cc5db9090 user: dkf tags: dkf-bytecode-optimizer | |
| 13:17 | Factor out stereotypical ways of getting variable indices. check-in: 360646c003 user: dkf tags: trunk | |
|
2013-06-07
| ||
| 15:26 | merge trunk check-in: d02be90b14 user: dgp tags: mig-review | |
| 13:22 | rebase check-in: 5317ab91f8 user: jan.nijtmans tags: win-console-panic | |
| 12:48 | Simplify stack depth management. check-in: d1d80bd65a user: dkf tags: trunk | |
| 04:24 | Repaid debug compile of [array unset]. check-in: b9aa843f54 user: dgp tags: mig-review | |
| 04:09 | Repair debug compile of [info commands]. check-in: 829641f1bd user: dgp tags: mig-review | |
|
2013-06-06
| ||
| 23:26 | Fix up the stack estimates for dict.test again check-in: 9601841d5c user: dgp tags: mig-review | |
| 22:15 | merge trunk check-in: 184de21a77 user: dgp tags: mig-review | |
| 21:01 | More efficient instruction sequence for [dict for] with correct exception depth handling. check-in: b8ef9b2ae6 user: dkf tags: trunk | |
| 19:29 | Progress getting more stack estimates correct. Exceptions are still the hard part. check-in: 2081ac3e11 user: dgp tags: mig-review | |
| 18:24 | Stack estimates corrected for dict.test check-in: 8ef0557982 user: dgp tags: mig-review | |
| 17:24 | merge trunk check-in: 7347c76f80 user: dgp tags: mig-review | |
| 16:55 | 3614382 Fix stack management of compiled [dict for] by shifting limits of the catch range. check-in: 1ece872cc7 user: dgp tags: trunk | |
| 14:24 | 3614360 Repair stack demands of optimized compiled [return LITERAL]. check-in: 540c80bfad user: dgp tags: trunk | |
| 10:51 | merge trunk check-in: abce91dbf1 user: dgp tags: mig-review | |
| 09:09 | Working on the optimizer. check-in: 3a46a5a270 user: dkf tags: trunk | |
| 06:56 | Minor grammar fix. check-in: f89ee3aa87 user: dkf tags: dkf-bytecode-optimizer | |
| 06:53 | Split the optimizer up. Remove the dreaded 'goto' from which doesn't need it. check-in: 397ecd686a user: dkf tags: dkf-bytecode-optimizer | |
|
2013-06-05
| ||
| 23:05 | Added optimizing of jump-to-nop and jump-to-jump cases. Ta to AK for suggesting. check-in: 678267e235 user: dkf tags: dkf-bytecode-optimizer | |
| 21:44 | merge trunk check-in: 0d7b5d2fb0 user: dkf tags: mig-review | |
| 21:42 | Working on the optimizer, and finding a few bugs in bytecode generation. check-in: 7cac684087 user: dkf tags: trunk | |
| 21:05 | Added the optimizer... check-in: 21f1396d3e user: dkf tags: dkf-bytecode-optimizer | |
| 20:55 | Corrected wrong information about instruction width that was causing an optimizer crash. check-in: 86379e17df user: dkf tags: dkf-bytecode-optimizer | |
| 20:25 | debug reporting fix check-in: 83166feb50 user: dgp tags: mig-review | |
| 20:23 | merge fixes check-in: 9fb220c28a user: dkf tags: dkf-bytecode-optimizer | |
| 20:15 | Progress fixing up the stack management of compiled [dict]. check-in: d4b3d3041a user: dgp tags: mig-review | |
| 18:12 | Get stack depth adjustments right for INST_DONE opimized [return] compile. check-in: 2b62dc5fb5 user: dgp tags: mig-review | |
| 17:23 | Compiled [subst] properly track stack adjustments. check-in: 72c970770d user: dgp tags: mig-review | |
| 16:09 | Debug printing for [subst] compiles check-in: fffd1d6dfa user: dgp tags: mig-review | |
| 16:07 | Repair merge of instruction table check-in: 2994094c72 user: dgp tags: mig-review | |
| 15:35 | Get a proper merge from the trunk going again. check-in: 19eadbeb44 user: dgp tags: mig-review | |
| 15:24 | merge trunk Fossil has hopelessly fouled up this checkin's branch history. Closed-Leaf check-in: 53494f969b user: dgp tags: mig-review | |
| 15:22 | [Bugs 2835313, 3614226, 3614342]: Complete the construction of break/continue compilers that get the... check-in: 0cf4701170 user: dgp tags: trunk | |
| 15:07 | Repair TCL_COMPILE_DEBUG guards Closed-Leaf check-in: f938eff7f5 user: dgp tags: bug-3614342 | |
| 14:50 | Stack Depth fixups. check-in: 37677f8c2e user: dgp tags: bug-3614342 | |
| 12:34 | More cleaning up; factor out optimizer to new file. Some weird problems still. check-in: 585a8c7af2 user: dkf tags: dkf-bytecode-optimizer | |
| 11:59 | merge trunk check-in: 0208fd3481 user: dgp tags: mig-review | |
| 08:11 | [Bugs 2835313, 3614226]: Complete the construction of break/continue compilers that get the stack cl... check-in: ac84c44dcf user: dkf tags: bug-3614342 | |
| 07:57 | merge trunk Closed-Leaf check-in: 831ea0cbac user: dkf tags: dkf-compile-improvements | |
| 07:51 | Even better tests check-in: 5e5fa6ce2d user: dkf tags: dkf-compile-improvements | |
| 07:19 | Stack cleanup works now even in the most evil expansion cases. check-in: 5f597cd627 user: dkf tags: dkf-compile-improvements | |
|
2013-06-04
| ||
| 08:34 | TIP #414 implementation check-in: f76bf90f39 user: jan.nijtmans tags: initsubsystems | |
| 08:33 | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead. One more last-moment fix for FreeB... check-in: 47e3976f09 user: jan.nijtmans tags: trunk | |
|
2013-06-03
| ||
| 22:43 | repair error.test check-in: 59081017e1 user: dgp tags: mig-review | |
| 22:38 | merge trunk check-in: cdfdeca7cf user: dgp tags: mig-review | |
| 20:31 | merge 8.5 check-in: d0c70147da user: dgp tags: trunk | |
| 16:52 | fix for perf bug detected by Kieran (https://groups.google.com/forum/?fromgroups#!topic/comp.lang.tc... check-in: b9d619c24f user: mig tags: trunk | |
| 14:57 | Next stage of fixing the break/continue generation. check-in: c1d4474810 user: dkf tags: dkf-compile-improvements | |
| 12:55 | merge back from trunk check-in: c806ed3683 user: dkf tags: dkf-compile-improvements | |
| 09:46 | Merge back the improved [break] and [continue] compilation. check-in: db942354cc user: dkf tags: trunk | |
| 09:37 | Generate [continue] optimally in [for] next clauses. Add tests for Bug 3614226. check-in: 0244245364 user: dkf tags: dkf-compile-improvements | |
|
2013-06-02
| ||
| 21:32 | Fix a stack depth calculation. check-in: d8a4c9f440 user: dkf tags: dkf-compile-improvements | |
| 18:54 | Remove useless macro, use existing macro where it makes sense. check-in: 16d63a94d0 user: dkf tags: dkf-compile-improvements | |
| 17:41 | Many improvements to code generation of efficient break and continue. check-in: 4ee4a3fe46 user: dkf tags: dkf-compile-improvements | |
|
2013-06-01
| ||
| 21:05 | Getting better at doing more efficient break/continue instruction handling. check-in: 5d2383cba4 user: dkf tags: dkf-compile-improvements | |
| 04:05 | Work in progress auditing the stack usage estimates of the bytecode compiler routines. Much of this... check-in: f77c2158c2 user: dgp tags: mig-review | |
|
2013-05-30
| ||
| 23:29 | Experimental super-stack-estimate checker. check-in: eb37a3ef11 user: dgp tags: mig-review | |
| 22:46 | Set up to (ab)use INST_EXPAND_STKTOP to debug compiler stack estimates. check-in: 4079ecc87b user: dgp tags: mig-review | |
| 20:37 | Tighten up expansion a bit. check-in: e9aab30d75 user: dgp tags: mig-review | |
| 20:03 | Back on track. check-in: fb1ab4af1d user: dgp tags: mig-review | |
| 19:07 | Try this instead Closed-Leaf check-in: 28f799eed9 user: dgp tags: mig-review | |
| 18:58 | Oops! Don't forget nested script substitution! check-in: 43cf65d2e4 user: dgp tags: mig-review | |
| 18:51 | More robust expansion calculation. Look Ma! No operand! check-in: ae093ef704 user: dgp tags: mig-review | |
| 10:57 | derp check-in: 204a8cab40 user: dkf tags: dkf-compile-improvements | |
| 10:55 | Working towards the next batch of optimizations. check-in: 3b09d7b08a user: dkf tags: dkf-compile-improvements | |
| 10:29 | Corrected code generation when doing the second run with an 'infinite' loop. check-in: aebfca2101 user: dkf tags: trunk | |
|
2013-05-29
| ||
| 20:36 | Simplifications and tidying up of stack management issues. Work in progress. check-in: 94c169dbe0 user: dgp tags: trunk | |
| 17:28 | merge trunk check-in: b6d8bbff1b user: dgp tags: dgp-refactor | |
| 17:20 | 3614102 - Reset stack housekeeping when compileProc fails. check-in: 83e8b2e153 user: dgp tags: trunk | |
| 16:08 | merge trunk check-in: 3d9e134de3 user: dgp tags: dgp-refactor | |
| 14:37 | Stop emitting the instructions INST_*_SCALAR_STK*. They are identical to their INST_*_STK* counterp... check-in: 134b3c0bfc user: dgp tags: trunk | |
|
2013-05-28
| ||
| 19:21 | Use the routines that provide "basic compile" instead of reinventing them. check-in: d578a3c006 user: dgp tags: trunk | |
| 14:29 | Plug the memory leak. Greater ambitions to improve this routine are proving more difficult than exp... check-in: e4201224a2 user: dgp tags: trunk | |
| 14:04 | Missed bits of dup code elimination. check-in: e636794bc5 user: dgp tags: trunk | |
| 07:24 | Move changelog entry to correct date. check-in: e12f672220 user: jan.nijtmans tags: trunk | |
|
2013-05-27
| ||
| 20:45 | 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key. Bumped msgcat to ve... check-in: 520c9e9ff7 user: oehhar tags: trunk | |
|
2013-05-25
| ||
| 03:26 | Repair some stack depth housekeeping. check-in: 3ebbf5fefa user: dgp tags: trunk | |
|
2013-05-24
| ||
| 18:37 | 3613854 - Fixup stack maintenance /code generation for [array set x $oddList]. Postscript - I see... check-in: 77f74854f9 user: dgp tags: trunk | |
| 10:39 | merge trunk check-in: 6604e2cb37 user: dgp tags: dgp-refactor | |
|
2013-05-23
| ||
| 20:24 | Spare developers the burden and error risk of counting bytes in string literals, or having to type t... check-in: b89a07c1fc user: dgp tags: trunk | |
| 18:42 | merge trunk check-in: 7c1b88ceaf user: dgp tags: dgp-refactor | |
| 18:32 | Eliminate code duplication. check-in: 948546755c user: dgp tags: trunk | |
| 18:13 | merge trunk check-in: 19a741f795 user: dgp tags: dgp-refactor | |
| 11:40 | merge-mark check-in: 60f412d6a8 user: jan.nijtmans tags: trunk | |
|
2013-05-22
| ||
| 16:39 | Removed const qualifier causing the HP native cc to error out (error 1675: Duplicate type qualifier ... check-in: 6d9213be40 user: andreask tags: trunk | |
| 13:34 | silence compiler warning check-in: 13314a4573 user: dgp tags: trunk | |
| 13:07 | [3613609]: Replace strcasecmp() with UTF-8-aware version. check-in: 89f027f118 user: dkf tags: trunk | |
| 10:36 | * doc/file.n: [Bug 3613671]: Added note to portability section on the fact that [file owned] does ... check-in: a9869d4e5a user: dkf tags: trunk | |
|
2013-05-20
| ||
| 16:14 | Merge trunk. Still crippled in the same way as before. check-in: d99df0e9f0 user: dgp tags: dgp-refactor | |
| 15:10 | 3613569 Handle case when TclpTempFileNameForLibrary returns NULL. check-in: 5548df43ec user: dgp tags: trunk | |
| 14:17 | [3613567]: Corrected sense of test on results of access() in temp file creation. check-in: 98e89843c0 user: dkf tags: trunk | |
|
2013-05-19
| ||
| 20:37 | Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate possibly conflicting LOC... check-in: 837d5a924d user: jan.nijtmans tags: trunk | |
| 19:09 | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by Pietro Cerutti check-in: 29afce30ee user: jan.nijtmans tags: trunk | |
|
2013-05-18
| ||
| 13:25 | Split tclCompCmds.c into two roughly-equal-sized pieces. check-in: acbaf52e6e user: dkf tags: trunk | |
|
2013-05-17
| ||
| 17:56 | Merge trunk. Conflicts resolved. Branch builds and runs ok. Still does not have the new expand-su... check-in: 67c1291e8a user: dgp tags: dgp-refactor | |
| 17:00 | Merge near-trunk. check-in: d3d95087d5 user: dgp tags: dgp-refactor | |
| 14:09 | fix directory where tclWinPanic.c resides check-in: 24bf5a61dd user: jan.nijtmans tags: win-console-panic | |
| 11:02 | Remove useless variables. check-in: 1b1edcdcc7 user: dkf tags: trunk | |
| 07:36 | rebase check-in: 3a8c190af0 user: jan.nijtmans tags: win-console-panic | |
| 07:24 | Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it works, it has the side-... check-in: f13860c832 user: jan.nijtmans tags: trunk | |
|
2013-05-16
| ||
| 17:43 | Sigh. Fix version number of package "platform" in the Makefile.n files. Future: Write a small tcl sc... check-in: 0dcab17710 user: andreask tags: trunk | |
| 13:24 | Confirmed that every caller of TclProcCompileProc() arranges for the procPtr and nsPtr arguments: ns... Closed-Leaf check-in: 9424cfeac1 user: dgp tags: dkf-review | |
| 12:33 | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-... check-in: 562f5e0679 user: jan.nijtmans tags: trunk | |
|
2013-05-15
| ||
| 20:32 | Unless I'm missing something, this patch to TclCompileListCmd() should eliminate pointless, wasteful... Closed-Leaf check-in: 2f95126244 user: dgp tags: dgp-compile-list-shimmer | |
| 16:55 | Fix platform version mismatch between code and index. check-in: d64159a66f user: andreask tags: trunk | |
| 15:18 | Disabled some code in TclCompileScript(). Test suite results are unaffected. Does this indicate a g... check-in: e7415ccfa3 user: dgp tags: dkf-review | |
| 13:27 | Trunk merged. Conflicts resolved. New functionality not yet enabled. check-in: 775ad8abf2 user: dgp tags: dgp-refactor | |
| 10:56 | Removing a few changes that were not actually needed, and correcting comments. check-in: e112c51022 user: dkf tags: trunk | |
| 10:44 | merge-mark check-in: d6300a7bf5 user: dkf tags: trunk | |
| 10:41 | A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (and the complex machine... check-in: 40f8bba871 user: dkf tags: trunk | |
| 10:41 | merge-mark check-in: 6f516aeb48 user: jan.nijtmans tags: trunk | |
| 10:41 | merge trunk Closed-Leaf check-in: c76fb949b9 user: dkf tags: dkf-bcc-optimize | |
| 10:38 | A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (and the complex machine... check-in: a42aa0a38c user: dkf tags: dkf-bcc-optimize | |
|
2013-05-14
| ||
| 18:44 | make dist check-in: 652c4f2107 user: dgp tags: trunk | |
| 12:39 | merge trunk check-in: 56cdb9f4ce user: dgp tags: dgp-refactor | |
|
2013-05-13
| ||
| 16:59 | Merged fix to bytecode engine problem. Details in merged revision. check-in: 01e27a732a user: andreask tags: trunk | |
| 14:35 | merge trunk check-in: c366eda7c3 user: dgp tags: dgp-refactor | |
| 14:23 | compiler warning check-in: 49281094f1 user: dgp tags: trunk | |
| 14:12 | Solved with a Tcl_ResetResult() call. check-in: 2569f069d9 user: dgp tags: dgp-refactor | |
| 14:07 | Upgrade to zlib 1.2.8 check-in: f7bd677361 user: jan.nijtmans tags: trunk | |
| 14:05 | Cause of the failing tests is the second pass optimizing compile. The second pass is building on re... check-in: 49a20875f0 user: dgp tags: dgp-refactor | |
| 12:53 | Bring merge up to date with the trunk. Still suffers two test failures. check-in: 4700365c09 user: dgp tags: dgp-refactor | |
| 12:37 | Create stanza to set INST_LIST_EXPANDED to replace function lost in merge. Still have two failing te... check-in: 65eb9f36e1 user: dgp tags: dgp-refactor | |
| 11:18 | merge check-in: f4dd83a22d user: dgp tags: dgp-refactor | |
|
2013-05-12
| ||
| 00:44 | Optimizations and general bytecode generation improvements. check-in: efa1b5bb6b user: dkf tags: trunk | |
| 00:42 | Corrected the stack balancing in the special [list {*} ] compiler. check-in: 037223b708 user: dkf tags: dkf-bcc-optimize | |
| 00:04 | Fix implementation of INST_LIST_EXPANDED. check-in: db31442aff user: dkf tags: dkf-bcc-optimize | |
|
2013-05-11
| ||
| 20:02 | Partial fix: still ongoing check-in: faad6bf676 user: dkf tags: dkf-bcc-optimize | |
|
2013-05-10
| ||
| 19:08 | Merge to near-trunk. check-in: 6f527b2285 user: dgp tags: dgp-refactor | |
| 12:57 | Optimizations and general bytecode generation improvements. check-in: 18bcecceea user: dkf tags: dkf-bcc-optimize | |
|
2013-05-08
| ||
| 19:28 | Start branch reducing use of sprintf(). Closed-Leaf check-in: cef46dbe76 user: dgp tags: dgp-sprintf | |
| 15:47 | Corrected args -> arg arg ... in msgcat doc Closed-Leaf check-in: e74b5b596c user: oehhar tags: bug3036566 | |
| 14:52 | Document mcunknown format parameters check-in: 218c37d355 user: oehhar tags: bug3036566 | |
| 08:40 | Add install references and changes entry check-in: 18cd5e8964 user: oehhar tags: bug3036566 | |
| 08:24 | Also get msgcat locale from Vista+ registry key "HCU/Control Panel/Desktop : PreferredUILanguages" t... check-in: 6dd00195c1 user: oehhar tags: bug3036566 | |
|
2013-05-07
| ||
| 18:08 | merge trunk Closed-Leaf check-in: 53d0e4fb5c user: mig tags: mig-no280 | |
| 11:38 | No longer link Cygwin executables with zlib1.dll, but with cygz.dll. On Cygwin64 this doesn't work,... check-in: 76f6a1495e user: jan.nijtmans tags: trunk | |
|
2013-05-06
| ||
| 07:33 | Add support for Cygwin64, which has a 64-bit "long" type. Binary compatibility with win64 requires ... check-in: ad5495e548 user: jan.nijtmans tags: trunk | |
| 06:48 | merge-mark check-in: 86970292d9 user: jan.nijtmans tags: trunk | |
|
2013-04-30
| ||
| 18:49 | (::platform::LibcVersion): Followup to the 2013-01-30 change. The RE become too restrictive again. S... check-in: b15cddcf1f user: andreask tags: trunk | |
|
2013-04-29
| ||
| 12:34 | Bringing vexpr up to date with the latest trunk. Combining the vexpr patch with my fix to the m4 fi... Closed-Leaf check-in: 728208200b user: hypnotoad tags: hypnotoad-vexpr | |
| 12:31 | Bringing patch up to date with the latest trunk Closed-Leaf check-in: 216aa27e26 user: hypnotoad tags: hypnotoad-prefer-native-8.6 | |
| 09:31 | Improve code generation for [array set] in a common case. check-in: b274b30ee6 user: dkf tags: trunk | |
|
2013-04-25
| ||
| 07:40 | merge-mark check-in: f97e93ec09 user: jan.nijtmans tags: trunk | |
|
2013-04-23
| ||
| 14:15 | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as macros using Tcl_NewIntObj... check-in: 039d46054a user: jan.nijtmans tags: trunk | |
|
2013-04-19
| ||
| 09:39 | merge trunk Closed-Leaf check-in: 2be1ff116b user: jan.nijtmans tags: more-macros | |
| 09:12 | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-saving) macros around re... check-in: 73c89b805b user: jan.nijtmans tags: trunk | |
|
2013-04-16
| ||
| 20:20 | merge-mark check-in: 5025e53b83 user: dgp tags: trunk | |
| 17:34 | merge trunk check-in: 03a0f57813 user: dgp tags: bug-2502002 | |
|
2013-04-12
| ||
| 11:27 | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack space, is (marginally) f... check-in: 0d1aa1bcb8 user: jan.nijtmans tags: trunk | |
|
2013-04-11
| ||
| 21:30 | More progress. NR-enable [interp] and [$slave], completely with invokehidden subcommand. Test suit... check-in: 895289c52a user: dgp tags: bug-2502002 | |
| 19:36 | More revisions let multi-interp test case work, but at cost of panics and segfaults. Pushing the NR... check-in: 21d32f3242 user: dgp tags: bug-2502002 | |
| 15:10 | rebase check-in: f3309c1997 user: jan.nijtmans tags: initsubsystems | |
| 14:39 | New internal routine TclNRInvoke() - NR-enabled path through the machinery behind invokehidden comma... check-in: db2d5a1b57 user: dgp tags: bug-2502002 | |
| 13:35 | merge trunk check-in: 5a1c73c881 user: dgp tags: bug-2502002 | |
| 12:26 | merge mark check-in: 6b78eda9dd user: dgp tags: trunk | |
| 10:18 | rebase check-in: 1ef49d9a0e user: jan.nijtmans tags: initsubsystems | |
|
2013-04-09
| ||
| 20:45 | 3608714 Stop [string replace] refusing to replace empty substrings. check-in: 00e0754b40 user: dgp tags: bug-3608714 | |
| 20:01 | added some test cases, based on bug report check-in: 2bf9b851b9 user: dkf tags: bug-3610404 | |
| 19:04 | Use the double-secret iPtr->lookupNsPtr field to get post-enter-trace re-resolutions of commands don... check-in: 50ca00e10f user: dgp tags: bug-3610404 | |
| 17:46 | First simple-minded attempt at fix. Fixes the demo script. Causes massive test failures. Leaf check-in: 6a70fd9dd8 user: dgp tags: bug-3610383 | |
|
2013-04-08
| ||
| 20:29 | fix http package installation check-in: 106daecfca user: jan.nijtmans tags: trunk | |
| 20:07 | 3610026 Stop crash when the number of "colors" in a regular expression overflows a short int. Thank... check-in: f8f456846f user: dgp tags: trunk | |
| 18:11 | Revise TclNREvalObjv so that pre-resolution of the Command by a caller does not force suppression of... check-in: cc11942e49 user: dgp tags: bug-2502002 | |
| 15:58 | Documentation fix. check-in: e3d216f079 user: dgp tags: trunk | |
|
2013-04-05
| ||
| 08:46 | merge trunk check-in: 8647fce932 user: dkf tags: dkf-http-cookies | |
|
2013-04-04
| ||
| 17:18 | merge-mark check-in: a0ad7c4dd4 user: dgp tags: trunk | |
| 15:00 | Bump http to 2.8.7 in the other dozen places as well. check-in: 30ee96e61d user: max tags: trunk | |
| 14:52 | Bump http to 2.8.7 check-in: 6021cc928a user: max tags: trunk | |
| 14:42 | Allow URLs that don't have a path, but a query query, e.g. http://example.com?foo=bar . check-in: a0172365d2 user: max tags: trunk | |
| 07:07 | Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs. check-in: 45d8edf1bb user: jan.nijtmans tags: trunk | |
|
2013-04-03
| ||
| 21:27 | merge trunk check-in: a01b93b18e user: jan.nijtmans tags: more-macros | |
| 21:24 | rebase check-in: b7d15a1a4b user: jan.nijtmans tags: initsubsystems | |
| 21:07 | rebase check-in: 22d20ff38b user: jan.nijtmans tags: win-console-panic | |
| 20:50 | some more "ignore-glob" patterns check-in: 4783ead091 user: jan.nijtmans tags: trunk | |
| 13:27 | merge-mark check-in: 48f5143259 user: jan.nijtmans tags: trunk | |
| 13:15 | merge-mark check-in: 13e5002af4 user: dgp tags: trunk | |
| 13:12 | rebase increase limit to 26000 characters check-in: 5e330292a6 user: jan.nijtmans tags: win-console-panic | |
| 12:38 | better comments check-in: 78ecb6410c user: jan.nijtmans tags: initsubsystems | |
|
2013-04-01
| ||
| 21:48 | Use Tcl_InitSubsystems in Tcl_Main macro check-in: 64763c55bf user: jan.nijtmans tags: initsubsystems | |
| 16:45 | initsubsystems check-in: ad3c7bfca4 user: jan.nijtmans tags: initsubsystems | |
|
2013-03-31
| ||
| 22:09 | 2 lines not used any more check-in: f40ca07559 user: jan.nijtmans tags: initsubsystems | |
| 20:27 | Fix Tcl_Main macro check-in: eed03000ed user: jan.nijtmans tags: initsubsystems | |
| 20:17 | Going forward trying to define a better Tcl_InitStubsystems() check-in: f1f393d1f0 user: jan.nijtmans tags: initsubsystems | |
| 19:32 | better leave tclPanic.c as it was check-in: 394d222af4 user: jan.nijtmans tags: win-console-panic | |
| 19:12 | Use more macros in stead of thin wrapper functions. check-in: 3236f03180 user: jan.nijtmans tags: more-macros | |
|
2013-03-30
| ||
| 21:44 | Better Windows console panic proc, still to be TIPped. check-in: 429d0febb3 user: jan.nijtmans tags: win-console-panic | |
|
2013-03-29
| ||
| 13:17 | revert previous 2 commits: Setting argv0 as well is not a good idea. Needs to be worked out further,... Closed-Leaf check-in: 78c782a997 user: jan.nijtmans tags: initsubsystems2 | |
| 12:46 | Always set "argv0", irrespective of the "argc" value. check-in: 6d95830845 user: jan.nijtmans tags: initsubsystems2 | |
| 12:29 | Set the "argv0" variable as well as "argc"/"argv", if specified. This makes Tcl_InitSubsystems set t... check-in: 07ffdd7695 user: jan.nijtmans tags: initsubsystems2 | |
| 10:08 | New version, which takes the TCL_INIT_PANIC flag and the pseudo interpreter stuff out, without losin... check-in: 3ae7bcc7f0 user: jan.nijtmans tags: initsubsystems2 | |
| 07:49 | How would it look like, if the various initializations were split in separate commands? Closed-Leaf check-in: 14318b338f user: jan.nijtmans tags: initsubsystems2-split | |
|
2013-03-28
| ||
| 21:33 | merge trunk check-in: 092350c306 user: jan.nijtmans tags: initsubsystems2 | |
| 20:50 | Demonstrate how the Tcl_Main() macro can use Tcl_InitSubsystems(), as fully equivalent replacement o... Closed-Leaf check-in: c65adb6b19 user: jan.nijtmans tags: initsubsystems2 | |
| 14:49 | merge-mark check-in: ab56b33031 user: jan.nijtmans tags: trunk | |
| 11:50 | merge trunk. typo check-in: 77d3c41af0 user: jan.nijtmans tags: initsubsystems2 | |
|
2013-03-27
| ||
| 18:48 | Tolerate NULL interps check-in: 877c8ac162 user: dgp tags: trunk | |
| 15:46 | renumber flag values, improve doc. check-in: 8e182c8395 user: jan.nijtmans tags: initsubsystems2 | |
| 14:13 | merge-mark check-in: 6a633181a3 user: jan.nijtmans tags: trunk | |
| 10:49 | merge-mark check-in: 8da6d71781 user: jan.nijtmans tags: trunk | |
| 07:51 | Version with all TCL_INIT_CREATE_XXX flags back check-in: b086c08897 user: jan.nijtmans tags: initsubsystems2 | |
|
2013-03-26
| ||
| 18:00 | merge trunk so review patch/diff is smaller check-in: 0dd323deff user: dgp tags: initsubsystems | |
| 15:57 | Looks like TCL_INIT_CUSTOM (previously known as TCL_INIT_STUFF) is not a bad idea at all, provided i... check-in: a89da0d045 user: jan.nijtmans tags: initsubsystems | |
| 13:58 | Add TCL_INIT_STUFF check-in: 2b53c1a5ac user: jan.nijtmans tags: initsubsystems | |
| 10:46 | Don't initialize the encoding subsystem any more in Tcl_InitSubsystems(). check-in: 95b6e24fda user: jan.nijtmans tags: initsubsystems2 | |
| 10:20 | Version having TCL_INIT_PANIC as only Tcl_InitSubsystems() flag check-in: 02bff4de7f user: jan.nijtmans tags: initsubsystems | |
|
2013-03-25
| ||
| 15:00 | TCL_INIT_ENCODINGPATH check-in: 19f0825e7e user: jan.nijtmans tags: initsubsystems | |
|
2013-03-22
| ||
| 23:08 | Update to tzdata2013b check-in: 2fa10e0214 user: venkat tags: trunk | |
| 13:22 | If TCL_NO_DEPRECATED is defined, don't depend on Tcl_CreateMathFunc()/Tcl_SaveResult() in testcases ... check-in: 8c696d0203 user: jan.nijtmans tags: trunk | |
| 11:35 | merge trunk check-in: 7107b724db user: jan.nijtmans tags: initsubsystems | |
|
2013-03-21
| ||
| 14:56 | merge-mark check-in: 5d80e6de9b user: jan.nijtmans tags: trunk | |
| 14:45 | Remove duplicated tests. The enhancements to fCmd-30.[12] and the new test case fCmd-30.3 were backp... check-in: 45e154a241 user: jan.nijtmans tags: trunk | |
| 14:42 | test suite hygiene check-in: 5115309a0d user: dgp tags: trunk | |
| 14:35 | 2102614 Add ensemble indexing support to [auto_mkindex]. Thanks Brian Griffin. check-in: 3541de0a97 user: dgp tags: trunk | |
|
2013-03-20
| ||
| 15:39 | Bring forward tests to trunk check-in: 6dc8fe8244 user: dgp tags: trunk | |
| 14:10 | merge trunk check-in: 5a5d0ec834 user: mig tags: mig-no280 | |
| 13:41 | Slightly more correct: If FindFirstFile() fails, the error should be "no such file or directory" (EN... check-in: d2de88281c user: jan.nijtmans tags: trunk | |
|
2013-03-19
| ||
| 14:59 | Handle the (unlikely) case that the file is deleted in between. Suggested by Harald Oehlmann (Thanks... check-in: 7eee715c3f user: jan.nijtmans tags: trunk | |
| 14:39 | 3597000 Consistent [file copy] result. check-in: 64f4ffa382 user: dgp tags: trunk | |
| 13:57 | [Bug 3608360]: Incompatible behaviour of "file exists". check-in: 5567ed9fa5 user: jan.nijtmans tags: trunk | |
| 13:13 | Test independence in fCmd.test check-in: 207842b573 user: dgp tags: trunk | |
| 11:55 | Back out bug fix for [Bug 2893771], because it was the cause of the regression. check-in: 61ca003f52 user: jan.nijtmans tags: trunk | |
| 11:48 | Check for wildcards if we've used FindFirstFile inside NativeAccess. Closed-Leaf check-in: 99d56dff4b user: dkf tags: bug-3608360 | |
| 10:18 | [Bug 3606390]: Fix isolation of test string-6.37. check-in: 872241114a user: dkf tags: trunk | |
| 10:01 | [Bug 3606387]: Fix isolation of test scan-7.4. Also updated scan.test to use tcltest 2 properly. check-in: 44ed41f429 user: dkf tags: trunk | |
|
2013-03-18
| ||
| 18:37 | Test independence in fileSystem.test check-in: 5db36f952e user: dgp tags: trunk | |
| 18:00 | Test independence in unixFCmd.test check-in: 704a4f5023 user: dgp tags: trunk | |
| 14:30 | [Bug 3608360]: Test to make sure we never let [file exists] do globbing. check-in: 4d12cfb47c user: dkf tags: trunk | |
| 12:41 | Merging in changes from trunk Closed-Leaf check-in: e580295bc9 user: seandeelywoods tags: hypnotoad-bug-3598385 | |
| 12:38 | Merging with updates from trunk check-in: 0827b509f2 user: seandeelywoods tags: hypnotoad-vexpr | |
| 12:37 | Updating with latest fixes from trunk check-in: e92018c3bf user: seandeelywoods tags: hypnotoad-prefer-native-8.6 | |
|
2013-03-12
| ||
| 12:53 | merge trunk check-in: d78ed2315d user: dgp tags: dgp-refactor | |
| 08:47 | Patch by Andrew Shadura, providing better support for three architectures they have in Debian. check-in: ab91ada793 user: jan.nijtmans tags: trunk | |
|
2013-03-11
| ||
| 19:06 | 3606391 trace.test test independence. check-in: 47cb241e14 user: dgp tags: trunk | |
| 17:40 | Greater protection against double TclFreeObj() calls in TCL_MEM_DEBUG mode. check-in: 081509f926 user: dgp tags: trunk | |
| 12:55 | 3607246,3607372 Unbalanced refcounts of literals in the global literal table. check-in: c440d13b97 user: dgp tags: trunk | |
| 12:46 | merge trunk check-in: 1ea0f1cce2 user: dgp tags: dgp-literal-reform | |
| 01:42 | Bring over the literal reform ideas. check-in: 6333182519 user: dgp tags: dgp-refactor | |
| 01:38 | merge trunk check-in: 1158364b0d user: dgp tags: dgp-refactor | |
|
2013-03-10
| ||
| 16:13 | Don't scan the whole literal list seeking the one value that can cause a circular reference, when w... check-in: 674a1ecef4 user: dgp tags: dgp-literal-reform | |
| 15:10 | When possible, move literals instead of copying them. check-in: bf1bea5357 user: dgp tags: dgp-literal-reform | |
|
2013-03-08
| ||
| 21:24 | 3607372 Correct literal refcounting. check-in: f1a5efa5f0 user: dgp tags: dgp-literal-reform | |
| 21:14 | 3607372 Correct literal refcounting. Closed-Leaf check-in: 1c1952f439 user: dgp tags: bug-3607372 | |
| 20:57 | msvc compiler warning: signed-unsigned mismatch. check-in: 8af2068174 user: jan.nijtmans tags: trunk | |
| 19:11 | Now change to store a simple array of (Tcl_Obj *) literal values in CompileEnv. WARNING! This will ... check-in: 8d274fcbcf user: dgp tags: dgp-literal-reform | |
| 18:49 | Simplify the TclCreateLiteral() interface. Save the complexity for within tclLiteral.c where it is ... check-in: 9a1eac84fd user: dgp tags: dgp-literal-reform | |
| 01:37 | Restore the optional return of a (LiteralEntry *) by TclCreateLiteral so that refCounts can be incre... check-in: b64e393eac user: dgp tags: dgp-literal-reform | |
|
2013-03-07
| ||
| 22:26 | Restore the "find-only" mode of TclCreateLiteral(). check-in: 75ceac5253 user: dgp tags: dgp-literal-reform | |
| 22:17 | Fix for Bug 3607246 closes the memleaks and stops the panics. check-in: e2a1f97623 user: dgp tags: dgp-literal-reform | |
| 21:30 | Work in progress reworking how literals are stored. First effort is replacing the string based loca... check-in: 8de868a03b user: dgp tags: dgp-literal-reform | |
| 21:16 | Correct unbalanced effect of TclInvalidateCmdLiteral() on the refcounts of literals in the global ta... Closed-Leaf check-in: 03fa2a45da user: dgp tags: bug-3607246 | |
| 04:44 | merge trunk check-in: a9b009d0e5 user: dgp tags: dgp-refactor | |
|
2013-03-06
| ||
| 21:55 | Cleaner error handling in fixempties(). check-in: c769b9bb91 user: dgp tags: trunk | |
| 20:54 | merge trunk check-in: 54d0ba332e user: dgp tags: dgp-refactor | |
| 20:50 | 3604074,3606683 Rewrite of the fixempties() routine (and supporting routines) to completely eliminat... check-in: 4d7eba11ad user: dgp tags: trunk | |
| 20:25 | merge trunk Closed-Leaf check-in: 83fa62555b user: dgp tags: bug-3606683 | |
| 20:19 | Rework into Tcl 8.5+ coding style. check-in: e2e917cba4 user: dgp tags: bug-3606683 | |
| 18:10 | Indent reduction in fixempties() check-in: db9ee67ba8 user: dgp tags: bug-3606683 | |
| 17:33 | Use flag argument to combine copy(nonempty)* routines into copy* routines. check-in: ef621551bc user: dgp tags: bug-3606683 | |
| 16:27 | New routine hasnonemptyout() for minor improvement to new fixempties(). check-in: 959e0edb20 user: dgp tags: bug-3606683 | |
| 13:38 | merge trunk check-in: e15ac1e46b user: jan.nijtmans tags: initsubsystems | |
| 13:37 | merge trunk check-in: 1c0213ef18 user: jan.nijtmans tags: tip-389-impl | |
| 12:26 | Tell fossil and Eclipse that the default eol-convention is LF. Tell fossil which files are binary a... check-in: da4c323ede user: jan.nijtmans tags: trunk | |
|
2013-03-05
| ||
| 23:44 | merge trunk check-in: 9b6195c25c user: mig tags: mig-no280 | |
| 22:35 | merge trunk; resolve conflicts check-in: 5e76cf24a8 user: dgp tags: dgp-refactor | |
| 22:13 | New internal routine TclFetchLiteral() for better CompileEnv encapsulation. check-in: b98f550ddf user: dgp tags: trunk | |
| 20:19 | Remove from tclCompile.h declarations used in only one source file. check-in: 0db2298136 user: dgp tags: trunk | |
| 19:48 | Remove TclInitCompilation() declaration with no definition. check-in: b2050b3947 user: dgp tags: trunk | |
| 18:35 | merge trunk check-in: d1e83b542c user: dgp tags: dgp-refactor | |
| 14:01 | Contributed patch from Tom Lane <tgl@users.sf.net>. Rewrites parts of the regexp engine to avoid inf... check-in: 1ac3b956e9 user: dgp tags: bug-3606683 | |
|
2013-03-04
| ||
| 15:41 | merge mark check-in: c3555b23bf user: dgp tags: trunk | |
|
2013-03-03
| ||
| 17:58 | unix/configure: regenerated. check-in: 3cbcd8e900 user: jenglish tags: trunk | |
| 17:57 | Unix terminal and serial port I/O: retire obsolete termio and sgtty code, general cleanup. See SF [... check-in: 993c21721a user: joe tags: trunk | |
|
2013-03-02
| ||
| 20:32 | ... which means struct TtyState can be replaced with struct FileState. Closed-Leaf check-in: a0a30dc1e2 user: joe tags: jenglish-termios-cleanup | |
| 20:06 | Member TtyState.savedState set in TtyInit() but never subsequently used. This can go away... check-in: add199644a user: joe tags: jenglish-termios-cleanup | |
| 07:52 | TtyParseMode signature simplification: take single pointer to struct TtyAttrs instead of separate p... check-in: ffc66250fc user: jenglish tags: jenglish-termios-cleanup | |
| 07:30 | More ifdef shuffling: GETREADQUEUE and GETWRITEQEUE always defined, dummy implementations return 0 i... check-in: 5db764042b user: jenglish tags: jenglish-termios-cleanup | |
| 07:22 | Do not use strncasecmp(). It is nonstandard and not portable. Use Tcl_UtfNcasecmp() instead. check-in: ebcb4500bd user: jenglish tags: jenglish-termios-cleanup | |
| 07:19 | Do not use strncasecmp(). It is nonstandard and not portable. Closed-Leaf check-in: 8b86a7d30f user: jenglish tags: jenglish-termios-cleanup | |
|
2013-03-01
| ||
| 23:57 | unix/configure: regenerated. check-in: 7b597d4160 user: jenglish tags: jenglish-termios-cleanup | |
| 23:53 | Replace broken SC_SERIAL_PORT macro with plain AC_CHECK_HEADERS tests. check-in: 686239894b user: jenglish tags: jenglish-termios-cleanup | |
| 22:52 | merge trunk: check-in: 89b0073ee3 user: dgp tags: dgp-refactor | |
| 21:13 | ifdef shuffling: TIOCMC[GS]ET ioctls are not specified by POSIX, so we can't assume they are present... check-in: b62235d0e5 user: jenglish tags: jenglish-termios-cleanup | |
| 18:47 | [Bug 3606397]: Make test work in isolation, and corrected what was being tested. check-in: 921106e91c user: dkf tags: trunk | |
| 18:33 | [Bug 3606542]: Add missing constraint to test. check-in: 068506d5f1 user: dkf tags: trunk | |
|
2013-02-28
| ||
| 21:52 | TtyGetOptionProc: remove inoperative comment "The string returned by this function is in static sto... check-in: e62e3d1877 user: jenglish tags: jenglish-termios-cleanup | |
| 17:09 | merge trunk check-in: e37a95335b user: dgp tags: dgp-refactor | |
| 17:08 | Revise TclReleaseLiteral() to tolerate a NULL interp argument. Update callers and revise mistaken co... check-in: c192ffaad6 user: dgp tags: trunk | |
| 15:05 | merge trunk check-in: 0c45bc8da1 user: dgp tags: dgp-refactor | |
| 14:19 | fix coroutine-4.6 so that it runs in isolation, [Bug 3606395] check-in: 2c8c39bdf1 user: mig tags: trunk | |
| 13:03 | merge trunk check-in: b357321c05 user: mig tags: mig-no280 | |
| 08:47 | Use more macro's in stead of thin wrapper functions. check-in: 3b51901dfc user: jan.nijtmans tags: more-macros | |
| 08:29 | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros. check-in: 03b46ac836 user: jan.nijtmans tags: trunk | |
|
2013-02-27
| ||
| 23:48 | TtyGetBaud(), TtyGetSpeed(): use POSIX speed_t typedef instead of 'unsigned long'. check-in: 332ffa37e6 user: jenglish tags: jenglish-termios-cleanup | |
| 22:30 | Remove IOSTATE facade: it's always a struct termios. check-in: 8ca75fe668 user: jenglish tags: jenglish-termios-cleanup | |
| 22:12 | ifdef reduction - missed a couple spots (#if ... defined(USE_TERMIO)) check-in: 101dfc5395 user: jenglish tags: jenglish-termios-cleanup | |
| 21:09 | ifdef reduction: SUPPORTS_TTY defined if and only if USE_TERMIOS defined. check-in: b63d89e585 user: jenglish tags: jenglish-termios-cleanup | |
| 20:33 | For termios, we never want DIRECT_BAUD; always use the symbolic constants as prescribed by POSIX. check-in: bab772b6a5 user: jenglish tags: jenglish-termios-cleanup | |
| 19:53 | termios cleanup step 1: remove USE_TERMIO and USE_SGTTY conditional sections (mechanical change, don... check-in: 2b1e1359fe user: jenglish tags: jenglish-termios-cleanup | |
| 17:49 | merge trunk check-in: ae24060008 user: dgp tags: dgp-refactor | |
| 17:48 | minor: formatting tweaks in the change log check-in: 95baa65e2e user: dkf tags: trunk | |
| 15:33 | Somewhat tidier, less daunting test. check-in: bb0c2651c0 user: dgp tags: trunk | |
| 13:26 | Wrap test-case over multiple lines check-in: 807251dc1a user: jan.nijtmans tags: trunk | |
| 11:42 | Some VOID -> void, Tcl_TraceVar -> Tcl_TraceVar2 and Tcl_VarTraceInfo -> Tcl_VarTraceInfo2 conversio... check-in: bc5a4c82f4 user: jan.nijtmans tags: trunk | |
| 08:19 | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom Lane for providing the ... check-in: 3cb628fa5e user: jan.nijtmans tags: trunk | |
|
2013-02-26
| ||
| 17:48 | merge trunk check-in: 5cdc56d804 user: dgp tags: dgp-refactor | |
| 17:48 | Remove from tclIO.h structs used only in tclIO.c. check-in: f02d4b5c29 user: dgp tags: trunk | |
| 13:37 | [Bug 3605120]: Stop test chan-io-28.7 from hanging when run standalone. check-in: 6186ad3f14 user: dkf tags: trunk | |
| 10:17 | Don't panic if Tcl_ConvertToType is called for a type that doesn't have a setFromAnyProc, create a p... check-in: d6219fccc2 user: jan.nijtmans tags: trunk | |
|
2013-02-25
| ||
| 18:31 | [Bug 3605721]: Test independence fixes for binary-41.* check-in: 810e56be3c user: dkf tags: trunk | |
| 18:19 | merge trunk check-in: 603ebf1760 user: dgp tags: dgp-refactor | |
| 18:17 | Repair linked list management in Tcl_DeleteCloseHandler(). CloseCallback struct used only locally. ... check-in: c3e51e7bce user: dgp tags: trunk | |
| 16:46 | merge trunk check-in: 75efda89ec user: dgp tags: dgp-refactor | |
| 16:41 | LimitHandler struct used only locally. Remove from tclInt.h check-in: bf6457d2fe user: dgp tags: trunk | |
| 16:05 | merge trunk check-in: 73e2db1b36 user: dgp tags: dgp-refactor | |
| 16:03 | Merge trunk. Unicode 6.3 does not have that many spaces..... check-in: 0e5e775003 user: jan.nijtmans tags: tip-389-impl | |
| 16:00 | Remove unused struct InterpList. check-in: c522399ab8 user: dgp tags: trunk | |
| 15:45 | Array Search struct used only locally. Remove from tclInt.h. check-in: d37e373c83 user: dgp tags: trunk | |
| 15:35 | ArraySearch struct used only locally. Remove from tclInt.h. check-in: 0e027e1610 user: dgp tags: dgp-refactor | |
| 14:58 | merge trunk check-in: ee6e67fe2b user: dgp tags: dgp-refactor | |
| 14:55 | 3605719,3605720 Test independence. Thanks Rolf Ade for patches. check-in: c4b02b8c49 user: dgp tags: trunk | |
| 13:49 | merge trunk check-in: 3b77ae7a29 user: dgp tags: dgp-refactor | |
| 13:38 | Merge trunk. Upgrade all tables to Unicode 6.3 (not released yet) check-in: adf88dd045 user: jan.nijtmans tags: tip-389-impl | |
| 13:16 | For Unicode 6.3, mongolian vowel separator (U+180e) is nominated to change character class from Spac... check-in: b553432c31 user: jan.nijtmans tags: trunk | |
|
2013-02-24
| ||
| 12:17 | merge trunk check-in: 8738bbd988 user: mig tags: mig-no280 | |
|
2013-02-23
| ||
| 20:16 | merge trunk. Comment improvements, styling. check-in: 3f9ac86c63 user: jan.nijtmans tags: initsubsystems | |
| 20:00 | Bug [3599194]: compat/fake-rfc2553.c is broken check-in: 3f470535de user: jan.nijtmans tags: trunk | |
| 11:19 | merge trunk. Simplify dummy "interp" struct. check-in: 10fb5497e9 user: jan.nijtmans tags: initsubsystems | |
| 04:08 | New BA routines _Size() and Copy(). Use BA_AuxData in CompileEnv. check-in: de39cce7e6 user: dgp tags: dgp-refactor | |
|
2013-02-22
| ||
| 19:24 | refactor so that all access to auxDataArrayPtr field are in tclCompile.c. check-in: a5c5bd22d0 user: dgp tags: dgp-refactor | |
| 19:17 | merge trunk check-in: fe0d62b5d5 user: dgp tags: dgp-refactor | |
| 19:10 | unused variables check-in: 0ca3bfd67d user: dgp tags: trunk | |
| 19:05 | Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine. Stop crashes when the hookP... check-in: 541899f7c7 user: dgp tags: trunk | |
| 15:01 | Convert the JumpList stack to storage in a BrodnikArray. check-in: f9fa79b99b user: dgp tags: dgp-refactor | |
| 13:40 | revert unnecessary invalidate string rep check-in: 91133d74f9 user: mig tags: mig-no280 | |
| 13:25 | merge trunk check-in: db7dc35588 user: mig tags: mig-no280 | |
| 13:24 | clear the string rep of bcSrcPtr if it was generated by a trace check-in: 977246ec27 user: mig tags: mig-no280 | |
|
2013-02-21
| ||
| 14:49 | Revise [namespace export] to not call Tcl_Export(). This still isn't as nice as one would hope. Wha... check-in: 2cd5f5a56f user: dgp tags: dgp-refactor | |
| 13:04 | merge trunk check-in: 04f150ae38 user: dgp tags: dgp-refactor | |
| 03:24 | 3605447 Make sure the -clear option to [namespace export] always clears, whether or not new export p... check-in: a2b4b773d4 user: dgp tags: trunk | |
|
2013-02-20
| ||
| 15:04 | merge trunk check-in: 1684a55b42 user: dgp tags: dgp-refactor | |
| 12:47 | merge trunk. doc improvements check-in: 90fc621127 user: jan.nijtmans tags: initsubsystems | |
| 11:43 | [Bug 3605401]: Compiler error with latest mingw-w64 headers. check-in: 935bea4747 user: jan.nijtmans tags: trunk | |
| 11:40 | [Bug 3605401]: Compiler error with latest mingw-w64 headers. Closed-Leaf check-in: 0db74d9ccc user: jan.nijtmans tags: bug-3605401 | |
| 10:25 | Bug 3605401: Compiler error with latest mingw-w64 headers check-in: d67be824f8 user: jan.nijtmans tags: bug-3605401 | |
|
2013-02-19
| ||
| 19:08 | Store the export pattern list of a Namespace in a Tcl list. Don't use a BrodnikArray. Tcl list is b... check-in: 6e3269c313 user: dgp tags: dgp-refactor | |
| 17:11 | Refactor so all refs to exportArrayPtr field are in tclNamesp.c check-in: f65e7b0320 user: dgp tags: dgp-refactor | |
| 15:47 | Revise Append and Detach ops on BrodnikArray to work with pointers. This makes more data copying opt... check-in: 9215a31935 user: dgp tags: dgp-refactor | |
| 13:22 | merge trunk check-in: 358258bd5f user: dgp tags: dgp-refactor | |
| 11:36 | Fix bug #2438181: Incorrect error reporting in traces. Test-case and fix provided by Poor Yorick. check-in: 30b7b8d858 user: jan.nijtmans tags: trunk | |
|
2013-02-17
| ||
| 22:14 | merge trunk Closed-Leaf check-in: b811284fad user: jan.nijtmans tags: better-deprecation | |
| 21:03 | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tclAppInit.c, both UNIX and Win. check-in: c5362b1bbd user: jan.nijtmans tags: trunk | |
| 13:02 | Doc improvements. Use freeProc field of pseudo interpreter to store the magic value. check-in: f95bca8d3c user: jan.nijtmans tags: initsubsystems | |
|
2013-02-15
| ||
| 21:09 | Re-implement TclLog2() as call to TclMSB(). Fix RequirePrecision comments. check-in: f96c55017d user: dgp tags: dgp-refactor | |
| 20:27 | Replace the JumpFixupArray with a BrodnikArray of JumpFixup. check-in: affdb3a496 user: dgp tags: dgp-refactor | |
| 18:51 | Convert the array of CmdLocation in the CompileEnv struct to a BrodnikArray. check-in: 44ba7ef101 user: dgp tags: dgp-refactor | |
| 15:34 | merge trunk check-in: 24c3ab2c88 user: dgp tags: dgp-refactor | |
| 15:32 | 3604074 Fix regexp optimization to stop hanging on the expression ((((((((a)*)*)*)*)*)*)*)* . Thank... check-in: d706380005 user: dgp tags: trunk | |
| 14:41 | merge trunk check-in: 7978262fd5 user: mig tags: mig-no280 | |
| 14:21 | merge trunk: check-in: f95a1f3321 user: dgp tags: dgp-refactor | |
| 13:01 | Eliminate last use of Tcl_SetResult (except the use in the Test suite) Fix depreciation message in t... check-in: 5624da85e3 user: jan.nijtmans tags: trunk | |
| 10:29 | Merge trunk. Move Tcl_InitSubsystems documentation to its own manpage check-in: 2c1aac6d79 user: jan.nijtmans tags: initsubsystems | |
|
2013-02-14
| ||
| 13:49 | merge-mark check-in: 482e6777f0 user: jan.nijtmans tags: trunk | |
| 13:24 | ChangeLog corrected: msgcat issue must not be XP specific check-in: b8b8789444 user: oehhar tags: trunk | |
| 12:11 | [Bug 3604576]: msgcat-1.5.0.tm error on windows XP check-in: a93771b3e5 user: jan.nijtmans tags: trunk | |
| 10:11 | merge trunk check-in: 74eea63e68 user: jan.nijtmans tags: initsubsystems | |
| 09:01 | Improve some comments and quoting, no change in functionality. Only check for refCount == 0x6161616... check-in: 37c5e68b61 user: jan.nijtmans tags: trunk | |
|
2013-02-13
| ||
| 19:31 | Use a Brodnik array for the cache of env variable strings set by Tcl. check-in: f6c5711efa user: dgp tags: dgp-refactor | |
|
2013-02-11
| ||
| 19:01 | merge trunk check-in: 29af322735 user: dgp tags: dgp-refactor | |
| 13:50 | merge trunk Leaf check-in: 76befed959 user: mig tags: mig-alloc-reform | |
| 08:57 | Fix [Bug 3603553]. check-in: 58f4f4ca46 user: dkf tags: trunk | |
| 08:54 | Correction to comment in re key buffer size. Closed-Leaf check-in: 7ac67a7adf user: dkf tags: bug-3603553 | |
| 08:11 | [Bug 3603553]: Ensure that data gets written to the underlying stream by compressing transforms when... check-in: 872d5beba0 user: dkf tags: bug-3603553 | |
|
2013-02-10
| ||
| 17:33 | merge trunk check-in: 635340f79c user: mig tags: mig-no280 | |
| 13:26 | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> check-in: 4ef9e63656 user: jan.nijtmans tags: trunk | |
|
2013-02-09
| ||
| 15:33 | merge trunk check-in: 81bad31ec1 user: dgp tags: dgp-refactor | |
| 12:30 | [Bug 3603695]: Change the way that the [oo::object] 'varname' method is implemented so that there ar... check-in: 00a57768c1 user: dkf tags: trunk | |
| 12:25 | Apply a fix for the bug. Passes the test suite now. Closed-Leaf check-in: 42bc12523c user: dkf tags: bug-3603695 | |
|
2013-02-08
| ||
| 15:14 | merge trunk. Simplify Reference struct of tclPreserve.c. check-in: 115adf7562 user: dgp tags: dgp-refactor | |
| 14:07 | characterize bug check-in: c8569983d1 user: dkf tags: bug-3603695 | |
| 11:48 | merge trunk check-in: 9af350fd79 user: mig tags: mig-no280 | |
| 09:23 | [3603804]: Improve example to actually be capable of throwing the trapped errors check-in: 2ac1c24629 user: dkf tags: trunk | |
| 01:44 | [3603557]: Increase the maximum depth of recursion used when duplicating an automaton in response to... check-in: 089609bfd8 user: dkf tags: trunk | |