aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * numeric.c (num_to_int): default to_int implementaion for everymatz2002-07-291-12/+11
* * random.c: replace with Mersenne Twister RNG.matz2002-07-261-1/+2
* * numeric.c (fix_lshift): negative shift count means right shift.nobu2002-06-101-2/+7
* * string.c (rb_str_aset): should raise error if an indexing stringmatz2002-06-041-4/+7
* * array.c: fixed format string for 'long' args (%d -> %ld).michal2002-05-281-4/+4
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-3/+4
* * error.c: use HAVE_DECL_SYS_NERR instead of platform names.matz2002-05-021-1/+0
* * numeric.c (num_step): better iteration condition for floatmatz2002-05-011-11/+7
* * various files: macro fix-up by Michal Rokos.matz2002-04-251-2/+2
* * numeric.c (num_step): try to reduce residual on Float operations.matz2002-04-241-11/+30
* * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz2002-04-241-123/+94
* * variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz2002-04-101-1/+1
* * the VMS support patch submitted by Akiyoshi, Masamichimatz2002-03-221-11/+4
* * bignum.c, intern.h (rb_ull2big, rb_ll2big, rb_ull2inum, rb_ll2inum,usa2002-03-151-5/+5
* * re.c (rb_reg_match): should clear $~ if operand is nil.matz2002-03-141-0/+57
* * re.c (match_select): should propagate taintness.matz2002-01-111-2/+7
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-13/+18
* * bignum.c (rb_big_aref): idx may be a Bignum.matz2001-11-011-2/+4
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-291-10/+18
* * file.c (rb_stat_clone): should copy internal data too.matz2001-10-101-2/+3
* * marshal.c (r_object): better allocation type check formatz2001-10-031-0/+2
* * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz2001-10-021-4/+4
* * eval.c (rb_thread_restore_context): save current value ofmatz2001-09-081-5/+9
* * ruby.c (proc_options): should not alter origargv[].matz2001-09-031-18/+19
* * parse.y (yylex): ternary ? can be followed by newline.matz2001-08-291-2/+2
* * numeric.c (num_divmod): fix typo.usa2001-08-061-1/+1
* * string.c (rb_str_lstrip_bang): new method.matz2001-08-061-8/+9
* * marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSIONmatz2001-07-311-0/+9
* * eval.c (rb_provide_feature): should not tweak extension used formatz2001-07-241-0/+1
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-2/+1
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-8/+12
* * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz2001-03-131-1/+1
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* matzmatz2000-11-271-1/+1
* matzmatz2000-11-141-1/+1
* matzmatz2000-11-131-0/+1
* matzmatz2000-08-311-21/+3
* matzmatz2000-07-071-1/+1
* matzmatz2000-07-061-63/+127
* matzmatz2000-07-041-4/+4
* matzmatz2000-07-031-85/+91
* 2000-06-12matz2000-06-121-0/+38
* 2000-05-01matz2000-05-011-9/+5
* freebsd floating pointmatz2000-04-181-2/+2
* 2000-03-07matz2000-03-071-5/+5