Age | Commit message (Expand) | Author | Files | Lines |
2004-08-03 | * num2integral.i.c, num2float.i.c: Removed. | Marius Vollmer | 1 | -0/+0 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -264/+0 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -3/+3 |
2004-04-27 | (NUM2INTEGRAL): Test BIGMPZ_FITSP with "!= 0" to | Kevin Ryde | 1 | -1/+1 |
2004-04-27 | (NUM2INTEGRAL): Under non-BIGMPZ_FITSP case, | Kevin Ryde | 1 | -6/+31 |
2004-02-18 | (INTEGRAL2BIG): WORDS_BIGENDIAN not right for word | Kevin Ryde | 1 | -9/+5 |
2003-05-22 | (NUM2INTEGRAL): Avoid warning about conditional | Mikael Djurfeldt | 1 | -0/+2 |
2003-04-16 | * num2integral.i.c (NUM2INTEGRAL): use SCM_CHAR_BIT. | Rob Browning | 1 | -1/+1 |
2003-04-07 | * num2integral.i.c (NUM2INTEGRAL): fix bug pointed out by Mikael | Rob Browning | 1 | -1/+0 |
2003-04-06 | * num2integral.i.c (INTEGRAL2BIG): Put negation of n inside then | Mikael Djurfeldt | 1 | -2/+5 |
2003-04-04 | * num2integral.i.c (NUM2INTEGRAL, INTEGRAL2NUM, INTEGRAL2BIG): | Rob Browning | 1 | -124/+167 |
2003-03-25 | * num2integral.i.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 1 | -0/+4 |
2002-02-25 | * num2integral.i.c (NUM2INTEGRAL): Fixed signedness problem. | Dirk Herrmann | 1 | -13/+17 |
2001-11-12 | * numbers.c: Document macros to define when including | Marius Vollmer | 1 | -50/+50 |
2001-11-04 | 2001-11-04 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -4/+4 |
2001-11-02 | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 1 | -4/+4 |
2001-10-06 | Correct cut and paste error: use SCM_POSFIXABLE for unsigned types. | Marius Vollmer | 1 | -1/+1 |
2001-10-06 | (INTEGRAL2NUM): Let the preprocessor test | Marius Vollmer | 1 | -7/+35 |
2001-10-05 | * num2integral.i.c (NUM2INTEGRAL): Eliminated some warnings about | Dirk Herrmann | 1 | -5/+8 |
2001-09-20 | * num2integral.i.c (NUM2INTEGRAL): Report an error when these | Mikael Djurfeldt | 1 | -10/+0 |
2001-09-01 | * numbers.c (scm_sys_check_number_conversions): new function, | Michael Livshin | 1 | -3/+5 |
2001-07-16 | * Minor changes. | Dirk Herrmann | 1 | -2/+2 |
2001-06-27 | * read.c (scm_lreadr): When reading a hash token, check for a | Martin Grabmüller | 1 | -5/+5 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -5/+5 |
2001-05-28 | * strop.c (s_scm_string_capitalize_x): fix docstring quoting. | Michael Livshin | 1 | -1/+1 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -0/+165 |