summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge trunk. jan.nijtmans2013-02-081-28/+2
|\ | | | | | | Eliminate all usage of internal macros: TclNewIntObj, TclNewBooleanObj, TclSetIntObj, TclSetBooleanObj. Change various function to macros: Tcl_NewIntObj, Tcl_SetIntObj, Tcl_NewBooleanObj, Tcl_DbNewBooleanObj, Tcl_SetBooleanObj, Tcl_AddErrorInfo, Tcl_AddObjErrorInfo.
* \ merge trunkjan.nijtmans2013-02-041-0/+1
|\ \ | |/
| * Eliminate all Tcl_ConvertToType calls and all direct calls to ↵jan.nijtmans2013-02-041-0/+1
| | | | | | | | typePtr->setFromAnyProc (except the call from inside the Tcl_ConvertToType function) from the Tcl core.
* | merge trunkjan.nijtmans2013-02-031-5/+5
|\ \ | |/
| * merge core-8-5-branchjan.nijtmans2013-01-311-5/+5
| |\
| | * Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly ↵jan.nijtmans2013-01-311-3/+3
| | | | | | | | | | | | the same field, but it allows twoPtrValue.ptr2 to be used for other purposes.
* | | merge trunkjan.nijtmans2013-01-121-34/+7
|\ \ \ | |/ / | | | Remove various double-defined (both in public and private stub tables) functions from private stub table
| * | Name functions according to 'what' instead of 'how' in the [tailcall]mig2013-01-111-2/+5
| | | | | | | | | machinery, in view of making public some parts of it.
| * | tailcall now running in a simpler model, with no eval-flags and no nre-stack ↵mig2013-01-101-33/+3
| | | | | | | | | | | | rewriting; yieldto also requires one fewer bounce. Mostly from mig-nre-mods
* | | The Tcl*(Scan|Convert)*Element() routines only need chars, not ints, todgp2013-01-081-2/+2
| | | | | | | | | hold their flags. Reduce waste now that interface freedom permits it.
* | | merge trunkjan.nijtmans2013-01-051-1/+38
|\ \ \ | |/ /
| * | Improve code generation for many simple core ensemble subcommands.dkf2013-01-041-0/+36
| |\ \
| | * | Add super-simple compiler to many ensemble subcommands to allow better codedkf2013-01-041-0/+36
| | | | | | | | | | | | | | | | | | | | generation where we can detect that we're not in the WrongNumArgs case. The compiler just checks that the argument count is in the right range and issues a standard dispatch; that's enough to do an efficient job.
| * | | Insure that PURIFY builds cannot exploit the Tcl stack to hide mem defects.mig2013-01-041-0/+1
| |/ /
| * | remove stray calls to Tcl_Alloc and friends: the core should only use ↵mig2013-01-021-1/+1
| | | | | | | | | | | | ckalloc to allow MEM_DEBUG to work properly
* | | Merge trunk. jan.nijtmans2012-12-141-0/+7
|\ \ \ | |/ / | | | | | | Add more clarity why refCount should be decremented AFTER checking for <2. Protect 8.x extensions for being loadable in "novem", by changing Tcl_PkgProvide into a macro.
* | | merge trunkjan.nijtmans2012-12-131-13/+15
|\ \ \ | |/ /
* | | Initialize legacyFreeProc with invalid value: This will result injan.nijtmans2012-12-031-2/+2
| | | | | | | | | | | | | | | 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-301-47/+20
|\ \ \
| * | | Comments and renamings around the legacy fields for string results.dgp2012-11-261-18/+20
| | | |
| * | | WIP removing the maintenance of a string result in the Interp.dgp2012-11-171-37/+8
| |\ \ \ | | | | | | | | | | Still some head-scratching on what to do with tclStubLib.c.
| | * \ \ merge trunkdgp2012-11-161-10/+111
| | |\ \ \ | | | |/ /
| | * | | merge trunkdgp2012-07-191-0/+19
| | |\ \ \
| | * \ \ \ merge trunkdgp2012-04-251-0/+1
| | |\ \ \ \
| | * | | | | Clean version of changes; ifdef-freedkf2012-04-191-37/+6
| | | | | | |
| | * | | | | Experimental branch where the interp->result field and related are removeddgp2012-04-181-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and all simplifications that makes possible are done. Seems this can at best be a Tcl 9 reform.
* | | | | | | Stop [glob] complaining about empty list result. Continue support fordgp2012-11-301-13/+0
|/ / / / / / | | | | | | | | | | | | a no-op -nocomplain option, but don't document it. Old script support only.
* | | | | | Burn the octal bridges. We're not goin' back.dgp2012-11-161-2/+0
| | | | | |
* | | | | | eliminate CONST/CONST84/CONST86jan.nijtmans2012-11-161-3/+3
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
* | | | | | Goodbye to [case].dgp2012-11-151-3/+0
|/ / / / /
* | | | | Added compilation of [array exists], [array set] and [array unset]. Fixed a ↵merge_to_trunkdkf2012-11-051-0/+9
| | | | | | | | | | | | | | | | | | | | 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 ↵dkf2012-11-031-0/+9
| | | | | | | | | | | | | | | | | | | | 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).dkf2012-11-031-0/+3
| | | | |
* | | | | Added more TclOO introspection bytecodes ([info object class], [info object ↵dkf2012-11-021-0/+6
| | | | | | | | | | | | | | | | | | | | namespace]). Also moved TclOO-in-8.6 to using the main Tcl internal ensemble builder.
* | | | | Added compilation of [tailcall]. Not a particularly efficient compilation ↵dkf2012-11-011-0/+4
| | | | | | | | | | | | | | | | | | | | though; it does not detect tailcall-of-self as a special case.
* | | | | Added compilation of [dict create] and [dict merge].dkf2012-11-011-0/+6
| | | | |
* | | | | Added [dict exists] compilation; implementation is 95% shared with [dict get].dkf2012-10-301-2/+5
| | | | |
* | | | | Compilation of [string first] and [string range] (with constant indices).dkf2012-10-301-0/+6
| | | | |
* | | | | Added compilation of [regsub] (in the simplest, most restricted case).dkf2012-10-301-0/+3
| | | | |
* | | | | Added compilation of simplest practical case of [string map].dkf2012-10-291-0/+3
| | | | |
* | | | | Compiler for some of the simpler cases of [format].dkf2012-10-291-0/+3
| | | | |
* | | | | Merge corrected [yield] compilation. Many thanks to Miguel Sofer for help.dkf2012-10-291-0/+4
|\ \ \ \ \
| * | | | | Working towards a BCCed [yield]; this doesn't work right now.dkf2012-10-261-0/+4
| | | | | |
* | | | | | Compilation of [info commands] in the case of a fully-qualified literal name.dkf2012-10-291-0/+3
|/ / / / /
* | | | | Compile [namespace which -command]; big performance saving in some contexts.dkf2012-10-261-0/+3
| | | | |
* | | | | Added compilation of [namespace code] (except for gnarly edge cases).dkf2012-10-251-0/+3
| | | | |
* | | | | merge trunkdkf2012-10-241-8/+7
|\ \ \ \ \
| * | | | | Added compilation of [dict unset]; the bytecode needed already existed anyway.dkf2012-10-241-0/+3
| | | | | |
| * | | | | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so ↵jan.nijtmans2012-10-231-8/+4
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | these flags are available through the whole filesystem for (future) internal use
| | * | | | Remove unused TclpLoadFile function.jan.nijtmans2012-10-231-6/+0
| | | | | |