summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-11-27* lib/rdoc*: Updated to RDoc 4.0 (pre-release)drbrain
2012-11-27* thread.c (rb_thread_terminate_all): retry broadcast only whenko1
2012-11-27* thread.c (rb_thread_terminate_all): broadcast terminate eventko1
2012-11-27* eval.c (ruby_cleanup): set thread status to THREAD_KILLEDkosaki
2012-11-27* thread.c (rb_thread_terminate_all): suppress a warning.kosaki
2012-11-27* thread.c (thread_join): raises ThreadError if target theradkosaki
2012-11-27* thread.c (thread_join): raises ThreadError if target threadkosaki
2012-11-27* ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handletenderlove
2012-11-27extmk.rb: fix mixing mkmf.lognobu
2012-11-27extconf.rb: git rid of post-1.8 featurenobu
2012-11-27* NEWS: add TracePont.ko1
2012-11-26* vm_trace.c: rename TracePoint#file and TracePoint#lineko1
2012-11-26* thread.c (rb_thread_terminate_all): broadcast eTerminateSignalkosaki
2012-11-26* vm_core.h: add members to rb_trace_arg_t:ko1
2012-11-26* thread.c (rb_thread_terminate_all): add RUBY_VM_CHECK_INTS_BLOCKING().kosaki
2012-11-26extmk.rb: git rid of post-1.8 featuresnobu
2012-11-26* thread.c (rb_mutex_trylock, rb_mutex_unlock, mutex_sleep):kosaki
2012-11-26* NEWS: update for Thread#join incompatible change.kosaki
2012-11-26* thread.c (rb_thread_terminate_all): use native_sleep() insteadkosaki
2012-11-26* vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT)kosaki
2012-11-26* thread.c (thread_join_m): use th->interrupt_mask instead ofkosaki
2012-11-26* test/ruby/test_argf.rb (TestArgf#test_chars): since marshal data isusa
2012-11-26* ruby_atomic.h (ATOMIC_CAS): new macro for compare-and-exchange.kosaki
2012-11-26* iseq.c (make_compile_option_value): add trace_instruction option.ko1
2012-11-26* bootstraptest/test_thread.rb: try to `join' each 100ko1
2012-11-26* common.mk: specify label `built-ruby'.ko1
2012-11-26* signal.c (signal_exec): add volatile to make sure setjmp safe.kosaki
2012-11-26* signal.c (signal_exec): suppress "warning: variable 'signum'kosaki
2012-11-26* benchmark/driver.rb: accept multiple `-e'.ko1
2012-11-26* string.c (rb_str_enumerate_chars, rb_str_enumerate_codepoints)kosaki
2012-11-26* vm_core.h (rb_thread_struct): added 'in_trap' member for markingkosaki
2012-11-26* io.c (argf_each_codepoint): add missing ARGF#codepoints [Bug #7438]naruse
2012-11-26* bignum.c (bigdivrem): restart calculation when bigdivrem1 waskosaki
2012-11-26* bignum.c (big_div_struct): added volatile to 'stop' member.kosaki
2012-11-26Makefile.sub: fix r37821nobu
2012-11-26* test/ruby/test_process.rb (test_setsid): added a few wait forkosaki
2012-11-25* test/ruby/test_process.rb (test_setsid): call Process.getsid fornagachika
2012-11-25array.c: refactoring of rb_ary_delete_same()shirosaki
2012-11-25* array.c: fixes for the updated documentation in r35858:eregon
2012-11-25* NEWS: add a news about iconv.ktsj
2012-11-24Move tests embedded in lib/set.rb to test/test_set.rb.knu
2012-11-24String#{lines,chars,codepoints,bytes} now return an array.knu
2012-11-24Fix tests of rb_warning().knu
2012-11-24gc.c: refactoring to rename variablesshirosaki
2012-11-24Fix WeakRef finalizeshirosaki
2012-11-24* ext/nkf/nkf-utf8/nkf.c (unicode_iconv_combine): returning flags arenaruse
2012-11-24 * test/ruby/test_rubyoptions.rb (test_usage, test_usage_long):tadf
2012-11-24Rvert r37827 and r37828naruse
2012-11-24* vm_trace.c (rb_tracepoint_attr_raised_exception): should not checkko1
2012-11-24Fix TestProcess#test_setsidshirosaki