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