Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2019-02-25 | 1 | -4/+4 |
|\ | |||||
| * | New internal macro TclHasIntRep() to re-encapsulate the typePtr field. | dgp | 2019-02-25 | 1 | -4/+4 |
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
* | | Merge 8.7 | jan.nijtmans | 2019-01-28 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -3/+3 |
* | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled... | jan.nijtmans | 2018-12-26 | 1 | -1/+1 |
* | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 1 | -18/+18 |
|\ \ | |/ | |||||
* | | Merge 8.7 | jan.nijtmans | 2018-11-15 | 1 | -1/+1 |
|\ \ | |/ | |||||
* | | Implement TIP 445 | dgp | 2018-11-13 | 1 | -39/+51 |
|\ \ | |/ | |||||
| * | merge 8.7 | dgp | 2018-10-24 | 1 | -1/+1 |
| |\ | |||||
| * \ | merge 8.7 | dgp | 2018-10-18 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | merge 8.7 | dgp | 2018-02-15 | 1 | -5/+5 |
| |\ \ \ | |||||
| * \ \ \ | merge 8.7 | dgp | 2018-02-09 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge 8.7 | dgp | 2018-02-06 | 1 | -2/+2 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge 8.7 | dgp | 2017-12-19 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge trunk | dgp | 2017-04-27 | 1 | -18/+16 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | merge trunk | dgp | 2017-04-06 | 1 | -8/+4 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Purge more direct accesses to bytes field. | dgp | 2016-10-07 | 1 | -3/+1 |
| * | | | | | | | | | merge trunk | dgp | 2016-07-09 | 1 | -3/+136 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | More ByteCode revisions. | dgp | 2016-04-30 | 1 | -13/+17 |
| * | | | | | | | | | | Use new routine TclGetLambdaFromObj to better isolate the "lambdaExpr" ObjType. | dgp | 2016-04-04 | 1 | -12/+4 |
| * | | | | | | | | | | Revise "instname" ObjType to use proposed routines | dgp | 2016-04-04 | 1 | -7/+24 |
| * | | | | | | | | | | Revise the "instname" Tcl_ObjType to use the routines. | dgp | 2016-03-24 | 1 | -9/+10 |
* | | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2018-10-21 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Change PTR2INT and PTR2UINT macros's so they can handle long's and Tcl_WideIn... | jan.nijtmans | 2018-10-21 | 1 | -1/+1 |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
* | | | | | | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | | More using TCL_Z_MODIFIER where possible | jan.nijtmans | 2018-06-28 | 1 | -6/+5 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2018-06-24 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | |||||
| * | | | | | | | | | Fix "string tolower" and friends for handling unpaired surrogates correctly. ... | jan.nijtmans | 2018-06-24 | 1 | -1/+1 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
* | | | | | | | | | Convert macros to enums - constrained by need for matching table. | dgp | 2018-03-06 | 1 | -1/+1 |
* | | | | | | | | | merge 8.7 | dgp | 2018-02-15 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | Guarantee the buffer is large enough it will not be overrun. | dgp | 2018-02-15 | 1 | -1/+2 |
* | | | | | | | | | Merge core-8-branch | jan.nijtmans | 2018-02-14 | 1 | -4/+3 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | Move TclGetBooleanFromObj to tclInt.h, so multiple source files can use it. C... | jan.nijtmans | 2018-02-14 | 1 | -4/+3 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | merge 8.7 | dgp | 2018-02-09 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | small code review: resolve conversion warnings (possible loss of data, signed... | sebres | 2018-02-09 | 1 | -2/+2 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | merge core-8-branch | jan.nijtmans | 2018-02-06 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | merge core-8-branch | jan.nijtmans | 2017-12-19 | 1 | -2/+2 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| * | | | | | | Experimental branch meant to eliminate the "wideint" type, just merge it to a... | jan.nijtmans | 2017-10-30 | 1 | -3/+3 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | merge core-8-branch. Also change some internal refCount's from int to size_t. | jan.nijtmans | 2017-12-19 | 1 | -5/+5 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Make TclEnsureNamespace() MODULE_SCOPE. Also change some refCount fields from... | jan.nijtmans | 2017-12-19 | 1 | -2/+2 |
| |/ / / / | |||||
* | | | | | merge core-8-branch. Various cleanup: unused structure names, unused #defines... | jan.nijtmans | 2017-12-01 | 1 | -3/+3 |
|/ / / / | |||||
* | | | | [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ... | dkf | 2017-04-27 | 1 | -18/+16 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | A better way of getting source file location information when disassembling. | dkf | 2017-04-22 | 1 | -18/+16 |
* | | | | Since Tcl_AppendPrintfToObj() now understands the %p format, we can use it. E... | jan.nijtmans | 2017-03-31 | 1 | -8/+4 |
* | | | | Partially backout [ef4da65408] because AppendPrintfToObjVA() (used indirectly... | andy | 2016-11-24 | 1 | -2/+2 |
* | | | | More internal use of size_t in stead of int. | jan.nijtmans | 2016-11-21 | 1 | -2/+2 |
| |_|/ |/| | | |||||
* | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -2/+2 |
|/ / | |||||
* | | Add ability to disassemble TclOO constructors and destructors ([1493a43044] m... | dkf | 2016-07-04 | 1 | -1/+134 |
|/ | |||||
* | Make function TclDisassembleByteCodeObj() static, since it is only used in a ... | jan.nijtmans | 2016-01-18 | 1 | -6/+8 |