summaryrefslogtreecommitdiff
path: root/numeric.c
AgeCommit message (Expand)Author
2006-07-11* bignum.c (rb_int2big): use SIGNED_VALUE. [ruby-dev:29019]matz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-02-05* numeric.c (fix_to_s): removed workaround for radix 2. Historically,ocean
2006-02-04* numeric.c (fix_to_s): (2**32).to_s(2) fails with exception whereocean
2006-02-03* eval.c: unify ruby_class (for method definition) and ruby_cbasematz
2005-12-27* configure.in: define IA64 for portability. (HP aC++/ANSI C doesn'takr
2005-12-07* sprintf.c (rb_f_sprintf): [ruby-dev:27967]matz
2005-11-23* numeric.c (num_div): use floor rather than rb_Integer().matz
2005-11-01* eval.c (rb_call_super): should call method_missing if super ismatz
2005-10-05* range.c (rb_range_beg_len): should return Qfalse for non-rangematz
2005-09-19* io.c (io_close): call rb_io_close() directly if io is a T_FILEmatz
2005-09-14* bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean
2005-09-12* array.c: moved to ANSI function style from K&R function style.ocean
2005-08-12* parse.y (f_larglist): allow optional arguments even whenmatz
2005-08-04* numeric.c (Init_Numeric): do not share implementation amongmatz
2005-08-04* numeric.c (fix_div): should not convert the result intomatz
2005-08-03* numeric.c (fix_minus, fix_mul, fix_quo, fix_div, fix_mod,matz
2005-07-25* bignum.c (rb_big_eq): reduce isnan(). [ruby-dev:26600]matz
2005-05-24* numeric.c (fix_pow): support Fixnum ** Float case directlymatz
2005-04-18* eval.c (rb_attr): attribute name check added.matz
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-01-11* numeric.c (Init_Numeric): turn off floating point exceptionsocean
2004-11-17* re.c (rb_reg_initialize_m): should raise exception instead ofmatz
2004-11-16* numeric.c (flo_divmod): protect float values from GC bymatz
2004-10-27* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz
2004-07-09* array.c, enum.c, pack.c: rdoc patch from Johan Holmbergocean
2004-06-16* eval.c (rb_mod_freeze): prepare string representation beforematz
2004-06-04* io.c (rb_io_gets_m): set lastline ($_) even when read line ismatz
2004-05-20* numeric.c (flo_eq): alway check if operands are NaN.matz
2004-05-17* numeric.c (flo_to_s): p 0.0 should be '0.0' not '0.0e+00'.ocean
2004-05-10* eval.c (eval): warning during eval should not cause deadlock.matz
2004-05-07* parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz
2004-04-14* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu
2004-04-14* numeric.c (flo_eq): workaround for bcc32's bug.eban
2004-04-02* eval.c (top_include): include in the wrapped load is done formatz
2004-01-18* class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c,nobu
2003-12-27Add RDoc commentsdave
2003-12-23RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya...dave
2003-12-22* configure.in (ac_cv_func_setitimer): moved from defines.hnobu
2003-12-20* eval.c (rb_with_disable_interrupt): prohibit thread contextmatz
2003-12-11* configure.in (ieeefp.h), numeric.c: needed for finite() onnobu
2003-12-01* numeric.c (num_sadded): prohibit singleton method definition formatz
2003-12-01* pack.c (htov16): converts endian using swap16. htov32(), hton16,matz
2003-08-28* variable.c (rb_const_get_0): should check constants defined inmatz
2003-08-04* eval.c (method_proc): should specify YIELD_FUNC_SVALUE.matz
2003-08-02* numeric.c (flo_to_s): get rid of buffer overflow.matz
2003-07-31* numeric.c (rb_num_coerce_relop): export function.matz
2003-07-25* ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz
2003-07-21* numeric.c (num_equal): should not use rb_equal().matz
2003-06-16* numeric.c (rb_fix2uint): renamed from rb_fix2int on IA64.eban