aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * thread.c (rb_thread_schedule_rec): call gvl_yield() unconditionally.kosaki2011-06-134-13/+18
* * ext/io/console/console.c (console_dev): typo.usa2011-06-132-1/+5
* * parse.y (parser_parse_string): flush delayed token. based on anobu2011-06-133-2/+36
* * ext/io/console/console.c (console_dev): console should benobu2011-06-133-1/+10
* * ext/io/console/console.c (console_dev): take care of no-cttynobu2011-06-133-8/+32
* * thread_pthread.c: rewrite GVL completely.kosaki2011-06-136-92/+102
* * test/socket/test_unix.rb: don't use Thread.abort_on_exception.akr2011-06-132-4/+6
* * ext/socket/unixsocket.c (unix_send_io): race condition fixed.akr2011-06-133-6/+53
* * ext/io/console/console.c (console_dev): fix typo.nobu2011-06-131-12/+12
* * properties.nobu2011-06-134-70/+70
* * thread_win32.c (native_cond_signal): remove unnecessary rb_bug().kosaki2011-06-132-3/+5
* * test/openssl/test_ec.rbemboss2011-06-134-136/+134
* * test/openssl/digest.rb: remove MDC2 from test, it is not availableemboss2011-06-132-1/+6
* * vm_core.h, vm_insnhelper.h: move decl. ofko12011-06-135-6/+54
* * lib/cmath.rb: add new methd Object#real?. fix #3137keiju2011-06-132-0/+10
* Additional fix for r31933.naruse2011-06-131-6/+7
* * ext/bigdecimal/bigdecimal.c (is_kind_of_BigDecimal): new function tomrkn2011-06-132-2/+13
* * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): use GetVpValueWithPrecmrkn2011-06-133-21/+93
* * lib/securerandom.rb (SecureRandom.random_bytes): modify PRNG stateakr2011-06-132-0/+15
* * lib/net/http.rb (Net::HTTP#use_ssl?): require 'openssl' only whennaruse2011-06-132-2/+9
* Fix: r32043 may raise NameError.naruse2011-06-131-1/+1
* * lib/cmath.rb (CMath.cbrt): returns the principal value of the cubemrkn2011-06-133-6/+14
* * lib/test/unit.rb (Test::Unit::GlobOption#non_options): fix typo.mrkn2011-06-132-1/+5
* * ext/openssl/ossl_digest.c: fix error for digests that have no oidemboss2011-06-133-3/+24
* * lib/yaml.rb: load psych only when syck is not loaded.naruse2011-06-132-9/+20
* * ext/syck/lib/syck/rubytypes.rb: ditto.naruse2011-06-132-0/+5
* Specify yamler before runnnig tests.naruse2011-06-131-0/+9
* * ext/psych/lib/psych/deprecated.rb (Object#to_yaml_properties):naruse2011-06-132-0/+6
* * ext/openssl/ossl_digest.c: allow Digests to be created by sn, ln oremboss2011-06-133-4/+38
* * ext/openssl/pkey_dh.c: corrected documentation.emboss2011-06-134-8/+96
* * ext/openssl/pkey_dh.c: clarify difference between DH#public_key andemboss2011-06-132-18/+59
* * NEWS: introduce PKey.reademboss2011-06-122-0/+7
* * ext/openssl/ossl_pkey.c: added PKey.read module function that allowemboss2011-06-127-15/+251
* * ext/objspace/objspace.c (total_i): fix to skip no ruby objects.ko12011-06-122-2/+17
* Ignore exception from Process.kill.naruse2011-06-121-1/+4
* * test/benchmark/test_benchmark.rb (capture_output):naruse2011-06-122-1/+8
* * test/openssl/test_pkey_dsa.rb: Test for DSA#syssign/sysverify.emboss2011-06-122-0/+12
* * ext/openssl/ossl_pkey_dh.c: completed documentation.emboss2011-06-123-31/+75
* * 2011-06-13svn2011-06-121-2/+2
* * ext/openssl/ossl_pkey_dsa.c: completed documentation.emboss2011-06-122-18/+92
* lib/drb/drb.rb (kill_sub_thread): remove the method. [ruby-core:34185]seki2011-06-122-15/+4
* * ext/date/date_core.c (d_lite_marshal_load): should give converted value.tadf2011-06-122-1/+5
* * ext/date/date_core.c: edited doc.tadf2011-06-122-24/+167
* * benchmark/bm_vm3_clearmethodcache.rb: added.ko12011-06-122-0/+12
* * vm_method.c (rb_clear_cache*): update only vm state version.ko12011-06-122-55/+14
* * ext/tk/extconf.rb: fails on Mac OS X [Ruby 1.9 - Bug #4853]nagai2011-06-122-9/+13
* * thread.c: remove th->transition_for_lock. It's thread unsafe.kosaki2011-06-123-16/+14
* * thread.c: introduce spurious wakeup safe deadlock check.kosaki2011-06-122-29/+29
* * benchmark/bm_vm3_thread_mutex.rb: remove it.ko12011-06-124-18/+73
* * io.c: use select() appropriately for sendfile().akr2011-06-122-17/+21