| Commit message (Expand) | Author | Age | Files | Lines |
* | * bignum.c (rb_big_rshift): fix a GC problem on | akr | 2005-12-16 | 1 | -1/+2 |
* | * bignum.c (bignew_1): convertion from `int' to `char' discards | ocean | 2005-10-21 | 1 | -4/+4 |
* | * bignum.c (rb_big_rand): removed. [ruby-dev:25405] | akr | 2005-10-01 | 1 | -19/+0 |
* | * 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 | -147/+63 |
* | * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load | nobu | 2005-09-06 | 1 | -4/+4 |
* | * parse.y (f_larglist): allow optional arguments even when | matz | 2005-08-12 | 1 | -2/+2 |
* | * bignum.c (rb_big_mul0): multiply two numbers (x, y) without | matz | 2005-08-10 | 1 | -13/+21 |
* | * numeric.c (fix_minus, fix_mul, fix_quo, fix_div, fix_mod, | matz | 2005-08-03 | 1 | -2/+2 |
* | * bignum.c (rb_big_eq): reduce isnan(). [ruby-dev:26600] | matz | 2005-07-25 | 1 | -1/+1 |
* | * bignum.c (rb_big_neg): may be accessing bogus pointer value. | matz | 2005-07-01 | 1 | -2/+4 |
* | * eval.c (rb_eval): pre-evaluate argument for unambiguous | matz | 2005-06-30 | 1 | -22/+22 |
* | * dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unused | ocean | 2005-06-28 | 1 | -1/+0 |
* | * array.c (rb_ary_nitems): add the block feature to Array#nitems. | matz | 2005-06-08 | 1 | -16/+0 |
* | * bignum.c (get2comp): revert all prior changes, and calculate | matz | 2005-06-08 | 1 | -14/+27 |
* | * bignum.c (bignorm): fixed a bug in normalizing negative numbers | matz | 2005-06-07 | 1 | -2/+8 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -2/+4 |
* | * struct.c (make_struct): remove redefining constant when | matz | 2004-09-03 | 1 | -3/+5 |
* | * bignum.c (rb_big_and): protect parameters from GC. | matz | 2004-08-28 | 1 | -8/+10 |
* | * io.c (rb_io_gets_m): set lastline ($_) even when read line is | matz | 2004-06-04 | 1 | -1/+2 |
* | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz | 2004-05-07 | 1 | -0/+3 |
* | * eval.c (top_include): include in the wrapped load is done for | matz | 2004-04-02 | 1 | -4/+7 |
* | * eval.c (rb_yield_0): should not re-submit TAG_BREAK if this | matz | 2004-03-15 | 1 | -1/+1 |
* | * pack.c (num2i32): pack should not raise RangeError. | matz | 2004-01-22 | 1 | -7/+23 |
* | Add RDoc for Kernel global functions, tidy array and error | dave | 2003-12-29 | 1 | -0/+7 |
* | * io.c (rb_f_backquote): need not to check nil result. | matz | 2003-12-26 | 1 | -3/+7 |
* | * configure.in (ac_cv_func_setitimer): moved from defines.h | nobu | 2003-12-22 | 1 | -0/+3 |
* | Add boot_classes to rdoc parsing, fix a couple of bugs | dave | 2003-12-19 | 1 | -0/+121 |
* | Fix dependency issue | dave | 2003-12-19 | 1 | -0/+129 |
* | * marshal.c (r_object0): remove unnecessary iv restoration for | matz | 2003-10-09 | 1 | -1/+6 |
* | * bignum.c (rb_big_and): convert argument using 'to_int'. | matz | 2003-09-12 | 1 | -10/+3 |
* | * gcc -Wall clean-up. | matz | 2003-07-24 | 1 | -1/+2 |
* | * string.c: use StringValueCStr to retrieve paths to system calls. | matz | 2003-07-20 | 1 | -4/+6 |
* | * eval.c (rb_load): put rb_load_file() in a thread critical | matz | 2003-07-09 | 1 | -2/+8 |
* | * bignum.c (rb_quad_pack): should negate negative bignum. | nobu | 2003-05-25 | 1 | -0/+1 |
* | * bignum.c (rb_cstr_to_inum): unnecessarily long buffer was used | nobu | 2003-04-21 | 1 | -1/+1 |
* | * bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix. | nobu | 2003-04-14 | 1 | -54/+66 |
* | * bignum.c (bigdivmod): small typo. | matz | 2003-04-09 | 1 | -1/+1 |
* | * bignum.c (BIGZEROP): macro to determine if x is a bignum zero. | matz | 2003-04-09 | 1 | -6/+7 |
* | * variable.c (rb_obj_classname): new function. | matz | 2003-01-31 | 1 | -1/+1 |
* | * lib/rational.rb: modified to support "quo". | matz | 2003-01-23 | 1 | -1/+27 |
* | * bignum.c (rb_cstr_to_inum): should not erase all 0s, but | nobu | 2003-01-18 | 1 | -2/+4 |
* | -Wall cleanups (removed unused vars, no 'code has no effect' warnings) | michal | 2003-01-16 | 1 | -5/+3 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * parse.y (list_append): avoid O(n) search using node->nd_next->nd_end. | matz | 2003-01-14 | 1 | -0/+1 |
* | * numeric.c (num_step): use DBL_EPSILON. | matz | 2002-12-19 | 1 | -2/+1 |
* | * array.c (rb_ary_zip): iterates over items in the receiver. | matz | 2002-11-19 | 1 | -5/+3 |
* | * object.c (rb_str_to_dbl): RString ptr might be NULL. | matz | 2002-10-17 | 1 | -10/+16 |
* | * bignum.c (bigdivrem): bignum zero's len should not be 0. | matz | 2002-10-07 | 1 | -2/+2 |
* | * bignum.c (bigdivmod): wrong condition check for Bignum zero. | matz | 2002-10-07 | 1 | -1/+2 |