[前][次][スレッド一覧][上]
ruby-cvs:15701-15800
15701 2005-10-07 10:27 [eban at ruby-lang.or] ruby: * 2005-10-07
15702 2005-10-08 18:57 [nobu at ruby-lang.or] ruby: * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack on
15703 2005-10-08 18:58 [nobu at ruby-lang.or] ruby, ruby/ext/ripper: * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack on
15704 2005-10-08 19:15 [nobu at ruby-lang.or] ruby, ruby/ext/iconv: * ext/iconv/charset_alias.rb: parse config.charset_alias file directly.
15705 2005-10-08 19:15 [nobu at ruby-lang.or] ruby, ruby/ext/iconv: * ext/iconv/charset_alias.rb: parse config.charset_alias file directly.
15706 2005-10-08 19:19 [nobu at ruby-lang.or] ruby: * 2005-10-08
15707 2005-10-08 19:19 [nobu at ruby-lang.or] ruby: * 2005-10-08
15708 2005-10-08 19:33 [nobu at ruby-lang.or] ruby: * io.c (rb_io_init_copy): clear PREP flag for copied IO.
15709 2005-10-08 19:50 [nobu at ruby-lang.or] ruby: * eval.c (Init_Binding): add Binding#dup method. [yarv-dev:666]
15710 2005-10-08 20:05 [nobu at ruby-lang.or] ruby: * eval.c (Init_Binding): add Binding#dup method. [yarv-dev:666]
15711 2005-10-09 11:15 [suke at ruby-lang.or] ruby/ext/win32ole: create .document file for rdoc.
15712 2005-10-09 11:31 [suke at ruby-lang.or] ruby/ext/win32ole/tests: add testNIL2VTEMPTY
15713 2005-10-09 13:01 [eban at ruby-lang.or] ruby: * 2005-10-09
15714 2005-10-09 14:04 [suke at ruby-lang.or] ruby/ext/win32ole/tests: add testNIL2VTEMPTY.rb
15715 2005-10-09 15:13 [eban at ruby-lang.or] ruby: * 2005-10-09
15716 2005-10-10 00:10 [nobu at ruby-lang.or] ruby: * parse.y (ripper_initialize): rollback obj_respond_to().
15717 2005-10-10 01:23 [eban at ruby-lang.or] ruby: * 2005-10-10
15718 2005-10-10 13:22 [nobu at ruby-lang.or] ruby/test/soap/ssl: * test/soap/ssl/test_ssl.rb (test_verification, test_property, test_ciphers):
15719 2005-10-10 13:24 [nobu at ruby-lang.or] ruby/test/soap/ssl, ruby/test/testunit, ruby/test/uri: * test/soap/ssl/test_ssl.rb (test_verification, test_property, test_ciphers):
15720 2005-10-10 13:42 [eban at ruby-lang.or] ruby: * 2005-10-10
15721 2005-10-11 21:29 [nobu at ruby-lang.or] ruby: * configure.in (RUBY_FUNC_ATTRIBUTE): check prefixed attribute form
15722 2005-10-11 21:30 [nobu at ruby-lang.or] ruby: * array.c, enum.c, eval.c, util.c: safer function pointer usage.
15723 2005-10-11 21:39 [eban at ruby-lang.or] ruby: * 2005-10-11
15724 2005-10-11 21:42 [nobu at ruby-lang.or] ruby: * eval.c (rb_obj_respond_to): check if obj responds to the given
15725 2005-10-11 21:42 [nobu at ruby-lang.or] ruby: * eval.c (rb_obj_respond_to): check if obj responds to the given
15726 2005-10-11 21:44 [eban at ruby-lang.or] ruby: * 2005-10-11
15727 2005-10-12 11:12 [eban at ruby-lang.or] ruby: * file.c (rb_f_test): typo in RDoc comments.
15728 2005-10-12 11:14 [eban at ruby-lang.or] ruby: * file.c (rb_f_test): typo in RDoc comments.
15729 2005-10-12 11:15 [eban at ruby-lang.or] ruby: * 2005-10-12
15730 2005-10-12 11:15 [eban at ruby-lang.or] ruby: * 2005-10-12
15731 2005-10-12 11:26 [eban at ruby-lang.or] ruby: * file.c (rb_f_test): typos in RDoc comments.
15732 2005-10-12 11:26 [eban at ruby-lang.or] ruby: * file.c (rb_f_test): typos in RDoc comments.
15733 2005-10-12 12:54 [gotoyuzo at ruby-lan] ruby, ruby/ext/openssl: * ext/openssl/ossl.c (Init_openssl): should call OpenSSL_add_ssl_algorithms().
15734 2005-10-12 12:56 [gotoyuzo at ruby-lan] ruby, ruby/ext/openssl: * ext/openssl/ossl.c (Init_openssl): should call OpenSSL_add_ssl_algorithms().
15735 2005-10-13 23:25 [nobu at ruby-lang.or] ruby: * parse.y (HEAPCNT): bison allocates indivisible size.
15736 2005-10-13 23:26 [nobu at ruby-lang.or] ruby: * parse.y (HEAPCNT): bison allocates indivisible size.
15737 2005-10-13 23:30 [nobu at ruby-lang.or] ruby, ruby/ext/syck, ruby/missing: * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:
15738 2005-10-13 23:30 [nobu at ruby-lang.or] ruby, ruby/ext/syck, ruby/missing: * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:
15739 2005-10-13 23:33 [nobu at ruby-lang.or] ruby/ext/iconv: * ext/iconv/charset_alias.rb (charset_alias): create wrapper libray
15740 2005-10-13 23:33 [nobu at ruby-lang.or] ruby/ext/iconv: * ext/iconv/charset_alias.rb (charset_alias): create wrapper libray
15741 2005-10-13 23:35 [eban at ruby-lang.or] ruby: * 2005-10-13
15742 2005-10-13 23:35 [eban at ruby-lang.or] ruby: * 2005-10-13
15743 2005-10-14 16:40 [gotoyuzo at ruby-lan] ruby, ruby/lib/webrick: * lib/webrick/config.rb (Config::FileHandler): :UserDir should be nil.
15744 2005-10-14 16:43 [eban at ruby-lang.or] ruby: * 2005-10-14
15745 2005-10-14 16:58 [gotoyuzo at ruby-lan] ruby, ruby/lib/webrick: * lib/webrick/config.rb (Config::FileHandler): :UserDir should be nil.
15746 2005-10-14 17:03 [eban at ruby-lang.or] ruby: * 2005-10-14
15747 2005-10-14 22:06 [usa at ruby-lang.org] ruby, ruby/win32: * win32/win32.c (ioctl): should set errno.
15748 2005-10-14 22:09 [usa at ruby-lang.org] ruby, ruby/win32: * win32/win32.c (ioctl): should set errno.
15749 2005-10-14 23:10 [nobu at ruby-lang.or] ruby, ruby/win32: * win32/Makefile.sub (MKFILES): update MKFILES if configure files get
15750 2005-10-15 19:56 [seki at ruby-lang.or] ruby, ruby/bin: typo fixed, again. thanks, Doug Kearns.
15751 2005-10-15 19:57 [seki at ruby-lang.or] ruby, ruby/bin: typo fixed, again. thanks, Doug Kearns.
15752 2005-10-15 20:04 [eban at ruby-lang.or] ruby: * 2005-10-15
15753 2005-10-15 20:07 [eban at ruby-lang.or] ruby: * 2005-10-15
15754 2005-10-15 23:54 [shugo at ruby-lang.o] ruby, ruby/lib/net: * lib/net/ftp.rb: (getbinaryfile): allow nil for localfile, and
15755 2005-10-16 00:15 [usa at ruby-lang.org] ruby, ruby/win32: * win32/configure.bat: remove unnecessary line which prevents
15756 2005-10-16 00:16 [usa at ruby-lang.org] ruby: * 2005-10-16
15757 2005-10-16 14:36 [seki at ruby-lang.or] ruby, ruby/lib/rinda, ruby/test/rinda: check remote hash tuple
15758 2005-10-16 14:43 [seki at ruby-lang.or] ruby, ruby/lib/rinda, ruby/test/rinda: check remote hash tuple
15759 2005-10-16 15:56 [eban at ruby-lang.or] ruby: * 2005-10-16
15760 2005-10-16 22:17 [nobu at ruby-lang.or] ruby, ruby/ext: * ext/extmk.rb: omit non-existing directories.
15761 2005-10-16 22:17 [nobu at ruby-lang.or] ruby, ruby/ext: * ext/extmk.rb: omit non-existing directories.
15762 2005-10-17 09:44 [usa at ruby-lang.org] ruby, ruby/win32: * mkconfig.rb: fixup configure_args for mswin32 configure.
15763 2005-10-17 09:45 [usa at ruby-lang.org] ruby: * 2005-10-17
15764 2005-10-17 16:06 [usa at ruby-lang.org] ruby: * file.c (chmod_internal, lchmod_internal): fixed type of 2nd argument.
15765 2005-10-17 16:07 [usa at ruby-lang.org] ruby: * 2005-10-17
15766 2005-10-17 21:19 [nobu at ruby-lang.or] ruby: * parse.y (parser_heap): byacc never free parser stack.
15767 2005-10-18 10:18 [usa at ruby-lang.org] ruby: * mkconfig.rb: forgotten to commit.
15768 2005-10-18 10:18 [usa at ruby-lang.org] ruby: * 2005-10-18
15769 2005-10-18 11:01 [usa at ruby-lang.org] ruby, ruby/ext/dl, ruby/ext/socket, ruby/win32: * ext/dl/depend, ext/dl/extconf.rb, ext/socket/depend,
15770 2005-10-18 11:03 [usa at ruby-lang.org] ruby/ext/dl, ruby/ext/socket: * sorry, commit miss.
15771 2005-10-19 01:27 [nobu at ruby-lang.or] ruby: * regex.c (re_compile_pattern): numeric literal inside character class
15772 2005-10-19 02:12 [eban at ruby-lang.or] ruby: * 2005-10-19
15773 2005-10-19 02:35 [nobu at ruby-lang.or] ruby: * enumerator.c, eval.c, gc.c, parse.y, regparse.c, sjis.c, time.c:
15774 2005-10-19 02:36 [nobu at ruby-lang.or] ruby: * eval.c, gc.c, time.c: made internal symbols static. [ruby-dev:27435]
15775 2005-10-19 02:37 [eban at ruby-lang.or] ruby: * 2005-10-19
15776 2005-10-19 08:29 [nobu at ruby-lang.or] ruby: * file.c (rb_file_join): elements may contain null pointer strings.
15777 2005-10-19 08:29 [nobu at ruby-lang.or] ruby: * file.c (rb_file_join): elements may contain null pointer strings.
15778 2005-10-19 19:26 [nobu at ruby-lang.or] ruby: * parse.y (rb_gc_mark_parser): get rid of segfault with old yacc.
15779 2005-10-19 23:12 [matz at ruby-lang.or] ruby: * rubysig.h (CHECK_INTS): prevent signal handler to run during
15780 2005-10-19 23:58 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/mkmf.rb (create_makefile): do not unnecessary empty directories.
15781 2005-10-19 23:58 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/mkmf.rb (create_makefile): do not unnecessary empty directories.
15782 2005-10-20 00:06 [nobu at ruby-lang.or] ruby: * ChangeLog: wrong log.
15783 2005-10-20 00:07 [nobu at ruby-lang.or] ruby: * ChangeLog: wrong log.
15784 2005-10-20 00:16 [usa at ruby-lang.org] ruby: * rubysig.h (CHECK_INTS): fix typo.
15785 2005-10-20 00:17 [usa at ruby-lang.org] ruby: * 2005-10-20
15786 2005-10-20 07:55 [nobu at ruby-lang.or] ruby, ruby/ext/ripper, ruby/lib: * lib/mkmf.rb (create_makefile): get rid of a restriction
15787 2005-10-20 07:56 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/mkmf.rb (create_makefile): get rid of a restriction
15788 2005-10-20 07:57 [nobu at ruby-lang.or] ruby: * 2005-10-20
15789 2005-10-20 09:42 [ocean at ruby-lang.o] ruby, ruby/lib: * lib/mkmf.rb (create_makefile): Borland make seems not to allow
15790 2005-10-20 09:42 [ocean at ruby-lang.o] ruby, ruby/lib: * lib/mkmf.rb (create_makefile): Borland make seems not to allow
15791 2005-10-20 11:22 [ocean at ruby-lang.o] ruby, ruby/missing: * eval.c, file.c, ruby.c: removed strchr, strrchr, strstr definition
15792 2005-10-20 11:56 [ocean at ruby-lang.o] ruby: * class.c, eval.c, hash.c, st.c, variable.c: changed /* ??? */ stuff
15793 2005-10-20 22:15 [nobu at ruby-lang.or] ruby: * parser.y (struct parser_params): parser never modify input string.
15794 2005-10-20 22:23 [nobu at ruby-lang.or] ruby, ruby/ext/ripper/tools: * ext/ripper/tools/preproc.rb (prelude): do not append surplus
15795 2005-10-21 15:25 [ocean at ruby-lang.o] ruby: * bignum.c (bignew_1): convertion from `int' to `char' discards
15796 2005-10-21 15:28 [eban at ruby-lang.or] ruby: * 2005-10-21
15797 2005-10-21 15:28 [ocean at ruby-lang.o] ruby: * bignum.c (bignew_1): convertion from `int' to `char' discards
15798 2005-10-21 15:31 [ocean at ruby-lang.o] ruby: * time.c: should use LONG_LONG instead of `long long'.
15799 2005-10-21 15:33 [ocean at ruby-lang.o] ruby: * time.c: should use LONG_LONG instead of `long long'.
15800 2005-10-21 15:35 [eban at ruby-lang.or] ruby: * 2005-10-21
[前][次][スレッド一覧][上]