| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -3/+1 |
* | syslog support; bitwise logior and logand functions become variadic. | Kaz Kylheku | 2013-12-10 | 1 | -0/+13 |
* | * arith.c (bignum_from_long): New function. | Kaz Kylheku | 2012-10-01 | 1 | -0/+11 |
* | * arith.c (logand): Fix incorrect return value. | Kaz Kylheku | 2012-09-24 | 1 | -1/+1 |
* | * arith.c (logtest): New function. | Kaz Kylheku | 2012-09-18 | 1 | -0/+6 |
* | * arith.c (comp_trunc, logcomp): logcomp renamed to lognot, | Kaz Kylheku | 2012-09-17 | 1 | -6/+6 |
* | * arith.c (highest_significant_bit): New static function. | Kaz Kylheku | 2012-09-17 | 1 | -4/+116 |
* | * 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 | -0/+20 |
* | Starting work on adding bit operations. The semantics is that | Kaz Kylheku | 2012-09-16 | 1 | -0/+123 |
* | * arith.c (plus): Fixed broken (+ fixnum char) case. | Kaz Kylheku | 2012-04-24 | 1 | -2/+2 |
* | * arith.c (INT_PTR_MAX_MP): New static variable. | Kaz Kylheku | 2012-04-10 | 1 | -1/+8 |
* | NetBSD port. | Kaz Kylheku | 2012-04-09 | 1 | -0/+4 |
* | * arith.c (bignum): Previously static function now exposed as external. | Kaz Kylheku | 2012-04-08 | 1 | -1/+1 |
* | * arith.c (numeq): Fix misplaced parenthesis. | Kaz Kylheku | 2012-03-29 | 1 | -1/+1 |
* | * arith.c (numeq): New function. | Kaz Kylheku | 2012-03-29 | 1 | -2/+41 |
* | * arith.c (gcd): Allow zeros. Don't issue "non-integral" | Kaz Kylheku | 2012-03-29 | 1 | -1/+26 |
* | * arith.c (dmod): New static function. | Kaz Kylheku | 2012-03-29 | 1 | -3/+14 |
* | * arith.c (to_float): Fix unterminated argument list in throwf. | Kaz Kylheku | 2012-03-26 | 1 | -1/+1 |
* | * arith.c (expo): New function. | Kaz Kylheku | 2012-03-22 | 1 | -0/+5 |
* | Fix sqrt confusion. There must be a separate isqrt | Kaz Kylheku | 2012-03-22 | 1 | -12/+10 |
* | * arith.c (floorf, ceili, sine, cosi, atang, loga): New functions. | Kaz Kylheku | 2012-03-22 | 1 | -0/+30 |
* | * arith.c (int_flo): If sprintf produces something | Kaz Kylheku | 2012-03-22 | 1 | -0/+6 |
* | * arith.c (to_float): New static function. | Kaz Kylheku | 2012-03-22 | 1 | -135/+181 |
* | * arith.c (divi): New function. | Kaz Kylheku | 2012-03-21 | 1 | -0/+38 |