[前][次][番号順一覧][上]

ruby-cvs:23301-23400

  23301 2008-04-17 22:22 [mame ruby-lang.org  ] Ruby:r16061 (trunk): * enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): add
  23302 2008-04-17 22:34 [usa ruby-lang.org   ] Ruby:r16062 (ruby_1_8): * 2008-04-17    
  23303 2008-04-17 23:52 [yugui ruby-lang.org ] Ruby:r16063 (trunk): * ruby.1: added --{disable|enable}-{rubyopt|all}.
  23304 2008-04-18 00:09 [yugui ruby-lang.org ] Ruby:r16064 (trunk): * ruby.1: fixed typo.
  23305 2008-04-18 00:22 [usa ruby-lang.org   ] Ruby:r16065 (trunk): * 2008-04-18       
  23306 2008-04-18 08:06 [nagai ruby-lang.org ] Ruby:r16066 (ruby_1_8): * ext/tk/lib/tk.rb, ext/tk/lib/tk/scrollbar.rb, ext/tk/lib/tk/scale.rb:
  23307 2008-04-18 16:07 [knu ruby-lang.org   ] Ruby:r16067 (ruby_1_8): * lib/rexml: Merge fixes since 1.8.6 made solely on the ruby_1_8_6
  23308 2008-04-18 16:22 [knu ruby-lang.org   ] Ruby:r16068 (ruby_1_8_7): * lib/rexml: Merge fixes since 1.8.6 made solely on the ruby_1_8_6
  23309 2008-04-18 16:37 [knu ruby-lang.org   ] Ruby:r16069 (ruby_1_8): * lib/rexml/node.rb (REXML::Node::indent): should initialize rv
  23310 2008-04-18 16:37 [knu ruby-lang.org   ] Ruby:r16070 (ruby_1_8_7): * lib/rexml/node.rb (REXML::Node::indent): should initialize rv
  23311 2008-04-18 16:40 [usa ruby-lang.org   ] Ruby:r16071 (ruby_1_8): * 2008-04-18    
  23312 2008-04-18 17:37 [nobu ruby-lang.org  ] Ruby:r16072 (trunk): * gc.c (rb_gc_mark_locations): get rid of underflow.
  23313 2008-04-18 18:49 [usa ruby-lang.org   ] Ruby:r16073 (ruby_1_8_7): * 2008-04-18  
  23314 2008-04-18 18:56 [knu ruby-lang.org   ] Ruby:r16074 (ruby_1_8): * ext/syck/rubyext.c: Node#value defined twice.
  23315 2008-04-18 19:00 [knu ruby-lang.org   ] Ruby:r16075 (ruby_1_8): * ext/syck/rubyext.c (syck_genericresolver_node_import): should
  23316 2008-04-18 19:03 [knu ruby-lang.org   ] Ruby:r16076 (ruby_1_8_7): * ext/syck/rubyext.c (syck_genericresolver_node_import): should
  23317 2008-04-18 20:58 [mame ruby-lang.org  ] Ruby:r16077 (trunk): * test/ruby/test_array.rb: add tests to achieve over 95% test coverage
  23318 2008-04-19 18:42 [knu ruby-lang.org   ] Ruby:r16078 (ruby_1_8): * intern.h, hash.c (rb_hash_lookup): New internal function to
  23319 2008-04-19 18:54 [knu ruby-lang.org   ] Ruby:r16079 (ruby_1_8): 1.8.7 20080419  
  23320 2008-04-19 19:30 [knu ruby-lang.org   ] Ruby:r16080 (ruby_1_8): * eval.c (rb_exec_recursive): New internal function to help
  23321 2008-04-19 20:11 [knu ruby-lang.org   ] Ruby:r16081 (ruby_1_8): * array.c (rb_ary_equal, rb_ary_eql, rb_ary_hash, rb_ary_cmp):
  23322 2008-04-19 20:21 [knu ruby-lang.org   ] Ruby:r16082 (ruby_1_8): * lib/yaml/types.rb: Likewise, pass self to YAML::quick_emit;
  23323 2008-04-19 20:38 [knu ruby-lang.org   ] Ruby:r16083 (ruby_1_8): * lib/yaml/baseemitter.rb, lib/yaml/encoding.rb: performance
  23324 2008-04-19 20:45 [knu ruby-lang.org   ] Ruby:r16084 (ruby_1_8_7): Merge everything from ruby_1_8.
  23325 2008-04-19 20:56 [knu ruby-lang.org   ] Ruby:r16085 (ruby_1_8_7): Merge this too.
  23326 2008-04-20 04:09 [akr ruby-lang.org   ] Ruby:r16086 (trunk): fix setup method.  
  23327 2008-04-20 04:47 [akr ruby-lang.org   ] Ruby:r16087 (trunk): * io.c (copy_stream_body): use readpartial and write method for
  23328 2008-04-20 12:51 [akr ruby-lang.org   ] Ruby:r16088 (trunk): * io.c (copy_stream_fallback): read directly (bypassing readpartial)
  23329 2008-04-20 13:12 [akr ruby-lang.org   ] Ruby:r16089 (trunk): avoid warnings in copy_stream_body.
  23330 2008-04-20 13:59 [akr ruby-lang.org   ] Ruby:r16090 (trunk): * io.c (copy_stream_fallback): write directly (bypassing write method)
  23331 2008-04-20 14:33 [technorama ruby-lang] Ruby:r16091 (ruby_1_8): * ext/openssl/ossl_ssl.c: initialize session class.
  23332 2008-04-20 14:43 [technorama ruby-lang] Ruby:r16092 (ruby_1_8_7): * ext/openssl/ossl_ssl.c: initialize session class.
  23333 2008-04-20 14:44 [nobu ruby-lang.org  ] Ruby:r16093 (trunk): * compile.c (iseq_compile_each): fix for splat in when and rescue.
  23334 2008-04-20 14:59 [nobu ruby-lang.org  ] Ruby:r16094 (trunk): * compile.c (struct iseq_link_element, struct iseq_insn_data): made
  23335 2008-04-20 15:00 [nobu ruby-lang.org  ] Ruby:r16095 (trunk): * compile.c (iseq_set_exception_table): allocates catch_table only
  23336 2008-04-20 15:01 [nobu ruby-lang.org  ] Ruby:r16096 (trunk): * vm_core.h (struct iseq_compile_data): moved label_no from
  23337 2008-04-20 15:13 [akr ruby-lang.org   ] Ruby:r16097 (trunk): * io.c (copy_stream_rbuf_to_dst): removed.
  23338 2008-04-20 15:14 [nobu ruby-lang.org  ] Ruby:r16098 (trunk): * io.c (copy_stream_func): suppress warnings.
  23339 2008-04-20 15:19 [nobu ruby-lang.org  ] Ruby:r16099 (trunk): * file.c (file_expand_path): constified.
  23340 2008-04-20 15:44 [akr ruby-lang.org   ] Ruby:r16100 (trunk): update sprintf rdoc.
  23341 2008-04-20 18:01 [knu ruby-lang.org   ] Ruby:r16101 (ruby_1_8): * object.c, NEWS, test/ruby/test_symbol.rb: Revert Symbol#to_proc
  23342 2008-04-20 18:03 [knu ruby-lang.org   ] Ruby:r16102 (ruby_1_8_7): Add test/yamlstore.rb.
  23343 2008-04-20 18:04 [knu ruby-lang.org   ] Ruby:r16103 (ruby_1_8_7): * object.c, NEWS, test/ruby/test_symbol.rb: Revert Symbol#to_proc
  23344 2008-04-20 18:05 [knu ruby-lang.org   ] Ruby:r16104 (ruby_1_8, ruby_1_8_7): 20080420
  23345 2008-04-20 20:30 [akr ruby-lang.org   ] Ruby:r16105 (trunk): fix deadlock.      
  23346 2008-04-20 20:58 [knu ruby-lang.org   ] Ruby:r16106 (trunk): * enumerator.c: Resolve the method every time an enumeration
  23347 2008-04-20 21:01 [knu ruby-lang.org   ] Ruby:r16107 (trunk): * enumerator.c, include/ruby/ruby.h: Export rb_cEnumerator.
  23348 2008-04-20 21:03 [knu ruby-lang.org   ] Ruby:r16108 (ruby_1_8): * enumerator.c: Resolve the method every time an enumeration
  23349 2008-04-20 21:04 [knu ruby-lang.org   ] Ruby:r16109 (ruby_1_8_7): * enumerator.c: Resolve the method every time an enumeration
  23350 2008-04-20 21:10 [knu ruby-lang.org   ] Ruby:r16110 (v1_8_7_preview2): Tag for 1.8.7-preview2.
  23351 2008-04-21 07:32 [technorama ruby-lang] Ruby:r16111 (trunk): * ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.
  23352 2008-04-21 08:55 [usa ruby-lang.org   ] Ruby:r16112 (trunk): * gc.c (ruby_xmalloc): use size_t for malloc argument instead of long.
  23353 2008-04-21 09:59 [usa ruby-lang.org   ] Ruby:r16113 (trunk): * time.c (rb_strftime): check errno to detect strftime(3)'s error.
  23354 2008-04-21 10:01 [usa ruby-lang.org   ] Ruby:r16114 (ruby_1_8): * time.c (rb_strftime): check errno to detect strftime(3)'s error.
  23355 2008-04-21 10:03 [usa ruby-lang.org   ] Ruby:r16115 (ruby_1_8): * hash.c (recursive_hash): prototype.
  23356 2008-04-21 10:07 [matz ruby-lang.org  ] Ruby:r16116 (trunk): * time.c: should include  to refer errno.
  23357 2008-04-21 10:17 [usa ruby-lang.org   ] Ruby:r16117 (ruby_1_8): * time.c: should include  to refer errno.
  23358 2008-04-21 11:02 [matz ruby-lang.org  ] Ruby:r16118 (trunk): * compile.c (defined_expr): capture exception during defined?
  23359 2008-04-21 13:57 [knu ruby-lang.org   ] Ruby:r16119 (ruby_1_8_7): Merge from ruby_1_8.
  23360 2008-04-21 15:54 [matz ruby-lang.org  ] Ruby:r16120 (ruby_1_8): * lib/tempfile.rb (Tempfile::_close): check @data before modifying
  23361 2008-04-21 16:07 [matz ruby-lang.org  ] Ruby:r16121 (trunk): * enumerator.c (enumerator_init): preserve the method name in ID.
  23362 2008-04-21 17:01 [nobu ruby-lang.org  ] Ruby:r16122 (trunk): * iseq.c (rb_iseq_compile_with_option): check if src is a strring.
  23363 2008-04-21 17:19 [nobu ruby-lang.org  ] Ruby:r16123 (trunk): * ChangeLog: typo. 
  23364 2008-04-21 17:20 [knu ruby-lang.org   ] Ruby:r16124 (ruby_1_8): * eval.c (rb_f_method_name): New gloval function: __method__;
  23365 2008-04-21 17:48 [knu ruby-lang.org   ] Ruby:r16125 (trunk): * ext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair):
  23366 2008-04-21 18:41 [knu ruby-lang.org   ] Ruby:r16126 (ruby_1_8): * enumerator.c (enumerator_init): preserve the method name in ID.
  23367 2008-04-21 18:43 [knu ruby-lang.org   ] Ruby:r16127 (ruby_1_8_7): Merge from ruby_1_8.
  23368 2008-04-21 19:09 [akr ruby-lang.org   ] Ruby:r16128 (trunk): * io.c (copy_stream_body): call rb_io_check_readable and
  23369 2008-04-22 09:58 [usa ruby-lang.org   ] Ruby:r16129 (trunk): * file.c (eaccess): workaround for recent msvcrt's behavior.
  23370 2008-04-22 09:58 [usa ruby-lang.org   ] Ruby:r16130 (trunk): * ext/win32ole/win32ole.c: avoid warnings.
  23371 2008-04-22 10:06 [usa ruby-lang.org   ] Ruby:r16131 (ruby_1_8): * file.c (eaccess): workaround for recent msvcrt's behavior.
  23372 2008-04-22 12:03 [nobu ruby-lang.org  ] Ruby:r16132 (trunk): * vm_insnhelper.c (vm_get_ev_const): search from the base klass if it
  23373 2008-04-22 12:11 [nobu ruby-lang.org  ] Ruby:r16133 (ruby_1_8): * test/yaml/test_yamlstore.rb: eol-style.
  23374 2008-04-22 13:11 [akr ruby-lang.org   ] Ruby:r16134 (trunk): exec "/" causes SEGV.
  23375 2008-04-22 13:13 [nobu ruby-lang.org  ] Ruby:r16135 (trunk): * thread.c (thread_join): remove the current thread from the join list
  23376 2008-04-22 13:26 [matz ruby-lang.org  ] Ruby:r16136 (trunk): * thread.c (rb_thread_stop_timer_thread): should clear
  23377 2008-04-22 15:25 [nobu ruby-lang.org  ] Ruby:r16137 (trunk): * configure.in (struct timespec): needs time.h according to POSIX.
  23378 2008-04-22 16:03 [shyouhei ruby-lang.o] Ruby:r16138 (trunk): * configure.in: use AC_USE_SYSTEM_EXTENSIONS.
  23379 2008-04-22 16:08 [shyouhei ruby-lang.o] Ruby:r16139 (trunk): * string.c (rb_enc_cr_str_buf_cat): do not use C++ comment.
  23380 2008-04-22 16:18 [nobu ruby-lang.org  ] Ruby:r16140 (trunk): * vm_evalbody.c (DECL_SC_REG): typo fixed.
  23381 2008-04-22 16:25 [shyouhei ruby-lang.o] Ruby:r16141 (trunk): * vm_evalbody.c (DECL_SC_REG): use __asm__ instead.
  23382 2008-04-22 16:47 [kazu ruby-lang.org  ] Ruby:r16142 (ruby_1_8): * object.c (rb_obj_tap): Correct documentation; pointed out by
  23383 2008-04-22 17:14 [matz ruby-lang.org  ] Ruby:r16143 (ruby_1_8): * regex.c (re_search): string might be NULL.  [ruby-core:16478]
  23384 2008-04-22 17:50 [matz ruby-lang.org  ] Ruby:r16144 (ruby_1_8): * sprintf.c (rb_f_sprintf): should protect temporary string from
  23385 2008-04-22 17:55 [shyouhei ruby-lang.o] Ruby:r16145 (trunk): * vm_core.h (exec_event_hooks): ``inline'' is a type modifier, not a type itself.
  23386 2008-04-22 19:36 [knu ruby-lang.org   ] Ruby:r16146 (trunk): * enumerator.c (enumerator_initialize): Remove an undocumented
  23387 2008-04-22 19:39 [knu ruby-lang.org   ] Ruby:r16147 (ruby_1_8): * enumerator.c (enumerator_initialize): Remove an undocumented
  23388 2008-04-22 20:54 [naruse ruby-lang.org] Ruby:r16148 (trunk): * ext/nkf/nkf-utf8/nkf.c (z_conv): characters must be nkf_char.
  23389 2008-04-22 21:20 [naruse ruby-lang.org] Ruby:r16149 (trunk): * ext/nkf/nkf-utf8/nkf.c (score_table_A0, score_table_F0):
  23390 2008-04-22 21:42 [knu ruby-lang.org   ] Ruby:r16150 (ruby_1_8): * eval.c (rb_proc_new): Turn the BLOCK_LAMBDA flag on.
  23391 2008-04-22 22:04 [kazu ruby-lang.org  ] Ruby:r16151 (trunk): add a test of Symbol#to_proc.
  23392 2008-04-22 22:05 [kazu ruby-lang.org  ] Ruby:r16152 (ruby_1_8): add a test of Symbol#to_proc.
  23393 2008-04-22 22:15 [nobu ruby-lang.org  ] Ruby:r16153 (trunk): * misc/ruby-style.el (ruby-style-{case,label}-indent): up list from
  23394 2008-04-22 22:17 [nobu ruby-lang.org  ] Ruby:r16154 (trunk): * complex.c, rational.c: fixed indent.
  23395 2008-04-22 22:42 [matz ruby-lang.org  ] Ruby:r16155 (trunk): * lib/drb/drb.rb (DRb::DRbServer::check_insecure_method): should
  23396 2008-04-22 22:49 [nobu ruby-lang.org  ] Ruby:r16156 (trunk): * enumerator.c (enumerator_each, enumerator_with_index): suppress
  23397 2008-04-22 22:51 [knu ruby-lang.org   ] Ruby:r16157 (ruby_1_8): * eval.c (rb_proc_new, YIELD_FUNC_LAMBDA): Add a new nd_state
  23398 2008-04-22 23:41 [matz ruby-lang.org  ] Ruby:r16158 (trunk): test/ruby/test_enumerator.rb: updated
  23399 2008-04-23 00:23 [kazu ruby-lang.org  ] Ruby:r16159 (trunk): * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol#to_proc.
  23400 2008-04-23 00:25 [kazu ruby-lang.org  ] Ruby:r16160 (ruby_1_8): * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol#to_proc.

[前][次][番号順一覧][上]