Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
246 check-ins using file win/Makefile.in version 1785ac150c
|
2016-06-16
| ||
| 16:14 | Correct the patch. check-in: 333574afba user: dgp tags: bug-16828b3744 | |
| 15:25 | Merge ec51e0603e. Segfaults again. check-in: 68fccd6611 user: dgp tags: bug-16828b3744 | |
| 15:19 | Merge up to a197e6853e. Still works. Next checkin restarts the segfaults. check-in: 3938bee11d user: dgp tags: bug-16828b3744 | |
|
2013-10-22
| ||
| 12:10 | Merge af7ffd check-in: b9f0a93b97 user: dgp tags: dgp-stack-depth-tester | |
| 04:39 | Merge 2718a16 check-in: c4801d3413 user: dgp tags: dgp-stack-depth-tester | |
|
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-29
| ||
| 19:22 | merge trunk check-in: 9d9256cf4a user: dgp tags: dgp-refactor | |
| 19:19 | [2486550] NR-enable same-interp invokehidden. Also, reroute all objProc invocation through the comm... check-in: 1e66a5c9c0 user: dgp tags: trunk | |
| 17:59 | New internal eval flag value so that all TclNREvalObjv() callers that pre-resolve command names can ... Closed-Leaf check-in: 9394415ab9 user: dgp tags: bug-2502002 | |
|
2013-08-28
| ||
| 18:05 | Rework the re-resolution after enter traces machinery with cleaner separations and neater interfaces... check-in: c10157dfd4 user: dgp tags: bug-2502002 | |
| 02:44 | Clarfy and prettify influence of flag settings and command lookups. check-in: 5cf01176b3 user: dgp tags: bug-2502002 | |
|
2013-08-27
| ||
| 20:25 | Tidy up indenting for clarity in refactoring. check-in: bf7f439987 user: dgp tags: bug-2502002 | |
| 20:06 | Exceptions raised from enter traces take priority over re-resolution games. check-in: f3862d4ec5 user: dgp tags: bug-2502002 | |
| 20:03 | Inline TEOV_RunEnterTraces() so its interface can be redesigned. check-in: 1b39dee3d7 user: dgp tags: bug-2502002 | |
| 18:11 | Add test for Bug 2486550. check-in: 055779b95b user: dgp tags: bug-2502002 | |
|
2013-08-26
| ||
| 18:32 | merge trunk check-in: 219c73f7e8 user: dgp tags: bug-2502002 | |
|
2013-08-24
| ||
| 09:42 | Unbreak doc; the apropos index entry *must* be one line. (This is an external constraint forced by ... check-in: 608930382f user: dkf tags: trunk | |
|
2013-08-23
| ||
| 18:30 | stop looking at the C-stack depth Leaf check-in: 23832ea106 user: mig tags: mig-stacklevels | |
| 16:33 | merge trunk check-in: 83dc51357b user: dgp tags: bug-2502002 | |
| 16:29 | merge trunk check-in: 8d1656cc0c user: dgp tags: dgp-refactor | |
| 16:23 | Make sure all Tcl_NR*Eval*() routines do a schedule only. No errors raised. check-in: af7ffdb548 user: dgp tags: trunk | |
| 13:08 | fix NRE docs check-in: 2f58df3b39 user: mig tags: trunk | |
| 12:04 | merge trunk check-in: 81e2e8668b user: dgp tags: bug-2502002 | |
| 12:03 | merge trunk check-in: fd1683f37a user: dgp tags: dgp-refactor | |
| 05:59 | Remove complications that no longer server any required purpose. check-in: 0390ff3464 user: dgp tags: trunk | |
|
2013-08-22
| ||
| 20:41 | merge trunk check-in: 2f5d805694 user: dgp tags: bug-2502002 | |
| 20:34 | compiler warning check-in: 26a14f7f49 user: dgp tags: dgp-refactor | |
| 20:34 | compiler warning check-in: edc3131309 user: dgp tags: trunk | |
| 20:27 | merge trunk check-in: d3b3fd78ea user: dgp tags: dgp-refactor | |
| 20:21 | Make Dispatch() the single point for calling a Tcl_ObjCmdProc, and attach the DTRACE machinery there... check-in: cf9917a942 user: dgp tags: trunk | |
| 16:13 | Remove assertion that is not true in some circumstances (--enable-dtrace). check-in: e2dcd81b28 user: dgp tags: trunk | |
| 13:01 | More coroutine tests. check-in: acc67cbb48 user: dgp tags: trunk | |
| 08:07 | Correction to documentation check-in: bb0a6db5e9 user: dkf tags: trunk | |
| 01:13 | merge trunk check-in: 7a2ab4dc79 user: dgp tags: bug-2502002 | |
| 01:10 | merge trunk check-in: 554b3422a1 user: dgp tags: dgp-refactor | |
|
2013-08-21
| ||
| 19:30 | [8ff0cb9fe1] Make Tcl_NREvalObj() (and friends) behave as documented, by only scheduling evaluation ... check-in: ec51e0603e user: dgp tags: trunk | |
| 19:18 | Tidy the code and add a test. Closed-Leaf check-in: 3f49eeab3d user: dgp tags: dgp-purge-NRRunObjProc | |
| 19:00 | Don't allocate memory until you know you're going to use it and arrange for it to be freed. Leak! check-in: 923b21f385 user: dgp tags: dgp-purge-NRRunObjProc | |
| 18:27 | Don't use automatic storage to hold the invocation words of oo::define. That practice doesn't agree ... check-in: a50ead7062 user: dgp tags: dgp-purge-NRRunObjProc | |
| 13:34 | merge trunk check-in: aa7926c7ec user: dgp tags: dgp-purge-NRRunObjProc | |
| 10:25 | [3612422]: Refer to correct part of tclvars(n) rather than page itself. check-in: a197e6853e user: dkf tags: trunk | |
| 09:35 | define tests for this bug; no fix yet check-in: b58873a477 user: dkf tags: bug-3609693 | |
|
2013-08-20
| ||
| 14:00 | Push out a trial patch for more eyes to see. check-in: e14cebbeab user: dgp tags: dgp-purge-NRRunObjProc | |
|
2013-08-19
| ||
| 16:34 | Revise execution trace handling to take account of the new reality in Tcl 8.6 that callers can pre-r... check-in: 8b417f03d0 user: dgp tags: bug-2502002 | |
| 15:22 | Testing doing away with the NRRunObjProc routine, which looks like a useless extra bounce on the NRE... check-in: a9eba981e6 user: dgp tags: dgp-purge-NRRunObjProc | |
| 09:05 | rebase TIP [http://tip.tcl.tk/414|414] implementation check-in: 3c9828933f user: jan.nijtmans tags: initsubsystems | |
|
2013-08-15
| ||
| 20:00 | merge trunk check-in: 5f37dcc364 user: dgp tags: bug-2502002 | |
| 19:59 | merge trunk check-in: bebd66fb8b user: dgp tags: dgp-refactor | |
| 19:59 | Make sure the errors raised by execution traces become errors raised by the traced command, as docum... check-in: 04da25f2f5 user: dgp tags: trunk | |
| 17:43 | merge trunk check-in: 5bb2ee559c user: dgp tags: bug-2502002 | |
| 14:05 | The fix for [3610404] leads to a simplification in the implementation of forward methods. check-in: 1cafa9ed0e user: dgp tags: trunk | |
|
2013-08-14
| ||
| 20:31 | merge trunk check-in: ffbe318c05 user: dgp tags: bug-2502002 | |
| 20:20 | Add several tests to check consistency of stack traces. check-in: e3800f9fba user: dgp tags: trunk | |
| 19:07 | merge trunk check-in: bcf24b4b92 user: dgp tags: dgp-refactor | |
| 19:07 | merge trunk check-in: da357df523 user: dgp tags: bug-2502002 | |
| 19:01 | [3610404] Re-resolution of command after enter traces invalidate epoch. Make sure context is such th... check-in: c1bc5483be user: dgp tags: trunk | |
| 18:44 | merge trunk Closed-Leaf check-in: 0b6624feda user: dgp tags: bug-3610404 | |
| 18:00 | merge trunk check-in: e3c0cec6ed user: dgp tags: bug-2502002 | |
| 17:08 | merge trunk check-in: adc0415eea user: dgp tags: dgp-refactor | |
| 17:07 | [a16752c252] Correct failure to call cmd deletion callbacks. check-in: 2718a160f1 user: dgp tags: trunk | |
| 13:50 | merge trunk check-in: b6d55aaba5 user: dgp tags: dgp-refactor | |
| 12:43 | Arrange for both execution traces and [info frame] to get their pre-subst source strings from a comm... check-in: 3648c59d0d user: dgp tags: trunk | |
| 12:15 | Consolidate some helper routines. Closed-Leaf check-in: 6a2b3f4c6d user: dgp tags: dgp-bye-ctx-eval-flag | |
| 04:13 | Only schedule leave traces if enter traces complete successfully. This avoids a memleak, and opens a... check-in: bf4296a85b user: dgp tags: dgp-bye-ctx-eval-flag | |
|
2013-08-12
| ||
| 20:00 | Use a new flag value TCL_EVAL_SOURCE_IN_FRAME passed in by callers to determine whether the pre-subs... check-in: 435e0dcc82 user: dgp tags: dgp-bye-ctx-eval-flag | |
| 15:52 | merge trunk check-in: 1341529437 user: dgp tags: dgp-bye-ctx-eval-flag | |
|
2013-08-11
| ||
| 15:21 | rebase check-in: 73c73ec2b4 user: jan.nijtmans tags: initsubsystems | |
| 14:42 | Never guess non-existing timezone name "America/Brasilia" on Windows. Reported by Arnulf Wiedemann check-in: bc57d06610 user: jan.nijtmans tags: trunk | |
|
2013-08-10
| ||
| 05:16 | Arrange for both execution traces and [info frame] to get their pre-subst source strings from a comm... check-in: 853abff6c9 user: dgp tags: dgp-bye-ctx-eval-flag | |
|
2013-08-09
| ||
| 16:48 | Revised GetCommandSource() can (and thus should) return a normal zero refcount value. check-in: 81b4073e16 user: dgp tags: dgp-bye-ctx-eval-flag | |
|
2013-08-08
| ||
| 20:19 | merge trunk check-in: d66b65883f user: dkf tags: dkf-command-type | |
|
2013-08-07
| ||
| 20:27 | Revise GetCommandSource() to return a normal Tcl_Obj value. check-in: 4172eb0252 user: dgp tags: dgp-bye-ctx-eval-flag | |
| 19:45 | Give (objc, objv) their own ride from enter to leave traces. check-in: cea40c809e user: dgp tags: dgp-bye-ctx-eval-flag | |
| 18:34 | merge trunk check-in: b94fb74ee9 user: dgp tags: dgp-refactor | |
| 17:11 | Many simplifications to the TIP 280 machinery. * Removed support for non-NULL invoker when TCL_EV... check-in: 2f5ee8efad user: dgp tags: trunk | |
| 16:44 | Remove Tcl_Preserve support for ContLineLoc values. It's not needed. This allows the clLoc field of... check-in: 08cfa769ec user: dgp tags: dgp-bye-ctx-eval-flag | |
| 16:01 | Test for TclContinuationsGet() usage, and simplifications. check-in: 26304b215c user: dgp tags: dgp-bye-ctx-eval-flag | |
| 14:41 | Replace potentially memleak creating safety check of a "cannot happen" condition with an assertion. check-in: 6d9ae929c5 user: dgp tags: dgp-bye-ctx-eval-flag | |
| 12:44 | Add comment stating new limitation on Tcl(NR)EvalObjEx() interface. check-in: 45e786b5ee user: dgp tags: dgp-bye-ctx-eval-flag | |
|
2013-08-06
| ||
| 20:18 | merge trunk check-in: 1f866ae516 user: dgp tags: dgp-refactor | |
| 17:24 | All use of the evalFlag value TCL_EVAL_CTX is unused by the code and unreachable by extensions. Thi... check-in: dfb5bac00f user: dgp tags: dgp-bye-ctx-eval-flag | |
| 16:41 | The value TCL_LOCATION_EVAL_LIST in the type field of a CmdFrame appears to exist only for the sake ... check-in: b673919222 user: dgp tags: trunk | |
| 16:20 | Add assertions that will guide and protect more discovery of dead code for elimination. check-in: 08d5678d26 user: dgp tags: dgp-bye-ctx-eval-flag | |
| 13:30 | Drop TCL_LOCATION_EVAL_LIST now that it is unused. Closed-Leaf check-in: ac585604b9 user: dgp tags: dgp-bye-location-eval-list | |
| 13:20 | Eliminate the union that is no longer needed. check-in: 73f1c90b0d user: dgp tags: dgp-bye-location-eval-list | |
| 13:08 | Revert the changes that went too far and broke things. check-in: 230b3c084e user: dgp tags: dgp-bye-location-eval-list | |
| 04:15 | The value TCL_LOCATION_EVAL_LIST in the type field of a CmdFrame appears to exist only for the sake ... check-in: a292acfcd1 user: dgp tags: dgp-bye-location-eval-list | |
|
2013-08-05
| ||
| 23:54 | merge trunk check-in: 19c11d8c16 user: dgp tags: dgp-refactor | |
| 22:06 | rebase against trunk Leaf check-in: e0957ec4b8 user: jan.nijtmans tags: bug-c4e230f29b | |
| 22:00 | Mark unixforkevent-1.1 nonPortable, until proven on more platforms. Make sure that when testing for... check-in: 4e3f024bd7 user: jan.nijtmans tags: trunk | |
| 16:37 | merge trunk check-in: dd155eb7e2 user: dgp tags: dgp-refactor | |
| 14:47 | merge trunk check-in: cb1d262fa1 user: dgp tags: dkf-command-type | |
|
2013-08-03
| ||
| 15:27 | [3611643fff]: Support TclOO in autoload mechanism. check-in: f031beec9a user: dkf tags: trunk | |
|
2013-08-02
| ||
| 21:16 | merge trunk check-in: 5c1b3d3094 user: dgp tags: dgp-refactor | |
| 20:19 | Deal with the elaborate rip-apart-a-metaclass case as well. check-in: 04e4971bde user: dkf tags: trunk | |
| 17:30 | merge trunk check-in: 0d355bac3f user: dgp tags: dgp-refactor | |
| 14:58 | [9d61624b3d]: Stop crashes when emptying the superclass slot. check-in: 8e643395a4 user: dkf tags: trunk | |
|
2013-08-01
| ||
| 19:18 | [1905562] [8d2c0da36d] Raise the recursion limits on regexps to allow existing regexps "in the wild"... check-in: b7100ded1f user: dgp tags: trunk | |
| 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: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: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 | |
| 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 | |
| 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: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 | |
|
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
| ||
| 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 | |
| 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 | |
| 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: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-14
| ||
| 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
| ||
| 20:37 | Repair the panics in the test suite. check-in: 05d512a0d0 user: dgp tags: dgp-refactor | |
| 15:14 | Merge trunk all the way. Still suffers panics. check-in: 17714198a3 user: dgp tags: dgp-refactor | |
| 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 | |