Tcl Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

513 check-ins using file generic/tclNamesp.c version 1545ee8d13

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-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: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
05:59
Remove complications that no longer server any required purpose. check-in: 0390ff3464 user: dgp tags: trunk
2013-08-22
20:34
compiler warning check-in: edc3131309 user: dgp tags: trunk
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
07:09
merge trunk check-in: 6818b3c99c user: dkf tags: dkf-improved-disassembler
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
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:10
rebase TIP 425 implementation check-in: 74f7e63465 user: jan.nijtmans tags: win-console-panic
09:05
rebase TIP 414 implementation check-in: 3c9828933f user: jan.nijtmans tags: initsubsystems
2013-08-15
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
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:20
Add several tests to check consistency of stack traces. check-in: e3800f9fba user: dgp tags: trunk
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
17:07
[a16752c252] Correct failure to call cmd deletion callbacks. check-in: 2718a160f1 user: dgp tags: trunk
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
15:19
rebase check-in: 76709a732d user: jan.nijtmans tags: win-console-panic
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-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
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
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
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
2013-08-03
15:27
[3611643fff]: Support TclOO in autoload mechanism. check-in: f031beec9a user: dkf tags: trunk
2013-08-02
20:19
Deal with the elaborate rip-apart-a-metaclass case as well. check-in: 04e4971bde user: dkf tags: trunk
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
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
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-27
20:29
Simplify AuxData access with a macro. check-in: 3f7279e103 user: dgp tags: trunk
2013-07-26
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
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
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
13:58
Mark commands with potential to compile expansion arguments (as [list] does). check-in: 2a890ec41a user: dgp tags: trunk
12:13
more disabled code removal check-in: 7b08cfd02d user: dgp tags: trunk
2013-07-23
20:11
Remove outdated, disabled code. check-in: d526d293b4 user: dgp tags: trunk
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
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-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: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: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: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: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
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: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: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
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: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 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 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
12:31
Tk bug 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:35
Fix [34538ba43f] check-in: 535c915c79 user: jan.nijtmans tags: trunk
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: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-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
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
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
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
17:51
equivalent Closed-Leaf check-in: 085d8ad9a1 user: jan.nijtmans tags: dgp-review
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:20
3614102 - Reset stack housekeeping when compileProc fails. check-in: 83e8b2e153 user: dgp tags: trunk
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

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:32
Eliminate code duplication. check-in: 948546755c user: dgp tags: trunk
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
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
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
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
2013-05-13
16:59
Merged fix to bytecode engine problem. Details in merged revision. check-in: 01e27a732a user: andreask tags: trunk
14:23
compiler warning check-in: 49281094f1 user: dgp tags: trunk
14:07
Upgrade to zlib 1.2.8 check-in: f7bd677361 user: jan.nijtmans tags: trunk
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
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
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
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
15:10
rebase check-in: f3309c1997 user: jan.nijtmans tags: initsubsystems
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
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
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
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
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
2013-03-06
21:55
Cleaner error handling in fixempties(). check-in: c769b9bb91 user: dgp tags: trunk
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
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
14:01
Contributed patch from Tom Lane <[email protected]>. 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
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:08
Revise TclReleaseLiteral() to tolerate a NULL interp argument. Update callers and revise mistaken co... check-in: c192ffaad6 user: dgp tags: trunk
14:19
fix coroutine-4.6 so that it runs in isolation, [Bug 3606395] check-in: 2c8c39bdf1 user: mig tags: trunk
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: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