summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This doesn't compile! Just a reminder to myself which other ↵other_64bit_candidatesjan.nijtmans2012-12-035-67/+53
| | | | API's/fields/whatever might need to become size_t. Probably too much.
* Restore agreement between Cache and AllocCache.dgp2012-11-301-1/+1
|
* Update stringObj tester to match changes in the stringObj.dgp2012-11-301-4/+3
|
* allow encoding of empty stringdgp2012-11-301-2/+2
|
* Prevent the first few panics when testing on a 64-bit system.dgp2012-11-302-4/+4
|
* Conversion of Win-specific code to new model API. WARNING! UNTESTED!dkf2012-11-2712-375/+408
|
* shut up some pointless compiler grumblingdkf2012-11-261-1/+3
|
* missed a spot in an unsaved file...dkf2012-11-261-1/+1
|
* merge novemdkf2012-11-2629-846/+136
|\
| * 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: ↵jan.nijtmans2012-11-2627-843/+133
| | | | | | | | | | | | | | | | | | | | | Tcl_Backslash, Tcl_EvalFile, Tcl_GlobalEvalObj, Tcl_GlobalEval, Tcl_EvalTokens. Remove Tcl_FindExecutable from stub table: It is needed by embedders, not extenders. Remove TclpGetDate, TclpGmtime, TclpLocaltime: it isn't use anywhere since the new clock implementation. Remove TclWinConvertWSAError, it's the same as TclWinConvertError.
* | | reducing the number of signed/unsigned hazardsdkf2012-11-2622-249/+281
| | |
* | | Fixing a few things that were missed (as they are for non-OSX Unix).dkf2012-11-267-74/+91
| | |
* | | merge novemdkf2012-11-2543-1373/+561
|\ \ \ | |/ /
| * | merge trunkjan.nijtmans2012-11-224-31/+96
| |\ \ | | |/
| | * Fix bug reported by Brian Griffin:jan.nijtmans2012-11-221-4/+0
| | |\ | | | | | | | | <p>[http://code.activestate.com/lists/tcl-core/12524/]
| | | * Fix bug reported by Brian Griffin:jan.nijtmans2012-11-221-4/+0
| | | |\ | | | | | | | | | | <p>[http://code.activestate.com/lists/tcl-core/12524/]
| | | | * Fix bug reported by Brian Griffin:jan.nijtmans2012-11-221-4/+0
| | | | | | | | | | | | | | | <p>[http://code.activestate.com/lists/tcl-core/12524/]
| | * | | [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
| | | | | | | | | | | | | | | | | | compiled [string range]. Thanks to Emiliano Gavilan for diagnosis and fix.
| * | | | | It might be that iPtr->result points to an empty string but that ↵jan.nijtmans2012-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | iPtr->objResult contains the real error-message. So, handle that too.
| * | | | | ... 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | assumtions are maintained for Tcl 9! If not, extensions compiled for Tcl9 but loaded in Tcl8 (with an incompatible stub table) cannot produce a nice error-message any more. <p>This is probably not the best place to do the check, maybe it's better to do this in tclTest.c, as part of the test suite. <p>Feedback welcome!
| * | | | | 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 ↵jan.nijtmans2012-11-196-106/+33
| | | | | | | | | | | | | | | | | | | | | | | | the name.
| * | | | | Better solution for handling errors from Tcl 8.x compiled extensions. Works ↵jan.nijtmans2012-11-192-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | for existing ones.
| * | | | | change stub library to detect - and generate a nice error-message - jan.nijtmans2012-11-182-11/+20
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | when a shared library compiled for Tcl 9.x is attempted to be loaded in Tcl 8.x. Change MAGIC value in stub tables for 64-bit builds (those surely will be incomatible!)
| | * \ \ \ \ <i>on-hold at Don Porter's request</i> on_hold_trunkjan.nijtmans2012-11-181-7/+26
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | change stub library to detect - and generate a nice error-message - when a shared library compiled for Tcl 8.x is attempted to be loaded in Tcl 9.x: Tcl 9 will not have the iPtr->result field so we cannot use that any more.
| | | * | | | <i>On hold at Don Porter's request</i> on_hold_85jan.nijtmans2012-11-181-7/+26
| | | |\ \ \ \ | | | | |_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | hange stub library to detect - and generate a nice error-message - when a shared library compiled for Tcl 8.x is attempted to be loaded in Tcl 9.x: Tcl 9 will not have the iPtr->result field so we cannot use that any more.
| | | | * | | <i>On-hold at Don Porter's request.</i> on_hold_84jan.nijtmans2012-11-181-6/+27
| | | | | |/ | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | change stub library to detect - and generate a nice error-message - when a shared library compiled for Tcl 8.x is attempted to be loaded in Tcl 9.x: Tcl 9 will not have the iPtr->result field so we cannot use that any more.
| * | | | | Burn the bridge back to obsolete [puts] syntax. (Tcl 6?!)dgp2012-11-161-13/+0
| | | | | |
| * | | | | Burn the octal bridges. We're not goin' back.dgp2012-11-1616-342/+196
| | | | | |
| * | | | | Tcl_Value is now a synonym for Tcl_Obj !dgp2012-11-161-0/+2
| | | | | |
| * | | | | Remove pre-8.5 interface for custom expr functions.dgp2012-11-1612-834/+27
| | | | | |
| * | | | | merge trunkdgp2012-11-163-39/+59
| |\ \ \ \ \ | | |/ / / /
| | * | | | 3587651 Fix [info functions] and Tcl_ListMathFuncs().dgp2012-11-163-39/+59
| | |\ \ \ \ | | | |/ / /
| | | * | | 3587651 Fix Tcl_ListMathFuncs() by turning it into a call to [info functions]dgp2012-11-161-31/+18
| | | | | |
| | | * | | 3587651 fix [info functions] (Re-implementation in Tcl)dgp2012-11-162-8/+41
| | | | | |
* | | | | | Clean compile on OSX - except for usual warnings - and passes test suite.dkf2012-11-253-14/+11
| | | | | |
* | | | | | fix number of problems due to signed/unsigned comparisonsdkf2012-11-244-17/+17
| | | | | |
* | | | | | the last places that outright crasheddkf2012-11-232-3/+3
| | | | | |
* | | | | | some more fixesdkf2012-11-231-3/+4
| | | | | |