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

ruby-cvs:16401-16500

  16401 2006-02-04 21:31 [matz ruby-lang.org  ] ruby: * oniguruma.h: merge Oniguruma 4.0.0  [ruby-dev:28290]
  16402 2006-02-04 22:54 [akr ruby-lang.org   ] ruby: * eval.c: apply the FreeBSD getcontext/setcontext workaround
  16403 2006-02-04 22:54 [akr ruby-lang.org   ] ruby: * eval.c: apply the FreeBSD getcontext/setcontext workaround
  16404 2006-02-05 14:23 [ocean ruby-lang.org ] ruby, ruby/lib: * lib/pstore.rb: should return default value if name is not found.
  16405 2006-02-05 14:28 [ocean ruby-lang.org ] ruby, ruby/lib: * lib/pstore.rb: should return default value if name is not found.
  16406 2006-02-05 16:37 [ocean ruby-lang.org ] ruby, ruby/lib: * lib/mkmf.rb (create_makefile): Kernel#sub! was removed on HEAD.
  16407 2006-02-05 18:42 [eban ruby-lang.org  ] ruby: * 2006-02-05                      
  16408 2006-02-05 18:50 [aamine ruby-lang.org] ruby, ruby/lib/net: * lib/net/http.rb (add_field, get_fields): keep 1.8.2 compatibility.  This patch is contributed by Rob Pitt.
  16409 2006-02-05 18:56 [aamine ruby-lang.org] ruby, ruby/lib/net: * lib/net/http.rb: imported from trunk, rev 1.129
  16410 2006-02-05 19:00 [eban ruby-lang.org  ] ruby: * 2006-02-05                      
  16411 2006-02-05 21:08 [ocean ruby-lang.org ] ruby: * numeric.c (fix_to_s): removed workaround for radix 2. Historically,
  16412 2006-02-05 21:09 [ocean ruby-lang.org ] ruby: * numeric.c (fix_to_s): removed workaround for radix 2. Historically,
  16413 2006-02-05 23:30 [matz ruby-lang.org  ] ruby: * ChangeLog: update ML number.    
  16414 2006-02-05 23:31 [matz ruby-lang.org  ] ruby: * ChangeLog: update ML number.    
  16415 2006-02-05 23:40 [akr ruby-lang.org   ] ruby: * ruby.h (struct RStruct): embed 3 or less elements structs.
  16416 2006-02-06 00:06 [akr ruby-lang.org   ] ruby: fix previous commit.              
  16417 2006-02-06 00:10 [akr ruby-lang.org   ] ruby/test/ruby: test small structs.     
  16418 2006-02-06 00:26 [matz ruby-lang.org  ] ruby: * enum.c (enum_find_index): a new method Enumerable#find_index.
  16419 2006-02-06 00:31 [eban ruby-lang.org  ] ruby: * 2006-02-06                      
  16420 2006-02-06 00:43 [akr ruby-lang.org   ] ruby: * ruby.h (RSTRUCT_LEN, RSTRUCT_PTR): defined for source level
  16421 2006-02-06 00:56 [eban ruby-lang.org  ] ruby: * 2006-02-06                      
  16422 2006-02-06 11:49 [eban ruby-lang.org  ] ruby: * gc.c (gc_sweep): typo fix.      
  16423 2006-02-06 11:49 [eban ruby-lang.org  ] ruby: * gc.c (gc_sweep): typo fix.      
  16424 2006-02-06 16:05 [eban ruby-lang.org  ] ruby: * file.c (rb_thread_flock): ERROR_NOT_LOCKED is not an error on Cygwin.
  16425 2006-02-06 16:06 [eban ruby-lang.org  ] ruby: * file.c (rb_thread_flock): ERROR_NOT_LOCKED is not an error on Cygwin.
  16426 2006-02-06 16:13 [eban ruby-lang.org  ] ruby: * file.c (cygwin_flock): save old errno.
  16427 2006-02-06 16:13 [eban ruby-lang.org  ] ruby: * file.c (cygwin_flock): save old errno.
  16428 2006-02-06 16:26 [ocean ruby-lang.org ] ruby: * file.c: commit miss?            
  16429 2006-02-07 23:05 [ocean ruby-lang.org ] ruby, ruby/ext/zlib: * ext/zlib/zlib.c: should not access ruby objects in finalizer.
  16430 2006-02-07 23:05 [ocean ruby-lang.org ] ruby, ruby/ext/zlib: * ext/zlib/zlib.c: should not access ruby objects in finalizer.
  16431 2006-02-07 23:42 [eban ruby-lang.org  ] ruby: * 2006-02-07                      
  16432 2006-02-07 23:43 [eban ruby-lang.org  ] ruby: * 2006-02-07                      
  16433 2006-02-09 11:22 [usa ruby-lang.org   ] ruby: * eval.c (rb_obj_instance_exec): fixed typo of rdoc.
  16434 2006-02-09 11:22 [usa ruby-lang.org   ] ruby: * 2006-02-09                      
  16435 2006-02-11 22:00 [suke ruby-lang.org  ] ruby/ext/win32ole/tests, ruby/ext/win32ole, ruby: add WIN32OLE.create_guid.
  16436 2006-02-11 22:03 [eban ruby-lang.org  ] ruby: * 2006-02-11                      
  16437 2006-02-12 01:13 [matz ruby-lang.org  ] ruby/test/ruby, ruby/test/drb, ruby: * eval.c (eval): no need to push ruby_class.  [ruby-dev:28176]
  16438 2006-02-12 01:16 [eban ruby-lang.org  ] ruby: * 2006-02-12                      
  16439 2006-02-13 00:05 [kosako ruby-lang.org] ruby: merge Oniguruma 4.0.1             
  16440 2006-02-13 00:09 [seki ruby-lang.org  ] ruby, ruby/lib: add instance variable @insert_cmd to change <%='s behavior. (backported 1.15 - 1.16)
  16441 2006-02-13 00:13 [eban ruby-lang.org  ] ruby: * 2006-02-13                      
  16442 2006-02-13 13:30 [matz ruby-lang.org  ] ruby: * eval.c (eval): should push class from binding if supplied.
  16443 2006-02-13 13:53 [matz ruby-lang.org  ] ruby/lib/irb, ruby/ext/zlib, ruby/ext/sdbm, ruby/ext/gdbm, ruby/ext/dbm, ruby: * parse.y (parser_parse_string): mention "regexp" in a error
  16444 2006-02-13 18:08 [matz ruby-lang.org  ] ruby: * eval.c (copy_node_scope): remove duplicated semicolons at end.
  16445 2006-02-13 18:11 [matz ruby-lang.org  ] ruby/test/drb, ruby: * eval.c (rb_call0): argument update propagation.  [ruby-dev:28044]
  16446 2006-02-13 23:22 [ocean ruby-lang.org ] ruby: * common.mk: io.c is depending on env.h
  16447 2006-02-14 11:23 [matz ruby-lang.org  ] ruby: * io.c (argf_forward): should not use frame->argv.
  16448 2006-02-14 11:25 [eban ruby-lang.org  ] ruby: * 2006-02-14                      
  16449 2006-02-14 11:48 [usa ruby-lang.org   ] ruby, ruby/win32: * time.c (search_time_t): support non 32bit time_t environments.
  16450 2006-02-14 11:48 [usa ruby-lang.org   ] ruby: * 2006-02-14                      
  16451 2006-02-14 11:52 [usa ruby-lang.org   ] ruby: * ChangeLog: typo.                
  16452 2006-02-14 13:39 [usa ruby-lang.org   ] ruby, ruby/win32: * win32/Makefile.sub (config.h): should define HAVE_LONG_LONG with
  16453 2006-02-14 13:49 [usa ruby-lang.org   ] ruby, ruby/win32: * win32/win32.c (rb_w32_utime): drop read-only attribute before
  16454 2006-02-14 14:03 [usa ruby-lang.org   ] ruby, ruby/win32: * time.c (search_time_t): support non 32bit time_t environments.
  16455 2006-02-14 15:16 [ocean ruby-lang.org ] ruby, ruby/ext/zlib: * ext/zlib/zlib.c: supress warning on test/zlib. [ruby-dev:28323]
  16456 2006-02-14 15:17 [ocean ruby-lang.org ] ruby, ruby/ext/zlib: * ext/zlib/zlib.c: supress warning on test/zlib. [ruby-dev:28323]
  16457 2006-02-14 19:12 [matz ruby-lang.org  ] ruby: * eval.c (DMETHOD_P): accessing wrong frame.  [ruby-dev:28181]
  16458 2006-02-14 20:21 [ocean ruby-lang.org ] ruby/ext/zlib: * ext/zlib/zlib.c: fixed typo.
  16459 2006-02-14 20:38 [ocean ruby-lang.org ] ruby: * string.c: fixed typo.           
  16460 2006-02-14 21:36 [matz ruby-lang.org  ] ruby: * enumerator.c (enumerator_each): return self if no block is
  16461 2006-02-14 22:07 [matz ruby-lang.org  ] ruby: * eval.c (DMETHOD_P): accessing wrong frame.  [ruby-dev:28181]
  16462 2006-02-15 09:23 [matz ruby-lang.org  ] ruby: * eval.c (rb_obj_instance_eval): should no singleton classes for
  16463 2006-02-15 09:26 [matz ruby-lang.org  ] ruby: * eval.c (rb_obj_instance_eval): should no singleton classes for
  16464 2006-02-15 10:14 [matz ruby-lang.org  ] ruby: * eval.c (yield_under_i): should not pass self as an argument to
  16465 2006-02-15 10:17 [usa ruby-lang.org   ] ruby: * 2006-02-15                      
  16466 2006-02-15 10:17 [usa ruby-lang.org   ] ruby: * 2006-02-15                      
  16467 2006-02-15 10:24 [matz ruby-lang.org  ] ruby: * eval.c (yield_under_i): should not pass self as an argument to
  16468 2006-02-15 15:22 [matz ruby-lang.org  ] ruby: * eval.c (error_line): remove void control path.  [ruby-dev:28335]
  16469 2006-02-15 17:44 [matz ruby-lang.org  ] ruby: * eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in its
  16470 2006-02-15 17:46 [matz ruby-lang.org  ] ruby: * eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in its
  16471 2006-02-16 01:17 [matz ruby-lang.org  ] ruby: * eval.c (backtrace): frame->orig_func may not be initialized.
  16472 2006-02-16 01:24 [eban ruby-lang.org  ] ruby: * 2006-02-16                      
  16473 2006-02-17 10:06 [matz ruby-lang.org  ] ruby: * eval.c (rb_thread_wait_for): sleep should always sleep for
  16474 2006-02-17 10:10 [usa ruby-lang.org   ] ruby: * 2006-02-17                      
  16475 2006-02-17 11:19 [ocean ruby-lang.org ] ruby, ruby/test/ruby: * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]
  16476 2006-02-17 11:21 [ocean ruby-lang.org ] ruby, ruby/test/ruby: * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]
  16477 2006-02-17 11:22 [eban ruby-lang.org  ] ruby: * 2006-02-17                      
  16478 2006-02-17 17:40 [matz ruby-lang.org  ] ruby/test/digest, ruby/lib/test/unit/collector, ruby: * eval.c (ev_const_get): simplified using rb_const_get_fallback().
  16479 2006-02-18 00:26 [matz ruby-lang.org  ] ruby/lib, ruby: * lib/tracer.rb: merged a minor clarification patch from Daniel
  16480 2006-02-18 00:40 [matz ruby-lang.org  ] ruby/lib, ruby: * lib/tracer.rb: merged a minor clarification patch from Daniel
  16481 2006-02-18 01:03 [eban ruby-lang.org  ] ruby: * 2006-02-18                      
  16482 2006-02-18 01:05 [eban ruby-lang.org  ] ruby: * 2006-02-18                      
  16483 2006-02-18 01:08 [matz ruby-lang.org  ] ruby: * variable.c (rb_const_get_0): skip ruby_wrapper in const search
  16484 2006-02-18 12:23 [matz ruby-lang.org  ] ruby/lib, ruby: * lib/fileutils.rb (FileUtils::fu_world_writable): make it
  16485 2006-02-18 21:18 [matz ruby-lang.org  ] ruby: * eval.c (rb_obj_instance_eval): RDoc description updated.  a
  16486 2006-02-19 00:35 [matz ruby-lang.org  ] ruby/lib/rdoc/parsers, ruby/lib, ruby: * lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer mode
  16487 2006-02-19 00:39 [matz ruby-lang.org  ] ruby/lib/rdoc/parsers, ruby/lib, ruby: * lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer mode
  16488 2006-02-19 00:58 [eban ruby-lang.org  ] ruby: * 2006-02-19                      
  16489 2006-02-19 00:59 [eban ruby-lang.org  ] ruby: * 2006-02-19                      
  16490 2006-02-20 00:17 [akr ruby-lang.org   ] ruby, ruby/lib: * lib/open-uri.rb: add :ssl_verify_mode option.
  16491 2006-02-20 00:36 [eban ruby-lang.org  ] ruby: * 2006-02-20                      
  16492 2006-02-20 00:59 [gotoyuzo ruby-lang.o] ruby, ruby/ext/openssl: * ext/openssl/ossl.h (OSSL_Debug): should not use __func__.
  16493 2006-02-20 01:00 [gotoyuzo ruby-lang.o] ruby, ruby/ext/openssl: * ext/openssl/ossl.h (OSSL_Debug): should not use __func__.
  16494 2006-02-20 01:11 [eban ruby-lang.org  ] ruby: * 2006-02-20                      
  16495 2006-02-20 09:15 [matz ruby-lang.org  ] ruby/lib/webrick/httpservlet, ruby/lib, ruby: * lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler):
  16496 2006-02-20 09:33 [matz ruby-lang.org  ] ruby/lib, ruby: * lib/delegate.rb (Delegator): should not delegate "funcall".
  16497 2006-02-20 09:53 [matz ruby-lang.org  ] ruby: * eval.c: initial value for block_unique must be 1.
  16498 2006-02-20 09:55 [matz ruby-lang.org  ] ruby/lib, ruby: * lib/rational.rb (Integer::gcd): replaced by gcd4 in
  16499 2006-02-20 10:07 [matz ruby-lang.org  ] ruby: * variable.c (rb_const_get_0): Object should have been the lowest
  16500 2006-02-20 13:13 [matz ruby-lang.org  ] ruby/lib, ruby: * lib/rational.rb (Integer::gcd): small typo fix. [ruby-core:07395]

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