summaryrefslogtreecommitdiffstats
path: root/generic/tclTestObj.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Eliminate many (mostly harmless) MSVC warning messages. Tcl 9 compiles warnin...jan.nijtmans2019-03-131-1/+1
* | | | | Merge 8.7jan.nijtmans2019-03-081-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar...jan.nijtmans2019-03-081-2/+2
* | | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-1/+1
* | | | | Merge 8.7jan.nijtmans2018-12-121-6/+6
|\ \ \ \ \ | |/ / / /
| * | | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-6/+6
| | |_|/ | |/| |
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-4/+4
|\ \ \ \ | |/ / /
* | | | merge trunkjan.nijtmans2018-02-061-0/+8
|\ \ \ \ | |/ / /
| * | | Somewhat better backwards compatibility on 64-bit platforms.jan.nijtmans2017-12-191-0/+4
| * | | merge core-8-branch. Also fix some test-cases, expecting the existence of "in...jan.nijtmans2017-11-151-0/+4
| | |/ | |/|
* | | New Tcl_GetIndexFromObjStruct signature using size_tjan.nijtmans2017-12-281-2/+2
* | | re-base "novem-more-memory-API" to trunk. TIP not submitted yet, but upcoming.jan.nijtmans2017-11-161-2/+2
|\ \ \ | |/ / |/| |
| * | Deprecate otherValuePtr and ptrAndLongRep. Some more minor tweaks.jan.nijtmans2016-12-231-2/+2
| * | merge novemjan.nijtmans2016-12-191-1/+1
| |\ \
| | * \ merge trunkjan.nijtmans2016-11-291-1/+1
| | |\ \ | |_|/ / |/| | |
| * | | merge novemjan.nijtmans2016-11-181-18/+49
| |\ \ \ | | |/ /
| | * | merge trunkjan.nijtmans2016-11-171-2/+47
| | |\ \
| | * \ \ merge trunkdgp2016-07-211-16/+2
| | |\ \ \
| * | \ \ \ merge novemjan.nijtmans2016-07-061-8/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge trunkjan.nijtmans2016-07-011-8/+2
| | |\ \ \ \
| * | | | | | Unicode rep en Tcl_Obj length: int -> size_tjan.nijtmans2016-06-281-1/+1
| |/ / / / /
| * | | | | Merge trunk. jan.nijtmans2013-02-111-19/+19
| |\ \ \ \ \
| * \ \ \ \ \ merge trunkjan.nijtmans2013-02-031-4/+4
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Convert Tcl_GetIndexFromObj implementation to macrojan.nijtmans2013-01-241-11/+12
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge trunkjan.nijtmans2013-01-051-0/+11
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-08-201-1/+1
* | | | | | | | more internal use of size_t (in stead of int)jan.nijtmans2016-11-291-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Fix libtommath's mp_radix_size() function such that it returns 2 for single-d...jan.nijtmans2016-11-171-2/+47
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Fix libtommath's mp_radix_size() function such that it returns 2 for single-d...jan.nijtmans2016-11-171-2/+47
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Fix libtommath's mp_radix_size() function such that it returns 2 for single-d...jan.nijtmans2016-11-171-2/+47
* | | | | | Use the new private flag INDEX_TEMP_TABLE in testing command too.dgp2016-07-201-16/+2
|/ / / / /
* | | | | Use same internal representation for unicode strings in test-cases than in re...jan.nijtmans2016-07-011-8/+2
| |_|_|/ |/| | |
* | | | merge core-8-5-branchjan.nijtmans2013-01-311-4/+4
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...jan.nijtmans2013-01-311-4/+4
* | | test case for bug-3598580: Tcl_ListObjReplace may release deleted elements to...jan.nijtmans2013-01-031-0/+11
|\ \ \ | |/ / | | / | |/ |/|
| * test case for bug-3598580: Tcl_ListObjReplace may release deleted elements to...jan.nijtmans2013-01-031-0/+11
| |\
| | * test case for bug-3598580: Tcl_ListObjReplace may release deleted elements to...jan.nijtmans2013-01-031-0/+11
* | | [Bug 3386721] Allow multiple [load]ing of the Tcltest packageferrieux2011-08-101-62/+104
* | | TclFreeIntRep() related cleanup.dgp2011-04-251-2/+1
* | | Reduce the number of casts used to manage Tcl_Obj internal representations.dkf2011-03-261-6/+4
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-2/+2
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclStringObj.c: Added protections from invalid memorydgp2009-03-301-2/+65
| * | constification backport to silence warningdgp2010-03-191-3/+3
| * | * generic/tclListObj.c: Prevent in overflow trouble in [lreplace]dgp2010-03-181-1/+101
| * | * generic/tclStringObj.c: Added protections from invalid memorydgp2009-03-301-2/+66
* | | * generic/tclListObj.c: Prevent in overflow trouble in [lreplace]dgp2010-03-181-1/+101
* | | [ tcl-Feature Requests-2958832 ] Furthernijtmans2010-02-251-8/+8