summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * benchmark/bm_vm3_thread_*.rb: renamed bm_vm3_thread_*.rb toko12011-06-141-0/+5
* * benchmark/bm_vm4_thread_pass.rb: rename bm_vm4* tokosaki2011-06-141-0/+8
* * benchmark/bm_vm4_pass_flood.rb: new benchmark for GVL fairness.kosaki2011-06-141-0/+5
* add changelog explanation.kosaki2011-06-141-1/+3
* * thread_pthread.c (gvl_yield): fix live lock issue on 1-2 cpuskosaki2011-06-141-0/+7
* * bootstraptest/runner.rb (show_progress): refine verbose mode.akr2011-06-141-0/+5
* * bootstraptest/runner.rb (show_progress): extracted from assert_check.akr2011-06-141-0/+8
* * test/date/test_*.rb: added tests.tadf2011-06-141-0/+4
* * ext/date/date_core.c: renamed some functions.tadf2011-06-141-0/+5
* * ChangeLog: add ML and ticket link. [ruby-dev:43680] [Bug #4855]nagachika2011-06-141-1/+1
* * cont.c (cont_save_thread): add new utility function.nagachika2011-06-141-0/+8
* fix typos.akr2011-06-141-5/+5
* * test/ruby/test_autoload.rb: remove temporary directory.akr2011-06-141-0/+4
* * gc.c (rb_gc_set_params): call initial_expand_heap ifnari2011-06-141-0/+5
* * gc.c: use size_t.nari2011-06-141-0/+4
* * test/coverage/test_coverage.rb: add a test for restart. a patchmame2011-06-131-0/+5
* * ext/coverage/coverage.c: make it restartable. [ruby-core:36539]mame2011-06-131-0/+4
* * thread.c (rb_thread_schedule_rec): call gvl_yield() unconditionally.kosaki2011-06-131-0/+7
* * ext/io/console/console.c (console_dev): typo.usa2011-06-131-0/+4
* * parse.y (parser_parse_string): flush delayed token. based on anobu2011-06-131-0/+8
* * ext/io/console/console.c (console_dev): console should benobu2011-06-131-1/+4
* * ext/io/console/console.c (console_dev): take care of no-cttynobu2011-06-131-0/+5
* * thread_pthread.c: rewrite GVL completely.kosaki2011-06-131-0/+8
* * test/socket/test_unix.rb: don't use Thread.abort_on_exception.akr2011-06-131-0/+4
* * ext/socket/unixsocket.c (unix_send_io): race condition fixed.akr2011-06-131-0/+8
* * thread_win32.c (native_cond_signal): remove unnecessary rb_bug().kosaki2011-06-131-0/+5
* * test/openssl/test_ec.rbemboss2011-06-131-0/+8
* * test/openssl/digest.rb: remove MDC2 from test, it is not availableemboss2011-06-131-0/+5
* * vm_core.h, vm_insnhelper.h: move decl. ofko12011-06-131-0/+13
* * lib/cmath.rb: add new methd Object#real?. fix #3137keiju2011-06-131-0/+4
* * ext/bigdecimal/bigdecimal.c (is_kind_of_BigDecimal): new function tomrkn2011-06-131-0/+5
* * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): use GetVpValueWithPrecmrkn2011-06-131-0/+11
* * lib/securerandom.rb (SecureRandom.random_bytes): modify PRNG stateakr2011-06-131-0/+7
* * lib/net/http.rb (Net::HTTP#use_ssl?): require 'openssl' only whennaruse2011-06-131-0/+5
* * lib/cmath.rb (CMath.cbrt): returns the principal value of the cubemrkn2011-06-131-0/+8
* * lib/test/unit.rb (Test::Unit::GlobOption#non_options): fix typo.mrkn2011-06-131-0/+4
* * ext/openssl/ossl_digest.c: fix error for digests that have no oidemboss2011-06-131-0/+6
* * lib/yaml.rb: load psych only when syck is not loaded.naruse2011-06-131-0/+4
* * ext/syck/lib/syck/rubytypes.rb: ditto.naruse2011-06-131-0/+4
* * ext/psych/lib/psych/deprecated.rb (Object#to_yaml_properties):naruse2011-06-131-0/+5
* * ext/openssl/ossl_digest.c: allow Digests to be created by sn, ln oremboss2011-06-131-0/+7
* * ext/openssl/pkey_dh.c: corrected documentation.emboss2011-06-131-0/+6
* * ext/openssl/pkey_dh.c: clarify difference between DH#public_key andemboss2011-06-131-0/+5
* * NEWS: introduce PKey.reademboss2011-06-121-0/+4
* * ext/openssl/ossl_pkey.c: added PKey.read module function that allowemboss2011-06-121-2/+15
* * ext/objspace/objspace.c (total_i): fix to skip no ruby objects.ko12011-06-121-0/+4
* * test/benchmark/test_benchmark.rb (capture_output):naruse2011-06-121-0/+7
* * test/openssl/test_pkey_dsa.rb: Test for DSA#syssign/sysverify.emboss2011-06-121-0/+4
* * ext/openssl/ossl_pkey_dh.c: completed documentation.emboss2011-06-121-0/+6
* * ext/openssl/ossl_pkey_dsa.c: completed documentation.emboss2011-06-121-0/+4