summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge main novem branchnovem_reduced_bytecodesdkf2012-12-0434-910/+210
|\
| * merge trunkjan.nijtmans2012-12-047-10/+17
| |\
| | * MODULE_SCOPE symbol names are suppoted to start with 'tcl' (data) or 'Tcl' ↵jan.nijtmans2012-12-042-3/+3
| | | | | | | | | | | | (code)
| | * Disable the legacy configuration setting from $::argv only when a setting calldgp2012-12-034-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 settingdgp2012-12-034-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 settingdgp2012-12-032-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 definesdgp2012-12-031-9/+0
| | |\ \ \ | | | |/ /
| | | * | Post-header reform (long long ago now) Tcl headers take care of their owndgp2012-12-031-9/+0
| | | | | | | | | | | | | | | protection from EXTERN definitions.
| | * | | Inform the HTML builder about the TDBC drivers.dkf2012-11-301-0/+5
| | | | |
| * | | | Remove obsolete functions Tcl_GetDefaultEncodingDir and ↵jan.nijtmans2012-12-036-114/+51
| | | | | | | | | | | | | | | | | | | | Tcl_SetDefaultEncodingDir
| * | | | Initialize legacyFreeProc with invalid value: This will result injan.nijtmans2012-12-037-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.dgp2012-11-3013-629/+76
| |\ \ \ \
| | * | | | No string result -> no more need for TCL_RESULT_SIZEnovem_remove_string_resultdgp2012-11-291-2/+0
| | | | | |
| | * | | | missed bit of mergedgp2012-11-291-1/+1
| | | | | |
| | * | | | Get the updated error messagedgp2012-11-291-1/+1
| | | | | |
| | * | | | Merge bug-3588687dgp2012-11-292-7/+53
| | |\ \ \ \
| | | * \ \ \ Revise TclInitStubs() so that it checks for consistent values of bothdgp2012-11-295-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, anddgp2012-11-272-7/+59
| | | | | | | | | | | | | | | | | | | | | linked stubs library all agree on their versions in the ways that matter.
| | * | | | | merge novemdgp2012-11-294-79/+119
| | |\ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | *-------------. \ \ \ \ \ Merge (selected bits of) novemdgp2012-11-2638-886/+264
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Stop segfaults in test suite.dgp2012-11-262-3/+5
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | merge (some of) novemdgp2012-11-267-108/+33
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge use of [load] to find and nicely report error when incompatible stubsdgp2012-11-261-2/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mechanisms between [load]ing interp and [load]ed extension are detected.
| | * | | | | | | | | | | | | | | | | ...and here's the lines left behind in the editor.dgp2012-11-261-1/+4
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Comments and renamings around the legacy fields for string results.dgp2012-11-262-20/+45
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | WIP removing the maintenance of a string result in the Interp.dgp2012-11-178-543/+54
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still some head-scratching on what to do with tclStubLib.c.
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2012-11-16289-8155/+12518
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2012-07-19255-13794/+8551
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | Implement Tcl_DStringResult with call to TclDStringToObj.dgp2012-04-251-6/+1
| | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | merge trunkdgp2012-04-2538-195/+471
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | To preserve the ability of [load] to bring in mistmatched stubs-enableddgp2012-04-191-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modules and react with an error rather than a crash, HasStubSupport() has to keep fiddling with the same fields as always.
| | | * | | | | | | | | | | | | | | | | | | | Clean version of changes; ifdef-freedkf2012-04-198-628/+22
| | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | merge trunkdkf2012-04-199-100/+310
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | Experimental branch where the interp->result field and related are removeddgp2012-04-188-15/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and all simplifications that makes possible are done. Seems this can at best be a Tcl 9 reform.
| * | | | | | | | | | | | | | | | | | | | | | | Re-fix failing load-3.2 test. The right way this time.dgp2012-11-301-3/+2
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Stop [glob] complaining about empty list result. Continue support fordgp2012-11-306-66/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a no-op -nocomplain option, but don't document it. Old script support only.
| * | | | | | | | | | | | | | | | | | | | | | | After a Tcl_SetObjResult, don't do a Tcl_TransferResult to the same interpreterjan.nijtmans2012-11-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | merge (modified) novem-review.jan.nijtmans2012-11-308-49/+33
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unbreak windows build
| | * | | | | | | | | | | | | | | | | | | | | | | Proposed rollback of the TCL_STUB_MAGIC change on novem branch.novem_reviewdgp2012-11-298-118/+56
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Improve behavior when exception ranges need retraction.dkf2012-11-302-2/+11
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | merge novemdkf2012-11-291-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | Bug fix. Stop load-3.2 test failure.dgp2012-11-291-2/+1
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Get rid of two unusable bytecodes; they always Tcl_Panic()ed...dkf2012-11-294-132/+116
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | merge novemdkf2012-11-292-11/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | Purge remnants of support for compilers ignorant of C keyword 'inline'.dgp2012-11-292-11/+2
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | merge novemdkf2012-11-2919-1148/+936
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | Stop defining VOID. Demand C compilers that know the void keyword.dgp2012-11-291-43/+9
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Destroy all the TCL_STORAGE_CLASS and associated nonsense.dgp2012-11-2919-1105/+927
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Reducing the complexity of the bytecodes as an experiment.dkf2012-11-298-1036/+515
|/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Remove STRINGIFY and JOIN utility macros. Tcl doesn't use them.dgp2012-11-291-14/+0
|/ / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And Tcl doesn't need to be in the utility macro supply business. If an extension needs these, let them define them.