[前][次][スレッド一覧][上]
ruby-cvs:18101-18200
18101 2006-09-05 22:07 [nobu at ruby-lang.or] ruby, ruby/ext/tk, ruby/ext/tk/tkutil: * ext/tk/tcltklib.c: use rb_ary_new3() since RARRAY_LEN() is not l-value.
18102 2006-09-06 12:13 [naruse at ruby-lang.] ruby, ruby, ruby/ext/nkf/lib: * ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): fix regexp for euc-jp
18103 2006-09-06 12:20 [naruse at ruby-lang.] ruby, ruby, ruby/ext/nkf/lib: * ext/nkf/lib/kconv.rb (Kconv::toeuc): remove -m0 [ruby-dev:29505]
18104 2006-09-06 13:25 [matz at ruby-lang.or] ruby: * parse.y (symbols_i): need to initialize early-created symbols.
18105 2006-09-07 01:59 [matz at ruby-lang.or] ruby, ruby: * string.c (sym_equal): override. check equivalence.
18106 2006-09-07 23:27 [nobu at ruby-lang.or] ruby: * file.c (path_check_0, fpath_check): disable path check on cygwin.
18107 2006-09-07 23:28 [nobu at ruby-lang.or] ruby, ruby: * file.c (path_check_0, fpath_check): disable path check on cygwin.
18108 2006-09-08 01:10 [matz at ruby-lang.or] ruby, ruby: * time.c (time_to_s): adopt new date format using digits
18109 2006-09-08 01:11 [matz at ruby-lang.or] ruby: * object.c (nil_to_s): returns the empty string again.
18110 2006-09-08 01:32 [matz at ruby-lang.or] ruby/lib: * array.c (Init_Array): #to_s to be an alias to #inspect.
18111 2006-09-08 01:33 [matz at ruby-lang.or] ruby: * array.c (Init_Array): #to_s to be an alias to #inspect.
18112 2006-09-08 01:36 [matz at ruby-lang.or] ruby, ruby: * numeric.c (fix_plus): addition in Fixnum will never overflow
18113 2006-09-08 01:36 [matz at ruby-lang.or] ruby: * ruby.h (RSTRING_PTR): add migration macro.
18114 2006-09-08 08:25 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/optparse.rb: suppress `assigning void value' warning.
18115 2006-09-08 08:59 [nobu at ruby-lang.or] ruby, ruby/win32: * win32/Makefile.sub, win32/configure.bat win32/setup.mak: program
18116 2006-09-08 09:00 [nobu at ruby-lang.or] ruby, ruby/win32: * win32/Makefile.sub, win32/configure.bat win32/setup.mak: program
18117 2006-09-08 10:04 [gotoyuzo at ruby-lan] ruby, ruby/lib/webrick, ruby/test/webrick: * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): new
18118 2006-09-08 10:05 [gotoyuzo at ruby-lan] ruby, ruby/lib/webrick, ruby/test/webrick: * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): new
18119 2006-09-08 10:53 [ser at ruby-lang.org] ruby/lib/rexml, ruby/lib/rexml/parsers: Merged changes from REXML 3.1.5.
18120 2006-09-08 10:56 [ser at ruby-lang.org] ruby/lib/rexml: Forgot to update the version. Grrr.
18121 2006-09-08 11:03 [ser at ruby-lang.org] ruby/lib/rexml, ruby/lib/rexml/parsers: Merged changes into HEAD from REXML 3.1.5.
18122 2006-09-08 16:38 [usa at ruby-lang.org] ruby, ruby/ext, ruby/lib, ruby/win32: * ext/extmk.rb (extmake): follow Array#to_s.
18123 2006-09-08 16:55 [matz at ruby-lang.or] ruby: * string.c (str_alloc): should allocate a String object, even when
18124 2006-09-09 04:48 [nobu at ruby-lang.or] ruby, ruby, ruby/ext, ruby/lib, ruby/win32: * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.
18125 2006-09-09 04:49 [nobu at ruby-lang.or] ruby, ruby, ruby/bcc32, ruby/ext, ruby/lib, ruby/win32: * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.
18126 2006-09-09 04:55 [nobu at ruby-lang.or] ruby, ruby/ext: * ext/extmk.rb: Proc#call does not pass the block in 1.8.
18127 2006-09-09 04:56 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/pstore.rb: open all in binary mode, and get rid of the quirk of
18128 2006-09-09 04:56 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/pstore.rb: open all in binary mode, and get rid of the quirk of
18129 2006-09-09 05:02 [nobu at ruby-lang.or] ruby/bcc32: * bcc32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.
18130 2006-09-09 14:06 [drbrain at ruby-lang] ruby/lib/test/unit: Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783]
18131 2006-09-09 14:10 [drbrain at ruby-lang] ruby: Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783]
18132 2006-09-09 14:12 [drbrain at ruby-lang] ruby/lib/test/unit: Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783]
18133 2006-09-09 14:14 [drbrain at ruby-lang] ruby: Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783]
18134 2006-09-10 00:27 [matz at ruby-lang.or] ruby, ruby: * bignum.c (rb_big_mul0): bignum multiplication without
18135 2006-09-10 01:19 [matz at ruby-lang.or] ruby, ruby: * file.c (rb_f_test): test(0) should not have any special
18136 2006-09-10 09:09 [nobu at ruby-lang.or] ruby: * eval.c (stack_extend): fixed prototype.
18137 2006-09-10 09:18 [nobu at ruby-lang.or] ruby: * eval.c (rb_require_safe): prevent extension from loading twice.
18138 2006-09-10 09:18 [nobu at ruby-lang.or] ruby: * eval.c (rb_require_safe): prevent extension from loading twice.
18139 2006-09-10 09:20 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/optparse.rb: splat parsed arguments.
18140 2006-09-10 09:41 [nobu at ruby-lang.or] ruby: * file.c: ISPRINT() needs ctype.h
18141 2006-09-10 20:26 [tadf at ruby-lang.or] ruby, ruby/lib, ruby/lib/date: updated based on date2 3.9.1.
18142 2006-09-10 20:27 [tadf at ruby-lang.or] ruby, ruby/lib, ruby/lib/date: updated based on date2 3.9.1.
18143 2006-09-10 23:00 [nobu at ruby-lang.or] ruby: * instruby.rb (parse_args): remove splat.
18144 2006-09-11 07:41 [matz at ruby-lang.or] ruby, ruby: * string.c (sym_equal): "sym == str" should compare them as
18145 2006-09-11 11:48 [matz at ruby-lang.or] ruby, ruby/lib/rexml, ruby/lib/rexml/encodings: * lib/rexml/source.rb (REXML::Source::encoding): should not
18146 2006-09-11 17:09 [matz at ruby-lang.or] ruby: * hash.c (rb_hash_identical): a new method to make a hash to
18147 2006-09-12 04:08 [matz at ruby-lang.or] ruby, ruby: * hash.c (rb_hash_compare_by_identity): rename Hash#identical to
18148 2006-09-13 01:14 [nobu at ruby-lang.or] ruby, ruby, ruby/lib: * lib/optparse.rb (OptionParser#getopts): works with pre-registered
18149 2006-09-13 01:14 [nobu at ruby-lang.or] ruby, ruby, ruby/lib: * lib/optparse.rb (OptionParser#getopts): works with pre-registered
18150 2006-09-13 16:49 [matz at ruby-lang.or] ruby: * string.c (rb_str_intern): prohibit interning tainted string.
18151 2006-09-13 17:09 [matz at ruby-lang.or] ruby/lib/rexml/encodings: * hash.c (rb_hash_compare_by_identity): rename Hash#identical to
18153 2006-09-13 17:15 [matz at ruby-lang.or] ruby: * string.c (rb_str_intern): prohibit interning tainted string.
18154 2006-09-13 17:19 [matz at ruby-lang.or] ruby: * string.c (rb_str_intern): allow symbols to contains nul.
18155 2006-09-13 18:28 [matz at ruby-lang.or] ruby, ruby/misc: * misc/ruby-mode.el (ruby-parse-partial): better here-doc support.
18156 2006-09-13 18:29 [matz at ruby-lang.or] ruby, ruby/misc: * misc/ruby-mode.el (ruby-parse-partial): better here-doc support.
18157 2006-09-13 18:49 [matz at ruby-lang.or] ruby: * README.EXT: English adjustment. [ruby-core:08851] and
18158 2006-09-13 18:49 [matz at ruby-lang.or] ruby: * README.EXT: English adjustment. [ruby-core:08851] and
18159 2006-09-13 23:44 [matz at ruby-lang.or] ruby: * README.EXT: English adjustment. [ruby-core:08855]
18160 2006-09-13 23:45 [matz at ruby-lang.or] ruby: * README.EXT: English adjustment. [ruby-core:08855]
18161 2006-09-14 01:03 [akr at ruby-lang.org] ruby, ruby, ruby/ext/digest/lib: * ext/digest/lib/digest.rb: new file.
18162 2006-09-14 01:15 [usa at ruby-lang.org] ruby: * gc.c (ruby_init_stack): decrease "stack level too deep" in Windows.
18163 2006-09-14 08:32 [akr at ruby-lang.org] ruby, ruby/ext/digest: * ext/digest/digest.c (rb_digest_base_inspect): new method.
18164 2006-09-14 09:39 [akr at ruby-lang.org] ruby: add ML ref.
18165 2006-09-14 14:39 [akr at ruby-lang.org] ruby, ruby/ext/digest/lib: * ext/digest/lib/digest.rb (Digest::Base.file): new method.
18166 2006-09-14 15:21 [akr at ruby-lang.org] ruby/ext/digest/lib: add a document for Digest::Base.file.
18167 2006-09-14 16:26 [matz at ruby-lang.or] ruby, ruby: * string.c (rb_str_intern): raise SecurityError only when $SAFE
18168 2006-09-14 16:27 [matz at ruby-lang.or] ruby: * string.c (rb_str_intern): raise SecurityError only when $SAFE
18169 2006-09-14 16:36 [matz at ruby-lang.or] ruby: * string.c (rb_str_intern): allow zero length symbols.
18170 2006-09-14 17:23 [matz at ruby-lang.or] ruby: * numeric.c (fix_mul): avoid bignum multiplication as far as
18171 2006-09-15 00:05 [akr at ruby-lang.org] ruby, ruby, ruby/ext/digest/lib: * ext/digest/lib/digest.rb (Digest::Base.file): open a file in binary
18172 2006-09-15 05:27 [naruse at ruby-lang.] ruby, ruby/ext/nkf/nkf-utf8: * ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 2006-09-15.
18173 2006-09-15 20:26 [naruse at ruby-lang.] ruby, ruby/ext/nkf, ruby/ext/nkf/lib, ruby/ext/nkf/nkf-utf8: * ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 rev.110.
18174 2006-09-16 11:21 [matz at ruby-lang.or] ruby, ruby: * struct.c (inspect_struct): do not display a class name for
18175 2006-09-16 11:24 [matz at ruby-lang.or] ruby: * array.c (ary_shared_first): should create embedded copies
18176 2006-09-16 16:06 [nobu at ruby-lang.or] ruby, ruby/ext, ruby/lib: * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:
18177 2006-09-16 16:06 [nobu at ruby-lang.or] ruby, ruby, ruby/ext, ruby/lib: * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:
18178 2006-09-16 16:14 [nobu at ruby-lang.or] ruby, ruby/ext/dbm: * ext/dbm/extconf.rb: allow multiple candidates for dbm-type.
18179 2006-09-16 16:14 [nobu at ruby-lang.or] ruby, ruby/ext/dbm: * ext/dbm/extconf.rb: allow multiple candidates for dbm-type.
18180 2006-09-16 16:15 [nobu at ruby-lang.or] ruby, ruby/ext/io/wait: * ext/io/wait/extconf.rb: suspicious checking_for.
18181 2006-09-16 16:15 [nobu at ruby-lang.or] ruby, ruby/ext/io/wait: * ext/io/wait/extconf.rb: suspicious checking_for.
18182 2006-09-16 16:21 [nobu at ruby-lang.or] ruby, ruby/ext/pty: * ext/pty/pty.c (establishShell): parent pid is not used.
18183 2006-09-16 16:21 [nobu at ruby-lang.or] ruby, ruby/ext/pty: * ext/pty/pty.c (establishShell): parent pid is not used.
18184 2006-09-16 16:22 [nobu at ruby-lang.or] ruby, ruby/lib:
18185 2006-09-16 16:22 [nobu at ruby-lang.or] ruby, ruby/lib:
18186 2006-09-16 16:41 [nobu at ruby-lang.or] ruby: * ChangeLog: commit miss.
18187 2006-09-16 19:51 [matz at ruby-lang.or] ruby: * README.EXT: should mention new macros: RSTRING_PTR, RSTRING_LEN,
18188 2006-09-16 23:15 [matz at ruby-lang.or] ruby, ruby/ext/pty: * ext/pty/pty.c (establishShell): remove remaining unused line.
18189 2006-09-17 00:30 [akr at ruby-lang.org] ruby, ruby/test/ruby: use assert_same instead of assert_equal.
18190 2006-09-17 00:30 [akr at ruby-lang.org] ruby, ruby/test/ruby: use assert_same instead of assert_equal.
18191 2006-09-17 10:42 [nobu at ruby-lang.or] ruby: * numeric.c (fix_mul): fixed typo. fixed: [ruby-core:08885]
18192 2006-09-17 17:42 [nobu at ruby-lang.or] ruby, ruby/lib/rdoc/generators: * common.mk (install-doc): reverted.
18193 2006-09-17 17:43 [nobu at ruby-lang.or] ruby, ruby/lib/rdoc/generators: * common.mk (install-doc): reverted.
18194 2006-09-17 23:45 [nobu at ruby-lang.or] ruby, ruby/lib/rdoc: * lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modified
18195 2006-09-17 23:46 [nobu at ruby-lang.or] ruby, ruby/lib/rdoc: * lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modified
18196 2006-09-18 10:59 [matz at ruby-lang.or] ruby, ruby: * dir.c (dir_s_glob): remove unused variable.
18197 2006-09-18 12:17 [nobu at ruby-lang.or] ruby: * numeric.c (fix_mul): get rid of shift overflow.
18198 2006-09-18 15:33 [matz at ruby-lang.or] ruby: * dir.c (dir_s_glob): restore GC protection volatile variable.
18199 2006-09-19 00:42 [nobu at ruby-lang.or] ruby, ruby, ruby/lib/date: * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods,
18200 2006-09-19 00:43 [nobu at ruby-lang.or] ruby, ruby, ruby/lib/date: * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods,
[前][次][スレッド一覧][上]