| Commit message (Expand) | Author | Age | Files | Lines |
* | [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ... | dkf | 2017-04-27 | 1 | -2/+3 |
|\ |
|
| * | A better way of getting source file location information when disassembling. | dkf | 2017-04-22 | 1 | -2/+3 |
|
|
* | | Remove unused functions like TclWinSetSockOpt()/Tcl_DStringTrunc() if compile... | jan.nijtmans | 2017-04-20 | 1 | -1/+1 |
|
|
* | | Remove some unnecessary "struct" definitions and some type casts no longer ne... | jan.nijtmans | 2017-04-11 | 1 | -1/+1 |
|
|
* | | Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread() | jan.nijtmans | 2017-03-24 | 1 | -1/+1 |
|
|
* | | If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that iPtr->(resultSpac... | jan.nijtmans | 2017-03-17 | 1 | -0/+10 |
|
|
* | | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock... | Kevin B Kenny | 2017-03-15 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock... | Kevin B Kenny | 2017-03-15 | 1 | -0/+6 |
|
|
* | | Make 'clock' and 'encoding' into compilable ensembles that play with safe int... | Kevin B Kenny | 2017-03-14 | 1 | -4/+2 |
|\ \
| |/ |
|
| * | Make 'clock' and 'encoding' into compilable ensembles that play with safe int...kbk_clock_encoding_ensembles | Kevin B Kenny | 2017-03-14 | 1 | -0/+1 |
|
|
| * | Make 'clock' and 'encoding' into proper compilable ensembles | Kevin B Kenny | 2017-03-14 | 1 | -4/+1 |
|
|
* | | Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(... | jan.nijtmans | 2017-03-13 | 1 | -26/+0 |
|
|
* | | More internal use of size_t in stead of int, e.g. for epoch's | jan.nijtmans | 2017-02-15 | 1 | -6/+6 |
|
|
* | | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO... | jan.nijtmans | 2017-02-03 | 1 | -5/+4 |
|
|
* | | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le... | jan.nijtmans | 2017-01-25 | 1 | -0/+2 |
|
|
* | | Introduce new function TclInitThreadAlloc(), symmetric with TclFinalizeThread...notifier | jan.nijtmans | 2017-01-13 | 1 | -0/+1 |
|
|
* | | TIP [http://www.tcl.tk/cgi-bin/tct/tip/459|459] implementation, but (for now)... | jan.nijtmans | 2017-01-04 | 1 | -0/+5 |
|\ \ |
|
| * \ | Bring back stub table in original state. | jan.nijtmans | 2016-12-08 | 1 | -2/+6 |
| |\ \ |
|
| * | | | Complete implementation, tests and documentation | jan.nijtmans | 2016-11-28 | 1 | -0/+1 |
|
|
| * | | | Starting implementing the "package files" command. TIP still to be written. | jan.nijtmans | 2016-11-24 | 1 | -0/+1 |
|
|
* | | | | Eliminate the internal macro/function TclNewIntObj: In all cases TclNewLongOb... | jan.nijtmans | 2016-12-23 | 1 | -9/+2 |
| |/ /
|/| | |
|
* | | | Created a new "proper bytearray" Tcl_ObjType so we can use bytearrays | dgp | 2016-12-01 | 1 | -2/+1 |
|
|
* | | | Route all [string repeat] operations through a common implementation. | dgp | 2016-11-30 | 1 | -0/+2 |
|/ / |
|
* | | Make compileEpoch "unsigned int", and start counting at 1. | jan.nijtmans | 2016-11-24 | 1 | -1/+1 |
|
|
* | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c... | jan.nijtmans | 2016-11-16 | 1 | -13/+13 |
|
|
* | | Route all [string last] operations through a common implementation. | dgp | 2016-11-08 | 1 | -1/+3 |
|
|
* | | First draft refactoring the [string first] functionality. | dgp | 2016-11-04 | 1 | -0/+2 |
|
|
* | | WIP | dgp | 2016-10-28 | 1 | -2/+3 |
|
|
* | | Start bringing all `string cat` operations into one place so it can be coded | dgp | 2016-10-27 | 1 | -0/+2 |
|
|
* | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter... | jan.nijtmans | 2016-09-07 | 1 | -4/+6 |
|\ \
| |/ |
|
| * | Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ... | jan.nijtmans | 2016-09-02 | 1 | -4/+6 |
|
|
* | | [0363f0146c] Fix [array startsearch] id handling to support var name variations | dgp | 2016-07-19 | 1 | -1/+0 |
|
|
* | | New private flag value INDEX_TEMP_TABLE. | dgp | 2016-07-13 | 1 | -0/+9 |
|
|
* | | Make hash type changable by compiling with -DTCL_HASH_TYPE=size_t (for exampl... | jan.nijtmans | 2016-07-12 | 1 | -1/+1 |
|
|
* | | merge 8.6 | dgp | 2016-07-09 | 1 | -0/+15 |
|\ \
| |/ |
|
| * | [1493a43044] Make [namespace upvar] ignore variable resolvers; the previous s... | dkf | 2016-07-09 | 1 | -0/+15 |
| |\ |
|
| | * | Expose the AVOID_RESOLVERS flag to [namespace upvar] implementations, which s...bug_1493a43044 | dkf | 2016-07-07 | 1 | -0/+15 |
|
|
* | | | Merge core-8-6-branch:
| jan.nijtmans | 2016-07-07 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Create and use a utility Tcl_NRPostProc when decr ref count of values is | dgp | 2016-07-06 | 1 | -0/+1 |
|
|
| * | | Simplify all the Tcl_NRPostProc declarations. | dgp | 2016-07-06 | 1 | -2/+1 |
| |/ |
|
* | | [4402cfa58c] Rework the spell check machinery into something that will not be... | dgp | 2016-07-01 | 1 | -21/+5 |
|\ \
| |/ |
|
| * | The EnsembleCmdRep struct that is the internal rep for caching ensemble | dgp | 2016-07-01 | 1 | -17/+0 |
|
|
| * | [4402cfa58c] Rework the spell check machinery into something that will not be | dgp | 2016-07-01 | 1 | -1/+4 |
|
|
| * | Encapsulate the fetching of the ensemble rewrite root, used by [namespace]. | dgp | 2016-07-01 | 1 | -0/+2 |
|
|
| * | merge 8.6 | dgp | 2016-06-28 | 1 | -1/+2 |
| |\ |
|
| * | | Don't see why the intrep should make and keep copies of things already | dgp | 2016-05-12 | 1 | -5/+3 |
|
|
| * | | Remove the nsPtr field from the EnsembleCmdRep struct. Cannot see any | dgp | 2016-05-12 | 1 | -2/+0 |
|
|
* | | | Disable special hacks for Itcl 3 ensemble error message generation. | dgp | 2016-07-01 | 1 | -0/+13 |
|
|
* | | | Fix [e14c77b845] for MSVC6: Compilation error over typedef | jan.nijtmans | 2016-06-09 | 1 | -3/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix [e14c77b845] for MSVC6: Compilation error over typedef | jan.nijtmans | 2016-06-09 | 1 | -3/+2 |
|
|