aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Release GVL while OpenSSL's public key generation.nahi2011-09-0110-10/+284
* * test/ruby/test_thread.rb (TestThread#test_no_valid_cfp): skip whenusa2011-09-012-0/+8
* * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa2011-09-012-6/+13
* * variable.c (rb_autoloading_value) Fix the order of definitions.naruse2011-09-012-12/+17
* * 2011-09-01svn2011-09-011-3/+3
* Remove tests of json/add/{complex, rational}.naruse2011-09-011-5/+0
* * variable.c (rb_autoload): There was a chance to run GC (fromnahi2011-08-312-6/+24
* * Re-apply r33078, thread-safe autoload which is reverted at r33093.nahi2011-08-314-32/+279
* * ChangeLog: wrong ticket number and ML number.usa2011-08-311-1/+1
* * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa2011-08-312-1/+33
* * ext/json: Merge json gem v1.5.4 (3dab4c5a6a97fac03dac).naruse2011-08-317-37/+54
* * numeric.c (flo_round): Avoid overflow by optimizing for trivial casesmarcandre2011-08-312-6/+33
* * win32/win32.c (rb_w32_select_with_thread): and my typo. we all mustusa2011-08-302-1/+6
* * thread.c (rb_thread_select): critical typo in r33117.usa2011-08-302-1/+5
* * test/-ext-/old_thread_select/test_old_thread_select.rbusa2011-08-302-1/+8
* * ext/-test-/old_thread_select/old_thread_select.c (old_thread_select):usa2011-08-303-6/+16
* * 2011-08-31svn2011-08-301-2/+2
* * win32/win32.c, include/ruby/intern.h (rb_w32_fd_copy): implementusa2011-08-304-1/+33
* * test/dl/test_callback.rb (test_callback_with_string): preventsnagachika2011-08-302-2/+10
* * vm_insnhelper.c (vm_call_cfunc): revert r33112. RB_GC_GUARD macrousa2011-08-302-2/+7
* Don't include complex and rational; fix r33122.naruse2011-08-301-2/+0
* * ext/json: Merge json gem 1.5.4+ (2149f4185c598fb97db1).naruse2011-08-3013-275/+715
* * lib/thread.rb (Queue#pop): fix a race against Thread.wakeup.kosaki2011-08-302-1/+9
* * cont.c (fiber_entry): fix stack allocation failure on Debiankosaki2011-08-302-1/+9
* * 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