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
/
arith.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
New function: signum.
Kaz Kylheku
2018-08-07
1
-0
/
+22
*
feature: support for floating-point rounding control.
Kaz Kylheku
2018-07-26
1
-0
/
+29
*
logcount: new function.
Kaz Kylheku
2018-05-18
1
-0
/
+40
*
width: misleading error message.
Kaz Kylheku
2018-05-18
1
-1
/
+1
*
bugfix: include most negative two's in cnum range.
Kaz Kylheku
2018-04-29
1
-2
/
+17
*
code review: switch case breaks.
Kaz Kylheku
2018-03-08
1
-0
/
+3
*
New function: bignum-len.
Kaz Kylheku
2018-03-06
1
-0
/
+13
*
Copyright year bump 2018.
Kaz Kylheku
2018-02-15
1
-1
/
+1
*
New functions for polynomial evaluation.
Kaz Kylheku
2017-09-05
1
-0
/
+88
*
New function: inverse of cumulative normal dist.
Kaz Kylheku
2017-08-31
1
-0
/
+24
*
Allow character inputs in some bit operations.
Kaz Kylheku
2017-08-16
1
-0
/
+28
*
New divides function.
Kaz Kylheku
2017-08-07
1
-0
/
+23
*
New functions digpow and digits.
Kaz Kylheku
2017-08-05
1
-0
/
+50
*
Handle returns of MPI functions that return MP_TOOBIG.
Kaz Kylheku
2017-06-18
1
-66
/
+136
*
mpi: fix some careless use of integer types.
Kaz Kylheku
2017-06-18
1
-3
/
+3
*
ash: check range of bits argument.
Kaz Kylheku
2017-06-17
1
-0
/
+5
*
ash: fix wrong function name in diagnostics.
Kaz Kylheku
2017-06-17
1
-3
/
+3
*
bugfix: sign-extend broken for bignums.
Kaz Kylheku
2017-06-14
1
-0
/
+1
*
better error message for unum conversion.
Kaz Kylheku
2017-06-06
1
-1
/
+1
*
bits: external linkage.
Kaz Kylheku
2017-05-24
1
-2
/
+1
*
Disallow negative bits in two logical operations.
Kaz Kylheku
2017-05-04
1
-0
/
+12
*
Buffers implementation, part three: get functions.
Kaz Kylheku
2017-04-21
1
-0
/
+11
*
Rename c_uint_ptr_num; introduce cunum typedef.
Kaz Kylheku
2017-04-21
1
-1
/
+1
*
Bugfix: ash: right shifts of fixnums broken.
Kaz Kylheku
2017-04-20
1
-1
/
+2
*
Use TAG_SHFIT instead of hard-coded 2.
Kaz Kylheku
2017-04-20
1
-3
/
+3
*
Rename badly named default_bool_arg
Kaz Kylheku
2017-03-17
1
-1
/
+1
*
Fix missing nao terminator in formatted printing.
Kaz Kylheku
2017-03-13
1
-4
/
+4
*
New floor-rem, ceil-rem and round-rem.
Kaz Kylheku
2017-02-26
1
-7
/
+28
*
Second argument optional in trunc.
Kaz Kylheku
2017-02-25
1
-0
/
+21
*
Adding round function.
Kaz Kylheku
2017-02-25
1
-0
/
+60
*
floor and ceil do division, with optional second arg.
Kaz Kylheku
2017-02-24
1
-4
/
+177
*
Add useful sys:bits function.
Kaz Kylheku
2017-02-04
1
-0
/
+8
*
Bump copyright year to 2017.
Kaz Kylheku
2017-01-23
1
-1
/
+1
*
Coding convention fix in plus function.
Kaz Kylheku
2016-10-03
1
-3
/
+1
*
Support arithmetic operations on ranges.
Kaz Kylheku
2016-10-02
1
-0
/
+116
*
Synchronize license comments with LICENSE.
Kaz Kylheku
2016-10-01
1
-16
/
+17
*
New functions: tofloatz and tointz.
Kaz Kylheku
2016-09-24
1
-0
/
+16
*
Do not leave COBJ-ified mp_int uninitialized.
Kaz Kylheku
2016-06-08
1
-0
/
+1
*
Fix leaks in use of MPI and within MPI.
Kaz Kylheku
2016-06-08
1
-6
/
+6
*
New --free-all option for freeing memory on exit.
Kaz Kylheku
2016-06-07
1
-0
/
+7
*
Adding fixnum-min and fixnum-max variables.
Kaz Kylheku
2016-04-27
1
-0
/
+2
*
Fix ctype.h functions misapplied to wide characters.
Kaz Kylheku
2016-03-23
1
-3
/
+3
*
Functions for converting between buffers and integers.
Kaz Kylheku
2016-02-26
1
-0
/
+31
*
New random-state-get-vec function.
Kaz Kylheku
2016-01-18
1
-1
/
+39
*
Copyright year bump.
Kaz Kylheku
2015-12-31
1
-1
/
+1
*
New global control over float print precision.
Kaz Kylheku
2015-11-13
1
-0
/
+2
*
Stop using C library setjmp/longjmp.
Kaz Kylheku
2015-10-25
1
-1
/
+0
*
Large scale conversion to new way of handling arguments.
Kaz Kylheku
2015-08-23
1
-3
/
+5
*
Switching some globals to lexical and changing some names.
Kaz Kylheku
2015-08-03
1
-6
/
+12
*
* arith.c (trunc_rem): New function.
Kaz Kylheku
2015-02-07
1
-0
/
+7
[prev]
[next]