Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | WIP getting rid of the ::tcl_precision variablenovem_numbers_eias | dgp | 2012-12-10 | 13 | -239/+34 | |
| | ||||||
* | merge trunk | jan.nijtmans | 2012-12-07 | 2 | -17/+12 | |
|\ | ||||||
| * | just lost one MODULE_SCOPE in the merge | jan.nijtmans | 2012-12-07 | 1 | -1/+1 | |
| | | ||||||
| * | only set tclStubsPtr if all version checks pass | jan.nijtmans | 2012-12-07 | 1 | -18/+9 | |
| |\ | ||||||
| | * | only set tclStubsPtr when all version checks pass | jan.nijtmans | 2012-12-07 | 1 | -32/+18 | |
| | |\ | ||||||
| | | * | only set tclStubsPtr if all version checks pass. Backported from tcl 8.5. | jan.nijtmans | 2012-12-07 | 1 | -43/+62 | |
| | | | | ||||||
| * | | | 3593703 Don't crash on bad input to Tcl_PkgRequire*(). | dgp | 2012-12-07 | 1 | -0/+4 | |
| |\ \ \ | | |/ / | ||||||
| | * | | 3593703 Don't crash on bad input to Tcl_PkgRequire*(). | dgp | 2012-12-07 | 1 | -0/+4 | |
| | | | | ||||||
* | | | | merge trunk | dgp | 2012-12-07 | 1 | -6/+13 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Source compat, rather than stubs compat demo. | dgp | 2012-12-07 | 1 | -6/+13 | |
| | | | | ||||||
* | | | | merge trunk | jan.nijtmans | 2012-12-07 | 3 | -4/+26 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | small correction in doc/NRE.3 | mig | 2012-12-07 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | fix failing test | jan.nijtmans | 2012-12-07 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | add proper runtime-detection to pkgb.so | jan.nijtmans | 2012-12-07 | 1 | -1/+10 | |
| | | | | ||||||
| * | | | Extended test of [load]ing Tcl 8 compiled extension into Tcl 9 interp. | dgp | 2012-12-07 | 1 | -2/+15 | |
| | | | | ||||||
* | | | | merge trunk | jan.nijtmans | 2012-12-07 | 3 | -7/+12 | |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | turn pkgb.so into a Tcl8 interoperability test library: Whatever Tcl9 looks like, loading pkgb.so in Tcl 8 should either result in an error-message, either succeed, but never crash. | |||||
| * | | | Turn pkgb.so into a Tcl9 interoperability test | jan.nijtmans | 2012-12-07 | 2 | -6/+11 | |
| |\ \ \ | | |/ / | | | | | | | | | library: Whatever Tcl9 looks like, loading pkgb.so in Tcl 9 should either result in an error-message, either succeed, but never crash. | |||||
| | * | | Turn pkgb.so into a Tcl9 interoperability test | jan.nijtmans | 2012-12-07 | 2 | -6/+11 | |
| | |\ \ | | | | | | | | | | | | | | | | library: Whatever Tcl9 looks like, loading pkgb.so in Tcl 9 should either result in an error-message, either succeed, but never crash. | |||||
| | | * | | do some Tcl_EvalEx, for test-purposes, demonstrating a crashnovem_support | jan.nijtmans | 2012-12-05 | 1 | -2/+1 | |
| | | | | | ||||||
| | | * | | use Tcl_PkgProvideEx everywhere (again, for testing purposes) | jan.nijtmans | 2012-12-05 | 10 | -13/+13 | |
| | | | | | ||||||
| | | * | | merge trunk | jan.nijtmans | 2012-12-05 | 18 | -55/+64 | |
| | | |\ \ | | | | | | | | | | | | | Change TCL_VERSION to "8.6-" everywhere in Tcl_InitStubs. This is not the way how to do it! Just for testing purposes. | |||||
| | | * | | | Allow http, msgcat and tcltest to be loaded by Tcl 9 as well. I think | jan.nijtmans | 2012-12-02 | 6 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that this should be included in tcl8.6.0: Those 3 packages are so widely used, we don't want to introduce Tcl-level incompatibilities in Tcl9 such that those packages wouldn't work any more. Moved to branch novem-support. For now, novem is a playground. The trunk is not. By all means lets track what we need for migration, but hold back committing to them until we commit more meaningfully to where we're going. | |||||
| * | | | | | Tcl_InitStubs("8.5",1) would succeed in an "8.50" interp. Fixed. | dgp | 2012-12-06 | 1 | -1/+1 | |
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | | | ||||||
| | * | | | Tcl_InitStubs("8.5",1) would succeed in an "8.50" interp. Fixed. | dgp | 2012-12-06 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | merge trunk | jan.nijtmans | 2012-12-05 | 3 | -26/+42 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix gcc warning in cygwin build: implicitely declared function ↵ | jan.nijtmans | 2012-12-05 | 3 | -26/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | TclUnixOpenTemporaryFile. Move the function to slot 30, and define it (as 0) for win32 as well. | |||||
* | | | | | merge trunk | jan.nijtmans | 2012-12-04 | 7 | -10/+17 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | MODULE_SCOPE symbol names are suppoted to start with 'tcl' (data) or 'Tcl' ↵ | jan.nijtmans | 2012-12-04 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | (code) | |||||
| * | | | | Disable the legacy configuration setting from $::argv only when a setting call | dgp | 2012-12-03 | 4 | -7/+9 | |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | to [configure] is made. Queries should not disturb that support. Bump to tcltest 2.3.5. | |||||
| | * | | | Disable the legacy configuration setting from $::argv only when a setting | dgp | 2012-12-03 | 4 | -7/+9 | |
| | |\ \ \ | | | | |/ | | | |/| | | | | | | call to [configure] is made. Queries should not disturb that support. Bump to tcltest 2.3.5. | |||||
| | | * | | Disable the legacy configuration setting from $::argv only when a setting | dgp | 2012-12-03 | 2 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | call to [configure] is made. Queries should not disturb that support. Bump to tcltest 2.2.11. | |||||
| * | | | | Tcl headers already protect from EXTERN defines | dgp | 2012-12-03 | 1 | -9/+0 | |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | ||||||
| | * | | Post-header reform (long long ago now) Tcl headers take care of their own | dgp | 2012-12-03 | 1 | -9/+0 | |
| | | | | | | | | | | | | protection from EXTERN definitions. | |||||
| * | | | Inform the HTML builder about the TDBC drivers. | dkf | 2012-11-30 | 1 | -0/+5 | |
| | | | | ||||||
* | | | | Remove obsolete functions Tcl_GetDefaultEncodingDir and ↵ | jan.nijtmans | 2012-12-03 | 6 | -114/+51 | |
| | | | | | | | | | | | | | | | | Tcl_SetDefaultEncodingDir | |||||
* | | | | Initialize legacyFreeProc with invalid value: This will result in | jan.nijtmans | 2012-12-03 | 7 | -51/+14 | |
| | | | | | | | | | | | | | | | | | | | | a crash immediately, when an extention tries to call it, in stead of crashing some time later.... Remove some more legacy regarding accessing interp->result | |||||
* | | | | Remove all maintenance of a string result in the Interp. | dgp | 2012-11-30 | 13 | -629/+76 | |
|\ \ \ \ | ||||||
| * | | | | No string result -> no more need for TCL_RESULT_SIZEnovem_remove_string_result | dgp | 2012-11-29 | 1 | -2/+0 | |
| | | | | | ||||||
| * | | | | missed bit of merge | dgp | 2012-11-29 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Get the updated error message | dgp | 2012-11-29 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge bug-3588687 | dgp | 2012-11-29 | 2 | -7/+53 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Revise TclInitStubs() so that it checks for consistent values of both | dgp | 2012-11-29 | 5 | -44/+66 | |
| | |\ \ \ \ | | | |/ / / | | | | | | | TCL_MAJOR_VERSION and TCL_STUB_MAGIC between an extension and the stub library. | |||||
| | * | | | | 3588687 Added cross checks so that [load]ed extension, [load]ing interp, and | dgp | 2012-11-27 | 2 | -7/+59 | |
| | | | | | | | | | | | | | | | | | | linked stubs library all agree on their versions in the ways that matter. | |||||
| * | | | | | merge novem | dgp | 2012-11-29 | 4 | -79/+119 | |
| |\ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| *-------------. \ \ \ \ \ | Merge (selected bits of) novem | dgp | 2012-11-26 | 38 | -886/+264 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Stop segfaults in test suite. | dgp | 2012-11-26 | 2 | -3/+5 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | merge (some of) novem | dgp | 2012-11-26 | 7 | -108/+33 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge use of [load] to find and nicely report error when incompatible stubs | dgp | 2012-11-26 | 1 | -2/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mechanisms between [load]ing interp and [load]ed extension are detected. | |||||
| * | | | | | | | | | | | | | | | | | ...and here's the lines left behind in the editor. | dgp | 2012-11-26 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Comments and renamings around the legacy fields for string results. | dgp | 2012-11-26 | 2 | -20/+45 | |
| | | | | | | | | | | | | | | | | | |