| Commit message (Expand) | Author | Age | Files | Lines |
* | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean | 2005-09-14 | 1 | -1/+1 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -226/+110 |
* | * parse.y (f_larglist): allow optional arguments even when | matz | 2005-08-12 | 1 | -6/+36 |
* | * numeric.c (Init_Numeric): do not share implementation among | matz | 2005-08-04 | 1 | -1/+0 |
* | * numeric.c (fix_div): should not convert the result into | matz | 2005-08-04 | 1 | -1/+1 |
* | * numeric.c (fix_minus, fix_mul, fix_quo, fix_div, fix_mod, | matz | 2005-08-03 | 1 | -14/+76 |
* | * bignum.c (rb_big_eq): reduce isnan(). [ruby-dev:26600] | matz | 2005-07-25 | 1 | -5/+10 |
* | * numeric.c (fix_pow): support Fixnum ** Float case directly | matz | 2005-05-24 | 1 | -0/+3 |
* | * eval.c (rb_attr): attribute name check added. | matz | 2005-04-18 | 1 | -1/+1 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -4/+4 |
* | * numeric.c (Init_Numeric): turn off floating point exceptions | ocean | 2005-01-11 | 1 | -0/+3 |
* | * re.c (rb_reg_initialize_m): should raise exception instead of | matz | 2004-11-17 | 1 | -3/+4 |
* | * numeric.c (flo_divmod): protect float values from GC by | matz | 2004-11-16 | 1 | -1/+3 |
* | * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers. | matz | 2004-10-27 | 1 | -3/+0 |
* | * array.c, enum.c, pack.c: rdoc patch from Johan Holmberg | ocean | 2004-07-09 | 1 | -1/+1 |
* | * eval.c (rb_mod_freeze): prepare string representation before | matz | 2004-06-16 | 1 | -0/+1 |
* | * io.c (rb_io_gets_m): set lastline ($_) even when read line is | matz | 2004-06-04 | 1 | -1/+1 |
* | * numeric.c (flo_eq): alway check if operands are NaN. | matz | 2004-05-20 | 1 | -2/+0 |
* | * numeric.c (flo_to_s): p 0.0 should be '0.0' not '0.0e+00'. | ocean | 2004-05-17 | 1 | -11/+10 |
* | * eval.c (eval): warning during eval should not cause deadlock. | matz | 2004-05-10 | 1 | -1/+1 |
* | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz | 2004-05-07 | 1 | -21/+13 |
* | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu | 2004-04-14 | 1 | -1/+1 |
* | * numeric.c (flo_eq): workaround for bcc32's bug. | eban | 2004-04-14 | 1 | -0/+3 |
* | * eval.c (top_include): include in the wrapped load is done for | matz | 2004-04-02 | 1 | -1/+0 |
* | * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c, | nobu | 2004-01-18 | 1 | -0/+1 |
* | Add RDoc comments | dave | 2003-12-27 | 1 | -0/+356 |
* | RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya... | dave | 2003-12-23 | 1 | -0/+588 |
* | * configure.in (ac_cv_func_setitimer): moved from defines.h | nobu | 2003-12-22 | 1 | -4/+0 |
* | * eval.c (rb_with_disable_interrupt): prohibit thread context | matz | 2003-12-20 | 1 | -0/+7 |
* | * configure.in (ieeefp.h), numeric.c: needed for finite() on | nobu | 2003-12-11 | 1 | -0/+4 |
* | * numeric.c (num_sadded): prohibit singleton method definition for | matz | 2003-12-01 | 1 | -0/+14 |
* | * pack.c (htov16): converts endian using swap16. htov32(), hton16, | matz | 2003-12-01 | 1 | -13/+21 |
* | * variable.c (rb_const_get_0): should check constants defined in | matz | 2003-08-28 | 1 | -2/+2 |
* | * eval.c (method_proc): should specify YIELD_FUNC_SVALUE. | matz | 2003-08-04 | 1 | -1/+1 |
* | * numeric.c (flo_to_s): get rid of buffer overflow. | matz | 2003-08-02 | 1 | -1/+1 |
* | * numeric.c (rb_num_coerce_relop): export function. | matz | 2003-07-31 | 1 | -10/+10 |
* | * ext/socket/socket.c (tcp_s_gethostbyname): was using | matz | 2003-07-25 | 1 | -3/+4 |
* | * numeric.c (num_equal): should not use rb_equal(). | matz | 2003-07-21 | 1 | -2/+4 |
* | * numeric.c (rb_fix2uint): renamed from rb_fix2int on IA64. | eban | 2003-06-16 | 1 | -1/+1 |
* | * numeric.c (rb_num2uint, rb_fix2int): new function to convert | nobu | 2003-05-30 | 1 | -6/+49 |
* | * object.c (init_copy): rename copy_object as initialize_copy, | matz | 2003-05-19 | 1 | -2/+2 |
* | * gc.c (rb_gc): check odd alignment stack on m68k machines. | matz | 2003-05-08 | 1 | -1/+4 |
* | * compar.c (rb_cmperr): raise comparison failure. | nobu | 2003-05-08 | 1 | -34/+28 |
* | * numeric.c (int_upto, int_downto): should fail unless the | nobu | 2003-05-07 | 1 | -4/+24 |
* | * numeric.c (num_step): remove epsilon; add margin of 0.5, to make | matz | 2003-05-06 | 1 | -2/+1 |
* | * object.c (rb_obj_methods): list singleton methods if recur | matz | 2003-05-06 | 1 | -2/+2 |
* | * array.c (rb_ary_values_at): new method to replace select(index..). | matz | 2003-05-04 | 1 | -1/+1 |
* | * numeric.c (flo_is_finite_p): use finite() if available. | nobu | 2003-04-21 | 1 | -1/+6 |
* | * numeric.c (rb_fix2str): buffer was insufficient. | nobu | 2003-04-15 | 1 | -1/+1 |
* | * rubyio.h (struct OpenFile): add error raise flag to finalizer. | matz | 2003-04-14 | 1 | -2/+2 |