Tcl Source Code

Timeline
Login

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

50 ancestors of f031beec9a8d3992

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
12:38
Tcl_InitNotifier: Bug [a0bc856dcd]. Start notifier thread again if we were forked, to solve Rivet b... check-in: 02909e227f user: jan.nijtmans tags: core-8-5-branch
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
09:29
Make sure that "string is space \u202f" will continue to return "1", even if in future Unicode this ... check-in: 334ab96e5e user: jan.nijtmans tags: core-8-5-branch
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
13:21
[6585b21ca8] [regexp {(\w).*?\1} abb] failed to match. Thanks to Tom Lane for passing on the discove... check-in: 2425a69341 user: dgp tags: core-8-5-branch
09:20
Move test for pthread_atfork inside SC_ENABLE_THREADS check-in: efa7ddd3b9 user: jan.nijtmans tags: trunk
2013-07-25
17:20
Fixed test case variable clash with 'folder' Closed-Leaf check-in: 92136fde90 user: oehhar tags: rfe-notifier-fork
14:25
rebase check-in: 8cf516f508 user: jan.nijtmans tags: rfe-notifier-fork
14:24
Move test for pthread_atfork inside SC_ENABLE_THREADS check-in: f7fe2446ce user: jan.nijtmans tags: core-8-5-branch
08:29
Make sure that the notifierMutex and notifierCV in a forked child cannot block anything, even though... check-in: 116f5be24c user: jan.nijtmans tags: rfe-notifier-fork
07:02
rebase check-in: c33b976db3 user: jan.nijtmans tags: rfe-notifier-fork
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
16:51
Demonstrate and fix memory leak in Tcl_ParseVar(). check-in: 5cc898d566 user: dgp tags: core-8-5-branch
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
09:54
rebase check-in: f0ea734a4a user: jan.nijtmans tags: rfe-notifier-fork
09:27
Add "testfork" test command. Not used in any test-case yet check-in: 48ebb48d02 user: jan.nijtmans tags: trunk
09:07
Add "testfork" test command. Not used in any test-case yet check-in: b425245964 user: jan.nijtmans tags: core-8-5-branch
2013-07-22
11:11
Tcl_InitNotifier() call in TestforkObjCmd() is only necessary when pthread_atfork() is not available... check-in: 362b6e3375 user: jan.nijtmans tags: rfe-notifier-fork
10:57
Use pthread_atfork() when available. check-in: 94b207274c user: jan.nijtmans tags: rfe-notifier-fork
10:11
Test-case should pass on Darwin or with non-threaded build as well. check-in: a201b97b3e user: jan.nijtmans tags: rfe-notifier-fork
10:10
Fix bug which hangs iocmd.tf-32.1 check-in: 9ce264b926 user: jan.nijtmans tags: rfe-notifier-fork
08:45
Test file tests/unixForkEvent.test added check-in: 26e13f1943 user: oehhar tags: rfe-notifier-fork
2013-07-21
14:52
Rebase to core-8-5-branch Add "testfork" test command to be usable in testcase. check-in: 6f69bbba43 user: jan.nijtmans tags: rfe-notifier-fork
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
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