* print.c (scm_iprin1): Handle fractions.
[bpt/guile.git] / libguile / numbers.c
2003-11-18 Marius Vollmer* print.c (scm_iprin1): Handle fractions.
2003-10-19 Kevin Ryde(scm_i_big2dbl): Rewrite, carefully rounding to "closest"
2003-10-19 Kevin Ryde(scm_ash): Revise docstring as per recent update to...
2003-10-09 Kevin Ryde(scm_inexact_to_exact): Don't depend on what double...
2003-09-18 Dirk Herrmann This set of patches introduces a new tc7 code scm_tc7_...
2003-09-18 Dirk Herrmann * numbers.c (scm_make_complex), gc-card.c (scm_i_sweep...
2003-09-17 Dirk Herrmann * libguile/numbers.c (scm_bigequal): Fixed.
2003-09-02 Kevin Ryde(scm_lognot): Correction to docstring, ones-complement...
2003-08-30 Kevin Ryde(scm_lognot): Rewrite using ~ and mpz_com, for directness
2003-08-22 Kevin Ryde(scm_difference): Correction to bignum - negative inum.
2003-07-27 Marius Vollmer* __scm.h (SCM_C_INLINE_KEYWORD): New.
2003-07-24 Kevin Ryde(scm_angle): Use scm_flo0 for non-negative inum, bignum...
2003-07-17 Kevin Ryde(scm_product): In complex * bignum, correction to
2003-07-13 Mikael Djurfeldt(scm_odd_p, scm_even_p): Bugfix: Treat result of
2003-07-08 Kevin Ryde(scm_make_polar): Use sincos, when available.
2003-06-21 Kevin Ryde(_GNU_SOURCE): #define, to get C99 things.
2003-06-04 Kevin Ryde(scm_max, scm_min): For inum, bignum and real, if other
2003-06-01 Dirk Herrmann This set of patches separates the representation of...
2003-05-30 Kevin Ryde(z_negative_one): New variable.
2003-05-12 Kevin Ryde(xmpz_cmp_d): New macro, handling infs if gmp doesn't.
2003-05-10 Kevin Ryde(scm_gcd): In bignum/inum, don't pass yy==0 to mpz_gcd_ui
2003-05-10 Kevin Ryde(scm_integer_length): On negative bignums, adjust
2003-05-09 Kevin Ryde(scm_num_eq_p, scm_less_p): Don't pass NaN to mpz_cmp_d.
2003-05-05 Kevin Ryde(scm_logcount): Use mpz_com, not mpz_neg.
2003-05-05 Kevin Ryde(scm_difference): In inum - bignum, handle negative...
2003-05-03 Marius VollmerDoc fix for the usage of num2intergral.
2003-04-20 Dirk Herrmann * numbers.c (scm_logtest): Fixed argument bug in...
2003-04-17 Rob Browning* numbers.c (scm_integer_expt): fix case where we were...
2003-04-16 Rob Browning* numbers.c (PTRDIFF_MIN): use SCM_CHAR_BIT.
2003-04-07 Rob Browning*** empty log message ***
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-04-04 Rob Browning* numbers.c: rewrite *many* functions to handle GMP...
2003-03-25 Rob Browning* numbers.c: #include <config.h> if HAVE_CONFIG_H....
2003-03-06 Mikael Djurfeldt* srfi-1.c (scm_init_srfi_1): Extend root module map...
2002-11-03 Marius Vollmer(scm_integer_expt): Make 0^z == 0 for z != 0. Also...
2002-11-03 Marius Vollmer(scm_integer_expt): Make 0^z == 0 for z != 0.
2002-10-05 Rob Browning* numbers.c (s_scm_integer_expt): (expt 0 1) should...
2002-09-24 Gary Houston * inline.h (scm_double_cell): prevent reordering of...
2002-08-28 Han-Wen Nienhuys(scm_make_real): prevent reordering of statements
2002-08-28 Han-Wen Nienhuys(scm_make_real): prevent reordering of statements
2002-08-04 Han-Wen Nienhuysnew gc
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-06-30 Dirk Herrmann* backtrace.c (SCM_ASSERT), debug.c (scm_debug_options...
2002-05-22 Marius Vollmer* numbers.c (mem2ureal): When returning an inexact...
2002-05-22 Marius Vollmer(idbl2str): Don't omit sign when printing negative...
2002-05-08 Marius VollmerInclude <string.h>, for strncmp.
2002-05-06 Marius VollmerFrom John W. Eaton.
2002-03-15 Neil JerramSmall docstring fixes.
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-03-11 Marius Vollmer(scm_divide): Adapt code from libstdc++/f2c to void...
2002-03-01 Dirk HerrmannChanges in doc/ref:
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2001-11-25 Marius VollmerReplaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_ce...
2001-11-22 Dirk Herrmann* numbers.c (scm_divide): Fix more division by zero...
2001-11-21 Dirk Herrmann* numbers.c (scm_divide): Fix (/ 0). Thanks to Keith...
2001-11-21 Stefan Jahn2001-11-21 Stefan Jahn <stefan@lkcc.org>
2001-11-12 Marius Vollmer* numbers.c: Document macros to define when including
2001-11-07 Stefan Jahn2001-11-07 Stefan Jahn <stefan@lkcc.org>
2001-11-04 Stefan Jahn2001-11-04 Stefan Jahn <stefan@lkcc.org>
2001-11-02 Marius VollmerPrefixed each each exported symbol with SCM_API.
2001-10-13 Marius VollmerSet NO_PREPRO_MAGIC when defining our version of PTRDIF...
2001-10-13 Dirk Herrmann* numbers.c (mem2uinteger): Return number read so...
2001-10-09 Dirk Herrmann* numbers.c (mem2decimal_from_point): Cleaned up the...
2001-10-06 Marius VollmerDefine NO_PREPRO_MAGOC when including
2001-09-22 Mikael Djurfeldt* Makefile.am: Distribute num2float.i.c.
2001-09-21 Rob Browning* numbers.c (scm_gcd): change "k" to a long from an...
2001-09-20 Mikael Djurfeldt* numbers.c (scm_integer_expt): Accept inexact integer...
2001-09-01 Michael Livshin* numbers.c (scm_sys_check_number_conversions): new...
2001-08-31 Dirk Herrmann* Removed deprecated stuff.
2001-07-30 Dirk Herrmann* Rewrote string->number stuff.
2001-07-25 Gary Houston * numbers.c (scm_logand, scm_logior, scm_logxor):...
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-26 Dirk Herrmann* Deprecated scm_makfromstr and added scm_mem2string...
2001-06-25 Marius Vollmer(SIZE_MAX, PTRDIFF_MIN, PTRDIFF_MAX): Only define when
2001-06-23 Dirk Herrmann* Various minor improvements, for example signedness...
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-05-30 Martin Grabmüller2001-05-30 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-05-08 Dirk Herrmann* Removed deprecated hook names.
2001-05-06 Marius Vollmer(scm_difference): Call SCM_WTA_DISPATCH_0 when zero
2001-04-28 Rob Browning* numbers.c: enabled local definition of SCM_FLOBUFLEN...
2001-04-10 Dirk Herrmann* Avoid redundant casting of argument numbers to char...
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-03-22 Dirk Herrmann* Replace function scm_makstr with new function scm_all...
2001-03-17 Dirk Herrmann* __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISP...
2001-03-16 Martin Grabmüller * list.c (scm_list, scm_cons_star, scm_null_p, scm_lis...
2001-03-15 Marius Vollmer* numbers.c (scm_num2ulong): Check that a bignum is...
2001-03-15 Marius Vollmer* numbers.c (scm_num2ulong): Check that a bignum is...
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-03-02 Martin Grabmüller * vectors.c (s_scm_vector_p, list->vector, scm_vector)
2001-02-24 Neil Jerram * numbers.c (scm_two_doubles, scm_sys_expt, scm_sys_atan2,
2001-02-22 Marius Vollmer* numbers.c (s_scm_logior) [SCM_DIGSTOOBIG]: Also use
2001-02-21 Marius Vollmer* numbers.c (scm_logior) [SCM_DIGSTOOBIG]: Correctly use
2001-02-16 Martin Grabmüller(scm_lognot): Removed unnecessary "" from docstrings.
2001-01-17 Dirk Herrmann* Fixed a couple of bugs with quotient, remainder,...
2000-12-14 Dirk Herrmann* Re-introduced most-positive-fixnum and most-negative...
2000-11-23 Dirk Herrmann* SCM_SETCHARS deprecated.
2000-11-22 Dirk Herrmann* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.
next