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

ruby-cvs:20701-20800

  20701 2007-09-17 05:42 [shyouhei ruby-lang.o] Ruby:r13464: add tag v1_8_6_106         
  20702 2007-09-17 21:02 [aamine ruby-lang.org] Ruby:r13465 (trunk): * parse.y (ripper): rename event: arglist_* -> args_*.
  20703 2007-09-17 21:07 [aamine ruby-lang.org] Ruby:r13466 (trunk): * lib/net/http.rb (HTTP::GenericRequest#initialize): check path is not nil. [ruby-dev:31149]
  20704 2007-09-18 22:12 [keiju ruby-lang.org ] Ruby:r13467 (trunk): * lib/matrix.rb: fix a coerce bug of Vector. [ruby-core: 12190]
  20705 2007-09-19 11:13 [shyouhei ruby-lang.o] Ruby:r13468 (ruby_1_8_6): * bignum.c (bigtrunc): RBIGNUM(x)->len may be zero.  out of bound
  20706 2007-09-19 11:13 [shyouhei ruby-lang.o] Ruby:r13469: add tag v1_8_6_107         
  20707 2007-09-20 17:25 [nobu ruby-lang.org  ] Ruby:r13470 (ruby_1_8): * process.c (rb_detach_process): cast for the platforms where size of
  20708 2007-09-20 17:28 [nobu ruby-lang.org  ] Ruby:r13471 (trunk): * io.c (popen_exec), process.c (rb_spawn): stop other threads before
  20709 2007-09-20 17:32 [nobu ruby-lang.org  ] Ruby:r13472 (ruby_1_8): * process.c (proc_prepare_args): commit miss.
  20710 2007-09-21 01:46 [nobu ruby-lang.org  ] Ruby:r13473 (ruby_1_8): * string.c (str_alloc): defaults to null_str instead of NULL.
  20711 2007-09-21 02:03 [matz ruby-lang.org  ] Ruby:r13474 (trunk): * hash.c (hash_equal): should call rb_eql when argument eql is set.
  20712 2007-09-21 02:14 [matz ruby-lang.org  ] Ruby:r13475 (trunk): * re.c (rb_reg_match_m): evaluate a block if match.  it would make
  20713 2007-09-21 03:05 [nobu ruby-lang.org  ] Ruby:r13476 (ruby_1_8): * eval.c, intern.h, ext/thread/thread.c: should not free queue while
  20714 2007-09-21 03:48 [nobu ruby-lang.org  ] Ruby:r13477 (trunk): * st.c (hash_32a.c): reverted the original keywords.
  20715 2007-09-21 04:58 [nobu ruby-lang.org  ] Ruby:r13478 (trunk): * misc/ruby-style.el (ruby-style-label-indent): fix for function top
  20716 2007-09-21 14:51 [nobu ruby-lang.org  ] Ruby:r13479 (trunk): * gc.c (gc_mark_rest): copy just used part.
  20717 2007-09-21 15:40 [nobu ruby-lang.org  ] Ruby:r13480 (ruby_1_8): * process.c (struct rb_exec_arg): forgot to commit.
  20718 2007-09-21 15:46 [nobu ruby-lang.org  ] Ruby:r13481 (ruby_1_8): * process.c (struct rb_exec_arg): proc should be a VALUE.
  20719 2007-09-22 05:19 [nobu ruby-lang.org  ] Ruby:r13482 (trunk, ruby_1_8): * ext/stringio/stringio.c (strio_init): separate from strio_initialize
  20720 2007-09-22 06:02 [nobu ruby-lang.org  ] Ruby:r13483 (ruby_1_8, trunk): * lib/optparse.rb (OptionParser::List::summarize): use each_line if
  20721 2007-09-23 00:29 [akr ruby-lang.org   ] Ruby:r13484 (trunk): add test for [ruby-dev:31816].
  20722 2007-09-23 00:56 [akr ruby-lang.org   ] Ruby:r13485 (trunk): add test for [ruby-dev:31818].
  20723 2007-09-23 05:58 [shyouhei ruby-lang.o] Ruby:r13486 (ruby_1_8_6, ruby_1_8, trunk, ruby_1_8_5): * lib/rdoc/options.rb (Options::check_diagram): dot -V output
  20724 2007-09-23 06:07 [shyouhei ruby-lang.o] Ruby:r13487 (ruby_1_8_6): * ext/stringio/stringio.c (strio_init): separate from strio_initialize
  20725 2007-09-23 06:07 [shyouhei ruby-lang.o] Ruby:r13488: add tag v1_8_6_109         
  20726 2007-09-23 06:09 [shyouhei ruby-lang.o] Ruby:r13489 (ruby_1_8_5): * ext/stringio/stringio.c (strio_init): separate from strio_initialize
  20727 2007-09-23 06:09 [shyouhei ruby-lang.o] Ruby:r13490: add tag v1_8_5_113         
  20728 2007-09-23 06:16 [nobu ruby-lang.org  ] Ruby:r13491 (trunk): * eval_method.ci (remove_method): check for undefined method.
  20729 2007-09-23 08:26 [akr ruby-lang.org   ] Ruby:r13492 (trunk): add test for [ruby-dev:31817].
  20730 2007-09-23 08:49 [akr ruby-lang.org   ] Ruby:r13493 (trunk): merge tests for [ruby-dev:31816] and [ruby-dev:31817].
  20731 2007-09-23 08:58 [nobu ruby-lang.org  ] Ruby:r13494 (ruby_1_8, trunk): * eval_method.ci (rb_attr): should not use alloca for unknowen size
  20732 2007-09-23 09:01 [shyouhei ruby-lang.o] Ruby:r13496: add tag v1_8_6_110         
  20733 2007-09-23 09:01 [shyouhei ruby-lang.o] Ruby:r13495 (ruby_1_8_6): * eval.c, intern.h, ext/thread/thread.c: should not free queue while
  20734 2007-09-23 09:05 [nobu ruby-lang.org  ] Ruby:r13497 (ruby_1_8, trunk): * gc.c (os_obj_of, os_each_obj): hide objects to be finalized.
  20735 2007-09-23 17:20 [shyouhei ruby-lang.o] Ruby:r13498 (ruby_1_8): Sorry nobu, reverting r13473, which turned out to be a SEGV-generator.
  20736 2007-09-24 07:21 [gotoyuzo ruby-lang.o] Ruby:r13499 (trunk): * lib/net/http.rb: an SSL verification (the server hostname should
  20737 2007-09-24 07:21 [gotoyuzo ruby-lang.o] Ruby:r13500 (ruby_1_8): * lib/net/http.rb: an SSL verification (the server hostname should
  20738 2007-09-24 16:55 [shyouhei ruby-lang.o] Ruby:r13501 (ruby_1_8, trunk): lib/net/http.rb: fix typo.
  20739 2007-09-24 17:02 [shyouhei ruby-lang.o] Ruby:r13502 (ruby_1_8_5): * lib/net/http.rb: fix typo.
  20740 2007-09-24 17:02 [shyouhei ruby-lang.o] Ruby:r13503: add tag v1_8_5_114         
  20741 2007-09-24 17:12 [shyouhei ruby-lang.o] Ruby:r13504 (ruby_1_8_6): * lib/net/http.rb: an SSL verification (the server hostname should
  20742 2007-09-24 17:12 [shyouhei ruby-lang.o] Ruby:r13505: add tag v1_8_6_111         
  20743 2007-09-24 17:56 [nobu ruby-lang.org  ] Ruby:r13506 (trunk): * ext/strscan/strscan.c (strscan_initialize, strscan_getch): use the
  20744 2007-09-24 22:15 [matz ruby-lang.org  ] Ruby:r13507 (trunk): * lib/weakref.rb (WeakRef): remove debug print.  [ruby-dev:31799]
  20745 2007-09-24 22:18 [matz ruby-lang.org  ] Ruby:r13508 (trunk): * hash.c (hash_i): avoid too frequent hash conflict where key and
  20746 2007-09-24 22:43 [matz ruby-lang.org  ] Ruby:r13509 (trunk): * array.c (rb_ary_equal): should handle recursive array.
  20747 2007-09-25 21:40 [matz ruby-lang.org  ] Ruby:r13510 (trunk): * eval.c (rb_longjmp): source file information may be NULL.
  20748 2007-09-25 21:41 [matz ruby-lang.org  ] Ruby:r13511 (trunk): * eval_method.ci (remove_method): should not remove undef place
  20749 2007-09-25 21:45 [matz ruby-lang.org  ] Ruby:r13512 (trunk): * io.c (io_ungetc): reallocate internal buffer if pushing data
  20750 2007-09-26 05:12 [nobu ruby-lang.org  ] Ruby:r13513 (ruby_1_8): * parse.y (yyerror): limit error message length.  [ruby-dev:31848]
  20751 2007-09-26 05:12 [nobu ruby-lang.org  ] Ruby:r13514 (trunk): * parse.y (parser_yyerror): limit error message length.
  20752 2007-09-26 08:36 [nobu ruby-lang.org  ] Ruby:r13515 (ruby_1_8, trunk): * Makefile.in (ext/extinit.o): use $(OUTFLAG) as well as other
  20753 2007-09-26 09:41 [akr ruby-lang.org   ] Ruby:r13516 (trunk): new file.          
  20754 2007-09-26 15:01 [nobu ruby-lang.org  ] Ruby:r13517 (trunk): * eval_method.ci (rb_get_alloc_func): cast to suppress a warning.
  20755 2007-09-26 18:39 [nobu ruby-lang.org  ] Ruby:r13518 (trunk): * encoding.c (rb_enc_check): check for ASCII-compatibilities.
  20756 2007-09-26 19:26 [ko1 ruby-lang.org   ] Ruby:r13519 (trunk): * cont.c: Fiber as SemiCoroutine on default. [ruby-core:12146]
  20757 2007-09-26 19:29 [ko1 ruby-lang.org   ] Ruby:r13520 (trunk): * insnhelper.ci (vm_throw): fix to move increment point.
  20758 2007-09-26 19:39 [ko1 ruby-lang.org   ] Ruby:r13521 (trunk): * eval.c (eval): fix to check stack overflow.
  20759 2007-09-26 19:41 [ko1 ruby-lang.org   ] Ruby:r13522 (trunk): add ML number.     
  20760 2007-09-26 20:01 [ko1 ruby-lang.org   ] Ruby:r13523 (trunk): * bootstraptest/test_knownbug.rb: move fixed tests.
  20761 2007-09-26 20:12 [ko1 ruby-lang.org   ] Ruby:r13524 (trunk): * bootstraptest/test_knownbug.rb: remove a fixed test.
  20762 2007-09-26 23:54 [nobu ruby-lang.org  ] Ruby:r13525 (ruby_1_8): * ext/extmk.rb (extmake), lib/mkmf.rb (configuration): top_srcdir
  20763 2007-09-27 03:17 [nobu ruby-lang.org  ] Ruby:r13526 (trunk): * process.c (rb_waitpid): no needs to poll.  [ruby-dev:31871]
  20764 2007-09-27 04:12 [nobu ruby-lang.org  ] Ruby:r13527 (trunk): * marshal.c (struct dump_arg, struct load_arg): added wrappers to mark
  20765 2007-09-27 04:40 [nobu ruby-lang.org  ] Ruby:r13528 (trunk): * gc.c (rb_mark_set): new function to mark keys.
  20766 2007-09-27 04:46 [nobu ruby-lang.org  ] Ruby:r13529 (trunk): * encoding.c (rb_enc_associate_index): deal with ASCII compatible
  20767 2007-09-27 04:51 [nobu ruby-lang.org  ] Ruby:r13530 (trunk): * string.c (rb_str_associate_encoding): commit miss.
  20768 2007-09-27 07:40 [akr ruby-lang.org   ] Ruby:r13531 (trunk): * bootstraptest/runner.rb (assert_finish): new method.
  20769 2007-09-27 08:24 [akr ruby-lang.org   ] Ruby:r13532 (trunk): refine a test.     
  20770 2007-09-27 09:42 [nobu ruby-lang.org  ] Ruby:r13533 (trunk): * parse.y (strings, xstring, regexp, dsym): empty strings have
  20771 2007-09-27 15:45 [ko1 ruby-lang.org   ] Ruby:r13534 (trunk): * ext/fiber/fiber.c: modify prototype declaration.
  20772 2007-09-27 15:46 [ko1 ruby-lang.org   ] Ruby:r13535 (trunk): * benchmark/driver.rb: added.
  20773 2007-09-27 17:33 [ko1 ruby-lang.org   ] Ruby:r13536 (trunk): * benchmark/driver.rb: fix to output some helpful messages.
  20774 2007-09-27 17:38 [usa ruby-lang.org   ] Ruby:r13537 (trunk): * win32/REAMDE.win32: follow recent changes.
  20775 2007-09-27 18:51 [akr ruby-lang.org   ] Ruby:r13538 (trunk): add test for thread local variable with fiber.
  20776 2007-09-28 09:23 [akr ruby-lang.org   ] Ruby:r13539 (trunk): thread variable test refined.
  20777 2007-09-28 12:51 [ko1 ruby-lang.org   ] Ruby:r13540 (trunk): * benchmark/driver.rb: fix file selection algorithm.
  20778 2007-09-28 12:53 [ko1 ruby-lang.org   ] Ruby:r13541 (trunk): * benchmark/bm_app_erb.rb: added.
  20779 2007-09-28 13:20 [nobu ruby-lang.org  ] Ruby:r13542 (trunk): * io.c (rb_io_getline_fast, rb_io_getline_1): set encoding to the
  20780 2007-09-28 15:21 [akr ruby-lang.org   ] Ruby:r13543 (trunk): * include/ruby/intern.h: export rb_ivar_foreach.
  20781 2007-09-28 15:34 [akr ruby-lang.org   ] Ruby:r13544 (trunk): check codepage for SJIS pathname test.
  20782 2007-09-28 16:00 [ko1 ruby-lang.org   ] Ruby:r13545 (trunk): * benchmark/driver.rb: fix to output benchmark results
  20783 2007-09-28 16:25 [matz ruby-lang.org  ] Ruby:r13546 (trunk): * vm_core.h (rb_vm_struct): fix typo: bufferd -> buffered.
  20784 2007-09-28 18:07 [matz ruby-lang.org  ] Ruby:r13547 (trunk): * string.c (rb_str_comparable): need not to check asciicompat here.
  20785 2007-09-28 19:18 [ko1 ruby-lang.org   ] Ruby:r13548 (trunk): * benchmark/driver.rb: fix notations.
  20786 2007-09-28 20:57 [akr ruby-lang.org   ] Ruby:r13549 (trunk): rb_classext_t member order exchanged to
  20787 2007-09-28 22:42 [ko1 ruby-lang.org   ] Ruby:r13550 (trunk): * benchmark/bm_so_fasta.rb: added.
  20788 2007-09-28 23:17 [matz ruby-lang.org  ] Ruby:r13551 (trunk): * insnhelper.ci (vm_call_method): allow send! to call protected
  20789 2007-09-29 00:58 [akr ruby-lang.org   ] Ruby:r13552 (trunk): UNIXServer.new("a\0b") test removed because
  20790 2007-09-29 01:51 [akr ruby-lang.org   ] Ruby:r13553 (trunk): don't generate temporary files under current directory.
  20791 2007-09-29 03:22 [akr ruby-lang.org   ] Ruby:r13554 (trunk): refine previous change.
  20792 2007-09-29 04:04 [ko1 ruby-lang.org   ] Ruby:r13555 (trunk): * cont.c: Thread local storage should be fiber local.
  20793 2007-09-29 04:27 [nobu ruby-lang.org  ] Ruby:r13556 (trunk): * encoding.c (rb_enc_alias): allow encodings multiple aliases.
  20794 2007-09-29 05:29 [nobu ruby-lang.org  ] Ruby:r13557 (trunk): * io.c (rb_io_fdopen): create IO object from fd.
  20795 2007-09-29 06:47 [nobu ruby-lang.org  ] Ruby:r13558 (trunk): * ruby.c (struct cmdline_options): static variables packed.
  20796 2007-09-29 06:50 [nobu ruby-lang.org  ] Ruby:r13559 (trunk): * ruby.c (origarg): commit miss.
  20797 2007-09-29 08:50 [nobu ruby-lang.org  ] Ruby:r13560 (trunk): * common.mk (ruby.o): using encoding.h.
  20798 2007-09-29 08:57 [nobu ruby-lang.org  ] Ruby:r13561 (trunk): * include/ruby/win32.h (strcasecmp): needed for type_strcasehash.
  20799 2007-09-29 09:13 [akr ruby-lang.org   ] Ruby:r13562 (trunk): * object.c (rb_class_real): use BUILTIN_TYPE instead of TYPE.
  20800 2007-09-29 10:21 [akr ruby-lang.org   ] Ruby:r13563 (trunk): * variable.c (rb_ivar_set): fix class instance variable.

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