Tcl Source Code

Timeline
Login

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

50 check-ins occurring around f8c0bcf085be9668.

2012-11-30
21:16
merge novem check-in: a778111260 user: jan.nijtmans tags: novem-unversioned-stub
17:00
Remove all maintenance of a string result in the Interp. check-in: 9178d5ee52 user: dgp tags: novem
16:14
Re-fix failing load-3.2 test. The right way this time. check-in: c2d9408ad3 user: dgp tags: novem
16:10
Stop [glob] complaining about empty list result. Continue support for a no-op -nocomplain option, b... check-in: 8995198630 user: dgp tags: novem
15:55
After a Tcl_SetObjResult, don't do a Tcl_TransferResult to the same interpreter check-in: 840a428efe user: jan.nijtmans tags: novem
15:42
merge (modified) novem-review. unbreak windows build check-in: 450c1b970d user: jan.nijtmans tags: novem
15:10
Restore agreement between Cache and AllocCache. check-in: 7d862e8db2 user: dgp tags: novem-64bit-sizes
13:13
Update stringObj tester to match changes in the stringObj. check-in: 7968fa24d4 user: dgp tags: novem-64bit-sizes
12:33
allow encoding of empty string check-in: f841f67edd user: dgp tags: novem-64bit-sizes
09:16
Inform the HTML builder about the TDBC drivers. check-in: 4a4695ca27 user: dkf tags: trunk
07:55
Improve behavior when exception ranges need retraction. check-in: bcd72865d9 user: dkf tags: novem-reduced-bytecodes
04:14
Prevent the first few panics when testing on a 64-bit system. check-in: 5447c2a1d7 user: dgp tags: novem-64bit-sizes
2012-11-29
21:44
merge novem check-in: 8b49954837 user: dkf tags: novem-reduced-bytecodes
21:44
Get rid of two unusable bytecodes; they always Tcl_Panic()ed... check-in: f047f6448e user: dkf tags: novem-reduced-bytecodes
21:34
No string result -> no more need for TCL_RESULT_SIZE Closed-Leaf check-in: f859396af2 user: dgp tags: novem-remove-string-result
21:28
Bug fix. Stop load-3.2 test failure. check-in: 62aae3e879 user: dgp tags: novem
21:26
merge novem check-in: 80d7fefc49 user: dkf tags: novem-reduced-bytecodes
21:26
merge novem check-in: eb6eee568f user: dkf tags: novem-reduced-bytecodes
21:25
Purge remnants of support for compilers ignorant of C keyword 'inline'. check-in: 3b2b41c66a user: dgp tags: novem
21:25
Reducing the complexity of the bytecodes as an experiment. check-in: f85f56e089 user: dkf tags: novem-reduced-bytecodes
21:03
Stop defining VOID. Demand C compilers that know the void keyword. check-in: 0cbc079c6b user: dgp tags: novem
20:32
Destroy all the TCL_STORAGE_CLASS and associated nonsense. check-in: 3ce8b298a8 user: dgp tags: novem
17:45
Remove STRINGIFY and JOIN utility macros. Tcl doesn't use them. And Tcl doesn't need to be in the u... check-in: 5cb2cdbe3e user: dgp tags: novem
17:25
Proposed rollback of the TCL_STUB_MAGIC change on novem branch. Closed-Leaf check-in: acb499fbfd user: dgp tags: novem-review
17:03
missed bit of merge check-in: f8c0bcf085 user: dgp tags: novem-remove-string-result
16:52
Get the updated error message check-in: 8c5d02ccf4 user: dgp tags: novem-remove-string-result
16:26
Merge bug-3588687 check-in: e738bbbfd9 user: dgp tags: novem-remove-string-result
16:03
merge novem check-in: 9aea84f29c user: dgp tags: novem-remove-string-result
15:58
merge trunk check-in: b4566ed5f7 user: dgp tags: novem
15:24
Revise TclInitStubs() so that it checks for consistent values of both TCL_MAJOR_VERSION and TCL_STUB... check-in: b170487915 user: dgp tags: bug-3588687
14:54
3588687 When detecting incompatibility during stubs initialization, the error message has always ass... check-in: 115032dc74 user: dgp tags: trunk
14:50
3588687 When detecting incompatibility during stubs initialization, the error message has always ass... check-in: 8f79454347 user: dgp tags: core-8-5-branch
14:47
3588687 When detecting incompatibility during stubs initialization, the error message has always ass... check-in: 9cdc082a63 user: dgp tags: core-8-4-branch
13:15
silence compiler warning check-in: b447c19b77 user: dgp tags: trunk
2012-11-28
08:52
Silence some (unimportant) warnings from the MIPSpro compiler. check-in: 3b738c70ee user: dkf tags: trunk
00:04
[3590483]: Some compilers cannot initialize with complex non-constants. check-in: 7d73c405e1 user: dkf tags: trunk
2012-11-27
21:09
3588687 Added cross checks so that [load]ed extension, [load]ing interp, and linked stubs library al... check-in: eb3b3c4f75 user: dgp tags: bug-3588687
11:02
Conversion of Win-specific code to new model API. WARNING! UNTESTED! check-in: 4adcc3c51f user: dkf tags: novem-64bit-sizes
2012-11-26
22:37
Merge (selected bits of) novem check-in: 1d357d342e user: dgp tags: novem-remove-string-result
22:23
Stop segfaults in test suite. check-in: c39b6ff155 user: dgp tags: novem-remove-string-result
21:49
merge (some of) novem check-in: cc8d784bea user: dgp tags: novem-remove-string-result
21:43
Merge use of [load] to find and nicely report error when incompatible stubs mechanisms between [load... check-in: 1d36aeb2bf user: dgp tags: novem-remove-string-result
21:30
...and here's the lines left behind in the editor. check-in: 20202399bf user: dgp tags: novem-remove-string-result
21:25
Comments and renamings around the legacy fields for string results. check-in: 70b9582b31 user: dgp tags: novem-remove-string-result
18:08
Submitted patch on interactive use of the rc file. Needs resolution of the failing tests in the test... Leaf check-in: ec3bfb08c2 user: dgp tags: rfe-3432962
17:40
Factor out creation of the -sockname and -peername lists from TcpGetOptionProc() to TcpHostPortList(... check-in: d2d9d14de4 user: max tags: trunk
16:59
merge 8.5 check-in: 45a2eb8ff0 user: dgp tags: griffin-numlevels
16:44
Submitted patch claiming to fix errors in nested eval counting. check-in: 31204c61f8 user: dgp tags: griffin-numlevels
15:54
shut up some pointless compiler grumbling check-in: 0a002c55f6 user: dkf tags: novem-64bit-sizes
15:48
missed a spot in an unsaved file... check-in: c667547fe6 user: dkf tags: novem-64bit-sizes