summaryrefslogtreecommitdiff
path: root/libguile/numbers.h
Commit message (Expand)AuthorAgeFilesLines
* oops -- reverse accidental commit.Rob Browning2003-04-161-1/+0
* *** empty log message ***Rob Browning2003-04-161-0/+1
* * numbers.h: remove the gmp.h #include (not needed now).Rob Browning2003-04-071-2/+0
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * numbers.h: remove SCM_BIGDIG conditionals, reorganize, andRob Browning2003-04-041-74/+30
* * numbers.h: fix various preprocessor usages of new publicRob Browning2003-03-271-21/+23
* * numbers.h: replace usage of HAVE_FLOATINGPOINT_H withRob Browning2003-03-251-10/+10
* Conditionally include floatingpoint.h, ieeefp.h, and nan.h. ProvideMarius Vollmer2002-05-061-0/+22
* (SCM_MAKE_BIGNUM_TAG): New.Marius Vollmer2001-11-251-4/+5
* 2001-11-07 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2001-11-071-0/+4
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-128/+128
* Corrected definition of SCM_MOST_POSITIVE_FIXNUM. Boy was I confused.Marius Vollmer2001-10-061-2/+7
* * tags.h (SCM_T_BITS_MAX, SCM_T_SIGNED_BITS_MAX,Marius Vollmer2001-10-061-7/+3
* * numbers.h: Removed old comment about using SCM_CAR to accessDirk Herrmann2001-10-051-16/+13
* * validate.h (SCM_NUM2FLOAT, SCM_NUM2DOUBLE,Mikael Djurfeldt2001-09-231-1/+8
* * Removed deprecated stuff.Dirk Herrmann2001-08-311-27/+4
* * Rewrote string->number stuff.Dirk Herrmann2001-07-301-11/+9
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-8/+8
* (SCM_SRS): Cast shiftee to scm_signed_bits_t.Marius Vollmer2001-06-141-2/+2
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-11/+3
* * validate.hMichael Livshin2001-05-241-24/+86
* * numbers.h (scm_dblproc): deprecation expired - removed.Rob Browning2001-04-281-27/+0
* * Avoid redundant casting of argument numbers to char* and vice versa.Dirk Herrmann2001-04-101-5/+6
* * numbers.c (scm_num2ulong): Check that a bignum is positiveMarius Vollmer2001-03-151-0/+2
* * Cleaned up some limits-definitions.Dirk Herrmann2001-01-181-10/+6
* * SCM_SETCHARS deprecated.Dirk Herrmann2000-11-231-0/+1
* * Eliminated all remaining calls to SCM_CHARS.Dirk Herrmann2000-09-261-2/+3
* * numbers.h: Put #ifdef HAVE_LONG_LONGS around declarations usingMikael Djurfeldt2000-06-201-1/+5
* * numbers.h (SCM_NEWREAL, SCM_NEWCOMPLEX): Removed.Mikael Djurfeldt2000-06-191-2/+0
* * Don't use SCM_SMOB_PREDICATE in header file.Dirk Herrmann2000-05-301-1/+1
* * Un-deprecated the *FIXABLE macros.Dirk Herrmann2000-05-251-3/+6
* * Replace SCM_UNPACK_CAR appropriately.Dirk Herrmann2000-05-251-5/+4
* * Makefile.am: Let 'make clean' remove *.x and *.doc files.Dirk Herrmann2000-05-161-29/+10
* * __scm.h: Added section for debugging options.Dirk Herrmann2000-05-111-74/+32
* * Added FIXME comment about the problems with infinite numbers.Dirk Herrmann2000-05-101-1/+1
* Avoid modifications of cells via pointers. Use SCM_SET_CELL... instead.Dirk Herrmann2000-05-041-1/+1
* * scm_divbigbig and scm_divbigint are static nowDirk Herrmann2000-05-031-2/+0
* * numbers.c (scm_logtest, scm_division): Reordered dispatch sequence.Dirk Herrmann2000-05-021-1/+1
* Lots of fixes with respect to strict typing.Dirk Herrmann2000-04-041-4/+4
* Fixed some bugs that are due to the fact that SCM is a void* now.Dirk Herrmann2000-03-221-1/+1
* Don't use SCM2PTR for non scheme values.Dirk Herrmann2000-03-221-3/+3
* A couple of typing problems (at leat partially) resolved.Dirk Herrmann2000-03-201-2/+2
* Fix a couple of SCM_PACK / SCM_UNPACK uncleanlynesses.Dirk Herrmann2000-03-201-10/+10
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* * __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c, numbers.c,Mikael Djurfeldt2000-03-141-52/+97
* *** empty log message ***Mikael Djurfeldt2000-03-121-10/+10
* * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt2000-03-121-10/+10
* * numbers.h (SCM_SRS, SCM_INUM): Corrected SCM_ASSCM/ASWORD fixes.Mikael Djurfeldt2000-03-121-6/+7
* *.[ch]: make a distinction between SCM as a genericGreg J. Badros2000-03-091-9/+10