summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-14Copy YAML::Store to Syck::Store to keep it from yamler.naruse
2011-06-14Explictly specify syck.naruse
2011-06-13* test/io/console/test_io_console.rb (TestIO_Console#test_noctty):nobu
2011-06-13* test/coverage/test_coverage.rb: add a test for restart. a patchmame
2011-06-13* ext/coverage/coverage.c: make it restartable. [ruby-core:36539]mame
2011-06-13* 2011-06-14svn
2011-06-13* thread.c (rb_thread_schedule_rec): call gvl_yield() unconditionally.kosaki
2011-06-13* ext/io/console/console.c (console_dev): typo.usa
2011-06-13* parse.y (parser_parse_string): flush delayed token. based on anobu
2011-06-13* ext/io/console/console.c (console_dev): console should benobu
2011-06-13* ext/io/console/console.c (console_dev): take care of no-cttynobu
2011-06-13* thread_pthread.c: rewrite GVL completely.kosaki
2011-06-13* test/socket/test_unix.rb: don't use Thread.abort_on_exception.akr
2011-06-13* ext/socket/unixsocket.c (unix_send_io): race condition fixed.akr
2011-06-13* ext/io/console/console.c (console_dev): fix typo.nobu
2011-06-13* properties.nobu
2011-06-13* thread_win32.c (native_cond_signal): remove unnecessary rb_bug().kosaki
2011-06-13* test/openssl/test_ec.rbemboss
2011-06-13* test/openssl/digest.rb: remove MDC2 from test, it is not availableemboss
2011-06-13* vm_core.h, vm_insnhelper.h: move decl. ofko1
2011-06-13 * lib/cmath.rb: add new methd Object#real?. fix #3137keiju
2011-06-13Additional fix for r31933.naruse
2011-06-13* ext/bigdecimal/bigdecimal.c (is_kind_of_BigDecimal): new function tomrkn
2011-06-13* ext/bigdecimal/bigdecimal.c (BigDecimalCmp): use GetVpValueWithPrecmrkn
2011-06-13* lib/securerandom.rb (SecureRandom.random_bytes): modify PRNG stateakr
2011-06-13* lib/net/http.rb (Net::HTTP#use_ssl?): require 'openssl' only whennaruse
2011-06-13Fix: r32043 may raise NameError.naruse
2011-06-13* lib/cmath.rb (CMath.cbrt): returns the principal value of the cubemrkn
2011-06-13* lib/test/unit.rb (Test::Unit::GlobOption#non_options): fix typo.mrkn
2011-06-13* ext/openssl/ossl_digest.c: fix error for digests that have no oidemboss
2011-06-13* lib/yaml.rb: load psych only when syck is not loaded.naruse
2011-06-13* ext/syck/lib/syck/rubytypes.rb: ditto.naruse
2011-06-13Specify yamler before runnnig tests.naruse
2011-06-13* ext/psych/lib/psych/deprecated.rb (Object#to_yaml_properties):naruse
2011-06-13* ext/openssl/ossl_digest.c: allow Digests to be created by sn, ln oremboss
2011-06-13* ext/openssl/pkey_dh.c: corrected documentation.emboss
2011-06-13* ext/openssl/pkey_dh.c: clarify difference between DH#public_key andemboss
2011-06-12* NEWS: introduce PKey.reademboss
2011-06-12* ext/openssl/ossl_pkey.c: added PKey.read module function that allowemboss
2011-06-12* ext/objspace/objspace.c (total_i): fix to skip no ruby objects.ko1
2011-06-12Ignore exception from Process.kill.naruse
2011-06-12* test/benchmark/test_benchmark.rb (capture_output):naruse
2011-06-12* test/openssl/test_pkey_dsa.rb: Test for DSA#syssign/sysverify.emboss
2011-06-12* ext/openssl/ossl_pkey_dh.c: completed documentation.emboss
2011-06-12* 2011-06-13svn
2011-06-12* ext/openssl/ossl_pkey_dsa.c: completed documentation.emboss
2011-06-12lib/drb/drb.rb (kill_sub_thread): remove the method. [ruby-core:34185]seki
2011-06-12 * ext/date/date_core.c (d_lite_marshal_load): should give converted value.tadf
2011-06-12 * ext/date/date_core.c: edited doc.tadf
2011-06-12* benchmark/bm_vm3_clearmethodcache.rb: added.ko1