| Commit message (Expand) | Author | Age | Files | Lines |
* | More TCL_UNUSED | dgp | 2020-03-09 | 1 | -33/+16 |
|
|
* | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -15/+23 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2020-01-23 | 1 | -23/+17 |
| |\ |
|
| | * | Better error-handling in some libtommath calls. | jan.nijtmans | 2020-01-23 | 1 | -15/+15 |
|
|
| * | | Merge 8.7, more WIP | jan.nijtmans | 2020-01-21 | 1 | -0/+8 |
| |\ \ |
|
| | * | | Don't deprecate Tcl_NewUnicodeObj/Tcl_SetUnicodeObj/Tcl_GetUnicodeFromObj, si... | jan.nijtmans | 2020-01-20 | 1 | -0/+8 |
|
|
| * | | | Start handling WUR (Warn Unused Result) in all tommath calls. WIP, not comple... | jan.nijtmans | 2020-01-09 | 1 | -4/+10 |
| |/ / |
|
* | | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -1/+5 |
|\ \ \
| |/ / |
|
| * | | Fix typo in tclTestObj.c | jan.nijtmans | 2019-11-20 | 1 | -1/+1 |
|
|
| * | | Update makefile.vc and rules.vc for using libtommath.dll/zlib1.dll in stead o... | jan.nijtmans | 2019-11-18 | 1 | -1/+5 |
|
|
| * | | Merge 8.7 | jan.nijtmans | 2019-11-11 | 1 | -1/+1 |
| |\ \ |
|
| * \ \ | Re-base to core-8-branch | jan.nijtmans | 2019-11-01 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Merge 8.7. Complete implementation for MSVC and for UNIX. | jan.nijtmans | 2019-04-09 | 1 | -1/+1 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2019-11-09 | 1 | -1/+1 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Merge 8.6 | jan.nijtmans | 2019-11-08 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / /
| |/| | /
| | | |/
| | |/| |
|
| | * | | Add support for mp_init_i32/mp_init_i64/mp_init_l/mp_init_ll/mp_init_u32/mp_i... | jan.nijtmans | 2019-11-08 | 1 | -1/+1 |
|
|
* | | | | Make less dependent on UNICODE definition | jan.nijtmans | 2019-09-18 | 1 | -1/+1 |
|
|
* | | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ... | jan.nijtmans | 2019-09-05 | 1 | -8/+17 |
|\ \ \ \
| |/ / / |
|
* | | | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -12/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-08-15 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -2/+2 |
|
|
| * | | | | Minor simplification in test-suite: Because "teststringobj maxchars" has the ... | jan.nijtmans | 2019-08-14 | 1 | -10/+4 |
| |/ / / |
|
* | | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -21/+21 |
|/ / / |
|
* | | | Merge 8.6 | jan.nijtmans | 2019-05-31 | 1 | -2/+2 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo... | jan.nijtmans | 2019-05-31 | 1 | -2/+2 |
|
|
| * | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:... | jan.nijtmans | 2019-03-25 | 1 | -2/+2 |
|
|
* | | 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 |
|
|
* | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar... | jan.nijtmans | 2019-03-08 | 1 | -2/+2 |
|
|
* | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 1 | -6/+6 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|