summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-12* thread.c (thread_create_core): moved failure handling fromnobu
2009-11-12* thread_pthread.c (native_thread_create): constified.nobu
2009-11-12* .document: remove documents not in rdoc format untilnaruse
2009-11-11* lib/tempfile.rb (Tempfile#initialize): option hash may not benobu
2009-11-11* 2009-11-12svn
2009-11-11* enumerator.c (yielder_yield_push): Yielder#<< should return self.mame
2009-11-11* lib/tempfile.rb (Tempfile#initialize): merge mode option.nobu
2009-11-11* hash.c (ruby_setenv): use ruby_strdup().nobu
2009-11-11* hash.c (ruby_setenv): use ruby_strdup().nobu
2009-11-11* hash.c (ruby_setenv): also set CRT workarea. ref [ruby-core:25010]usa
2009-11-11* marshal.c (w_object, r_object0): use RHASH_IFNONE but not ifnonenobu
2009-11-10* thread.c (blocking_region_begin): define before BLOCKING_REGION.akr
2009-11-10* util.c (ruby_strtod): use dval() consistently.akr
2009-11-10* test/dl/test_func.rb (test_strtod): strtod test should not rely ontenderlove
2009-11-10* 2009-11-11svn
2009-11-10* test/matrix/test_matrix.rb (TestMatrix#test_rank):yugui
2009-11-10* process.c (rb_f_exec): fixed rdoc.nobu
2009-11-09* process.c (rb_f_exec, rb_f_system, rb_f_spawn): mentioned aboutnobu
2009-11-09* thread.c (rb_gc_save_machine_context): don't save the stack pointerakr
2009-11-09* string.c (rb_str_each_line): rdoc fixmarcandre
2009-11-09* configure.in (warnflags): add -Wno-long-long.nobu
2009-11-08* hash.c: use RHASH_IFNONE but not ifnone directly.nobu
2009-11-08* test/ruby/test_comparable.rb (TestComparable#cmp): suppress warnings.nobu
2009-11-08* test/dl/test_callback.rb: eol-style.nobu
2009-11-08* test/dl/test_callback.rb (**) adding a callback test filetenderlove
2009-11-08* ext/dl/cfunc.c (**) updating documentationtenderlove
2009-11-07* 2009-11-08svn
2009-11-07* ext/dl/cptr.c (rb_dlptr_inspect): making inspect consistent acrosstenderlove
2009-11-07* lib/pp.rb (PP::ObjectMixin#pretty_print): use to_s regardless ofakr
2009-11-07* vm_insnhelper.c (vm_push_frame): get rid of out-of-boundsnobu
2009-11-07* vm_insnhelper.c (VM_CALLEE_SETUP_ARG): revert r25521.matz
2009-11-07* vm_insnhelper.c (vm_push_frame): add CHECK_STACK_OVERFLOW.matz
2009-11-06* ext/dl/cfunc.c (rb_dlcfunc_initialize): cleaning up C macrostenderlove
2009-11-06* ext/dl/cptr.c (rb_dlptr_s_malloc, rb_dlptr_initialize): addingtenderlove
2009-11-06* ext/dl/cptr.c (rb_dlptr_to_str, rb_dlptr_to_s) adding documentationtenderlove
2009-11-06* 2009-11-07svn
2009-11-06* ext/dl/cptr.c (rb_dlptr_inspect, rb_dlptr_plus, rb_dlptr_minus)tenderlove
2009-11-06* lib/mkmf.rb (create_header): split the line by tabs.nobu
2009-11-06* configure.in (MINIDLNOBJ): set default as dmydln.o.naruse
2009-11-06* encoding.c (rb_filesystem_encindex): add fallback tonaruse
2009-11-05* test/ruby/test_case.rb: merged r25658 from ruby_1_8.kazu
2009-11-05* 2009-11-06svn
2009-11-05fix typoskazu
2009-11-05fix a typo.akr
2009-11-05* gem_prelude.rb (Gem.user_home): force_encoding(naruse
2009-11-05Retry on checking signal_received.naruse
2009-11-05300 should be enough for testing cyclic byte succ.naruse
2009-11-04* parse.y (BEGIN): now local_push are local_pop are necessary innobu
2009-11-04* 2009-11-05svn
2009-11-04Decrease counts of tests which spend so long time.naruse