summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | WIP removing the maintenance of a string result in the Interp.dgp2012-11-178-543/+54
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 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
| | * | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Proposed rollback of the TCL_STUB_MAGIC change on novem branch.novem_reviewdgp2012-11-298-118/+56
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Bug fix. Stop load-3.2 test failure.dgp2012-11-291-2/+1
* | | | | | | | | | | | | | | | | | | | | | | Purge remnants of support for compilers ignorant of C keyword 'inline'.dgp2012-11-292-11/+2
* | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | | | | Remove STRINGIFY and JOIN utility macros. Tcl doesn't use them.dgp2012-11-291-14/+0
|/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | merge trunkdgp2012-11-294-79/+119
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | / / / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | 3588687 When detecting incompatibility during stubs initialization, the errordgp2012-11-291-3/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | 3588687 When detecting incompatibility during stubs initialization, the errordgp2012-11-291-3/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | 3588687 When detecting incompatibility during stubs initialization, the errordgp2012-11-291-1/+1
| * | | | | | | | | | | | | | | | | | | | silence compiler warningdgp2012-11-291-7/+7
| * | | | | | | | | | | | | | | | | | | | Silence some (unimportant) warnings from the MIPSpro compiler.dkf2012-11-281-5/+6
| * | | | | | | | | | | | | | | | | | | | [3590483]: Some compilers cannot initialize with complex non-constants.dkf2012-11-282-25/+34
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Factor out creation of the -sockname and -peername lists frommax2012-11-262-48/+78
* | | | | | | | | | | | | | | | | | | | merge trunkjan.nijtmans2012-11-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | doc formatting goofsdgp2012-11-261-1/+1
* | | | | | | | | | | | | | | | | | | | unbreak UNIX buildjan.nijtmans2012-11-261-2/+2
* | | | | | | | | | | | | | | | | | | | Removed functions marked deprecated or obsolete for a long time: Tcl_Backslas...jan.nijtmans2012-11-2627-843/+133
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | merge trunkjan.nijtmans2012-11-224-31/+96
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fix bug reported by Brian Griffin:jan.nijtmans2012-11-221-4/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | Fix bug reported by Brian Griffin:jan.nijtmans2012-11-221-4/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | | Fix bug reported by Brian Griffin:jan.nijtmans2012-11-221-4/+0
| * | | | | | | | | | | | | | | | | [Bug 3033307]: fix [binary decode base64] whitespace handling with '=' suffixesdkf2012-11-203-27/+96
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | very minor style tweaksbug_3033307dkf2012-11-201-6/+9
| | * | | | | | | | | | | | | | | | | merge trunkdkf2012-11-1920-66/+106
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Contributed patch from Andy Goth.dgp2012-11-152-26/+86
* | | | | | | | | | | | | | | | | | | merge trunkjan.nijtmans2012-11-204-7/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | [Bug 3588366]: Corrected implementation of bounds restriction for end-indexeddkf2012-11-194-7/+30
| | |_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | It might be that iPtr->result points to an empty string but that iPtr->objRes...jan.nijtmans2012-11-201-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | ... make it more portablejan.nijtmans2012-11-201-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Add checks for the assumtions made in tclStubLib.c, making sure that thosejan.nijtmans2012-11-201-0/+23
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | make windde and winreg load againjan.nijtmans2012-11-192-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Single stub library can now handle Tcl8 and Tcl9 with different MAGIC valuesjan.nijtmans2012-11-196-15/+86
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | eliminate unused variablejan.nijtmans2012-11-191-2/+0
* | | | | | | | | | | | Remove some undocumented - obsolete - function from the API with 'Old' in the...jan.nijtmans2012-11-196-106/+33
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Better solution for handling errors from Tcl 8.x compiled extensions. Works f...jan.nijtmans2012-11-192-4/+9
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | change stub library to detect - and generate a nice error-message - jan.nijtmans2012-11-182-11/+20
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |