| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate (internal) TclOffset() usage, just use offsetof() in stead. | jan.nijtmans | 2019-06-12 | 1 | -1/+1 |
|
|
* | merge 8.6 | dkf | 2019-06-09 | 1 | -143/+158 |
|\ |
|
| * | minor cleanup of source code formatting | dkf | 2019-06-09 | 1 | -61/+78 |
|
|
* | | merge 8.6 | dgp | 2019-05-03 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Minor code style cleanup. | dkf | 2019-04-23 | 1 | -1/+4 |
|
|
| * | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve... | jan.nijtmans | 2019-03-02 | 1 | -2/+2 |
|
|
| * | Replace isspace() -> TclIsSpaceProc() _everywhere_.
| jan.nijtmans | 2019-01-26 | 1 | -7/+7 |
|
|
* | | Fix [bd94500678e837d7]: SEGFAULT by conversion of unicode (out of BMP) to byt... | jan.nijtmans | 2019-02-27 | 1 | -2/+2 |
|\ \ |
|
| * | | Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testca... | jan.nijtmans | 2019-02-25 | 1 | -2/+2 |
|
|
* | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -8/+8 |
|
|
* | | | New internal macro TclHasIntRep() to re-encapsulate the typePtr field. | dgp | 2019-02-25 | 1 | -3/+3 |
|/ / |
|
* | | Revert recent commit that breaks the encapsulation interface of TIP 445. | dgp | 2019-02-22 | 1 | -17/+55 |
|
|
* | | fixes segfault [bd94500678]: Tcl_UtfToUniChar/TclUtfToUniChar could don't adv... | sebres | 2019-02-05 | 1 | -1/+1 |
|
|
* | | Make TclIsPureByteArray() a macro, since it's only doing a single compare. Ot... | jan.nijtmans | 2019-01-31 | 1 | -55/+17 |
|
|
* | | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. | jan.nijtmans | 2019-01-28 | 1 | -22/+22 |
|
|
* | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 1 | -4/+4 |
|
|
* | | merge 8.6 | dgp | 2018-11-16 | 1 | -2/+9 |
|\ \
| |/ |
|
| * | fixes segfault [00d04c4f12], unfulfilled base64 (strict and non-strict mode, ... | sebres | 2018-11-15 | 1 | -2/+9 |
|
|
* | | merge 8.7 | dgp | 2018-10-18 | 1 | -26/+25 |
|\ \ |
|
| * | | isspace -> TclIsSpaceProc in various places. | jan.nijtmans | 2018-10-09 | 1 | -8/+8 |
|
|
| * | | Fix [540bed4bde]: binary format can result in "integer value too large to rep... | jan.nijtmans | 2018-09-04 | 1 | -18/+17 |
|
|
* | | | merge trunk | dgp | 2017-09-14 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions.... | jan.nijtmans | 2017-09-13 | 1 | -1/+1 |
|
|
* | | | merge trunk | dgp | 2017-09-01 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | merge core-8-6-branch | jan.nijtmans | 2017-08-18 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3 | jan.nijtmans | 2017-06-08 | 1 | -3/+3 |
|
|
* | | | merge trunk | dgp | 2017-06-06 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | merge core-8-6-branch | jan.nijtmans | 2017-05-29 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in funct... | jan.nijtmans | 2017-05-29 | 1 | -3/+3 |
|
|
* | | | merge trunk | dgp | 2017-05-08 | 1 | -1/+9 |
|\ \ \
| |/ / |
|
| * | | [6015221f59] Segfault after overflow of [binary] field specifier numeric count. | dgp | 2017-05-05 | 1 | -1/+9 |
| |\ \
| | |/ |
|
| | * | [6015221f59] Segfault after overflow of [binary] field specifier numeric count. | dgp | 2017-05-05 | 1 | -1/+9 |
| | |\ |
|
| | | * | [6015221f59] Segfault after overflow of [binary] field specifier numeric count. | dgp | 2017-05-05 | 1 | -1/+9 |
|
|
| | | * | Backport of bytearray append machinery to support bug fixes in ReadBytes. | dgp | 2014-01-21 | 1 | -0/+92 |
|
|
* | | | | merge trunk | dgp | 2017-01-12 | 1 | -4/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | TIP [http://www.tcl.tk/cgi-bin/tct/tip/456|456] implementation: Extend the C ... | jan.nijtmans | 2017-01-04 | 1 | -4/+4 |
| |\ \ \ |
|
* | \ \ \ | merge trunk | dgp | 2016-12-23 | 1 | -2/+4 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | more internal use of size_t in stead of int. | jan.nijtmans | 2016-12-20 | 1 | -2/+4 |
| |/ / / |
|
* | | | | merge trunk | dgp | 2016-12-02 | 1 | -35/+171 |
|\ \ \ \
| |/ / / |
|
| * | | | Added long comment explaining history and work in progress making bytearray | dgp | 2016-12-02 | 1 | -22/+87 |
|
|
| * | | | So long as we register only one, we can have multiple Tcl_ObjTypes with | dgp | 2016-12-01 | 1 | -1/+1 |
|
|
| * | | | Created a new "proper bytearray" Tcl_ObjType so we can use bytearrays | dgp | 2016-12-01 | 1 | -21/+44 |
|
|
* | | | | merge trunk | dgp | 2016-07-09 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -1/+1 |
| |/ / |
|
* | | | Conversion of "bytearray" Tcl_ObjType - much better this time. | dgp | 2016-03-27 | 1 | -46/+54 |
|\ \ \ |
|
| * | | | Convert the "bytearray" Tcl_ObjType to use the proposed Tcl_ObjIntRep | dgp | 2016-03-26 | 1 | -46/+63 |
|/ / / |
|
* | | | Update Tcl_InitStringRep callers to handle OOM condition. | dgp | 2016-03-24 | 1 | -1/+3 |
|
|
* | | | Tcl_InitStringRep() bug. Truncation assumed length == allocated. Wrong! | dgp | 2016-03-23 | 1 | -32/+29 |
|/ / |
|
* | | [2992970] Restore the safety of Tcl_AppendObjToObj(x, x) for bytearrays. | dgp | 2014-01-15 | 1 | -41/+33 |
|
|
* | | Tcl_SetResult -> Tcl_SetObjResult | jan.nijtmans | 2013-09-26 | 1 | -2/+4 |
|
|