| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * bignum.c (rb_big_rshift): num should be initialized by carry | matz | 2002-10-04 | 1 | -1/+5 |
* | *.c: Int vs Long cleanup | michal | 2002-08-21 | 1 | -27/+22 |
* | * array.c (sort_2): *a - *b may overflow. | matz | 2002-08-19 | 1 | -10/+4 |
* | * bignum.c (rb_cstr_to_inum): new decimal and octal string. | nobu | 2002-08-16 | 1 | -10/+31 |
* | * hash.c (rb_hash_replace): should copy ifnone. | matz | 2002-08-13 | 1 | -2/+5 |
* | * bignum.c (rb_big_cmp): use dbl2big() for Floats, instead of | matz | 2002-08-12 | 1 | -8/+0 |
* | * bignum.c (rb_big_cmp): raise for NaN. (ruby-bugs-ja:PR#284). | nobu | 2002-08-12 | 1 | -5/+6 |
* | * random.c: replace with Mersenne Twister RNG. | matz | 2002-07-26 | 1 | -7/+3 |
* | unused variable. | nobu | 2002-06-18 | 1 | -2/+0 |
* | * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n', | matz | 2002-06-18 | 1 | -0/+3 |
* | * eval.c (rb_eval): ruby_frame->last_func may be null, if it's | matz | 2002-06-11 | 1 | -6/+4 |
* | * eval.c (rb_clear_cache_by_class): new function. | matz | 2002-05-14 | 1 | -1/+2 |
* | * re.c (rb_reg_expr_str): should treat backslash specially in | matz | 2002-04-18 | 1 | -2/+5 |
* | * variable.c (rb_obj_remove_instance_variable): raise NameError if | matz | 2002-04-10 | 1 | -37/+19 |
* | * bignum.c (rb_quad_pack): get rid of escape sequences. | eban | 2002-03-26 | 1 | -1/+1 |
* | * the VMS support patch submitted by Akiyoshi, Masamichi | matz | 2002-03-22 | 1 | -2/+4 |
* | * bignum.c, intern.h (rb_ull2big, rb_ll2big, rb_ull2inum, rb_ll2inum, | usa | 2002-03-15 | 1 | -15/+15 |
* | * re.c (rb_reg_match): should clear $~ if operand is nil. | matz | 2002-03-14 | 1 | -0/+112 |
* | * bignum.c (rb_big_2comp): void function cannot return any value. | usa | 2002-02-26 | 1 | -1/+1 |
* | * bignum.c (get2comp): need to specify to carry or not. | matz | 2002-02-22 | 1 | -16/+26 |
* | * bignum.c (rb_big_rshift): should properly convert the nagative | matz | 2002-02-15 | 1 | -0/+8 |
* | * bignum.c: forget to check in DIGSPERLONGLONG. | matz | 2002-02-13 | 1 | -2/+18 |
* | * parse.y (stmt): local variable declaration order was changed | matz | 2002-02-13 | 1 | -0/+106 |
* | * intern.h: prototypes for new functions; rb_cstr_to_inum(), | nobu | 2002-02-01 | 1 | -13/+47 |
* | * object.c (rb_Float): remove underscores between digits. | nobu | 2002-01-16 | 1 | -1/+1 |
* | * re.c (match_select): should propagate taintness. | matz | 2002-01-11 | 1 | -2/+2 |
* | * process.c (rb_f_system): abandon vfork. | matz | 2002-01-04 | 1 | -2/+2 |
* | * bignum.c (rb_cstr2inum): deny "0_". | nobu | 2001-12-27 | 1 | -12/+3 |
* | * bignum.c (rb_cstr2inum): allow "0\n" and so on. | nobu | 2001-12-26 | 1 | -11/+14 |
* | * parse.y (parse_regx): should raise error on untermitated | matz | 2001-11-19 | 1 | -7/+13 |
* | * process.c (security): always give warning for insecure PATH. | matz | 2001-11-08 | 1 | -1/+12 |
* | * bignum.c (rb_big_aref): idx may be a Bignum. | matz | 2001-11-01 | 1 | -1/+7 |
* | * string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'. | matz | 2001-10-30 | 1 | -1/+7 |
* | * parse.y (str_extend): shuould allow interpolation of $-x. | matz | 2001-10-29 | 1 | -2/+1 |
* | * parse.y (yylex): ternary ? can be followed by newline. | matz | 2001-08-29 | 1 | -2/+0 |
* | * bignum.c, marshal.c: Detypo: s/SIZEOF_ING/SIZEOF_INT/. | knu | 2001-08-13 | 1 | -1/+1 |