[前][次][スレッド一覧][上]

ruby-changes:18601-18700

  18601 2011-01-22 10:14 [ko1@a...            ] Ruby:r30625 (trunk): * ext/psych/parser.c (parse): fix assertion error when reusing a
  18602 2011-01-22 10:33 [ko1@a...            ] Ruby:r30626 (trunk): * ext/psych/parser.c (parse): add the file name to the exception when
  18603 2011-01-22 11:18 [ko1@a...            ] Ruby:r30627 (trunk): fixed a bug in the test suite.  Thanks Benoit Daloze! 
  18604 2011-01-22 11:24 [ko1@a...            ] Ruby:r30628 (trunk): * ext/psych/parser.c (parse): fixing off-by-one error on line numbers
  18605 2011-01-22 11:35 [ko1@a...            ] Ruby:r30629 (trunk): * ext/psych/lib/psych/visitors/to_ruby.rb: merge keys are actually
  18606 2011-01-22 12:00 [ko1@a...            ] Ruby:r30630 (trunk): * ext/psych/lib/psych/visitors/to_ruby.rb: fixing merge key support
  18607 2011-01-22 23:42 [ko1@a...            ] Ruby:r30631 (trunk): * properties.      
  18608 2011-01-23 00:46 [ko1@a...            ] Ruby:r30632 (trunk): * test/test_syslog.rb: Fix to make a lot of test failure if
  18609 2011-01-23 00:46 [ko1@a...            ] Ruby:r30633 (trunk): * 2011-01-23       
  18610 2011-01-23 07:46 [ko1@a...            ] Ruby:r30634 (trunk): reverting r30628 since this seems like a bug in libyaml
  18611 2011-01-23 08:00 [ko1@a...            ] Ruby:r30635 (trunk): * string.c (str_nth_len, str_utf8_nth): return the rest length together.
  18612 2011-01-23 08:17 [ko1@a...            ] Ruby:r30636 (trunk): * string.c (str_nth_len, str_utf8_nth): return the rest length together.
  18613 2011-01-23 10:34 [ko1@a...            ] Ruby:r30637 (trunk): * template/fake.rb.in (ruby): suppress warnings.
  18614 2011-01-23 11:40 [ko1@a...            ] Ruby:r30638 (trunk): * vm_exec.h: parenthesize macro arguments.
  18615 2011-01-23 22:21 [ko1@a...            ] Ruby:r30639 (trunk): * test/fiddle/test_fiddle.rb: Don't run test if the system don't support
  18616 2011-01-23 23:03 [ko1@a...            ] Ruby:r30640 (trunk): * test/io/console/test_io_console.rb: Don't run test if the system
  18617 2011-01-24 21:04 [ko1@a...            ] Ruby:r30641 (trunk): * error.c (rb_invalid_str): prevent intermediate variable from GC.
  18618 2011-01-24 21:05 [ko1@a...            ] Ruby:r30642 (trunk): * 2011-01-24       
  18619 2011-01-24 21:30 [ko1@a...            ] Ruby:r30643 (trunk): * object.c (rb_str_to_dbl): use ALLOC_N instead ALLOCA_N because
  18620 2011-01-24 21:55 [ko1@a...            ] Ruby:r30644 (trunk): * vm_insnhelper.h: parenthesize macro arguments.
  18621 2011-01-25 03:23 [ko1@a...            ] Ruby:r30646 (trunk): * 2011-01-25       
  18622 2011-01-25 03:27 [ko1@a...            ] Ruby:r30645 (trunk): * object.c (rb_str_to_dbl): Fix again. use rb_str_tmp_new()
  18623 2011-01-25 03:27 [ko1@a...            ] Ruby:r30647 (trunk): * test/ruby/test_thread.rb: Added various ConditionVariable tests.
  18624 2011-01-25 07:03 [ko1@a...            ] Ruby:r30648 (trunk): * string.c (rb_string_value_cstr): rb_str_modify can change
  18625 2011-01-25 07:50 [ko1@a...            ] Ruby:r30649 (trunk): move under correct class
  18626 2011-01-25 07:50 [ko1@a...            ] Ruby:r30650 (trunk): * test/ruby/test_thread.rb (TestThread#test_condvar_nolock_2): get rid of method redefined.
  18627 2011-01-25 07:50 [ko1@a...            ] Ruby:r30651 (trunk): * test/ruby/test_thread.rb: remove unused variables.
  18628 2011-01-25 08:28 [ko1@a...            ] Ruby:r30652 (trunk): * string.c (rb_str_resize): get rid of out-of-bound access.
  18629 2011-01-25 08:47 [ko1@a...            ] Ruby:r30653 (trunk): * dln_find.c (dln_find_1): omit too long pathnames.
  18630 2011-01-26 10:38 [ko1@a...            ] Ruby:r30654 (trunk): * string.c (=~): documentation fix; the return value is nil when
  18631 2011-01-26 10:38 [ko1@a...            ] Ruby:r30655 (trunk): * 2011-01-26       
  18632 2011-01-26 17:17 [ko1@a...            ] Ruby:r30656 (trunk): * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): OpenSSL::ASN1.decode
  18633 2011-01-26 22:34 [ko1@a...            ] Ruby:r30657 (trunk): * vm_eval.c (rb_throw_obj): add GC guard to prevent intermediate
  18634 2011-01-26 22:56 [ko1@a...            ] Ruby:r30658 (trunk): * template/id.h.tmpl: parenthesize macro arguments.
  18635 2011-01-26 23:00 [ko1@a...            ] Ruby:r30659 (trunk): * class.c (clone_method): add GC guard to prevent intermediate
  18636 2011-01-27 08:23 [ko1@a...            ] Ruby:r30660 (trunk): * dln_find.c (dln_find_1): use rb_warning and return immediately
  18637 2011-01-27 08:32 [ko1@a...            ] Ruby:r30661 (trunk): * include/ruby/ruby.h (ALLOCV): new API for exception-safe
  18638 2011-01-27 08:41 [ko1@a...            ] Ruby:r30662 (trunk): * process.c (proc_exec_v, rb_proc_exec_n, rb_proc_exec)
  18639 2011-01-27 12:46 [ko1@a...            ] Ruby:r30663 (trunk): * process.c (ALLOC_ARGV_WITH_STR): fix void pointer arithmetic.
  18640 2011-01-27 15:12 [ko1@a...            ] Ruby:r30664 (trunk): * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): get rid of too huge
  18641 2011-01-27 15:21 [ko1@a...            ] Ruby:r30665 (trunk): * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): fixed previous commit. sorry.
  18642 2011-01-27 18:21 [ko1@a...            ] Ruby:r30666 (trunk): * win32/win32.c (wstati64): get rid of too huge alloca().
  18643 2011-01-27 18:36 [ko1@a...            ] Ruby:r30667 (trunk): * file.c (w32_io_info): get rid of too huge alloca().
  18644 2011-01-27 18:56 [ko1@a...            ] Ruby:r30668 (trunk): * win32/win32.c (open_dir_handle): get rid of too huge alloca().
  18645 2011-01-27 20:32 [ko1@a...            ] Ruby:r30669 (trunk): * win32/win32.c (rb_w32_spawn): get rid of too huge alloca().
  18646 2011-01-27 21:38 [ko1@a...            ] Ruby:r30670 (trunk): * win32/win32.c (rb_w32_aspawn): get rid of too huge alloca().
  18647 2011-01-27 21:49 [ko1@a...            ] Ruby:r30671 (trunk): * win32/win32.c: get rid of STRNDUPA(). It's dangerous API.
  18648 2011-01-27 21:49 [ko1@a...            ] Ruby:r30672 (trunk): * object.c (rb_str_to_dbl): rewrite again. use ALLOCV instead
  18649 2011-01-27 21:58 [ko1@a...            ] Ruby:r30673 (trunk): * bignum.c (rb_str_to_inum): get rid of too huge alloca().
  18650 2011-01-27 23:15 [ko1@a...            ] Ruby:r30674 (trunk): * misc/ruby-mode.el (ruby-mode-map): remove deprecated binding.
  18651 2011-01-27 23:24 [ko1@a...            ] Ruby:r30675 (ruby_1_9_2): merges a half of revision 5875 in MiniTest's repository into ruby_1_9_2. It corresponds to
  18652 2011-01-27 23:24 [ko1@a...            ] Ruby:r30676 (ruby_1_9_2): merges a half of revision 5937 and 5939 in MiniTest's repository into ruby_1_9_2.
  18653 2011-01-27 23:24 [ko1@a...            ] Ruby:r30677 (ruby_1_9_2): merges revision 6057 in MiniTest's repository into ruby_1_9_2.
  18654 2011-01-27 23:24 [ko1@a...            ] Ruby:r30678 (ruby_1_9_2): merges a part of revision 5917 in MiniTest's repository into ruby_1_9_2.
  18655 2011-01-27 23:30 [ko1@a...            ] Ruby:r30679 (trunk): * st.c (st_foreach): check if unpacked.
  18656 2011-01-28 01:33 [ko1@a...            ] Ruby:r30680 (trunk): * test/ruby/test_process.rb (TestProcess#test_too_long_path2):
  18657 2011-01-28 01:36 [ko1@a...            ] Ruby:r30682 (trunk): * test/ruby/test_process.rb (TestProcess#test_too_long_path)
  18658 2011-01-28 02:36 [ko1@a...            ] Ruby:r30683 (trunk): * hash.c (rb_hash_fetch_m): add GC guard to prevent intermediate
  18659 2011-01-28 02:37 [ko1@a...            ] Ruby:r30684 (trunk): * re.c (rb_reg_raise): add GC guard to prevent intermediate
  18660 2011-01-28 11:00 [ko1@a...            ] Ruby:r30685 (trunk): * configure.in: Added mode_t type checking.
  18661 2011-01-28 11:24 [ko1@a...            ] Ruby:r30686 (trunk): * io.c (rb_io_open): Use NUM2MODET() instead NUM2UINT().
  18662 2011-01-28 11:25 [ko1@a...            ] Ruby:r30687 (ruby_1_9_2): merges r30587 from trunk into ruby_1_9_2.
  18663 2011-01-28 11:25 [ko1@a...            ] Ruby:r30688 (ruby_1_9_2): merges r30595 from trunk into ruby_1_9_2.
  18664 2011-01-28 11:26 [ko1@a...            ] Ruby:r30689 (ruby_1_9_2): merges r30597 from trunk into ruby_1_9_2.
  18665 2011-01-28 11:26 [ko1@a...            ] Ruby:r30691 (ruby_1_9_2): merges r30628 from trunk into ruby_1_9_2.
  18666 2011-01-28 11:26 [ko1@a...            ] Ruby:r30690 (ruby_1_9_2): merges r30601 from trunk into ruby_1_9_2.
  18667 2011-01-28 11:26 [ko1@a...            ] Ruby:r30692 (ruby_1_9_2): merges r30641 from trunk into ruby_1_9_2.
  18668 2011-01-28 11:26 [ko1@a...            ] Ruby:r30695 (ruby_1_9_2): merges r30652 from trunk into ruby_1_9_2.
  18669 2011-01-28 11:26 [ko1@a...            ] Ruby:r30693 (ruby_1_9_2): merges r30647,r30650 and r30651 from trunk into ruby_1_9_2.
  18670 2011-01-28 11:26 [ko1@a...            ] Ruby:r30694 (ruby_1_9_2): merges r30648 from trunk into ruby_1_9_2.
  18671 2011-01-28 11:26 [ko1@a...            ] Ruby:r30696 (ruby_1_9_2): merges r30654 from trunk into ruby_1_9_2.
  18672 2011-01-28 12:04 [ko1@a...            ] Ruby:r30697 (trunk): * test/ruby/test_process.rb (TestProcess#test_too_long_path{,2}):
  18673 2011-01-28 12:04 [ko1@a...            ] Ruby:r30698 (trunk): * configure.in: redundant variable names made strange conftest
  18674 2011-01-28 12:07 [ko1@a...            ] Ruby:r30699 (trunk): * configure.in: Add #include<sys/stat.h> when struct stat is
  18675 2011-01-28 12:12 [ko1@a...            ] Ruby:r30700 (trunk): We don't only need to change "struct stat.st_size" test, but also
  18676 2011-01-28 13:05 [ko1@a...            ] Ruby:r30701 (trunk): * configure.in (--with-valgrind): Fixed r29683. Now this option
  18677 2011-01-28 16:07 [ko1@a...            ] Ruby:r30702 (trunk): * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2,3}):
  18678 2011-01-28 16:13 [ko1@a...            ] Ruby:r30703 (trunk): remove unnecessary local variable.
  18679 2011-01-28 16:21 [ko1@a...            ] Ruby:r30704 (trunk): * test/ruby/test_require.rb (TestRequire#test_require_path_home_{1,2}):
  18680 2011-01-28 16:31 [ko1@a...            ] Ruby:r30705 (trunk): * test/ruby/test_require.rb (TestRequire#test_require_too_long_filename):
  18681 2011-01-28 17:36 [ko1@a...            ] Ruby:r30706 (trunk): * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): skip
  18682 2011-01-28 17:50 [ko1@a...            ] Ruby:r30707 (trunk): * test/gdbm/test_gdbm.rb (TestGDBM2#test_writer_open_notexist):
  18683 2011-01-28 22:07 [ko1@a...            ] Ruby:r30708 (trunk): * ext/zlib/zlib.c: parenthesize macro arguments.
  18684 2011-01-28 22:08 [ko1@a...            ] Ruby:r30709 (trunk): * ext/dbm/extconf.rb: Added new header places for Fedora13.
  18685 2011-01-28 23:28 [ko1@a...            ] Ruby:r30710 (trunk): * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create,
  18686 2011-01-29 02:59 [ko1@a...            ] Ruby:r30712 (trunk): * 2011-01-29       
  18687 2011-01-29 03:00 [ko1@a...            ] Ruby:r30711 (trunk): * variable.c (set_const_visibility): fix typo.  a patch from Tomoyuki
  18688 2011-01-29 03:00 [ko1@a...            ] Ruby:r30713 (trunk): * constant.h, variable.c: to ensure compatibility, rb_const_get_* must
  18689 2011-01-29 03:00 [ko1@a...            ] Ruby:r30714 (trunk): * compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raise
  18690 2011-01-29 03:01 [ko1@a...            ] Ruby:r30715 (trunk): * variable.c (rb_const_set): const_set shoud preserve constant
  18691 2011-01-29 03:02 [ko1@a...            ] Ruby:r30716 (trunk): * variable.c (rb_mod_const_of, sv_i): Module#constant should exclude
  18692 2011-01-29 11:04 [ko1@a...            ] Ruby:r30718 (trunk): * vm_insnhelper.c (vm_get_ev_const): no-scope reference to toplevel
  18693 2011-01-29 17:27 [ko1@a...            ] Ruby:r30719 (trunk): * property.        
  18694 2011-01-29 20:35 [ko1@a...            ] Ruby:r30720 (trunk): * benchmark/driver.rb (BenchmarkDriver#measure): Show command line
  18695 2011-01-30 00:42 [ko1@a...            ] Ruby:r30722 (trunk): * 2011-01-30       
  18696 2011-01-30 00:45 [ko1@a...            ] Ruby:r30721 (trunk): * array.c (rb_ary_join): [].join.encoding must be US-ASCII.
  18697 2011-01-30 01:06 [ko1@a...            ] Ruby:r30723 (trunk): * include/ruby/ruby.h: Added NUM2MODET() and MODET2NUM() default definition.
  18698 2011-01-30 03:50 [ko1@a...            ] Ruby:r30724 (trunk): * ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.
  18699 2011-01-30 08:03 [ko1@a...            ] Ruby:r30725 (trunk): * configure.in: Mac OS X wrongly reports it has fdatasync(3).
  18700 2011-01-30 10:02 [ko1@a...            ] Ruby:r30726 (trunk): io.c (struct argf): char behaves like an unsigned char by default on AIX.

[前][次][スレッド一覧][上]