Tcl Source Code

Timeline
Login

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

50 check-ins occurring around f859396af22c4d13.

2012-12-03
14:35
Tcl headers already protect from EXTERN defines check-in: 6b7f7f3849 user: dgp tags: trunk
14:33
Post-header reform (long long ago now) Tcl headers take care of their own protection from EXTERN def... check-in: c0335ac55d user: dgp tags: core-8-5-branch
13:02
Remove obsolete functions Tcl_GetDefaultEncodingDir and Tcl_SetDefaultEncodingDir check-in: 1dfcdabf11 user: jan.nijtmans tags: novem
11:59
fix math problem; remove duplicate opcodes check-in: 01ee59ac30 user: dkf tags: novem-no-startcmd
11:47
deprecate Tcl_Backslash, Tcl_GetDefaultEncodingDir and Tcl_SetDefaultEncodingDir check-in: 2a1937a64a user: jan.nijtmans tags: better-deprecation
10:57
Optimizations for incr-heavy code. check-in: 4fdda0401b user: dkf tags: novem-no-startcmd
10:01
Initialize legacyFreeProc with invalid value: This will result in a crash immediately, when an exten... check-in: f72e9defa2 user: jan.nijtmans tags: novem
08:11
merge core-8-5-branch eliminate more usage of to-be-deprecated functions check-in: 976aeca8c6 user: jan.nijtmans tags: better-deprecation-85
2012-12-02
23:24
Experimenting with not generating INST_START_CMD where it wouldn't be useful. Also removed INST_DIC... check-in: 96f784113e user: dkf tags: novem-no-startcmd
14:35
Allow http, msgcat and tcltest to be loaded by Tcl 9 as well. I think that this should be included ... check-in: 499080ff58 user: jan.nijtmans tags: novem-support
2012-11-30
21:39
Rewrite [::unknown] making use of [tailcall]. Big reduction in complexity, with minor cosmetic dama... check-in: 7ce47f1fbc user: dgp tags: unknown-rewrite
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