| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * arith.c (mod): Floating support. | Kaz Kylheku | 2012-03-21 | 1 | -82/+103 |
* | * arith.c (trunc): Floating support. | Kaz Kylheku | 2012-03-21 | 1 | -34/+73 |
* | * arith.c (plus, minus, mul): Removing unnecessary type checks, | Kaz Kylheku | 2012-03-21 | 1 | -7/+0 |
* | * Makefile: link in -lm, which is needed now on some systems. | Kaz Kylheku | 2012-03-21 | 1 | -56/+89 |
* | * arith.c (neg): Floating-point support. | Kaz Kylheku | 2012-03-21 | 1 | -7/+13 |
* | * arith.c (plus): Minor code simplification. | Kaz Kylheku | 2012-03-21 | 1 | -56/+73 |
* | * arith.c (plus): Completed implementation of bignum-float | Kaz Kylheku | 2012-03-20 | 1 | -6/+6 |
* | * arith.c (flo_int): New function. | Kaz Kylheku | 2012-03-20 | 1 | -0/+15 |
* | * arith.c (plus): Optimization: use num_fast when | Kaz Kylheku | 2012-03-20 | 1 | -46/+135 |
* | * arith.c (plus): Showstopper bug: plus(bignum, fixnum) | Kaz Kylheku | 2012-03-04 | 1 | -1/+1 |
* | * arith.c: Updated copyright year. | Kaz Kylheku | 2012-02-25 | 1 | -1/+1 |
* | * arith.c (plus, minus): Better wording in error messages. | Kaz Kylheku | 2012-01-26 | 1 | -2/+2 |
* | * arith.c (zerop): Misspelling in error message. | Kaz Kylheku | 2012-01-25 | 1 | -1/+1 |
* | * arith.c (highest_bit): Changing to external linkage. | Kaz Kylheku | 2011-12-23 | 1 | -1/+1 |
* | Bug #35136 and cleanup. | Kaz Kylheku | 2011-12-22 | 1 | -32/+28 |
* | * arith.c (normalize): Linkage changed to extern. | Kaz Kylheku | 2011-12-21 | 1 | -1/+1 |
* | * arith.c (abso): broken for fixnums. | Kaz Kylheku | 2011-12-14 | 1 | -1/+1 |
* | * arith.c (minus): Allow difference between characters. | Kaz Kylheku | 2011-12-14 | 1 | -0/+1 |
* | * arith.c (plus, minus, gt, lt, ge, le): Handle character operands. | Kaz Kylheku | 2011-12-14 | 1 | -0/+56 |
* | * arith.c (exptmod, gcd): New functions. | Kaz Kylheku | 2011-12-13 | 1 | -0/+53 |
* | * arith.c (evenp, oddp): New functions. | Kaz Kylheku | 2011-12-13 | 1 | -0/+30 |
* | * arith.c (highest_bit): Linkage changed to static. | Kaz Kylheku | 2011-12-13 | 1 | -1/+43 |
* | * arith.c (expt): Fix broken bignum x fixnum combination. | Kaz Kylheku | 2011-12-13 | 1 | -1/+1 |