summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-09-01* Release GVL while OpenSSL's public key generation.nahi
2011-09-01* test/ruby/test_thread.rb (TestThread#test_no_valid_cfp): skip whenusa
2011-09-01* test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa
2011-09-01* variable.c (rb_autoloading_value) Fix the order of definitions.naruse
2011-08-31* variable.c (rb_autoload): There was a chance to run GC (fromnahi
2011-08-31* Re-apply r33078, thread-safe autoload which is reverted at r33093.nahi
2011-08-31* ChangeLog: wrong ticket number and ML number.usa
2011-08-31* test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa
2011-08-31* ext/json: Merge json gem v1.5.4 (3dab4c5a6a97fac03dac).naruse
2011-08-31* numeric.c (flo_round): Avoid overflow by optimizing for trivial casesmarcandre
2011-08-30* win32/win32.c (rb_w32_select_with_thread): and my typo. we all mustusa
2011-08-30* thread.c (rb_thread_select): critical typo in r33117.usa
2011-08-30* test/-ext-/old_thread_select/test_old_thread_select.rbusa
2011-08-30* ext/-test-/old_thread_select/old_thread_select.c (old_thread_select):usa
2011-08-30* win32/win32.c, include/ruby/intern.h (rb_w32_fd_copy): implementusa
2011-08-30* test/dl/test_callback.rb (test_callback_with_string): preventsnagachika
2011-08-30* vm_insnhelper.c (vm_call_cfunc): revert r33112. RB_GC_GUARD macrousa
2011-08-30* ext/json: Merge json gem 1.5.4+ (2149f4185c598fb97db1).naruse
2011-08-30* lib/thread.rb (Queue#pop): fix a race against Thread.wakeup.kosaki
2011-08-30* cont.c (fiber_entry): fix stack allocation failure on Debiankosaki
2011-08-30* thread.c (rb_thread_select): rewrite by usingkosaki
2011-08-30* configure.in: fix a build failure on GNU Hurd.kosaki
2011-08-29* test/ruby/test_numeric.rb (test_num2long): modify a test agaist themrkn
2011-08-29* numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted formrkn
2011-08-28* ext/date/date_parse.c (date_zone_to_diff): keep a temporary stringnagachika
2011-08-27Imported minitest 2.5.1 (r6596)ryan
2011-08-27* vm.c (rb_vm_rewrite_dfp_in_errinfo): change return typektsj
2011-08-27* internal.h (rb_strftime_timespec): moved from time.c and define onlynaruse
2011-08-27* proc.c (proc_new): force to rewrite errinfo when calling Proc.new in ensure.ktsj
2011-08-27* internal.h (rb_strftime_timespec): move to time.c because it dependsnaruse
2011-08-27* strftime.c (rb_strftime_with_timespec): get enc argument to specifynaruse
2011-08-27* Revert r33078. It caused a Rails application NoMethodError.nahi
2011-08-26* lib/rdoc: Import RDoc 3.9.4. Typo and grammar fixes by Luke Gruber.drbrain
2011-08-26* lib/open-uri.rb: Fix indentation of OpenURI::OpenRead#open. Use ++drbrain
2011-08-26* ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain
2011-08-26* iseq.c (iseq_data_to_ary): fix type of variableko1
2011-08-26* vm_core.h: add a decl. of rb_autoloading_value().ko1
2011-08-26* variable.c: Make autoload thread-safe. See #921.nahi
2011-08-26* lib/rubygems: Update to RubyGems 1.8.10. Fixes security issue indrbrain
2011-08-25* time.c (strftimev): Make Time#to_s default to US-ASCII encoding buttenderlove
2011-08-25* ext/openssl/lib/openssl/bn.rb: Hide copyright info from RDoc.drbrain
2011-08-25* ext/openssl/ossl_digest.c: Document OpenSSL::Digest::digest and adddrbrain
2011-08-24* vm.c (vm_make_env_each): work around to solve Bug #2729.ko1
2011-08-24* numeric.c (int_round): Fix Integer#round [ruby-core:39096]marcandre
2011-08-24* vm_insnhelper.h, vm_insnhelper.c, vm.c, vm_method.c, insns.def:ko1
2011-08-24* ext/psych/lib/psych.rb: Fixing psych version number.tenderlove
2011-08-24* ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to betenderlove
2011-08-24* test/fileutils/test_fileutils.rb (test_chmod_symbol_mode): Solarisngoto
2011-08-24* test/ruby/test_rubyoptions.rb (test_script_from_stdin): slave ptyngoto
2011-08-24* iseq.h, iseq.c, compile.c: Change the line number data structureko1