summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-15* test/ruby/test_io.rb (test_copy_stream_socket): wait a child processakr
2011-06-15Run tests only for emacs 23+.naruse
2011-06-15* file.c (rb_stat_rdev): use DEVT2NUM.naruse
2011-06-14* ext/tk/tcltklib.c (lib_eventloop_core): revert the last change (it'snagai
2011-06-14* benchmark/bm_vm3_thread_*.rb: renamed bm_vm3_thread_*.rb toko1
2011-06-14* benchmark/bm_vm4_thread_pass.rb: rename bm_vm4* tokosaki
2011-06-14* benchmark/bm_vm4_pass_flood.rb: new benchmark for GVL fairness.kosaki
2011-06-14add changelog explanation.kosaki
2011-06-14* thread_pthread.c (gvl_yield): fix live lock issue on 1-2 cpuskosaki
2011-06-14* 2011-06-15svn
2011-06-14Skip test_sync when there is no tty or something.naruse
2011-06-14* bootstraptest/runner.rb (show_progress): refine verbose mode.akr
2011-06-14* bootstraptest/runner.rb (show_progress): extracted from assert_check.akr
2011-06-14 * test/date/test_*.rb: added tests.tadf
2011-06-14 * ext/date/date_core.c: renamed some functions.tadf
2011-06-14* ChangeLog: add ML and ticket link. [ruby-dev:43680] [Bug #4855]nagachika
2011-06-14* cont.c (cont_save_thread): add new utility function.nagachika
2011-06-14fix typos.akr
2011-06-14* test/ruby/test_autoload.rb: remove temporary directory.akr
2011-06-14* common.mk (sudo-precheck): authenticate at first to sudo.nobu
2011-06-14* test/io/console/test_io_console.rb (TestIO_Console#test_noctty):nobu
2011-06-14* gc.c (rb_gc_set_params): call initial_expand_heap ifnari
2011-06-14* gc.c: use size_t.nari
2011-06-14Clear error messages before process and get errors. [ruby-dev:43791] [Bug #4879]naruse
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