* numbers.c (scm_string_to_number): Signal an error if radix is
[bpt/guile.git] / libguile / numbers.c
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".
1999-05-02 Jim Blandy* numbers.c: If we're supporting floating-point, provid...
1999-04-17 Jim Blandy* numbers.c (s_bignum): Renamed to s_bignum, and made...
1999-03-26 Mikael Djurfeldt* numbers.c (isfinite): Define this macro if not define...
1999-02-06 Jim Blandy* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_c...
1999-01-10 Mikael Djurfeldt* numbers.c: Formatted according to Guile conventions;
1998-11-23 Jim Blandy* numbers.c (scm_logand, scm_logior, scm_logxor, scm_lo...
1998-10-26 Mikael Djurfeldt* numbers.c (num2long): As a software archeologist...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-10-14 Jim Blandy* (__scm.h, alist.c, eval.c, feature.c, gsubr.c, numbers.c,
1998-10-10 Jim Blandy* numbers.c (big2str): Protect t from garbage collectio...
1998-09-06 Jim Blandy* numbers.c (scm_mkbig): Add cast, and note that signed...
1998-03-30 Mikael Djurfeldt* gsubr.c (scm_gsubr_apply): Added dummy return to...
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-09-01 Mikael Djurfeldt* numbers.c (logand, logior, logxor): Handle 0 or 1...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-01-07 Jim BlandyI think the Sun compiler has chosen a perverse way...
1996-12-17 Jim Blandy* numbers.c (scm_fuck): Procedure removed; looks like...
1996-10-29 Jim Blandy* * numbers.c (scm_integer_p): Renamed from scm_int_p...
1996-10-20 Mikael Djurfeldt* alist.c, arbiters.c, continuations.c, debug.c, debug...
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-10-10 Jim Blandy* numbers.c (scm_divbigint): When the remainder is...
1996-10-03 Jim Blandy* numbers.c (scm_istr2int): If the number is short...
1996-09-22 Mikael Djurfeldt* eval.c, numbers.h, unif.h, smob.h, srcprop.c: Added...
1996-09-15 Gary Houston* debug.c, unif.c: use scm_out_of_range instead of
1996-09-14 Gary Houston* numbers.c: use SCM_NUM_OVERFLOW instead of scm_wta...
1996-09-13 Mikael Djurfeldt* __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs...
1996-09-11 Jim Blandy* numbers.c (scm_two_doubles): Changed from extern...
1996-09-10 Jim BlandyC files should #include only the header files they...
1996-08-02 Gary Houstonmake C system primitives throw exceptions
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import