revert the ill-considered part of the 2001-05-24 changes
[bpt/guile.git] / libguile / numbers.c
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,
2000-01-12 Greg J. Badros* scm_validate.h: Added SCM_NUM2LONG_DEF macro. Make
2000-01-06 Greg J. Badros* *.c, snarf.h: Replace GUILE_PROC1 with SCM_DEFINE1...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-05 Greg J. Badros* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INU...
1999-12-18 Greg J. Badros* alist.c, chars.c, dynl.c, net_db.c, numbers.c, unif...
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-12 Greg J. Badros* *.c: Finish replacing K&R style prototypes with ANSI C
1999-12-12 Greg J. Badros* *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BO...
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-11-18 Gary Houston * configure.in: check for hstrerror.
1999-10-05 Jim Blandy* numbers.c (scm_string_to_number): Signal an error...
1999-09-25 Jim Blandy* numbers.c (scm_number_to_string): Signal an error...
1999-09-20 Mikael Djurfeldt* vectors.c (scm_vector_move_right_x): Bugfix: Remove...
1999-09-20 Mikael DjurfeldtFix
1999-09-20 Mikael Djurfeldt* numbers.c (scm_max, scm_min, scm_sum, scm_difference,
1999-09-11 Jim Blandy* numbers.c (scm_istr2flo): Don't call SCM_INEXP withou...
1999-09-06 Mikael Djurfeldt* numbers.c: Converted comparison operations to dispatch on
1999-08-31 Jim Blandy* numbers.c (scm_init_numbers): Claim to support the...
1999-08-29 Mikael DjurfeldtFix of last fix
1999-08-29 Mikael Djurfeldt* numbers.c (scm_lcm): Bugfix: BIGDIG --> SCM_BIGDIG;
1999-08-26 Mikael Djurfeldt* procs.c, procs.h (scm_subr_entry): New type: Stores...
1999-07-31 Mikael Djurfeldt* numbers.c (scm_makdbl): Bugfix: Initialize imaginary...
1999-07-07 Mikael DjurfeldtGreg's smob patch
1999-06-05 Mikael Djurfeldt* numbers.c: Added #include "feature.h".
next