diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-03-27 20:05:26 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-03-27 20:05:26 (GMT) |
commit | 9535d1ecdc9355cff86a0335a55d50a5da242457 (patch) | |
tree | 011ce18ce878a709f99580d2bde5dd2c1d0b1d1f /.fossil-settings | |
parent | 9eb32ba719b38f3e5efbb79dddcd22c42d241693 (diff) | |
download | tcl-9535d1ecdc9355cff86a0335a55d50a5da242457.zip tcl-9535d1ecdc9355cff86a0335a55d50a5da242457.tar.gz tcl-9535d1ecdc9355cff86a0335a55d50a5da242457.tar.bz2 |
Document maximum value for right argument of '**' operator.
Adapt test-cases to test for exactly one more than this maximum value.
Make sure that the maximum is the same for DIGIT_BIT > 28.
Change macro's for mp_iseven()/mp_isodd() so they don't depend on value of DIGIT_BIT any more.
Diffstat (limited to '.fossil-settings')
-rw-r--r-- | .fossil-settings/ignore-glob | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.fossil-settings/ignore-glob b/.fossil-settings/ignore-glob index c85b488..99fd07e 100644 --- a/.fossil-settings/ignore-glob +++ b/.fossil-settings/ignore-glob @@ -24,9 +24,11 @@ libtommath/bn.ilg libtommath/bn.ind libtommath/pretty.build libtommath/tommath.src +libtommath/*.log libtommath/*.pdf libtommath/*.pl libtommath/*.sh +libtommath/doc/* libtommath/tombc/* libtommath/pre_gen/* libtommath/pics/* |