summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* merge trunkjan.nijtmans2013-05-151-0/+4
|\
| * A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (...dkf2013-05-151-0/+4
* | merge trunkjan.nijtmans2013-05-061-4/+0
|\ \ | |/
* | Eliminate use of NO_WIDE_TYPE everywhere: It's exactly the same as TCL_WIDE_I...jan.nijtmans2013-04-231-11/+2
|\ \ | |/
| * Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...jan.nijtmans2013-04-231-19/+10
| |\
* | \ merge trunk. jan.nijtmans2013-02-271-29/+0
|\ \ \ | |/ /
| * | LimitHandler struct used only locally. Remove from tclInt.hdgp2013-02-251-29/+0
| |\ \ | | |/
| | * LimitHandler struct used only locally. Remove from tclInt.h.dgp2013-02-251-29/+0
* | | merge trunk. jan.nijtmans2013-02-251-35/+0
|\ \ \ | |/ /
| * | Remove unused struct InterpList.dgp2013-02-251-11/+0
| |\ \ | | |/
| | * Remove unused struct InterpList.dgp2013-02-251-11/+0
| * | Array Search struct used only locally. Remove from tclInt.h.dgp2013-02-251-24/+0
| |\ \ | | |/
| | * ArraySearch struct used only locally. Remove from tclInt.h.dgp2013-02-251-24/+0
* | | Merge trunk. jan.nijtmans2013-02-081-28/+2
|\ \ \ | |/ /
* | | merge trunkjan.nijtmans2013-02-041-0/+1
|\ \ \ | |/ /
| * | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro...jan.nijtmans2013-02-041-0/+1
* | | 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 th...jan.nijtmans2013-01-311-3/+3
* | | merge trunkjan.nijtmans2013-01-121-34/+7
|\ \ \ | |/ /
| * | Name functions according to 'what' instead of 'how' in the [tailcall]mig2013-01-111-2/+5
| * | tailcall now running in a simpler model, with no eval-flags and no nre-stack ...mig2013-01-101-33/+3
* | | The Tcl*(Scan|Convert)*Element() routines only need chars, not ints, todgp2013-01-081-2/+2
* | | 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
| * | | 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 ckalloc...mig2013-01-021-1/+1
* | | Merge trunk. jan.nijtmans2012-12-141-0/+7
|\ \ \ | |/ /
* | | merge trunkjan.nijtmans2012-12-131-13/+15
|\ \ \ | |/ /
* | | Initialize legacyFreeProc with invalid value: This will result injan.nijtmans2012-12-031-2/+2
* | | 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
| |\ \ \
| | * \ \ 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
* | | | | | | Stop [glob] complaining about empty list result. Continue support fordgp2012-11-301-13/+0
|/ / / / / /
* | | | | | 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 w...merge_to_trunkdkf2012-11-051-0/+9
* | | | | Added compilation of [string last] and improved the compilation of [string ra...dkf2012-11-031-0/+9
* | | | | 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 n...dkf2012-11-021-0/+6
* | | | | Added compilation of [tailcall]. Not a particularly efficient compilation tho...dkf2012-11-011-0/+4
* | | | | 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