summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-11-28* thread.c (rb_mutex_lock): moved trap context check fromkosaki
2012-11-28* thread.c (thread_s_new): uses main_thread->status instead ofkosaki
2012-11-28* ext/psych/extconf.rb: use embedded libyaml if no system libyaml istenderlove
2012-11-28* thread.c (thread_join): A trap handler check was moved fromkosaki
2012-11-28* ext/fiddle/closure.c: Documentation for Fiddlezzak
2012-11-28Added #charpos for multibyte string position.ryan
2012-11-28* ext/fiddle/fiddle.c: adding alignment constants for compatibilitytenderlove
2012-11-27* doc/globals.rdoc: Add documentation file for magic globalszzak
2012-11-27* .document: Add README's to be included with docszzak
2012-11-27Refix of r37904naruse
2012-11-27* ext/dl/lib/dl.rb: Deprecation notice for DLzzak
2012-11-27* ext/fiddle/closure.c: Documentation for Fiddlezzak
2012-11-27* ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handletenderlove
2012-11-27fix r37904: it forced i486 though -marh was usually i686naruse
2012-11-27* configure.in (opt-dir): don't use non portable flag -E of sed.naruse
2012-11-27* configure.in (ARCH_FLAG): __sync_val_compare_and_swap_4 needsnaruse
2012-11-27* ChangeLog: fix typos for r37867, r37874, r37877 and r37884.nagachika
2012-11-27* string.c (rb_str_enumerate_chars, rb_str_enumerate_codepoints)knu
2012-11-27* bignum.c (bigdivrem): optimize the way to retry calculation ofmrkn
2012-11-27* vm.c (rb_vm_make_env_object): make Proc object if Env is possibleko1
2012-11-27* ruby_atomic.h (ATOMIC_CAS): added for Solaris and other platforms.ngoto
2012-11-27* lib/rdoc/*: Added --root option for building documentation outsidedrbrain
2012-11-27* test/rdoc/test_rdoc_ri_paths.rb: Fixed duplicate path bug whichdrbrain
2012-11-27* test/rdoc/test_rdoc_generator_darkfish.rb: Updated tests for windowsdrbrain
2012-11-27* common.mk (rdoc): Set --debug for rdoc generation in case of bugsdrbrain
2012-11-27* lib/rdoc/rubygems_hook.rb: Updated for (upcoming) RubyGems 2drbrain
2012-11-27reverting r37881tenderlove
2012-11-27* NEWS: add improvements of the garbage collector.nari
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