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-patches
/
add-bitops
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to in-tree mpi directory.
Kaz Kylheku
2015-04-22
1
-484
/
+0
*
* Makefile (CFLAGS): Removed puzzling, unnecessary definitions
Kaz Kylheku
2015-02-07
1
-7
/
+7
*
* arith.c (bit): New function.
Kaz Kylheku
2014-06-28
1
-4
/
+24
*
* mpi-patches/add-bitops (mp_and, mp_or, mp_xor, mp_shift): Plug memory
Kaz Kylheku
2014-06-28
1
-38
/
+35
*
Fixes to bignum bit operations affecting pretty much all bit operations
Kaz Kylheku
2014-06-26
1
-7
/
+7
*
* mpi-patches/faster-square-root (mp_sqrt): Bugfix: was computing square
Kaz Kylheku
2014-02-19
1
-5
/
+5
*
* arith.c (highest_significant_bit): New static function.
Kaz Kylheku
2012-09-17
1
-7
/
+110
*
* mpi-patches/add-bitops: Bugfixes: mp_2comp is extended to properly
Kaz Kylheku
2012-09-16
1
-13
/
+17
*
* arith.c (logand, logior, logxor): Bugfix: result needs to be
Kaz Kylheku
2012-09-16
1
-4
/
+47
*
Adding complementing function.
Kaz Kylheku
2012-09-16
1
-7
/
+51
*
Starting work on adding bit operations. The semantics is that
Kaz Kylheku
2012-09-16
1
-0
/
+273