aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * thread.c (rb_thread_select): rewrite by usingkosaki2011-08-306-19/+166
* * 2011-08-30svn2011-08-301-2/+2
* * configure.in: fix a build failure on GNU Hurd.kosaki2011-08-302-0/+11
* * test/ruby/test_numeric.rb (test_num2long): modify a test agaist themrkn2011-08-292-1/+6
* Use RB_GC_GUARD.naruse2011-08-291-1/+2
* Use psych_yaml_as to avoid collision with Syck.naruse2011-08-291-1/+1
* Use PRIdSIZE.naruse2011-08-291-3/+3
* * 2011-08-29svn2011-08-291-2/+2
* * numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted formrkn2011-08-295-7/+104
* * ext/date/date_parse.c (date_zone_to_diff): keep a temporary stringnagachika2011-08-282-3/+14
* * 2011-08-28svn2011-08-271-2/+2
* Imported minitest 2.5.1 (r6596)ryan2011-08-274-6/+69
* * vm.c (rb_vm_rewrite_dfp_in_errinfo): change return typektsj2011-08-273-2/+9
* * internal.h (rb_strftime_timespec): moved from time.c and define onlynaruse2011-08-273-7/+15
* * proc.c (proc_new): force to rewrite errinfo when calling Proc.new in ensure.ktsj2011-08-275-16/+52
* * internal.h (rb_strftime_timespec): move to time.c because it dependsnaruse2011-08-273-5/+8
* * strftime.c (rb_strftime_with_timespec): get enc argument to specifynaruse2011-08-275-49/+90
* * Revert r33078. It caused a Rails application NoMethodError.nahi2011-08-274-275/+39
* * lib/rdoc: Import RDoc 3.9.4. Typo and grammar fixes by Luke Gruber.drbrain2011-08-264-18/+22
* * lib/open-uri.rb: Fix indentation of OpenURI::OpenRead#open. Use ++drbrain2011-08-262-27/+40
* * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain2011-08-2611-58/+71
* ugh. sorryryan2011-08-261-0/+1
* Added gem activation for minitest/autoload to help users keep currentryan2011-08-261-0/+6
* * iseq.c (iseq_data_to_ary): fix type of variableko12011-08-262-1/+7
* * 2011-08-27svn2011-08-261-2/+2
* * vm_core.h: add a decl. of rb_autoloading_value().ko12011-08-262-0/+6
* * variable.c: Make autoload thread-safe. See #921.nahi2011-08-264-32/+331
* * lib/rubygems: Update to RubyGems 1.8.10. Fixes security issue indrbrain2011-08-2612-76/+205
* * time.c (strftimev): Make Time#to_s default to US-ASCII encoding buttenderlove2011-08-254-0/+29
* * README*: remove trailing spaces.kazu2011-08-254-42/+42
* * 2011-08-26svn2011-08-251-2/+2
* update doc.akr2011-08-251-1/+12
* properties.nobu2011-08-250-0/+0
* * ext/openssl/lib/openssl/bn.rb: Hide copyright info from RDoc.drbrain2011-08-255-60/+83
* * ext/openssl/ossl_digest.c: Document OpenSSL::Digest::digest and adddrbrain2011-08-253-0/+29
* * vm.c (vm_make_env_each): work around to solve Bug #2729.ko12011-08-243-0/+44
* * numeric.c (int_round): Fix Integer#round [ruby-core:39096]marcandre2011-08-242-1/+7
* * numeric.c: Rdoc fixmarcandre2011-08-241-3/+2
* * vm_insnhelper.h, vm_insnhelper.c, vm.c, vm_method.c, insns.def:ko12011-08-246-51/+84
* * ext/psych/lib/psych.rb: Fixing psych version number.tenderlove2011-08-243-95/+17
* * ext/psych/lib/psych/nodes/node.rb: default `to_yaml` encoding to betenderlove2011-08-243-1/+23
* * test/fileutils/test_fileutils.rb (test_chmod_symbol_mode): Solarisngoto2011-08-242-2/+7
* * 2011-08-25svn2011-08-241-2/+2
* * test/ruby/test_rubyoptions.rb (test_script_from_stdin): slave ptyngoto2011-08-242-2/+8
* Add a missing parenthesis in the example.naruse2011-08-241-1/+1
* * iseq.h, iseq.c, compile.c: Change the line number data structureko12011-08-249-84/+110
* * insns.def (defined): fix to checking class variable.ko12011-08-243-1/+16
* * lib/rdoc: Update to RDoc 3.9.3. Fixes RDoc with `ruby -Ku`. Allowsdrbrain2011-08-2311-4/+97
* * lib/rubygems: Update to RubyGems 1.8.9. Fixes uninstalling multipledrbrain2011-08-234-2/+42
* fixed tests broken by new minitest mixinryan2011-08-231-4/+8