aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.c
Commit message (Expand)AuthorAgeFilesLines
* * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c,nobu2004-01-181-0/+1
* Add RDoc commentsdave2003-12-271-0/+356
* RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya...dave2003-12-231-0/+588
* * configure.in (ac_cv_func_setitimer): moved from defines.hnobu2003-12-221-4/+0
* * eval.c (rb_with_disable_interrupt): prohibit thread contextmatz2003-12-201-0/+7
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-0/+4
* * numeric.c (num_sadded): prohibit singleton method definition formatz2003-12-011-0/+14
* * pack.c (htov16): converts endian using swap16. htov32(), hton16,matz2003-12-011-13/+21
* * variable.c (rb_const_get_0): should check constants defined inmatz2003-08-281-2/+2
* * eval.c (method_proc): should specify YIELD_FUNC_SVALUE.matz2003-08-041-1/+1
* * numeric.c (flo_to_s): get rid of buffer overflow.matz2003-08-021-1/+1
* * numeric.c (rb_num_coerce_relop): export function.matz2003-07-311-10/+10
* * ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz2003-07-251-3/+4
* * numeric.c (num_equal): should not use rb_equal().matz2003-07-211-2/+4
* * numeric.c (rb_fix2uint): renamed from rb_fix2int on IA64.eban2003-06-161-1/+1
* * numeric.c (rb_num2uint, rb_fix2int): new function to convertnobu2003-05-301-6/+49
* * object.c (init_copy): rename copy_object as initialize_copy,matz2003-05-191-2/+2
* * gc.c (rb_gc): check odd alignment stack on m68k machines.matz2003-05-081-1/+4
* * compar.c (rb_cmperr): raise comparison failure.nobu2003-05-081-34/+28
* * numeric.c (int_upto, int_downto): should fail unless thenobu2003-05-071-4/+24
* * numeric.c (num_step): remove epsilon; add margin of 0.5, to makematz2003-05-061-2/+1
* * object.c (rb_obj_methods): list singleton methods if recurmatz2003-05-061-2/+2
* * array.c (rb_ary_values_at): new method to replace select(index..).matz2003-05-041-1/+1
* * numeric.c (flo_is_finite_p): use finite() if available.nobu2003-04-211-1/+6
* * numeric.c (rb_fix2str): buffer was insufficient.nobu2003-04-151-1/+1
* * rubyio.h (struct OpenFile): add error raise flag to finalizer.matz2003-04-141-2/+2
* * bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix.nobu2003-04-141-9/+18
* * numeric.c (coerce_rescue): prevent inspected String from GC.nobu2003-04-111-20/+36
* * eval.c (rb_f_missing): use "inspect" for T_OBJECT as well.matz2003-04-031-1/+1
* * numeric.c (flo_to_s): change format specifier to "%.15g" tomatz2003-03-201-1/+1
* * array.c (rb_ary_aref): give warning if index is a symbol.matz2003-03-041-0/+3
* * string.c (str_new): need no MEMZERO().matz2003-02-271-8/+8
* * object.c (Init_Object): default Object#=== now calls "=="matz2003-02-031-1/+0
* * variable.c (rb_obj_classname): new function.matz2003-01-311-5/+5
* * lib/rational.rb: modified to support "quo".matz2003-01-231-16/+23
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * range.c (range_each): treat fixnums specially to boost.matz2003-01-081-3/+13
* * numeric.c (DBL_MAX_10_EXP): fix typo. [ruby-dev:36826]usa2002-12-241-1/+1
* 021224matz2002-12-241-2/+44
* * parse.y (do_block): split "do" block and tLBRACE_ARG block.matz2002-12-201-2/+2
* * numeric.c (DBL_EPSILON): fix typo.usa2002-12-191-1/+1
* * numeric.c (num_step): use DBL_EPSILON.matz2002-12-191-10/+33
* * sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz2002-12-101-2/+2
* * file.c (rb_find_file_ext): should not terminate searching withmatz2002-11-221-0/+9
* * object.c (Init_Object): added Object#object_id, new name formatz2002-11-031-0/+13
* Int vs Long cleanup #3 (ruby-core:352)michal2002-08-281-8/+8
* * file.c (rb_find_file): $LOAD_PATH must not be empty.matz2002-08-271-4/+4
* *.c: Int vs Long cleanupmichal2002-08-211-19/+19
* * array.c (sort_2): *a - *b may overflow.matz2002-08-191-4/+11
* * hash.c (rb_hash_replace): should copy ifnone.matz2002-08-131-12/+14