* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when
[bpt/guile.git] / libguile / numbers.c
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.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-10-30 Dirk Herrmann* Change a couple of functions to accept either symbols...
2000-10-09 Dirk Herrmann* Eliminate previously introduced redundant string...
2000-10-06 Dirk Herrmann* Don't call scm_vector_set_length_x for non-vector...
2000-09-26 Dirk Herrmann* More references to SCM_CHARS removed.
2000-09-20 Marius Vollmer* numbers.c (scm_istr2flo): Throw an `out of range...
2000-08-12 Neil Jerram* Docstring fixes.
2000-08-12 Neil JerramDocstring fix for scm_logand.
2000-06-30 Mikael Djurfeldt* numbers.c (scm_gr_p, scm_leq_p, scm_geq_p): Turned...
2000-06-29 Dirk Herrmann* Cleaned up memory error signalling.
2000-06-20 Mikael DjurfeldtInserted some comments
2000-05-25 Dirk Herrmann* Un-deprecated the *FIXABLE macros.
2000-05-16 Dirk Herrmann* Makefile.am: Let 'make clean' remove *.x and *.doc...
2000-05-16 Dirk HerrmannReordered some dispatch sequences.
2000-05-15 Dirk Herrmann* Reordered some dispatch sequences.
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-10 Dirk HerrmannIS_INF: Undid last change.
2000-05-09 Dirk Herrmann* Added comments.
2000-05-09 Dirk Herrmann* Fixed IS_INF.
2000-05-08 Dirk HerrmannReordered some dispatch sequences.
2000-05-05 Dirk HerrmannFixed some goto-related initialization bugs.
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-28 Dirk HerrmannSome dispatch sequence reordering fixes of comparisons...
2000-04-28 Dirk Herrmann* removed code enclosed within #ifdef BADIVSGNS .....
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-21 Mikael Djurfeldt* numbers.c (scm_odd_p, scm_even_p): Use SCM_WRONG_TYPE_ARG
2000-04-20 Dirk HerrmannAdded documentation strings and reordered some dispatch...
2000-04-19 Mikael Djurfeldt* numbers.c (scm_adjbig): Tell scm_must_realloc "what...
2000-04-11 Dirk Herrmann* (scm_quotient, scm_modulo): Reordered to handle...
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-20 Dirk HerrmannA couple of typing problems (at leat partially) resolved.
2000-03-20 Dirk Herrmannscm_ash: Fixed typing problems with the second paramet...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include ports.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-17 Dirk HerrmannRemoved empty file genio.h and references to it.
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-09 Greg J. Badros* numbers.c (scm_copy_big_dec, scm_copy_smaller, scm_bi...
2000-03-09 Greg J. Badros*.[ch]: make a distinction between SCM as a generic
2000-03-08 Greg J. Badros* numbers.c: Use SCM_VALIDATE_LONG_COPY, and longs...
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-01-18 Mikael Djurfeldt* strports.c (st_end_input): Inserted parenthesis to...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-17 Greg J. Badros* scm_validate.h: Added SCM_VALIDATE_ULONG_COPY,
next