Age | Commit message (Expand) | Author |
2011-09-19 | * test/openssl/test_ssl.rb (class OpenSSL): Test | drbrain |
2011-09-18 | * object.c (rb_obj_clone): singleton class should be attached | nobu |
2011-09-17 | * parse.y (parser_data_type): inherit the core type in ripper so | nobu |
2011-09-13 | * lib/pstore.rb, test/test_pstore.rb: suppress warnings with -v. | nobu |
2011-09-13 | * lib/pstore.rb (PStore): always open in binary mode even if | nobu |
2011-09-12 | * thread.c (rb_thread_select): fix to ignore an argument | kosaki |
2011-09-12 | * test/ruby/test_exception.rb (TestException#test_exit_success_p): | nobu |
2011-09-10 | Revert test fixes. | naruse |
2011-09-09 | Run GC.start before test_too_long_path. | naruse |
2011-09-09 | Catch NoMemoryError. | naruse |
2011-09-09 | Decide by majority. | naruse |
2011-09-09 | * test/rubygems/test_gem_commands_help_command.rb: Add one | sorah |
2011-09-09 | * thread.c (rb_thread_select): fix a typo to initialize efds | nobu |
2011-09-07 | fix test/rexml/test_encoding.rb failure | ayumin |
2011-09-07 | * lib/rexml/parsers/baseparser.rb, test/rexml/test_comment.rb: | kou |
2011-09-07 | Remove assertion which depends the load order | naruse |
2011-09-07 | * lib/yaml.rb: explicitly specify ::Object to avoid the collision with | naruse |
2011-09-06 | * lib/test/unit.rb (_run_suites): Now reports are written the | sorah |
2011-09-06 | Use assert_operator to show clear message. | naruse |
2011-09-06 | * encoding.c (load_encoding): predefined encoding names are safe. | nobu |
2011-09-06 | * transcode.c: enabled econv newline option. | nobu |
2011-09-05 | * test/rinda/test_rinda.rb (test_core_03_notify): Fixed test failures | seki |
2011-09-05 | * test/ruby/test_float.rb (TestFloat#test_round): show the number in question. | nobu |
2011-09-05 | * test/rubygems/test_gem_security.rb | naruse |
2011-09-04 | * lib/net/imap.rb (default_port, default_imap_port, | shugo |
2011-09-03 | * test/ruby/test_fiber.rb (TestFiber#test_no_valid_cfp): | ktsj |
2011-09-03 | * variable.c (rb_const_set): show the previous definition | nobu |
2011-09-03 | * io.c (argf_next_argv): open in default text mode. | nobu |
2011-09-03 | * lib/thread.rb (SizedQueue#max=) raise ArgumentError if max is not | nagachika |
2011-09-03 | * test/ruby/test_encoding.rb (test_find): mingw is not Unix, of course. | nobu |
2011-09-02 | * vm_insnhelper.c (vm_search_const_defined_class): search | nobu |
2011-09-02 | * parse.y (parser_tokadd_string, parser_yylex): ignore a backslash | nobu |
2011-09-01 | * ext/psych/lib/psych/visitors/yaml_tree.rb: emit strings tagged as | tenderlove |
2011-09-01 | * numeric.c (flo_round): substitute machine dependent magic number. | nobu |
2011-09-01 | * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): see | nobu |
2011-09-01 | * Release GVL while OpenSSL's public key generation. | nahi |
2011-09-01 | * test/ruby/test_thread.rb (TestThread#test_no_valid_cfp): skip when | usa |
2011-09-01 | * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish, | usa |
2011-09-01 | Remove tests of json/add/{complex, rational}. | naruse |
2011-08-31 | * Re-apply r33078, thread-safe autoload which is reverted at r33093. | nahi |
2011-08-31 | * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish, | usa |
2011-08-31 | * ext/json: Merge json gem v1.5.4 (3dab4c5a6a97fac03dac). | naruse |
2011-08-30 | * test/-ext-/old_thread_select/test_old_thread_select.rb | usa |
2011-08-30 | * ext/-test-/old_thread_select/old_thread_select.c (old_thread_select): | usa |
2011-08-30 | * test/dl/test_callback.rb (test_callback_with_string): prevents | nagachika |
2011-08-30 | * ext/json: Merge json gem 1.5.4+ (2149f4185c598fb97db1). | naruse |
2011-08-30 | * thread.c (rb_thread_select): rewrite by using | kosaki |
2011-08-29 | * test/ruby/test_numeric.rb (test_num2long): modify a test agaist the | mrkn |
2011-08-29 | Use psych_yaml_as to avoid collision with Syck. | naruse |
2011-08-29 | * numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted for | mrkn |