Tcl Source Code

Timeline
Login

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

200 most recent check-ins using file changes version d78c33f3bd

2013-01-30
07:30
more style enforcement check-in: 4fbe0cedaf user: dkf tags: novem-no-startcmd
2013-01-02
17:14
merge trunk to conflict point; resolve check-in: c1c8005786 user: dgp tags: dgp-refactor
2012-12-13
10:54
add special opcodes for common forms of stack manipulations check-in: 79822eefc6 user: dkf tags: novem-no-startcmd
09:01
merge novem Change signature of Tcl_FindExecutable: const char * -> const void *, to make it usable ... check-in: d7750d0af0 user: jan.nijtmans tags: novem-reduced-symbol-export
2012-12-12
21:21
More memory API changes, mainly char* -> void* and unsigned -> size_t check-in: 19fb92fb72 user: jan.nijtmans tags: novem-more-memory-API
11:24
gcc warning check-in: 373dd16752 user: jan.nijtmans tags: novem-unversioned-stub
11:17
merge novem change length and refCount field of Tcl_Obj to size_t change numBytes parameters of Tcl_... check-in: adc78601ea user: jan.nijtmans tags: novem-unversioned-stub
10:21
allow novem to use installed Tcl8 .tm packages, such as tcltest and msgcat remove some dead code (al... check-in: 387d3899e0 user: jan.nijtmans tags: novem
05:01
Rename the memory routines so that Tcl_Alloc/Tcl_Free/etc become the recommended things for extensio... Closed-Leaf check-in: af97429aed user: dgp tags: novem-rename-memory-API
2012-12-11
23:13
better wordings in error-messsage. now works in Tcl 8.6 as well. check-in: 8a8361607e user: jan.nijtmans tags: novem-unversioned-stub
21:04
seems to be working. More testing and code cleanup needed. check-in: a076e87ed3 user: jan.nijtmans tags: novem-unversioned-stub
15:55
refactor all macros for code issuing into tclCompile.h check-in: bb1a189497 user: dkf tags: novem-no-startcmd
11:14
formatting, comments check-in: 6f1d7c9394 user: jan.nijtmans tags: novem-unversioned-stub
10:51
merge trunk better error message in stub library in case of incompatible stubs check-in: c035f83a83 user: jan.nijtmans tags: novem-unversioned-stub
2012-12-10
23:23
Improve the generation of HTML documentation in 8.6, allowing for contributed packages whose non-ver... check-in: 2246e9d5a0 user: dkf tags: trunk
21:59
use Tcl_StubInit(... "8.5-") everywhere check-in: 5d9f03902e user: jan.nijtmans tags: novem-reduced-symbol-export
21:51
merge trunk fix mingw build check-in: 8e7234ccff user: jan.nijtmans tags: novem-reduced-symbol-export
20:54
merge trunk check-in: 94274c0c5b user: jan.nijtmans tags: novem
15:58
merge trunk check-in: a827c84f1b user: dgp tags: core-8-6-0-rc
14:17
Restore the initialization of tclStubsPtr from the "Tcl" package clientData so that we don't close o... check-in: 08341ded36 user: dgp tags: trunk
09:27
remove TODO: peephole definitely not worth the complexity check-in: 53742b73b3 user: dkf tags: novem-no-startcmd
04:32
WIP getting rid of the ::tcl_precision variable Closed-Leaf check-in: 3f715e19ef user: dgp tags: novem-numbers-eias
2012-12-09
21:30
merge novem put Tcl_GetDefaultEncodingDir legacy implementation to its own file in the stub library check-in: 1e365f91da user: jan.nijtmans tags: novem-unversioned-stub
19:44
[Bug 3594188] Clarifications about commas. check-in: d9fda76c9b user: ferrieux tags: trunk
12:08
merge trunk: get fix for test error under -DPURIFY check-in: 9912334f76 user: mig tags: mig-nre-mods
11:52
Clean up unwanted eofchar side-effect of chan-4.6 leading to a spurious "'" at end of chan.test und... check-in: c6db0a87d1 user: ferrieux tags: trunk
2012-12-08
17:20
merge trunk: get fix for test error under -DPURIFY check-in: 17400850c5 user: mig tags: mig-nre-mods
17:13
Fix busyloop at exit under TCL_FINALIZE_ON_EXIT when there are unflushed nonblocking channels. Th... check-in: 3a000c424c user: ferrieux tags: trunk
2012-12-07
22:16
merge trunk check-in: a14ea8190e user: jan.nijtmans tags: novem
22:14
just lost one MODULE_SCOPE in the merge check-in: 5df2ea1b62 user: jan.nijtmans tags: trunk
21:36
only set tclStubsPtr if all version checks pass check-in: 54e473087a user: jan.nijtmans tags: trunk
19:26
merge trunk check-in: 1362ee01f0 user: dgp tags: core-8-6-0-rc
18:08
3593703 Don't crash on bad input to Tcl_PkgRequire*(). check-in: ee35495951 user: dgp tags: trunk
17:06
merge trunk Leaf check-in: 6bc654cdb3 user: dgp tags: bug-3588687
17:05
merge trunk check-in: e4e386f99f user: dgp tags: novem
17:03
Source compat, rather than stubs compat demo. check-in: 782e6b36ec user: dgp tags: trunk
16:27
merge trunk check-in: a2d65bb563 user: dgp tags: bug-3588687
16:12
merge trunk check-in: 897580da1c user: jan.nijtmans tags: novem
15:56
small correction in doc/NRE.3 check-in: 911bf76b1e user: mig tags: trunk
15:53
fix failing test check-in: 0443331428 user: jan.nijtmans tags: trunk
15:51
add proper runtime-detection to pkgb.so check-in: a88be5763c user: jan.nijtmans tags: trunk
14:54
merge trunk check-in: 23cb3fc491 user: dgp tags: bug-3588687
14:53
Extended test of [load]ing Tcl 8 compiled extension into Tcl 9 interp. check-in: 65b793e46a user: dgp tags: trunk
14:11
now change magic value, to demonstrate better solution Closed-Leaf check-in: 6036e60a13 user: jan.nijtmans tags: novem-demo-bug-3588687
13:02
merge trunk check-in: db526d195f user: dgp tags: bug-3588687
10:51
merge novem protect Tcl_InitStubs from generating extensions loadable in Tcl 8, as long as Tcl9 is i... check-in: 85ac919260 user: jan.nijtmans tags: novem-unversioned-stub
10:13
merge novem check-in: 5e60484f24 user: jan.nijtmans tags: novem-demo-bug-3588687
10:11
merge trunk turn pkgb.so into a Tcl8 interoperability test library: Whatever Tcl9 looks like, loadin... check-in: f65733f49b user: jan.nijtmans tags: novem
09:56
Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks like, loading pkgb.so in... check-in: eacefd5015 user: jan.nijtmans tags: trunk
2012-12-06
21:10
Tcl_InitStubs("8.5",1) would succeed in an "8.50" interp. Fixed. check-in: 5930a12b49 user: dgp tags: trunk
19:31
Move toward version-free stubs library. Continued WIP. check-in: 5cddc0f2ed user: dgp tags: bug-3588687
16:40
Be even stricter: on alpha/beta, extesions only run with the exact same Tcl version. Stub library im... check-in: 4ecf252eb3 user: jan.nijtmans tags: novem-reduced-symbol-export
15:53
Provide the real required version number to Tcl_InitStubs, even in alpha/beta released. During alpha... check-in: 0302a932a8 user: jan.nijtmans tags: novem-reduced-symbol-export
15:33
New branch for exploring mods to nre's guts check-in: c132033ec9 user: mig tags: mig-nre-mods
02:17
Fix [tailcall] and [yieldto] to not panic in dying namespaces: [Bug 3592747] Leaf check-in: 76780156de user: mig tags: bug-3592747
01:57
Create new branch named "bug-3592747" check-in: f7c415b6fa user: mig tags: bug-3592747
2012-12-05
22:40
A demo version of "novem" in which the signature of Tcl_EvalEx is modified to have a Tcl_WideInt num... check-in: 20aaa17323 user: jan.nijtmans tags: novem-demo-bug-3588687
22:38
do some Tcl_EvalEx, for test-purposes, demonstrating a crash Closed-Leaf check-in: 67ca035922 user: jan.nijtmans tags: novem-support
14:42
use Tcl_PkgProvideEx everywhere (again, for testing purposes) check-in: e63bcbdcec user: jan.nijtmans tags: novem-support
14:21
merge trunk Change TCL_VERSION to "8.6-" everywhere in Tcl_InitStubs. This is not the way how to do ... check-in: 50e935089a user: jan.nijtmans tags: novem-support
14:07
merge novem check-in: 396bd93f09 user: jan.nijtmans tags: novem-unversioned-stub
14:04
merge novem Eliminate the use of USE_TCL_STUBS everywhere, use !BUILD_tcl in stead check-in: 17b7956803 user: jan.nijtmans tags: novem-reduced-symbol-export
13:41
merge trunk check-in: 6fd5ca7bd0 user: jan.nijtmans tags: novem
13:31
Fix gcc warning in cygwin build: implicitely declared function TclUnixOpenTemporaryFile. Move the f... check-in: ebd606c56f user: jan.nijtmans tags: trunk
10:30
take over earlier changes as well check-in: 599e1b8629 user: jan.nijtmans tags: novem-unversioned-stub
10:27
merge trunk re-add tclStubLibCompat.c (removed in a previous merge action) check-in: 064f99da9a user: jan.nijtmans tags: novem-unversioned-stub
10:11
tweaking; fix busylooping test check-in: 5ee25d36b9 user: dkf tags: novem-no-startcmd
09:42
Move the TCL_MAJOR_VERSION check to the HasStubSupport function. Change the signature of TclInitStu... check-in: afba69728c user: jan.nijtmans tags: bug-3588687
2012-12-04
20:53
merge trunk check-in: 0a9254547c user: dgp tags: bug-3588687
20:40
merge trunk check-in: 3b2d7fa654 user: dgp tags: core-8-6-0-rc
14:28
merge check-in: 7d3e4d8977 user: dkf tags: novem-no-startcmd
14:28
merge main novem branch Closed-Leaf check-in: 59f4f6914f user: dkf tags: novem-reduced-bytecodes
14:26
Factor out patterns. check-in: 19ea054967 user: dkf tags: novem-no-startcmd
14:14
Even simpler: make Tcl_Init() a macro which calls Tcl_InitStubs. Embedder doesn't need to change the... check-in: 16a63b155c user: jan.nijtmans tags: novem-reduced-symbol-export
13:51
Experiment: Speed up Tcl by only exporting the minimal set of symbols from the dll/so. Advantage: U... check-in: 668d02e882 user: jan.nijtmans tags: novem-reduced-symbol-export
13:40
merge trunk check-in: ab905bcfdc user: jan.nijtmans tags: novem
13:39
MODULE_SCOPE symbol names are suppoted to start with 'tcl' (data) or 'Tcl' (code) check-in: 31daf6f1a3 user: jan.nijtmans tags: trunk
00:01
Cleaning up some of the internals of TIP #280.

Replaced the hashtables keyed by pointers to Proc an... Leaf check-in: d2cb52feda user: andreask tags: novem-ak-iframe-direct

2012-12-03
21:04
merge trunk Leaf check-in: 4418113cd7 user: dgp tags: unknown-rewrite
20:47
This branch explores the performance implications of relacing the dynamic array data structure unde... Leaf check-in: 22f8fd36d9 user: andreask tags: novem-ak-preserve-experiments
19:50
Disable the legacy configuration setting from $::argv only when a setting call to [configure] is mad... check-in: 1cba517bf0 user: dgp tags: trunk
15:02
This doesn't compile! Just a reminder to myself which other API's/fields/whatever might need to beco... Closed-Leaf check-in: 6fe6e74b8f user: jan.nijtmans tags: other-64bit-candidates
14:35
Tcl headers already protect from EXTERN defines check-in: 6b7f7f3849 user: dgp tags: trunk
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
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
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
17:40
Factor out creation of the -sockname and -peername lists from TcpGetOptionProc() to TcpHostPortList(... check-in: d2d9d14de4 user: max tags: trunk
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
15:46
merge novem check-in: ab9713b5f1 user: dkf tags: novem-64bit-sizes
15:40
reducing the number of signed/unsigned hazards check-in: 381a588058 user: dkf tags: novem-64bit-sizes
15:37
merge trunk check-in: 3be459daae user: jan.nijtmans tags: novem
15:33
merge trunk check-in: f3fa5b57c9 user: mig tags: mig-alloc-reform
15:33
unbreak UNIX build check-in: b676e091f0 user: jan.nijtmans tags: novem
15:31
merge trunk check-in: cdc837ae05 user: mig tags: mig-alloc-reform
15:28
merge trunk check-in: 75ea3a482f user: dgp tags: core-8-6-0-rc
15:27
doc formatting goofs check-in: c6b4acb1a5 user: dgp tags: trunk
14:29
Removed functions marked deprecated or obsolete for a long time: Tcl_Backslash, Tcl_EvalFile, Tcl_Gl... check-in: 6b2cf92413 user: jan.nijtmans tags: novem
10:12
Fixing a few things that were missed (as they are for non-OSX Unix). check-in: 768ab704ad user: dkf tags: novem-64bit-sizes
2012-11-25
18:27
merge novem check-in: ba36ca6cfd user: dkf tags: novem-64bit-sizes
15:21
Clean compile on OSX - except for usual warnings - and passes test suite. check-in: 1ef028ae69 user: dkf tags: novem-64bit-sizes
2012-11-24
12:17
fix number of problems due to signed/unsigned comparisons check-in: 88da44219e user: dkf tags: novem-64bit-sizes
2012-11-23
15:16
the last places that outright crashed check-in: 570a8e0df4 user: dkf tags: novem-64bit-sizes
14:29
some more fixes check-in: cbdd34dc78 user: dkf tags: novem-64bit-sizes
13:57
and a few more fixes check-in: f46395821f user: dkf tags: novem-64bit-sizes
13:53
fix crashing test check-in: 2567131f05 user: dkf tags: novem-64bit-sizes
13:49
test suite now doesn't hang check-in: 142af68cf0 user: dkf tags: novem-64bit-sizes
13:42
stop io.test from busylooping on unix check-in: af95eda298 user: dkf tags: novem-64bit-sizes
09:04
fix some fencepost errors check-in: 5cb9be31d5 user: dkf tags: novem-64bit-sizes
2012-11-22
23:20
now, some tests even pass! check-in: a9b17dd321 user: dkf tags: novem-64bit-sizes
17:27
merge trunk check-in: 35b8d54516 user: dgp tags: core-8-6-0-rc
15:14
Modification to Autoconf to prefer tcl8.6+ or tcl9 over tcl8.5 (or older)

This allows build scripts... check-in: 9166f0084e user: seandeelywoods tags: hypnotoad-prefer-native-8.6

09:18
merge trunk check-in: e122d03c34 user: jan.nijtmans tags: novem
08:49
Fix bug reported by Brian Griffin:

http://code.activestate.com/lists/tcl-core/12524/

check-in: 181caa1a57 user: jan.nijtmans tags: trunk
04:07
Adding: * generic/tclVexpr.tcl - Script to build tclVexpr.c and vexpr.n * generic/tclVexpr.c - F... check-in: 7fcc65a8ad user: hypnotoad tags: hypnotoad-vexpr
2012-11-21
10:18
more conversion of code, still not running test suite at all check-in: e648a1571f user: dkf tags: novem-64bit-sizes
00:42
converting to use TCL_STRLEN check-in: 2afb72a22d user: dkf tags: novem-64bit-sizes
2012-11-20
22:02
some more fixes check-in: be28a68ad4 user: dkf tags: novem-64bit-sizes
21:37
Basic changes to make it possible to get to a command prompt without warnings. check-in: 449c3702a3 user: dkf tags: novem-64bit-sizes
12:14
merge dkf-compile-misc-info check-in: 7ddc1cf12f user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
12:13
merge dkf-compile-misc-info check-in: e4156ccf6b user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
12:11
[Bug 3033307]: fix [binary decode base64] whitespace handling with '=' suffixes check-in: 15e6f87e78 user: dkf tags: trunk
12:04
very minor style tweaks Closed-Leaf check-in: d83ade012e user: dkf tags: bug-3033307
10:03
merge novem check-in: e445ac19a3 user: jan.nijtmans tags: novem-unversioned-stub
10:01
merge trunk check-in: 4403712fe4 user: jan.nijtmans tags: novem
09:12
merge trunk check-in: b80796f566 user: jan.nijtmans tags: better-deprecation
09:01
It might be that iPtr->result points to an empty string but that iPtr->objResult contains the real e... check-in: c7d7ddfbe3 user: jan.nijtmans tags: novem
08:42
... make it more portable check-in: b72b900ae6 user: jan.nijtmans tags: novem
08:40
Add checks for the assumtions made in tclStubLib.c, making sure that those assumtions are maintained... check-in: 16299cb2af user: jan.nijtmans tags: novem
2012-11-19
22:35
Remove version number from stub library check-in: bd9e1fa311 user: jan.nijtmans tags: novem-unversioned-stub
22:34
make windde and winreg load again check-in: ae8377e32a user: jan.nijtmans tags: novem
22:23
merge trunk check-in: 9bbf5fce52 user: dkf tags: bug-3033307
22:10
merge trunk check-in: 6300f76d27 user: dkf tags: dkf-bytecode-8.6-main
22:08
[Bug 3588366]: Corrected implementation of bounds restriction for end-indexed compiled [string range... check-in: 2af48a01bb user: dkf tags: trunk
21:57
(Bad idea) Closed-Leaf check-in: bb17b099d2 user: jan.nijtmans tags: tcl_nosize
21:46
Single stub library can now handle Tcl8 and Tcl9 with different MAGIC values check-in: ce3ac22537 user: jan.nijtmans tags: novem
21:45
eliminate unused variable check-in: 945c5ca4de user: jan.nijtmans tags: novem
17:30
merge trunk check-in: 9e3b81d1d8 user: dgp tags: core-8-6-0-rc
15:37
make Tcl_SeekOld, Tcl_TellOld, TclCopyChannelOld and TclSockMinimumBuffersOld deprecated as well: <p... check-in: cc058c2125 user: jan.nijtmans tags: better-deprecation
12:17
Merge trunk

Adapt Tcl_Tell and Tcl_Seek to use the new type

check-in: d2181b6ae0 user: jan.nijtmans tags: tcl_nosize
11:17
Remove some undocumented - obsolete - function from the API with 'Old' in the name. check-in: 4648cb9db2 user: jan.nijtmans tags: novem
10:20
Merge novem.

Introduce TCL_SIZE_T type. Not complete yet.

check-in: a3ee6b3635 user: jan.nijtmans tags: tcl_nosize
08:30
Better solution for handling errors from Tcl 8.x compiled extensions. Works for existing ones. check-in: 34daa2003f user: jan.nijtmans tags: novem
07:14
getting closer to being able to run the test suite... check-in: 71eeff3601 user: dkf tags: novem-64bit-sizes
06:41
now a clean compile on OSX in non-debug mode check-in: b814e8d7e8 user: dkf tags: novem-64bit-sizes
2012-11-18
23:57
TclOO converted, plus tclLoadDyld.c check-in: 8d9ba11c5f user: dkf tags: novem-64bit-sizes
22:18
If TCL_NO_DEPRECATED is defined, switch off obsolete "puts" syntax check-in: a25a575bed user: jan.nijtmans tags: better-deprecation
22:11
Better deprecation: If TCL_NO_DEPRECATED is defined, disable Tcl_CreateMathFunc, Tcl_GetMathFuncInfo... check-in: f283c4dc45 user: jan.nijtmans tags: better-deprecation
20:13
merge novem branch check-in: 0e988a3278 user: jan.nijtmans tags: tcl_nosize
19:38
no need for head-scratching any more, already corrected on novem branch Closed-Leaf check-in: e649759f5c user: jan.nijtmans tags: novem-remove-string-result
17:42
... and the unix-specific files converted check-in: 7cc91279e2 user: dkf tags: novem-64bit-sizes
17:24
change stub library to detect - and generate a nice error-message - when a shared library compiled ... check-in: cd530ee72f user: jan.nijtmans tags: novem
17:21
... and even more check-in: 7a9b06162b user: dkf tags: novem-64bit-sizes