oops -- reverse accidental commit.
[bpt/guile.git] / libguile / numbers.h
2003-04-16 Rob Browningoops -- reverse accidental commit.
2003-04-16 Rob Browning*** empty log message ***
2003-04-07 Rob Browning* numbers.h: remove the gmp.h #include (not needed...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-04-04 Rob Browning* numbers.h: remove SCM_BIGDIG conditionals, reorganize...
2003-03-27 Rob Browning* numbers.h: fix various preprocessor usages of new...
2003-03-25 Rob Browning* numbers.h: replace usage of HAVE_FLOATINGPOINT_H...
2002-05-06 Marius VollmerConditionally include floatingpoint.h, ieeefp.h, and...
2001-11-25 Marius Vollmer(SCM_MAKE_BIGNUM_TAG): New.
2001-11-07 Stefan Jahn2001-11-07 Stefan Jahn <stefan@lkcc.org>
2001-11-02 Marius VollmerPrefixed each each exported symbol with SCM_API.
2001-10-06 Marius VollmerCorrected definition of SCM_MOST_POSITIVE_FIXNUM. ...
2001-10-06 Marius Vollmer* tags.h (SCM_T_BITS_MAX, SCM_T_SIGNED_BITS_MAX,
2001-10-05 Dirk Herrmann* numbers.h: Removed old comment about using SCM_CAR...
2001-09-23 Mikael Djurfeldt* validate.h (SCM_NUM2FLOAT, SCM_NUM2DOUBLE,
2001-08-31 Dirk Herrmann* Removed deprecated stuff.
2001-07-30 Dirk Herrmann* Rewrote string->number stuff.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-06-14 Marius Vollmer(SCM_SRS): Cast shiftee to scm_signed_bits_t.
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-04-28 Rob Browning* numbers.h (scm_dblproc): deprecation expired - removed.
2001-04-10 Dirk Herrmann* Avoid redundant casting of argument numbers to char...
2001-03-15 Marius Vollmer* numbers.c (scm_num2ulong): Check that a bignum is...
2001-01-18 Dirk Herrmann* Cleaned up some limits-definitions.
2000-11-23 Dirk Herrmann* SCM_SETCHARS deprecated.
2000-09-26 Dirk Herrmann* Eliminated all remaining calls to SCM_CHARS.
2000-06-20 Mikael Djurfeldt* numbers.h: Put #ifdef HAVE_LONG_LONGS around declarat...
2000-06-19 Mikael Djurfeldt* numbers.h (SCM_NEWREAL, SCM_NEWCOMPLEX): Removed.
2000-05-30 Dirk Herrmann* Don't use SCM_SMOB_PREDICATE in header file.
2000-05-25 Dirk Herrmann* Un-deprecated the *FIXABLE macros.
2000-05-25 Dirk Herrmann* Replace SCM_UNPACK_CAR appropriately.
2000-05-16 Dirk Herrmann* Makefile.am: Let 'make clean' remove *.x and *.doc...
2000-05-11 Dirk Herrmann* __scm.h: Added section for debugging options.
2000-05-10 Dirk Herrmann* Added FIXME comment about the problems with infinite...
2000-05-04 Dirk HerrmannAvoid modifications of cells via pointers. Use SCM_SET...
2000-05-03 Dirk Herrmann* scm_divbigbig and scm_divbigint are static now
2000-05-02 Dirk Herrmann* numbers.c (scm_logtest, scm_division): Reordered...
2000-04-04 Dirk HerrmannLots of fixes with respect to strict typing.
2000-03-22 Dirk HerrmannFixed some bugs that are due to the fact that SCM is...
2000-03-22 Dirk HerrmannDon't use SCM2PTR for non scheme values.
2000-03-20 Dirk HerrmannA couple of typing problems (at leat partially) resolved.
2000-03-20 Dirk HerrmannFix a couple of SCM_PACK / SCM_UNPACK uncleanlynesses.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-14 Mikael Djurfeldt* __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c...
2000-03-12 Mikael Djurfeldt*** empty log message ***
2000-03-12 Mikael Djurfeldt* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval...
2000-03-12 Mikael Djurfeldt* numbers.h (SCM_SRS, SCM_INUM): Corrected SCM_ASSCM...
2000-03-09 Greg J. Badros*.[ch]: make a distinction between SCM as a generic
2000-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
1999-12-16 Greg J. Badros* *.h: Use SCM_NIMP(X) && in all the FOOP macros.
1999-11-18 Gary Houston * configure.in: check for hstrerror.
1999-04-17 Jim Blandy* numbers.c (s_bignum): Renamed to s_bignum, and made...
1999-02-06 Jim Blandy* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_c...
1999-01-10 Mikael Djurfeldt* numbers.h: Added #include "libguile/print.h".
1998-10-26 Mikael Djurfeldt* numbers.c (num2long): As a software archeologist...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-07-02 Mikael Djurfeldt* numbers.h (SCM_NUM2DBL): New macro. Complements...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1996-12-17 Jim Blandy* numbers.c (scm_fuck): Procedure removed; looks like...
1996-10-29 Jim Blandy* * numbers.c (scm_integer_p): Renamed from scm_int_p...
1996-10-20 Mikael Djurfeldt* alist.c, arbiters.c, continuations.c, debug.c, debug...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-10-03 Jim Blandy* _scm.h: #include "print.h" here, since it seems to...
1996-09-22 Mikael Djurfeldt* eval.c, numbers.h, unif.h, smob.h, srcprop.c: Added...
1996-09-13 Mikael Djurfeldt* __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs...
1996-09-11 Jim Blandy* numbers.h: Repeated declarations removed.
1996-09-05 Jim Blandy* alist.h, append.h, arbiters.h, async.h, boolean.h...
1996-09-04 Jim BlandyDon't install the unwashed masses of Guile header files...
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import