index
:
delta/gmp.git
baserock/morph
gmp
gmp-3_0-branch
gmp-3_1-branch
gmp-4_0-branch
gmp-4_1-branch
master
gmplib.org: repo/gmp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mpq
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consistently use pointers instead of arrays in declarations.
Marc Glisse
2021-06-06
5
-5
/
+5
*
mpq/cmp.c: Avoid int overflow.
Marco Bodrato
2020-05-17
1
-1
/
+2
*
Copyright years
Marco Bodrato
2018-05-16
13
-16
/
+17
*
mpq_*_str: document and support the correct base range
Marco Bodrato
2018-05-04
1
-4
/
+9
*
mpq/set_si.c: ABS_CAST only if needed
Marco Bodrato
2018-04-27
1
-5
/
+1
*
mpq/set_ui.c: - typo in a comment
Marco Bodrato
2018-04-27
1
-1
/
+1
*
mpq/: Support lazy mpq_t also in the denominator.
Marco Bodrato
2018-04-26
12
-19
/
+18
*
Handle lazy 0 numerator in mpq.
Marc Glisse
2018-04-18
5
-6
/
+9
*
Copyright year
Marco Bodrato
2018-02-25
1
-1
/
+1
*
mpq/equal.c: Check size early.
Marco Bodrato
2018-02-25
1
-5
/
+5
*
mpq/get_d.c: Replace tdiv_qr with div_q.
Marco Bodrato
2018-02-20
1
-14
/
+13
*
mpq/get_d.c: compare (zeros > 0) just once, not 3 times...
Marco Bodrato
2018-02-19
1
-22
/
+14
*
mpq/cmp_ui.c: One more little shortcut comparing fractions to 1.
Marco Bodrato
2018-02-18
1
-6
/
+9
*
mpq/swap.c: Use *_SWAP_* macros.
Marco Bodrato
2018-02-18
1
-35
/
+7
*
Remove warnings.
Marco Bodrato
2016-12-29
1
-1
/
+1
*
Include just gmp-impl.h, make gmp-impl.h grab gmp.h.
Torbjorn Granlund
2016-08-29
32
-32
/
+0
*
Use __GMP_ALLOCATE_FUNC_TYPE and friends.
Torbjorn Granlund
2016-08-29
1
-1
/
+1
*
mpq/set_str.c: Use __GMP_FREE_FUNC_TYPE
Marco Bodrato
2015-12-28
1
-2
/
+2
*
mp?/clears.c, mp?/inits.c: Stop supporting empty lists.
Marco Bodrato
2015-12-14
2
-2
/
+4
*
mpq/set*.c: Shorten scope of local variables.
Marco Bodrato
2015-11-16
4
-9
/
+12
*
mpq/init.c: Remove conditional code for __CHECKER__.
Marco Bodrato
2015-11-13
1
-6
/
+1
*
mp?/clears.c, mp?/inits.c: Support empty list
Marco Bodrato
2015-10-13
2
-4
/
+2
*
Streamline, use macros.
Torbjorn Granlund
2015-09-29
3
-16
/
+14
*
Wrap remaining limb allocations in __GMP_ALLOCATE_FUNC_LIMBS.
Torbjorn Granlund
2015-09-08
1
-2
/
+2
*
mpq/div.c: Move a branch out of the normal flow.
Marco Bodrato
2015-09-02
1
-9
/
+9
*
mpq/cmp.c (mpq_cmp_numden): Cast to avoid over/underflow.
Marco Bodrato
2015-09-01
1
-2
/
+2
*
New function mpq_cmp_z, with test and documentation
Marco Bodrato
2015-08-31
1
-16
/
+59
*
Whitespace cleanup.
Torbjorn Granlund
2015-06-20
1
-1
/
+1
*
ChangeLog
Marco Bodrato
2015-05-24
1
-1
/
+1
*
mpq/div.c: Remove two vars.
Marco Bodrato
2015-05-24
1
-20
/
+19
*
mpq/div.c: Reduce memory use.
Marco Bodrato
2015-05-24
1
-14
/
+36
*
Fix some spelling errors.
Torbjorn Granlund
2015-05-03
1
-1
/
+1
*
mpq: Silence a tcc warning using mpq_srcptr and not const mpq_t
Marco Bodrato
2014-11-15
3
-3
/
+3
*
INCLUDES => AM_CPPFLAGS.
Torbjorn Granlund
2014-10-01
1
-1
/
+1
*
mpq/set_d.c: Stricter allocation.
Marco Bodrato
2014-08-14
1
-11
/
+10
*
mpq/canonicalize.c: Earlier check for negative denominator.
Marco Bodrato
2014-08-14
1
-9
/
+8
*
mpq/cmp_[su]i.c: Remove a branch.
Marco Bodrato
2014-07-30
2
-23
/
+14
*
Update library files license to use LGPL3+ and GPL2+.
Torbjorn Granlund
2014-01-27
33
-235
/
+598
*
Canonicalise copyright headers.
Torbjorn Granlund
2014-01-19
33
-99
/
+99
*
Get rid of varargs code and references.
Torbjorn Granlund
2014-01-19
2
-36
/
+0
*
Use mpq_t inn favour of MP_RAT.
Torbjorn Granlund
2014-01-19
8
-9
/
+9
*
Get rid of BYTES_PER_MP_LIMB, most files affected.
Torbjorn Granlund
2014-01-19
4
-7
/
+7
*
Add cast to avoid overflow of (later ignored) argument.
Torbjorn Granlund
2014-01-19
1
-2
/
+2
*
Call __gmp_free_func ourselves instead of via mpq_clears.
Torbjorn Granlund
2014-01-19
1
-2
/
+5
*
Use https to link to GNU license.
Torbjorn Granlund
2013-12-02
33
-33
/
+33
*
Collapse copyright years.
Torbjorn Granlund
2013-11-28
11
-17
/
+12
*
mpz/cmp_si.c: Reorganise branches.
Marco Bodrato
2013-02-14
1
-4
/
+4
*
Fix mpq mord_2exp bug, enhance related testing.
Torbjorn Granlund
2012-11-12
1
-2
/
+2
*
(MPZ_NEWALLOC): New macro. Use it in mpq and some mpz.
Marco Bodrato
2012-06-08
11
-19
/
+19
*
mpq: Use more macros and MPZ_REALLOC return value when possible.
Marco Bodrato
2012-06-01
11
-73
/
+71
[next]