summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-05-11fix a typo.akr
2008-05-11* test/ruby/test_thread.rb: kill and join temporal threads that aremame
2008-05-11fix typos.akr
2008-05-11* test/ruby/test_process.rb (TestProcess#with_stdin): defined.akr
2008-05-11* configure.in (MINIRUBY): should not include extension library path.nobu
2008-05-11* include/ruby/ruby.h (SIZET2NUM): new macro.akr
2008-05-11* thread.c (thread_cleanup_func_before_exec): extracted fromakr
2008-05-11add tests of UnboundMethod#{name,owner}kazu
2008-05-10* string.c (tr_trans): should not turn on modify flag if nomatz
2008-05-10* string.c (tr_trans): should check src size, not str size.matz
2008-05-10* string.c (tr_trans): single '^' does not mean negation.matz
2008-05-10* string.c (rb_str_each_line): zero length record separator shouldmatz
2008-05-10* vm.c (env_mark): mark env->block.self. prevent SEGV when GC occurakr
2008-05-09ChangeLog: address mangling.matz
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