Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

63 check-ins using file libtommath/bn_mp_sqrt.c version ebf8472071

2019-10-28
15:32
Close fork, dropping commits apparently in error. check-in: 519b4ec870 user: dgp tags: core-8-6-10-rc
2019-10-27
22:24
Tweak README check-in: 59f4da451b user: kevin_walzer tags: core-8-6-10-rc
2019-10-26
17:36
More simple fix for [bcd100410465], stale cached file FsPath object. check-in: 7bc367ea81 user: pooryorick tags: bug-bcd1004104
2019-10-25
21:22
Add Tcl_FreeEncoding to fix failing encoding-2.2 test. check-in: 69c49ce9e9 user: pooryorick tags: bug-bcd1004104
15:18
merge 8.6 check-in: 0191f827ec user: dgp tags: core-8-6-10-rc
13:17
If NO_REALPATH is defined, raise an error instead of building a broken Tcl. check-in: f59fd48588 user: pooryorick tags: trunk
01:25
Remove /System from auto_path on macOS because Apple has deprecated its own ancient installation of ... check-in: 295d5c259f user: kevin_walzer tags: core-8-6-10-rc
01:16
Remove /System from auto_path on macOS because Apple has deprecated its own ancient installation of ... check-in: df75baf433 user: kevin_walzer tags: trunk
01:13
Remove /System from auto_path on macOS because Apple has deprecated its own ancient installation of ... check-in: 278e7d0934 user: kevin_walzer tags: core-8-6-branch
2019-10-24
20:59
Merge 8.6. Add Tcl_FreeEncoding(), in the hope of fixing testcase encoding-2.2... doesn't seem to ... check-in: 8e80238838 user: jan.nijtmans tags: bug-bcd1004104
20:35
Merge trunk check-in: 703b33db8b user: jan.nijtmans tags: novem
19:55
Merge 8.7 check-in: d49d9ae1b2 user: jan.nijtmans tags: trunk
19:26
Merge 8.6 check-in: b93d65a65a user: jan.nijtmans tags: core-8-branch
18:58
Combine two libtommath stub entries, which (almost) do the same check-in: 5c7a5c6765 user: jan.nijtmans tags: core-8-6-branch
15:43
Merge trunk check-in: adb2eeeb28 user: jan.nijtmans tags: novem
15:41
Merge 8.7 check-in: 9fcfeb4e69 user: jan.nijtmans tags: trunk
15:38
Reference registry 1.3.3 -> 1.3.4 check-in: 6d322e2ccc user: jan.nijtmans tags: core-8-branch
15:34
Merge 8.7 check-in: 8b08c15d80 user: jan.nijtmans tags: cplusplus
15:07
Add support for libtommath's MP_WUR annotation to genStubs.tcl. Not enforced yet by the Tcl core, bu... check-in: 7c78d3bcab user: jan.nijtmans tags: core-8-branch
10:53
tclAppInit.c should be built without BUILD_tcl/USE_TCL_STUBS always. All build files should be adapt... check-in: 82739030f5 user: jan.nijtmans tags: check-build
08:46
Merge trunk check-in: 9adc41bd14 user: jan.nijtmans tags: novem
08:45
Merge 8.7 check-in: d017cc8ec7 user: jan.nijtmans tags: trunk
08:16
Put work on ticket [bcd1004104] in a separate branch. Currently test-case encoding-2.2 fails. check-in: adb6794b6f user: jan.nijtmans tags: bug-bcd1004104
07:57
Backout [0f2870649c804dd8], since testcase encoding-2.2 fails check-in: 4c604727ef user: jan.nijtmans tags: core-8-branch
07:41
merge-mark check-in: 183374b9ec user: jan.nijtmans tags: core-8-6-branch
2019-10-23
20:53
Merge trunk check-in: 246db07421 user: jan.nijtmans tags: novem
20:36
merge-mark check-in: 9b71b59be2 user: jan.nijtmans tags: core-8-branch
20:28
Combine two libtommath stub entries, which do exactly the same. Fix mp_init_set_int stub, handling ... check-in: 7c5db68d45 user: jan.nijtmans tags: core-8-6-branch
17:10
merge 8.6 check-in: db7b41d6d7 user: dgp tags: core-8-6-10-rc
14:33
Merge 8.7. But - in stead - remove all deprecated API from libtommath 1.2.0: Starting with Tcl 9.0 w... check-in: 7552e35b14 user: jan.nijtmans tags: trunk
14:11
Deprecate mp_unsigned_bin_size, mp_init_set_int, mp_set_int, which are deprecated in libtommath 1.2.... check-in: 631e7ac3ab user: jan.nijtmans tags: core-8-branch
11:51
Fix gcc warning, also introduced by [0f2870649c804dd8] check-in: f90c5df06a user: jan.nijtmans tags: core-8-branch
11:49
Fix possible gcc warnings. Also indicate dummy parameters as "dummy" check-in: c881d525a2 user: jan.nijtmans tags: core-8-branch
11:35
Merge trunk check-in: df5d07666f user: jan.nijtmans tags: novem
11:11
Merge 8.7 check-in: 96b897fd2b user: jan.nijtmans tags: trunk
10:01
Merge 8.6. Also unbreak windows build, broken since [0f2870649c804dd8]. check-in: e8c104baf7 user: jan.nijtmans tags: core-8-branch
09:16
Extend libtommath stub table, so extension writers can move away from deprecated libtommath function... check-in: f1c99ac253 user: jan.nijtmans tags: core-8-6-branch
2019-10-22
23:01
Update "make dist" for libtommath 1.2.0: TOMMATH_SRCS check-in: dd302d9d06 user: jan.nijtmans tags: core-8-6-branch
22:34
Merge trunk check-in: 150c7a0e21 user: jan.nijtmans tags: novem
21:56
merge-mark check-in: 2b06d7559d user: jan.nijtmans tags: trunk
21:54
Fix breakage from previous commit (still one test-case, encoding-2.2, is failing) check-in: 5b03166381 user: jan.nijtmans tags: core-8-branch
21:36
Merge 8.7 check-in: 27b5a315e9 user: jan.nijtmans tags: trunk
19:21
Fix for [bcd1004104] check-in: 0f2870649c user: pooryorick tags: core-8-branch
15:47
Deprecate mp_get_bit, mp_expt_d_ex, mp_toradix_n, mp_to_unsigned_bin, mp_to_unsigned_bin_n, because ... check-in: 68d0196442 user: jan.nijtmans tags: core-8-branch
13:11
Merge trunk check-in: 657e06e5c4 user: jan.nijtmans tags: novem
12:54
Merge 8.7 check-in: 067c61b76e user: jan.nijtmans tags: trunk
12:25
Merge 8.6 check-in: c762061add user: jan.nijtmans tags: core-8-branch
10:38
Update to latest libtommath, version 1.2.0 check-in: 779cd87bdc user: jan.nijtmans tags: core-8-6-branch
09:55
Merge libtommath 1.2.0 Closed-Leaf check-in: 93cd7f4e79 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-10-21
12:25
Merge libtommath 1.2.0-rc3 check-in: bbfab98d00 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-10-18
15:27
Update tclTomMath.h with changes from tommath.h check-in: 601116317c user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
15:09
Merge latest libtommath changes (will be release 1.2.0) check-in: 0f02d6266c user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
12:09
Disable warning C4003 on MSVC, since it gives a false warning in libtommath. check-in: b31b873564 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-10-17
15:28
Merge some libtommath changes (mainly additon of MP_CALLOC) check-in: bb806ab182 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
13:45
Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1) check-in: 3adefdc272 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-07-28
21:21
Merge core-8-6-branch, and merge latest libtommath check-in: 6652883e53 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-07-05
15:11
Merge latest libtommath and 8.6 check-in: cbaf8a640b user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-06-30
10:08
VC++ 6.0 doesn't know the uLL number postfix check-in: 1133a35c93 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
07:53
Fix compilation on VC++ 6.0 check-in: 92f92aa1b0 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
07:22
Eliminate some more instances of "long long", for VC++ 6.0 check-in: 2218200db9 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
07:15
Merge 8.6 check-in: 8edc958c26 user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-06-25
22:46
Merge 8.6 check-in: 465674584e user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6
2019-06-14
21:48
Latest libtommath's "develop" branch adapted for Tcl 8.6. And Tcl 8.6 adapted for changes in libtom... check-in: 125328a27d user: jan.nijtmans tags: libtommath-no-stdint.h-for-8.6