summaryrefslogtreecommitdiff
path: root/numeric.c
AgeCommit message (Expand)Author
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
2003-05-30* numeric.c (rb_num2uint, rb_fix2int): new function to convertnobu
2003-05-19* object.c (init_copy): rename copy_object as initialize_copy,matz
2003-05-08* gc.c (rb_gc): check odd alignment stack on m68k machines.matz
2003-05-08* compar.c (rb_cmperr): raise comparison failure.nobu
2003-05-07* numeric.c (int_upto, int_downto): should fail unless thenobu
2003-05-06* numeric.c (num_step): remove epsilon; add margin of 0.5, to makematz
2003-05-06* object.c (rb_obj_methods): list singleton methods if recurmatz
2003-05-04* array.c (rb_ary_values_at): new method to replace select(index..).matz
2003-04-21* numeric.c (flo_is_finite_p): use finite() if available.nobu
2003-04-15* numeric.c (rb_fix2str): buffer was insufficient.nobu
2003-04-14* rubyio.h (struct OpenFile): add error raise flag to finalizer.matz
2003-04-14* bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix.nobu
2003-04-11* numeric.c (coerce_rescue): prevent inspected String from GC.nobu
2003-04-03* eval.c (rb_f_missing): use "inspect" for T_OBJECT as well.matz
2003-03-20* numeric.c (flo_to_s): change format specifier to "%.15g" tomatz
2003-03-04* array.c (rb_ary_aref): give warning if index is a symbol.matz
2003-02-27* string.c (str_new): need no MEMZERO().matz
2003-02-03* object.c (Init_Object): default Object#=== now calls "=="matz
2003-01-31* variable.c (rb_obj_classname): new function.matz
2003-01-23* lib/rational.rb: modified to support "quo".matz
2003-01-16Updated Copyrights of Matz to 2003.michal
2003-01-08* range.c (range_each): treat fixnums specially to boost.matz
2002-12-24* numeric.c (DBL_MAX_10_EXP): fix typo. [ruby-dev:36826]usa
2002-12-24021224matz
2002-12-20* parse.y (do_block): split "do" block and tLBRACE_ARG block.matz
2002-12-19* numeric.c (DBL_EPSILON): fix typo.usa
2002-12-19* numeric.c (num_step): use DBL_EPSILON.matz
2002-12-10* sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz
2002-11-22* file.c (rb_find_file_ext): should not terminate searching withmatz