summaryrefslogtreecommitdiff
path: root/libguile/num2integral.i.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-03* num2integral.i.c, num2float.i.c: Removed.Marius Vollmer1-0/+0
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-264/+0
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-3/+3
2004-04-27(NUM2INTEGRAL): Test BIGMPZ_FITSP with "!= 0" toKevin Ryde1-1/+1
2004-04-27(NUM2INTEGRAL): Under non-BIGMPZ_FITSP case,Kevin Ryde1-6/+31
2004-02-18(INTEGRAL2BIG): WORDS_BIGENDIAN not right for wordKevin Ryde1-9/+5
2003-05-22(NUM2INTEGRAL): Avoid warning about conditionalMikael Djurfeldt1-0/+2
2003-04-16* num2integral.i.c (NUM2INTEGRAL): use SCM_CHAR_BIT.Rob Browning1-1/+1
2003-04-07* num2integral.i.c (NUM2INTEGRAL): fix bug pointed out by MikaelRob Browning1-1/+0
2003-04-06* num2integral.i.c (INTEGRAL2BIG): Put negation of n inside thenMikael Djurfeldt1-2/+5
2003-04-04* num2integral.i.c (NUM2INTEGRAL, INTEGRAL2NUM, INTEGRAL2BIG):Rob Browning1-124/+167
2003-03-25* num2integral.i.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning1-0/+4
2002-02-25* num2integral.i.c (NUM2INTEGRAL): Fixed signedness problem.Dirk Herrmann1-13/+17
2001-11-12* numbers.c: Document macros to define when includingMarius Vollmer1-50/+50
2001-11-042001-11-04 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-4/+4
2001-11-02Prefixed each each exported symbol with SCM_API.Marius Vollmer1-4/+4
2001-10-06Correct cut and paste error: use SCM_POSFIXABLE for unsigned types.Marius Vollmer1-1/+1
2001-10-06(INTEGRAL2NUM): Let the preprocessor testMarius Vollmer1-7/+35
2001-10-05* num2integral.i.c (NUM2INTEGRAL): Eliminated some warnings aboutDirk Herrmann1-5/+8
2001-09-20* num2integral.i.c (NUM2INTEGRAL): Report an error when theseMikael Djurfeldt1-10/+0
2001-09-01* numbers.c (scm_sys_check_number_conversions): new function,Michael Livshin1-3/+5
2001-07-16* Minor changes.Dirk Herrmann1-2/+2
2001-06-27 * read.c (scm_lreadr): When reading a hash token, check for aMartin Grabmüller1-5/+5
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-5/+5
2001-05-28* strop.c (s_scm_string_capitalize_x): fix docstring quoting.Michael Livshin1-1/+1
2001-05-24* validate.hMichael Livshin1-0/+165