summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-08test/ruby/test_continuation.rb: remove duplicated test.matz
2008-05-08* thread.c (rb_gc_save_machine_context): call FLUSH_REGISTER_WINDOWSakr
2008-05-08* eval_intern.h (enum ruby_tag_type): enum for debug.nobu
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-08array.c: typo fixed; sorry!matz
2008-05-08* array.c (sort_reentered): reentered check may be called frommatz
2008-05-08* test/ruby/test_array.rb (test_sort_with_callcc): test for [ruby-core:16679].nobu
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* .gdbinit (rp): removed RUBY_T_BLOCK.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-06File#lchmod test removed because the method is not exist.akr
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-05add a test for IA64 Debian GNU/Linux Etch.akr
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-04add a test.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-03add a test.akr
2008-05-03* test/ruby/envutil.rb (Test::Unit::Assertions#assert_normal_exit):akr
2008-05-03add a test for [ruby-dev:34581].akr
2008-05-03* time.c (time_timespec): raise TypeError for nil and other objectsakr
2008-05-02add a test.akr