aboutsummaryrefslogtreecommitdiffstats
path: root/bignum.c
Commit message (Expand)AuthorAgeFilesLines
* * random.c: replace with Mersenne Twister RNG.matz2002-07-261-7/+3
* unused variable.nobu2002-06-181-2/+0
* * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',matz2002-06-181-0/+3
* * eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz2002-06-111-6/+4
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+2
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-2/+5
* * variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz2002-04-101-37/+19
* * bignum.c (rb_quad_pack): get rid of escape sequences.eban2002-03-261-1/+1
* * the VMS support patch submitted by Akiyoshi, Masamichimatz2002-03-221-2/+4
* * bignum.c, intern.h (rb_ull2big, rb_ll2big, rb_ull2inum, rb_ll2inum,usa2002-03-151-15/+15
* * re.c (rb_reg_match): should clear $~ if operand is nil.matz2002-03-141-0/+112
* * bignum.c (rb_big_2comp): void function cannot return any value.usa2002-02-261-1/+1
* * bignum.c (get2comp): need to specify to carry or not.matz2002-02-221-16/+26
* * bignum.c (rb_big_rshift): should properly convert the nagativematz2002-02-151-0/+8
* * bignum.c: forget to check in DIGSPERLONGLONG.matz2002-02-131-2/+18
* * parse.y (stmt): local variable declaration order was changedmatz2002-02-131-0/+106
* * intern.h: prototypes for new functions; rb_cstr_to_inum(),nobu2002-02-011-13/+47
* * object.c (rb_Float): remove underscores between digits.nobu2002-01-161-1/+1
* * re.c (match_select): should propagate taintness.matz2002-01-111-2/+2
* * process.c (rb_f_system): abandon vfork.matz2002-01-041-2/+2
* * bignum.c (rb_cstr2inum): deny "0_".nobu2001-12-271-12/+3
* * bignum.c (rb_cstr2inum): allow "0\n" and so on.nobu2001-12-261-11/+14
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-7/+13
* * process.c (security): always give warning for insecure PATH.matz2001-11-081-1/+12
* * bignum.c (rb_big_aref): idx may be a Bignum.matz2001-11-011-1/+7
* * string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.matz2001-10-301-1/+7
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-291-2/+1
* * parse.y (yylex): ternary ? can be followed by newline.matz2001-08-291-2/+0
* * bignum.c, marshal.c: Detypo: s/SIZEOF_ING/SIZEOF_INT/.knu2001-08-131-1/+1
* * marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSIONmatz2001-07-311-1/+5
* * bignum.c (rb_big2str): t should be protected from GC.matz2001-05-211-2/+2
* * bignum.c (bigdivrem): access boundary bug.matz2001-05-111-1/+1
* forgot some checkins.matz2001-05-061-1/+1
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-9/+11
* * eval.c (rb_yield_0): 0 (= Qfalse) is a valid value, so thatmatz2001-03-141-0/+4
* * configure.in: add check for negative time_t for gmtime(3).matz2001-02-201-1/+1
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* * enum.c (enum_inject): new method.matz2001-01-091-2/+4
* 001225matz2000-12-251-16/+19
* matzmatz2000-12-221-10/+9
* matzmatz2000-12-221-2/+10
* matzmatz2000-11-171-1/+2
* matzmatz2000-11-081-13/+22
* matzmatz2000-11-021-8/+8
* matzmatz2000-11-011-34/+34
* matzmatz2000-10-311-86/+103
* matzmatz2000-09-151-1/+1
* matzmatz2000-07-191-1/+1
* matzmatz2000-07-121-1/+1
* matzmatz2000-07-121-2/+2