summaryrefslogtreecommitdiff
path: root/numeric.c
AgeCommit message (Expand)Author
2002-08-28Int vs Long cleanup #3 (ruby-core:352)michal
2002-08-27* file.c (rb_find_file): $LOAD_PATH must not be empty.matz
2002-08-21*.c: Int vs Long cleanupmichal
2002-08-19* array.c (sort_2): *a - *b may overflow.matz
2002-08-13* hash.c (rb_hash_replace): should copy ifnone.matz
2002-07-29* numeric.c (num_to_int): default to_int implementaion for everymatz
2002-07-26* random.c: replace with Mersenne Twister RNG.matz
2002-06-10* numeric.c (fix_lshift): negative shift count means right shift.nobu
2002-06-04* string.c (rb_str_aset): should raise error if an indexing stringmatz
2002-05-28 * array.c: fixed format string for 'long' args (%d -> %ld).michal
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz
2002-05-02* error.c: use HAVE_DECL_SYS_NERR instead of platform names.matz
2002-05-01* numeric.c (num_step): better iteration condition for floatmatz
2002-04-25* various files: macro fix-up by Michal Rokos.matz
2002-04-24* numeric.c (num_step): try to reduce residual on Float operations.matz
2002-04-24* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz
2002-04-10* variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz
2002-03-22* the VMS support patch submitted by Akiyoshi, Masamichimatz
2002-03-15* bignum.c, intern.h (rb_ull2big, rb_ll2big, rb_ull2inum, rb_ll2inum,usa
2002-03-14* re.c (rb_reg_match): should clear $~ if operand is nil.matz
2002-01-11* re.c (match_select): should propagate taintness.matz
2001-11-19* parse.y (parse_regx): should raise error on untermitatedmatz
2001-11-01* bignum.c (rb_big_aref): idx may be a Bignum.matz
2001-10-29* parse.y (str_extend): shuould allow interpolation of $-x.matz
2001-10-10* file.c (rb_stat_clone): should copy internal data too.matz
2001-10-03* marshal.c (r_object): better allocation type check formatz
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-09-08* eval.c (rb_thread_restore_context): save current value ofmatz
2001-09-03* ruby.c (proc_options): should not alter origargv[].matz
2001-08-29* parse.y (yylex): ternary ? can be followed by newline.matz
2001-08-06* numeric.c (num_divmod): fix typo.usa
2001-08-06* string.c (rb_str_lstrip_bang): new method.matz
2001-07-31* marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSIONmatz
2001-07-24* eval.c (rb_provide_feature): should not tweak extension used formatz
2001-07-02* error.c (exc_exception): clone the receiver exception instead ofmatz
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-03-13* io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz
2001-02-14* dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz
2000-11-27matzmatz
2000-11-14matzmatz
2000-11-13matzmatz
2000-08-31matzmatz
2000-07-07matzmatz
2000-07-06matzmatz
2000-07-04matzmatz
2000-07-03matzmatz
2000-06-122000-06-12matz
2000-05-012000-05-01matz
2000-04-18freebsd floating pointmatz
2000-03-072000-03-07matz