summaryrefslogtreecommitdiff
path: root/libguile/numbers.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-2/+4
* * Removed deprecated hook names....Dirk Herrmann2001-05-081-10/+5
* (scm_difference): Call SCM_WTA_DISPATCH_0 when zero...Marius Vollmer2001-05-061-6/+10
* * numbers.c: enabled local definition of SCM_FLOBUFLEN until we...Rob Browning2001-04-281-1/+2
* * Avoid redundant casting of argument numbers to char* and vice versa.Dirk Herrmann2001-04-101-8/+8
* Correct, update, improve and clean up a lot of docstrings in order to make...Martin Grabmüller2001-04-031-80/+81
* * Replace function scm_makstr with new function scm_allocate_string.Dirk Herrmann2001-03-221-2/+2
* * __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1,...Dirk Herrmann2001-03-171-1/+1
* * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p),...Martin Grabmüller2001-03-161-6/+6
* * numbers.c (scm_num2ulong): Check that a bignum is positive...Marius Vollmer2001-03-151-7/+45
* * numbers.c (scm_num2ulong): Check that a bignum is positive...Marius Vollmer2001-03-151-6/+5
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * vectors.c (s_scm_vector_p, list->vector, scm_vector)...Martin Grabmüller2001-03-021-65/+159
* * numbers.c (scm_two_doubles, scm_sys_expt, scm_sys_atan2,...Neil Jerram2001-02-241-28/+28
* * numbers.c (s_scm_logior) [SCM_DIGSTOOBIG]: Also use...Marius Vollmer2001-02-221-1/+1
* * numbers.c (scm_logior) [SCM_DIGSTOOBIG]: Correctly use...Marius Vollmer2001-02-211-1/+1
* (scm_lognot): Removed unnecessary "" from docstrings....Martin Grabmüller2001-02-161-4/+8
* * Fixed a couple of bugs with quotient, remainder, bit-extract and logand.Dirk Herrmann2001-01-171-15/+69
* * Re-introduced most-positive-fixnum and most-negative-fixnum.Dirk Herrmann2000-12-141-0/+7
* * SCM_SETCHARS deprecated.Dirk Herrmann2000-11-231-3/+2
* * Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.Dirk Herrmann2000-11-221-1/+1
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,...Marius Vollmer2000-11-171-0/+2
* * Change a couple of functions to accept either symbols or strings only....Dirk Herrmann2000-10-301-2/+2
* * Eliminate previously introduced redundant string copying.Dirk Herrmann2000-10-091-10/+10
* * Don't call scm_vector_set_length_x for non-vector arguments.Dirk Herrmann2000-10-061-3/+2
* * More references to SCM_CHARS removed.Dirk Herrmann2000-09-261-3/+3
* * numbers.c (scm_istr2flo): Throw an `out of range' error when...Marius Vollmer2000-09-201-1/+1
* * Docstring fixes.Neil Jerram2000-08-121-5/+5
* Docstring fix for scm_logand.Neil Jerram2000-08-121-1/+2
* * numbers.c (scm_gr_p, scm_leq_p, scm_geq_p): Turned into...Mikael Djurfeldt2000-06-301-14/+35
* * Cleaned up memory error signalling.Dirk Herrmann2000-06-291-2/+2
* Inserted some commentsMikael Djurfeldt2000-06-201-3/+3
* * Un-deprecated the *FIXABLE macros....Dirk Herrmann2000-05-251-9/+3
* * Makefile.am: Let 'make clean' remove *.x and *.doc files....Dirk Herrmann2000-05-161-8/+0
* Reordered some dispatch sequences.Dirk Herrmann2000-05-161-50/+58
* * Reordered some dispatch sequences....Dirk Herrmann2000-05-151-31/+39
* * __scm.h: Added section for debugging options....Dirk Herrmann2000-05-111-4/+28
* * Added FIXME comment about the problems with infinite numbers....Dirk Herrmann2000-05-101-6/+29
* IS_INF: Undid last change.Dirk Herrmann2000-05-101-2/+1
* * Added comments....Dirk Herrmann2000-05-091-71/+61
* * Fixed IS_INF....Dirk Herrmann2000-05-091-470/+344
* Reordered some dispatch sequences.Dirk Herrmann2000-05-081-149/+76
* Fixed some goto-related initialization bugs.Dirk Herrmann2000-05-051-4/+16
* * scm_divbigbig and scm_divbigint are static now...Dirk Herrmann2000-05-031-546/+335
* * numbers.c (scm_logtest, scm_division): Reordered dispatch sequence....Dirk Herrmann2000-05-021-229/+241
* Some dispatch sequence reordering fixes of comparisons of SCM values with...Dirk Herrmann2000-04-281-260/+327
* * removed code enclosed within #ifdef BADIVSGNS ... #endif....Dirk Herrmann2000-04-281-59/+37
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,...Mikael Djurfeldt2000-04-211-12/+12
* * numbers.c (scm_odd_p, scm_even_p): Use SCM_WRONG_TYPE_ARG...Mikael Djurfeldt2000-04-211-2/+2
* Added documentation strings and reordered some dispatch sequences.Dirk Herrmann2000-04-201-63/+63