Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | MODULE_SCOPE symbol names are suppoted to start with 'tcl' (data) or 'Tcl' ↵ | jan.nijtmans | 2012-12-04 | 2 | -3/+3 |
| | | | | (code) | ||||
* | 3588687 When detecting incompatibility during stubs initialization, the error | dgp | 2012-11-29 | 1 | -3/+1 |
|\ | | | | | | | message has always assumed a stubs-disabled 8.0 interp to be the cause. That's no longer a good assumption. More suitable error message committed. | ||||
| * | 3588687 When detecting incompatibility during stubs initialization, the error | dgp | 2012-11-29 | 1 | -3/+1 |
| |\ | | | | | | | | | | message has always assumed a stubs-disabled 8.0 interp to be the cause. That's no longer a good assumption. More suitable error message committed. | ||||
| | * | 3588687 When detecting incompatibility during stubs initialization, the error | dgp | 2012-11-29 | 1 | -1/+1 |
| | | | | | | | | | | | | message has always assumed a stubs-disabled 8.0 interp to be the cause. That's no longer a good assumption. More suitable error message committed. | ||||
* | | | silence compiler warning | dgp | 2012-11-29 | 1 | -7/+7 |
| | | | |||||
* | | | Silence some (unimportant) warnings from the MIPSpro compiler. | dkf | 2012-11-28 | 1 | -5/+6 |
| | | | |||||
* | | | [3590483]: Some compilers cannot initialize with complex non-constants. | dkf | 2012-11-28 | 1 | -24/+27 |
| | | | |||||
* | | | Fix bug reported by Brian Griffin: | jan.nijtmans | 2012-11-22 | 1 | -4/+0 |
|\ \ \ | |/ / | | | | <p>[http://code.activestate.com/lists/tcl-core/12524/] | ||||
| * | | Fix bug reported by Brian Griffin: | jan.nijtmans | 2012-11-22 | 1 | -4/+0 |
| |\ \ | | |/ | | | | <p>[http://code.activestate.com/lists/tcl-core/12524/] | ||||
| | * | Fix bug reported by Brian Griffin: | jan.nijtmans | 2012-11-22 | 1 | -4/+0 |
| | | | | | | | | | <p>[http://code.activestate.com/lists/tcl-core/12524/] | ||||
| | * | More complete purge of things only present for supporting long-dead Mac 9 ↵ | dgp | 2012-11-15 | 20 | -784/+27 |
| | | | | | | | | | | | | systems. | ||||
| | * | Fix bug in genStubs.tcl: If the macosx section doesn't contain any ↵ | jan.nijtmans | 2012-11-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | macosx-specific entries, no section at all is created <p>revert previous workaround in tclInt.decls | ||||
| | * | add missing macosx sections | jan.nijtmans | 2012-11-15 | 3 | -1/+198 |
| | | | |||||
| | * | Remove all the long dead mac entries in tcl*.decls files | jan.nijtmans | 2012-11-15 | 6 | -523/+67 |
| | | | | | | | | | | | | <p>backport genStubs::forAllStubs function, to generate dummy entries for some MAC_TCL entries <p>re-generate all tcl*Decls.h files. | ||||
| | * | 3587242 Missing Tcl_MutexUnlock() call made [testasync create] block. | dgp | 2012-11-14 | 1 | -0/+1 |
| | | | |||||
* | | | very minor style tweaksbug_3033307 | dkf | 2012-11-20 | 1 | -6/+9 |
| | | | |||||
* | | | merge trunk | dkf | 2012-11-19 | 4 | -43/+50 |
|\ \ \ | |||||
| * | | | [Bug 3588366]: Corrected implementation of bounds restriction for end-indexed | dkf | 2012-11-19 | 1 | -3/+0 |
| | | | | | | | | | | | | compiled [string range]. Thanks to Emiliano Gavilan for diagnosis and fix. | ||||
| * | | | 3587651 Fix [info functions] and Tcl_ListMathFuncs(). | dgp | 2012-11-16 | 2 | -39/+49 |
| |\ \ \ | | |/ / | |||||
| | * | | 3587651 Fix Tcl_ListMathFuncs() by turning it into a call to [info functions] | dgp | 2012-11-16 | 1 | -31/+18 |
| | | | | |||||
| | * | | 3587651 fix [info functions] (Re-implementation in Tcl) | dgp | 2012-11-16 | 1 | -8/+31 |
| | | | | |||||
| | * | | Release branch for Tcl 8.5.13. | dgp | 2012-11-05 | 1 | -2/+2 |
| | | | | |||||
| * | | | A few unneeded internal CONST/CONST86's | jan.nijtmans | 2012-11-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | Contributed patch from Andy Goth. | dgp | 2012-11-15 | 1 | -26/+65 |
|/ / / | |||||
* | | | Simplification: don't declare struct types that are never used. | jan.nijtmans | 2012-11-15 | 7 | -9/+9 |
| | | | |||||
* | | | IMPLEMENTATION OF TIP#416: New Options for 'load': -global and -lazy | jan.nijtmans | 2012-11-15 | 2 | -3/+36 |
|\ \ \ | |||||
| * \ \ | merge trunk | jan.nijtmans | 2012-11-12 | 2 | -2/+2 |
| |\ \ \ | |||||
| * \ \ \ | merge trunk | jan.nijtmans | 2012-11-09 | 1 | -2/+0 |
| |\ \ \ \ | |||||
| * | | | | | Finish the TIP #416 implementation as specified (#define's were still ↵ | jan.nijtmans | 2012-11-07 | 2 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | missing). Added warning to "load" documentation. Added test case for using -global without specifying filename. | ||||
| * | | | | | merge trunk | dkf | 2012-11-06 | 17 | -426/+2756 |
| |\ \ \ \ \ | |||||
| * | | | | | | syntax improvement: expect options before the filename | jan.nijtmans | 2012-10-24 | 1 | -15/+14 |
| | | | | | | | | | | | | | | | | | | | | | <p>start at documentation | ||||
| * | | | | | | experimental implementation of FRQ-3579001 | jan.nijtmans | 2012-10-24 | 1 | -5/+31 |
| | | | | | | | |||||
* | | | | | | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factor | dkf | 2012-11-14 | 3 | -8/+22 |
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | out all the code to do temporary file creation so that it is possible to make it correct in one place. Allow overriding of the back-stop default temporary file location at compile time by setting the TCL_TEMPORARY_FILE_DIRECTORY #def to a string containing the directory name (defaults to "/tmp" as that is the most common default). | ||||
* | | | | | | re-enable bcc-tailcall, after fixing an infinite loop in the ↵ | mig | 2012-11-10 | 2 | -2/+2 |
| |_|/ / / |/| | | | | | | | | | | | | | | TCL_COMPILE_DEBUG mode | ||||
* | | | | | Remove files and references for long outdated Wise Installer. | dgp | 2012-11-07 | 1 | -2/+0 |
| |/ / / |/| | | | |||||
* | | | | Disable bytecompile of [tailcall] until it gets some repair. As is, it | dgp | 2012-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | hopelessly bogs down debug-enabled testing, and make many tests fail. | ||||
* | | | | Added bytecode compilation of many Tcl commands, merged from development branch. | dkf | 2012-11-05 | 15 | -420/+2723 |
|\ \ \ \ | |||||
| * | | | | Added compilation of [array exists], [array set] and [array unset]. Fixed a ↵merge_to_trunk | dkf | 2012-11-05 | 8 | -36/+451 |
| | | | | | | | | | | | | | | | | | | | | whole bunch of issues with opcode issuing that were causing problems with stack depth calculations. | ||||
| * | | | | Added compilation of [string last] and improved the compilation of [string ↵ | dkf | 2012-11-03 | 9 | -214/+253 |
| | | | | | | | | | | | | | | | | | | | | range]. This in turn enables compilation of [namespace qualifiers] and [namespace tail] (also done). | ||||
| * | | | | Added compilation of [info object isa object] (i.e., object verification). | dkf | 2012-11-03 | 7 | -4/+56 |
| | | | | | |||||
| * | | | | Added more TclOO introspection bytecodes ([info object class], [info object ↵ | dkf | 2012-11-02 | 7 | -54/+119 |
| | | | | | | | | | | | | | | | | | | | | namespace]). Also moved TclOO-in-8.6 to using the main Tcl internal ensemble builder. | ||||
| * | | | | Added compilation of [tailcall]. Not a particularly efficient compilation ↵ | dkf | 2012-11-01 | 7 | -16/+117 |
| | | | | | | | | | | | | | | | | | | | | though; it does not detect tailcall-of-self as a special case. | ||||
| * | | | | Added compilation of [dict create] and [dict merge]. | dkf | 2012-11-01 | 7 | -41/+250 |
| | | | | | |||||
| * | | | | Added [dict exists] compilation; implementation is 95% shared with [dict get]. | dkf | 2012-10-30 | 7 | -17/+102 |
| | | | | | |||||
| * | | | | Some corrections and performance tweaks | dkf | 2012-10-30 | 1 | -46/+56 |
| | | | | | |||||
| * | | | | Compilation of [string first] and [string range] (with constant indices). | dkf | 2012-10-30 | 7 | -86/+306 |
| | | | | | |||||
| * | | | | Added compilation of [regsub] (in the simplest, most restricted case). | dkf | 2012-10-30 | 3 | -1/+178 |
| | | | | | |||||
| * | | | | Added compilation of simplest practical case of [string map]. | dkf | 2012-10-29 | 7 | -13/+160 |
| | | | | | |||||
| * | | | | Minor: correct a comment | dkf | 2012-10-29 | 1 | -2/+3 |
| | | | | |