| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2019-04-01 | 1 | -13/+13 |
|\ |
|
| * | Modify testbytestring such that is only produces pure byte-arrays, if not it ... | jan.nijtmans | 2019-04-01 | 1 | -13/+13 |
|
|
| * | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NT | jan.nijtmans | 2019-03-11 | 1 | -1/+1 |
|
|
* | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin... | jan.nijtmans | 2019-03-13 | 1 | -1/+1 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2019-03-08 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar... | jan.nijtmans | 2019-03-08 | 1 | -2/+2 |
|
|
* | | 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-12 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 1 | -6/+6 |
|
|
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -4/+4 |
|\ \
| |/ |
|
* | | merge trunk | jan.nijtmans | 2018-02-06 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Somewhat better backwards compatibility on 64-bit platforms. | jan.nijtmans | 2017-12-19 | 1 | -0/+4 |
|
|
| * | merge core-8-branch. Also fix some test-cases, expecting the existence of "in... | jan.nijtmans | 2017-11-15 | 1 | -0/+4 |
|
|
* | | New Tcl_GetIndexFromObjStruct signature using size_t | jan.nijtmans | 2017-12-28 | 1 | -2/+2 |
|
|
* | | re-base "novem-more-memory-API" to trunk. TIP not submitted yet, but upcoming. | jan.nijtmans | 2017-11-16 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Deprecate otherValuePtr and ptrAndLongRep. Some more minor tweaks. | jan.nijtmans | 2016-12-23 | 1 | -2/+2 |
|
|
| * | merge novem | jan.nijtmans | 2016-12-19 | 1 | -1/+1 |
| |\ |
|
| | * | merge trunk | jan.nijtmans | 2016-11-29 | 1 | -1/+1 |
| | |\
| |_|/
|/| | |
|
| * | | merge novem | jan.nijtmans | 2016-11-18 | 1 | -18/+49 |
| |\ \
| | |/ |
|
| | * | merge trunk | jan.nijtmans | 2016-11-17 | 1 | -2/+47 |
| | |\ |
|
| | * \ | merge trunk | dgp | 2016-07-21 | 1 | -16/+2 |
| | |\ \ |
|
| * | \ \ | merge novem | jan.nijtmans | 2016-07-06 | 1 | -8/+2 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Merge trunk | jan.nijtmans | 2016-07-01 | 1 | -8/+2 |
| | |\ \ \ |
|
| * | | | | | Unicode rep en Tcl_Obj length: int -> size_t | jan.nijtmans | 2016-06-28 | 1 | -1/+1 |
| |/ / / / |
|
| * | | | | Merge trunk. | jan.nijtmans | 2013-02-11 | 1 | -19/+19 |
| |\ \ \ \ |
|
| * \ \ \ \ | merge trunk | jan.nijtmans | 2013-02-03 | 1 | -4/+4 |
| |\ \ \ \ \
| | |/ / / / |
|
| * | | | | | Convert Tcl_GetIndexFromObj implementation to macro | jan.nijtmans | 2013-01-24 | 1 | -11/+12 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | merge trunk | jan.nijtmans | 2013-01-05 | 1 | -0/+11 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| * | | | | | | remove unnecessary struct names, which only pollute the "struct" namespace fo... | jan.nijtmans | 2012-08-20 | 1 | -1/+1 |
|
|
* | | | | | | | more internal use of size_t (in stead of int) | jan.nijtmans | 2016-11-29 | 1 | -1/+1 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Fix libtommath's mp_radix_size() function such that it returns 2 for single-d... | jan.nijtmans | 2016-11-17 | 1 | -2/+47 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | Fix libtommath's mp_radix_size() function such that it returns 2 for single-d... | jan.nijtmans | 2016-11-17 | 1 | -2/+47 |
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| | * | | | | Fix libtommath's mp_radix_size() function such that it returns 2 for single-d... | jan.nijtmans | 2016-11-17 | 1 | -2/+47 |
|
|
* | | | | | | Use the new private flag INDEX_TEMP_TABLE in testing command too. | dgp | 2016-07-20 | 1 | -16/+2 |
|/ / / / / |
|
* | | | | | Use same internal representation for unicode strings in test-cases than in re... | jan.nijtmans | 2016-07-01 | 1 | -8/+2 |
| |_|_|/
|/| | | |
|
* | | | | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -4/+4 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | jan.nijtmans | 2013-01-31 | 1 | -4/+4 |
|
|
* | | | test case for bug-3598580: Tcl_ListObjReplace may release deleted elements to... | jan.nijtmans | 2013-01-03 | 1 | -0/+11 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | test case for bug-3598580: Tcl_ListObjReplace may release deleted elements to... | jan.nijtmans | 2013-01-03 | 1 | -0/+11 |
| |\ |
|
| | * | test case for bug-3598580: Tcl_ListObjReplace may release deleted elements to... | jan.nijtmans | 2013-01-03 | 1 | -0/+11 |
|
|
* | | | [Bug 3386721] Allow multiple [load]ing of the Tcltest package | ferrieux | 2011-08-10 | 1 | -62/+104 |
|
|
* | | | TclFreeIntRep() related cleanup. | dgp | 2011-04-25 | 1 | -2/+1 |
|
|
* | | | Reduce the number of casts used to manage Tcl_Obj internal representations. | dkf | 2011-03-26 | 1 | -6/+4 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -2/+2 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclStringObj.c: Added protections from invalid memory | dgp | 2009-03-30 | 1 | -2/+65 |
|
|
| * | | constification backport to silence warning | dgp | 2010-03-19 | 1 | -3/+3 |
|
|
| * | | * generic/tclListObj.c: Prevent in overflow trouble in [lreplace] | dgp | 2010-03-18 | 1 | -1/+101 |
|
|