| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | * arith.c (make_ubignum): New static function. | Kaz Kylheku | 2015-01-29 | 1 | -0/+34 |
* | * arith.c (width): New function. | Kaz Kylheku | 2015-01-27 | 1 | -0/+40 |
* | * arith.c (zerop): Handle character arguments. | Kaz Kylheku | 2015-01-12 | 1 | -0/+34 |
* | * arith.c (tofloat, toint): Handle characters. | Kaz Kylheku | 2014-12-05 | 1 | -1/+24 |
* | * arith.c (wrap_star, wrap): New functions. | Kaz Kylheku | 2014-11-20 | 1 | -0/+13 |
* | * arith.c (succ, ssucc, sssucc, pred, ppred, pppred): New functions. | Kaz Kylheku | 2014-11-20 | 1 | -0/+30 |
* | * Makefile: Removing trailing spaces. | Kaz Kylheku | 2014-10-24 | 1 | -11/+11 |
* | Converting cast expressions to macros that are retargetted | Kaz Kylheku | 2014-10-17 | 1 | -3/+3 |
* | * arith.c (gcd): Fix semantics. If either operand is | Kaz Kylheku | 2014-10-16 | 1 | -2/+16 |
* | * arith.c (gcd, lognot): Bugfix: bignum results | Kaz Kylheku | 2014-10-16 | 1 | -2/+2 |
* | * arith.c (arith_init): Register some variables: *flo-dig*, | Kaz Kylheku | 2014-09-01 | 1 | -0/+15 |
* | * arith.c (plus, minus, mul): Fix missing breaks | Kaz Kylheku | 2014-07-29 | 1 | -0/+6 |
* | * arith.c (rising_product): Fix wrong m == n case, | Kaz Kylheku | 2014-07-28 | 1 | -1/+1 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -17/+16 |
* | * RELNOTES: Updated. | Kaz Kylheku | 2014-07-22 | 1 | -1/+1 |
* | * arith.c (divi): Support one-argument form. | Kaz Kylheku | 2014-07-20 | 1 | -5/+12 |
* | * Makefile (conftest, conftest2): Link math | Kaz Kylheku | 2014-07-18 | 1 | -0/+28 |
* | * arith.c (bit): New function. | Kaz Kylheku | 2014-06-28 | 1 | -0/+50 |
* | Fixes to bignum bit operations affecting pretty much all bit operations | Kaz Kylheku | 2014-06-26 | 1 | -1/+1 |
* | String type related bugfixes: neglecting to handle all three kinds in | Kaz Kylheku | 2014-05-10 | 1 | -0/+2 |
* | * arith.c (int_flo): Fix non-handling of negative values. | Kaz Kylheku | 2014-03-19 | 1 | -4/+4 |
* | * arith.c (tofloat, toint): New functions. | Kaz Kylheku | 2014-03-19 | 1 | -0/+50 |
* | * arith.c (logten): New function. | Kaz Kylheku | 2014-03-04 | 1 | -0/+5 |
* | * arith.c: Remove inclusion of unneeded headers: <limits.h> | Kaz Kylheku | 2014-02-11 | 1 | -3/+0 |
* | * arith.c (lognot): Conform to new scheme for defaulting optional args. | Kaz Kylheku | 2014-02-05 | 1 | -1/+1 |
* | * arith.c: Revised error messages to refer to Lisp names instead | Kaz Kylheku | 2014-01-15 | 1 | -11/+11 |
* | * arith.c (atang2): New function. | Kaz Kylheku | 2014-01-15 | 1 | -0/+6 |
* | Some bignum-related optimizations | Kaz Kylheku | 2014-01-12 | 1 | -0/+16 |
* | * arith.c (rising_product): New static function. | Kaz Kylheku | 2014-01-11 | 1 | -0/+37 |
* | * arith.c (to_float): Print function name as ~a rather than ~s, | Kaz Kylheku | 2014-01-11 | 1 | -1/+55 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 1 | -0/+2 |
* | * arith.c, hash.c, lib.c, rand.c, stream.c, syslog.c: Removing | Kaz Kylheku | 2013-12-11 | 1 | -1/+0 |