Age | Commit message (Expand) | Author | Files | Lines |
2011-11-08 | locking for write, lfwrite | Andy Wingo | 1 | -5/+5 |
2011-10-24 | add SCM_{PACK,UNPACK}_POINTER | Andy Wingo | 1 | -3/+3 |
2011-10-10 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -0/+10 |
2011-10-09 | New functions scm_is_exact and scm_is_inexact | Mike Gran | 1 | -0/+10 |
2011-09-29 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -1/+13 |
2011-09-03 | Fix misdiagnoses of deprecated `+nan.[^0]' forms. | Ludovic Courtès | 1 | -1/+4 |
2011-09-03 | deprecate +nan.1 | Andy Wingo | 1 | -1/+10 |
2011-08-31 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -2/+0 |
2011-07-28 | remove dead code in scm_ceiling_quotient | Andy Wingo | 1 | -2/+0 |
2011-05-15 | scm_wta_* procedures replace SCM_WTA_* macros | Andy Wingo | 1 | -223/+239 |
2011-05-15 | remove ENGNOT from __scm.h | Andy Wingo | 1 | -9/+0 |
2011-05-13 | merge strictness branch from 2.0 | Andy Wingo | 1 | -1/+1 |
2011-05-13 | fix type errors | Andy Wingo | 1 | -1/+1 |
2011-05-12 | remove all deprecated code | Andy Wingo | 1 | -40/+0 |
2011-04-26 | Remove the `sizeof (mpz_t)' check. | Ludovic Courtès | 1 | -3/+0 |
2011-04-25 | Make the `sizeof (mpz_t)' check at compile-time. | Ludovic Courtès | 1 | -0/+5 |
2011-04-09 | Fix the R6RS exact-integer-sqrt and import into core guile | Mark H Weaver | 1 | -0/+64 |
2011-04-06 | Fix parsing of exact numbers with negative exponents | Mark H Weaver | 1 | -1/+1 |
2011-03-17 | fix code that causes warnings on gcc 4.6 | Andy Wingo | 1 | -3/+5 |
2011-03-08 | Quotient, remainder and modulo accept inexact integers | Mark H Weaver | 1 | -6/+6 |
2011-03-08 | Update comments regarding GMP earlier than 4.2. | Mark H Weaver | 1 | -14/+18 |
2011-02-22 | Portability fix for new log and log10 | Mark H Weaver | 1 | -1/+4 |
2011-02-16 | Improvements to `log' and `log10' | Mark H Weaver | 1 | -18/+90 |
2011-02-15 | Use trunc in scm_i_inexact_truncate_divide | Mark H Weaver | 1 | -5/+2 |
2011-02-15 | Use trunc instead of scm_c_truncate | Mark H Weaver | 1 | -10/+3 |
2011-02-14 | Reduce code size of division operators | Mark H Weaver | 1 | -736/+62 |
2011-02-14 | Optimize truncate, round, floor, and ceiling | Mark H Weaver | 1 | -58/+29 |
2011-02-14 | Add four new sets of fast quotient and remainder operators | Mark H Weaver | 1 | -0/+2187 |
2011-02-14 | Optimize division operators handling of fractions | Mark H Weaver | 1 | -137/+83 |
2011-02-14 | Make divide functions return values via (SCM *) output arguments | Mark H Weaver | 1 | -93/+154 |
2011-02-12 | Fixes and improvements to number-theoretic division operators | Mark H Weaver | 1 | -43/+57 |
2011-02-12 | Add comment about handling of exactness specifiers | Mark H Weaver | 1 | -3/+32 |
2011-02-12 | Fix extensibility of 1-argument atan | Mark H Weaver | 1 | -1/+1 |
2011-02-09 | fix typos in the manual bits generated from source comments. | Ralf Wildenhues | 1 | -1/+1 |
2011-02-03 | Improved exactness handling for complex number parsing | Mark H Weaver | 1 | -58/+55 |
2011-02-03 | Fix non-portable usage of `isinf' in `max' and `min' | Mark H Weaver | 1 | -4/+9 |
2011-02-02 | Support non-real complex numbers with inexact zero imaginary part | Mark H Weaver | 1 | -42/+56 |
2011-02-02 | Improve handling of signed zeroes | Mark H Weaver | 1 | -12/+37 |
2011-02-02 | Trigonometric functions return exact numbers in some cases | Mark H Weaver | 1 | -12/+36 |
2011-02-02 | Fix `min' and `max' handling of NaNs, infinities, and signed zeroes | Mark H Weaver | 1 | -18/+75 |
2011-02-01 | Move comment about trig functions back where it belongs | Mark H Weaver | 1 | -6/+6 |
2011-02-01 | Handle products with exact 0 differently | Mark H Weaver | 1 | -20/+36 |
2011-02-01 | Fix bugs in `rationalize' | Mark H Weaver | 1 | -12/+40 |
2011-01-31 | Improve extensibility of `expt' and `integer-expt' | Mark H Weaver | 1 | -11/+17 |
2011-01-31 | Rename {euclidean,centered}_quo_rem to {euclidean,centered}_divide | Mark H Weaver | 1 | -63/+63 |
2011-01-30 | Improve extensibility of core numeric procedures | Mark H Weaver | 1 | -210/+206 |
2011-01-30 | Add two new sets of fast quotient and remainder operators | Mark H Weaver | 1 | -2/+1225 |
2011-01-30 | Add SCM_LIKELY and SCM_UNLIKELY for optimization | Mark H Weaver | 1 | -32/+33 |
2011-01-30 | Infinities and NaNs are no longer rational | Mark H Weaver | 1 | -27/+13 |
2011-01-30 | `equal?' and `eqv?' are now equivalent for numbers | Mark H Weaver | 1 | -34/+0 |