summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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* 2011-08-30svn
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-29Use RB_GC_GUARD.naruse
2011-08-29Use psych_yaml_as to avoid collision with Syck.naruse
2011-08-29Use PRIdSIZE.naruse
2011-08-29* 2011-08-29svn
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-27* 2011-08-28svn
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-26ugh. sorryryan
2011-08-26Added gem activation for minitest/autoload to help users keep currentryan
2011-08-26* iseq.c (iseq_data_to_ary): fix type of variableko1
2011-08-26* 2011-08-27svn
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* README*: remove trailing spaces.kazu
2011-08-25* 2011-08-26svn
2011-08-25update doc.akr
2011-08-25properties.nobu
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* numeric.c: Rdoc fixmarcandre
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* 2011-08-25svn
2011-08-24* test/ruby/test_rubyoptions.rb (test_script_from_stdin): slave ptyngoto
2011-08-24Add a missing parenthesis in the example.naruse
2011-08-24* iseq.h, iseq.c, compile.c: Change the line number data structureko1
2011-08-24* insns.def (defined): fix to checking class variable.ko1
2011-08-23* lib/rdoc: Update to RDoc 3.9.3. Fixes RDoc with `ruby -Ku`. Allowsdrbrain