summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-05-09* thread.c (timeofday): use monotonic clock. based on a patchmatz
2008-05-08* cont.c (cont_restore_0): dynamic stack direction code should bematz
2008-05-08* parse.y (arg): operator assignment "a += b rescue c" should bematz
2008-05-08* bignum.c (rb_big_and): bit-wise operation should not take floatmatz
2008-05-08* common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT.nobu
2008-05-08* common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT.nobu
2008-05-08* file.c (rb_find_file_ext): guard load_path from GC.akr
2008-05-08* configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb.nobu
2008-05-08ChangeLog: add an entry and ML ref.matz
2008-05-08* thread.c (rb_gc_save_machine_context): call FLUSH_REGISTER_WINDOWSakr
2008-05-08* array.c (rb_ary_sort_bang): freeze temporary array.nobu
2008-05-08* vm.c (rb_thread_mark): mark stat_insn_usage only when ptr is notnobu
2008-05-08* array.c (sort_reentered): reentered check may be called frommatz
2008-05-08* array.c (sort_1, sort_2): check for reentered and if elements arenobu
2008-05-07* array.c (sort_1, sort_2): check reentered. [ruby-core:16679]nobu
2008-05-07* dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions.nobu
2008-05-07* thread.c (rb_thread_key_p): thread local storage stores ID.nobu
2008-05-07* string.c (tr_trans): should squeeze properly. [ruby-dev:34587]matz
2008-05-07* numeric.c (bit_coerce): float should not be a valid operand ofmatz
2008-05-07* thread.c (rb_thread_key_p): should always convert symbol to ID.matz
2008-05-07* numeric.c (fix_divide): float division should floor() beforematz
2008-05-07 * ruby.c (process_options, ruby_set_argv): set encoding of rb_argvusa
2008-05-07* string.c (sym_to_i): remove obsolete method. preparation formatz
2008-05-07* io.c (io_puts_ary): check recursion first. [ruby-dev:34580]nobu
2008-05-07* vm.c (vm_eval_body): initialize retval. [ruby-dev:34576]nobu
2008-05-07* bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN.matz
2008-05-06ChangeLog updatedmatz
2008-05-06* ext/zlib/zlib.c (gzreader_gets): may cause infinite loop.matz
2008-05-05* test/io/nonblock/test_flush.rb: don't set Thread.abort_on_exception.akr
2008-05-05* iseq.c (insn_operand_intern): should handle Qundef embedded inmatz
2008-05-05* compile.c (iseq_compile_each): should call compile_cpath() formatz
2008-05-05* insns.def (defineclass): was using wrong variable. [ruby-dev:34592]matz
2008-05-05* io.c (io_fflush): IO#flush problem within threads. a patch frommatz
2008-05-05* compile.c (defined_expr): protect some expression frommatz
2008-05-05* struct.c (rb_struct_s_def): Struct.new(0) should not SEGV.matz
2008-05-05* eval.c (ruby_cleanup): wrap ruby_finalize_0 by SAVE_ROOT_JMPBUF toakr
2008-05-05* array.c (rb_ary_slice_bang): should adjust length before makingmatz
2008-05-05* array.c (rb_ary_dup): should dupe corresponding information.matz
2008-05-05* compile.c (compile_cpath): use Qundef to denote cbase lookup.matz
2008-05-04* gc.c (set_heaps_increment): fix memory allocation strategy byakr
2008-05-04* lib/getoptlong.rb: use $stderr instead of $deferr.akr
2008-05-04* time.c (obj2nsec): fix string argument.akr
2008-05-04* eval.c (rb_obj_respond_to): check the result of respond_to? methodakr
2008-05-04* string.c (rb_str_each_line): return original string.akr
2008-05-03* test/ruby/envutil.rb (Test::Unit::Assertions#assert_normal_exit):akr
2008-05-03* time.c (time_timespec): raise TypeError for nil and other objectsakr
2008-05-02* io.c (internal_read_func, internal_write_func): split fromnobu
2008-05-02* variable.c (rb_define_hooked_variable): guard *var from GC toakr
2008-05-02* range.c (range_step): call to_int if step is not a numericmatz
2008-05-02* range.c (range_step): do not forcefully convert steps intomatz