summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Remove TclInitStubTable() function (but keep it in the "initsubsystems" branch).jan.nijtmans2013-06-251-8/+0
| | * | | | | | Modify internal TclStubInfoType type: use TclStubs * in stead of ClientData,...jan.nijtmans2013-06-211-1/+1
| | * | | | | | Better place to put vsnprintf switch, so it is usable by all *.c files. jan.nijtmans2013-06-181-2/+5
| | * | | | | | On 32-bit platforms, 12 characters for version is enough, on 64-bit platforms...jan.nijtmans2013-06-171-1/+1
| | * | | | | | split off TclInitStubTable() as separate function - which does the actual stu...jan.nijtmans2013-06-161-0/+8
| | * | | | | | [3613609]: Replace strcasecmp() with UTF-8-aware version.dkf2013-05-221-0/+1
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctlyjan.nijtmans2013-05-211-0/+1
| | * | | | | | A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (...dkf2013-05-151-0/+4
| | * | | | | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...jan.nijtmans2013-04-231-19/+10
| | |\ \ \ \ \ \ | | | |/ / / / /
| * | | | | | | New internal routine TclNRInvoke() - NR-enabled path through the machinerydgp2013-04-111-0/+1
| |/ / / / / /
| * | | | | | 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
| * | | | | | 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
| * | | | | | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro...jan.nijtmans2013-02-041-0/+1
| * | | | | | 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
| * | | | | | 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
| * | | | | | 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
| |/ / / / /
* | | | | | merge main dev branchdkf2013-01-031-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc...mig2013-01-021-1/+1
| | |_|_|/ | |/| | |
* | | | | merge main dev branchdkf2012-11-051-0/+27
|\ \ \ \ \ | |/ / / /
| * | | | 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
| | |/ | |/|
* | | Work on compilation of [string is].dkf2012-11-021-0/+3
|/ /
* | 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
* | 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
| |\ \ | | |/
| | * Remove unused TclpLoadFile function.jan.nijtmans2012-10-231-6/+0
| | * 3564735 Protection against namespace var resolvers that unexpectedly returnbug_3564735dgp2012-09-061-2/+6
| | * CONST-ification update.dgp2011-10-271-1/+1