summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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