Tcl Source Code

Timeline
Login

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

50 check-ins occurring around 2010-01-29.

2010-02-02
20:51
* generic/tclCompile.c: [Bug 2933089]: A literal sharing problem with * generic/tclCompile.h: 'in... check-in: ffce3e0a77 user: andreas_kupries tags: core-8-5-branch
16:27
merge updates from HEAD check-in: 49e154d0ac user: dgp tags: dgp-refactor
16:13
Ensure that decrements never assume that they can't do (actual) deletion. check-in: edff9e93e5 user: dkf tags: core-8-5-branch
16:12
Turned the [array] command into a true ensemble. Test changes indicate some alteration to error mess... check-in: dfb143ff5e user: dkf tags: trunk
15:56
merge updates from HEAD check-in: f24460a003 user: dgp tags: dgp-refactor
09:51
Chisel away at reducing the cost of recent changes. check-in: 876d72038d user: dkf tags: trunk
09:13
[Bug 2944404] Be careful in case an object deletes itself in its destructor. check-in: e4e7bef93e user: dkf tags: trunk
00:42
Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset] hits the next element... check-in: 2a9a28a485 user: dkf tags: core-8-5-branch
00:29
Switch to using the new faster var-ref internal API inside [array unset] when it makes sense. check-in: 8c7a10ac02 user: dkf tags: trunk
00:11
Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset] hits the next element... check-in: bf4311a2b0 user: dkf tags: trunk
2010-02-01
15:34
merge updates from HEAD check-in: cdb2a26e74 user: dgp tags: dgp-refactor
11:45
Reduce obscurity of function names. Do a little recursion unrolling. check-in: d11c7a78b9 user: dkf tags: trunk
11:19
[Bug 2942697]: Rework the RE engine so that certain pathological patterns are matched much more rapi... check-in: 6037a8b6cf user: dkf tags: core-8-4-branch
11:12
[Bug 2942697]: Rework the RE engine so that certain pathological patterns are matched much more rapi... check-in: 05ea9ca3eb user: dkf tags: core-8-5-branch
10:32
Use attemptckalloc instead of ckalloc; RE engine knows how to deal with failure check-in: 6141987196 user: dkf tags: trunk
00:27
[Bug 2942697]: Rework the RE engine so that certain pathological patterns are matched much more rapi... check-in: 2fa3db5b91 user: dkf tags: trunk
00:07
better panic message check-in: 06225631a6 user: nijtmans tags: core-8-5-branch
2010-01-31
23:51
Various CYGWIN-related fixes backported from HEAD. Still configure script not modified, so CYGWIN bu... check-in: ad7cfb6ee3 user: nijtmans tags: core-8-5-branch
22:33
One more function that needs the LVT index passing into it now. check-in: 04cf166fd2 user: dkf tags: trunk
22:25
Unbreak the build check-in: 596b2d209c user: dkf tags: trunk
2010-01-30
16:33
Make the [unset] command be bytecode compiled. check-in: 211541cc9e user: dkf tags: trunk
2010-01-29
19:30
Reverted Tcl_ThreadDataKey type change, see Bug #2942081 Changed some Tcl_CallFrame fields from "cha... check-in: 347767151a user: nijtmans tags: trunk
16:17
- genStubs.tcl: No longer generate a space after "*" and immediately after a function name, so the... check-in: 9292490135 user: nijtmans tags: trunk
09:46
Fix macro conflict on CYGWIN: don't use "small". check-in: 68e5104e39 user: nijtmans tags: core-8-5-branch
09:38
Use correct TCL_LL_MODIFIER for CYGWIN. Formatting (all backported from HEAD) Fix gcc 4.4 warning: i... check-in: 998a628472 user: nijtmans tags: core-8-5-branch
2010-01-28
14:26
merge updates from HEAD check-in: e2ec6723ac user: dgp tags: dgp-refactor
13:57
Make things compile... D'oh! check-in: b6675927c4 user: dkf tags: trunk
10:25
Improvements to destructor handling. Stop crashes from odd destruction routes. check-in: ca70f094be user: dkf tags: trunk
2010-01-25
21:05
merge updates from HEAD check-in: a7dd55a748 user: dgp tags: dgp-refactor
20:26
Remove double includes (which causes a warning in CYGWIN compiles) Add confdefs.h to unix/.cvsignore... check-in: 40cecbbc4f user: nijtmans tags: trunk
03:22
merge updates from HEAD check-in: b0b3b375ac user: dgp tags: dgp-refactor
2010-01-22
23:38
[Bug 1970629]: Define a bit better what the current namespace of a procedure is check-in: d3dfd02410 user: dkf tags: trunk
13:11
merge updates from HEAD check-in: e8cfd1cd32 user: dgp tags: dgp-refactor
13:05
Revert 2009-12-21 change in tcl.h, in stead resolve the CYGWIN inclusion problems by re-arranging ... check-in: 73e5d1067b user: nijtmans tags: trunk
13:02
Revert 2009-12-21 change in tcl.h, in stead resolve the CYGWIN inclusion problems by re-arranging ... check-in: 835f8e1e9d user: nijtmans tags: trunk
12:57
merge updates from HEAD check-in: 95b6cfd163 user: dgp tags: dgp-refactor
10:22
Improve error code generation from some of the tailcall-related bits of TEBC. check-in: bb30ffa43f user: dkf tags: trunk
2010-01-21
20:16
merge updates from HEAD check-in: 4858799967 user: dgp tags: dgp-refactor
17:23
* generic/tclCompile.h: NRE-enable direct eval on BC spoilage * generic/tclExecute.c: [Bug 2910748...
check-in: a9ed587eec user: msofer tags: trunk
2010-01-20
13:57
merge updates from HEAD check-in: 23c0bdab5e user: dgp tags: dgp-refactor
13:42
Use a consistent indentation of 4 for code examples. check-in: e2e171f334 user: dkf tags: trunk
13:40
Split up and extended the examples for more clarity check-in: 8b68e73528 user: dkf tags: trunk
09:41
Document that [tailcall] doesn't work inside [catch] check-in: 554072789f user: dkf tags: trunk
2010-01-19
14:23
merge updates from HEAD check-in: 907e364180 user: dgp tags: dgp-refactor
09:57
[bug 2929546]: Improve the dict documentation. check-in: 46c5807480 user: dkf tags: core-8-5-branch
09:48
[Bug 2929546]: Improve the dict documentation. check-in: b2cfd8b076 user: dkf tags: trunk
2010-01-18
22:20
* generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initialize the EventScriptRecord (esPtr) f... check-in: f1ca567e92 user: andreas_kupries tags: core-8-5-branch
22:19
* generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initialize the EventScriptRecord (esPtr) f... check-in: 1d91b69bab user: andreas_kupries tags: trunk
14:58
merge updates from HEAD check-in: aa64c80d13 user: dgp tags: dgp-refactor
09:50
[Bug 2932421]: Make [format] less likely to smash intreps. check-in: 0cdd44b844 user: dkf tags: core-8-5-branch