index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mpi
Commit message (
Expand
)
Author
Age
Files
Lines
*
mpi: bug converting most negative 64 bit value.
Kaz Kylheku
2021-05-21
1
-2
/
+3
*
mpi: incorrect unsigned integer extraction.
Kaz Kylheku
2021-05-21
1
-4
/
+6
*
mpi: bug in range test predictes.
Kaz Kylheku
2021-05-21
1
-3
/
+3
*
mpi: bugfix: out-of-bounds access in or, xor.
Kaz Kylheku
2021-02-24
1
-4
/
+16
*
mpi: small rearrangement in is-power-of-two function.
Kaz Kylheku
2020-11-22
1
-4
/
+2
*
mpi: remove dubious MP_DEBUG cruft.
Kaz Kylheku
2020-04-22
3
-17
/
+0
*
mpi: memory leak in mp_bit.
Kaz Kylheku
2019-10-22
1
-1
/
+6
*
All HAVE_* macros should be tested with #if, not #ifdef.
Kaz Kylheku
2019-09-12
2
-2
/
+2
*
mpi: avoid additive inverse of most negative integer.
Kaz Kylheku
2019-05-25
1
-3
/
+6
*
bugfix: c_num won't convert most negative value.
Kaz Kylheku
2019-05-25
1
-2
/
+3
*
mpi: use integer math for radix length.
Kaz Kylheku
2019-04-05
4
-59
/
+42
*
Replace Perl program that came with MPI.
Kaz Kylheku
2019-04-01
2
-32
/
+26
*
mpi/arith: optimize "highest bit" with GCC builtins.
Kaz Kylheku
2019-02-19
1
-1
/
+7
*
configure: problems with 128 bit integer detection.
Kaz Kylheku
2019-01-26
1
-2
/
+2
*
Extend infrastructure for double_intptr_t.
Kaz Kylheku
2019-01-25
2
-1
/
+86
*
Provide faster bignum-in-fixed-integer range tests in MPI.
Kaz Kylheku
2019-01-25
2
-0
/
+34
*
mpi: put access macros into mp_ namespace
Kaz Kylheku
2019-01-22
2
-7
/
+15
*
mpi: some params should be mp_size, not mp_digit.
Kaz Kylheku
2019-01-18
2
-9
/
+9
*
mpi: hardening; bug found.
Kaz Kylheku
2019-01-18
3
-9
/
+12
*
mpi: use wchar_t string for text-to-bignum.
Kaz Kylheku
2019-01-18
2
-4
/
+4
*
Fix bug in bignum single-digit addition.
Kaz Kylheku
2019-01-18
1
-1
/
+1
*
logcount: new function.
Kaz Kylheku
2018-05-18
2
-0
/
+60
*
bugfix: broken single-digit bignum multiplication.
Kaz Kylheku
2018-03-08
1
-18
/
+9
*
mpi: enforce testing of some return values.
Kaz Kylheku
2017-06-18
1
-32
/
+38
*
mpi: introduce clamp on number of digits.
Kaz Kylheku
2017-06-18
3
-2
/
+13
*
mpi: avoid OOB pointer decr in two descending loops.
Kaz Kylheku
2017-06-18
1
-10
/
+12
*
mpi: smaller default precision.
Kaz Kylheku
2017-06-18
1
-1
/
+1
*
mpi: fix some careless use of integer types.
Kaz Kylheku
2017-06-18
5
-119
/
+126
*
Big MPI whitepace and comment cleanup.
Kaz Kylheku
2017-06-14
7
-2413
/
+1445
*
Fix some C style casts to use casting macros.
Kaz Kylheku
2016-12-07
1
-1
/
+1
*
mpi: must clamp result of conversion to bignum.
Kaz Kylheku
2016-11-15
1
-0
/
+3
*
mpi: eliminate trailing whitespace.
Kaz Kylheku
2016-11-14
2
-104
/
+69
*
Fix bug in bignum addition.
Kaz Kylheku
2016-11-14
1
-1
/
+1
*
Going back to unmodified 2-Clause BSD License.
Kaz Kylheku
2016-09-22
5
-5
/
+10
*
Fix out-of-bounds memory access in bit.
Kaz Kylheku
2016-06-08
1
-1
/
+1
*
Do not leave COBJ-ified mp_int uninitialized.
Kaz Kylheku
2016-06-08
1
-0
/
+5
*
Fix leaks in use of MPI and within MPI.
Kaz Kylheku
2016-06-08
1
-11
/
+0
*
Fix broken bignum to int_ptr_t conversion.
Kaz Kylheku
2016-04-28
1
-3
/
+2
*
Fix broken bignum to uint_ptr_t conversion.
Kaz Kylheku
2016-04-28
1
-1
/
+1
*
Replace all stray C style casts with macros.
Kaz Kylheku
2016-03-29
3
-36
/
+53
*
Functions for converting between buffers and integers.
Kaz Kylheku
2016-02-26
2
-0
/
+27
*
Reduce header pollution caused by mpi.h.
Kaz Kylheku
2016-01-22
3
-7
/
+11
*
New random-state-get-vec function.
Kaz Kylheku
2016-01-18
2
-11
/
+29
*
random: wrong mask width for power-of-two moduli.
Kaz Kylheku
2016-01-18
2
-0
/
+6
*
Remove include guards from MPI headers.
Kaz Kylheku
2015-08-15
2
-12
/
+0
*
eliminate-locale-dependencies patch
Kaz Kylheku
2015-04-22
1
-9
/
+14
*
add-bitops patch
Kaz Kylheku
2015-04-22
2
-0
/
+441
*
fix-ctype-warnings patch
Kaz Kylheku
2015-04-22
1
-3
/
+3
*
mpi-to-double patch
Kaz Kylheku
2015-04-22
2
-0
/
+29
*
faster-square-root patch
Kaz Kylheku
2015-04-22
1
-74
/
+70
[next]