[前][次][スレッド一覧][上]

ruby-cvs:17101-17200

  17101 2006-07-10 09:29 [nobu at ruby-lang.or] ruby, ruby: * eval.c (rb_clear_cache_for_remove): clear entries for included
  17102 2006-07-10 09:30 [nobu at ruby-lang.or] ruby, ruby: * eval.c (rb_clear_cache_for_undef): clear entries for included
  17103 2006-07-10 10:08 [matz at ruby-lang.or] ruby: * eval.c (proc_invoke): should not overwrite block information in
  17104 2006-07-10 10:30 [matz at ruby-lang.or] ruby: * st.h (st_data_t): use pointer sized integer for st_data_t.
  17105 2006-07-10 10:57 [ryan at ruby-lang.or] ruby, ruby/lib, ruby/lib/drb, ruby/lib/irb, ruby/lib/rdoc, ruby/lib/rdoc/generators, ruby/lib/rdoc/parsers: Merged my changes from HEAD
  17106 2006-07-10 11:02 [usa at ruby-lang.org] ruby: * ruby.h: typo.                   
  17107 2006-07-10 14:01 [nagai at ruby-lang.o] ruby: * signal.c (install_nativethread_sighandler): commented out.
  17108 2006-07-10 14:02 [nagai at ruby-lang.o] ruby: * signal.c (ruby_nativethread_signal, posix_nativethread_signal,
  17109 2006-07-10 14:48 [matz at ruby-lang.or] ruby: * eval.c (rb_call): remove erroneously restored prot_tag->blkid
  17110 2006-07-10 17:36 [matz at ruby-lang.or] ruby/test/ruby: * sample/test.rb: update test suites.
  17111 2006-07-10 17:37 [matz at ruby-lang.or] ruby/sample: * sample/test.rb: update test suites.
  17112 2006-07-10 17:37 [matz at ruby-lang.or] ruby: * sample/test.rb: update test suites.
  17113 2006-07-10 18:51 [nagai at ruby-lang.o] ruby, ruby/ext/tk, ruby/ext/tk/lib, ruby/ext/tk/lib/tk, ruby/ext/tk/lib/tkextlib/itk, ruby/ext/tk/sample/demos-en, ruby/ext/tk/sample/demos-jp: * ext/tk/tcltklib.c: make SEGV risk lower at exit.
  17114 2006-07-10 18:52 [nagai at ruby-lang.o] ruby, ruby/ext/tk, ruby/ext/tk/lib, ruby/ext/tk/lib/tk, ruby/ext/tk/lib/tkextlib/itk, ruby/ext/tk/sample/demos-en, ruby/ext/tk/sample/demos-jp: * ext/tk/tcltklib.c: make SEGV risk lower at exit.
  17115 2006-07-10 19:01 [nagai at ruby-lang.o] ruby, ruby/ext/tk/lib/tk: * ext/tk/lib/tk/font.rb: sorry. mistaken to patch.
  17116 2006-07-10 19:01 [nagai at ruby-lang.o] ruby, ruby/ext/tk/lib/tk: * ext/tk/lib/tk/font.rb: sorry. mistaken to patch.
  17117 2006-07-10 19:26 [akr at ruby-lang.org] ruby: * gc.c (gc_sweep): expand heap earlier.
  17118 2006-07-10 19:26 [akr at ruby-lang.org] ruby: * gc.c (gc_sweep): expand heap earlier.
  17119 2006-07-11 09:26 [akr at ruby-lang.org] ruby, ruby: remove an unused label and variable.
  17120 2006-07-11 13:57 [matz at ruby-lang.or] ruby/lib/soap/rpc: * bignum.c (bignorm): sizeof(long) may be smaller than
  17121 2006-07-11 13:58 [matz at ruby-lang.or] ruby/lib/soap: * bignum.c (bignorm): sizeof(long) may be smaller than
  17122 2006-07-11 13:58 [matz at ruby-lang.or] ruby/lib: * bignum.c (bignorm): sizeof(long) may be smaller than
  17123 2006-07-11 14:00 [matz at ruby-lang.or] ruby, ruby/ext/bigdecimal, ruby/ext/bigdecimal/lib/bigdecimal: * bignum.c (bignorm): sizeof(long) may be smaller than
  17124 2006-07-11 15:47 [matz at ruby-lang.or] ruby: * bignum.c (rb_int2big): use SIGNED_VALUE.  [ruby-dev:29019]
  17125 2006-07-11 17:32 [usa at ruby-lang.org] ruby: * string.c (rb_str_dump): need to extend len for \b.
  17126 2006-07-11 17:34 [usa at ruby-lang.org] ruby, ruby: * string.c (rb_str_dump): need to extend len for \b.
  17127 2006-07-11 18:03 [nagai at ruby-lang.o] ruby, ruby/ext/tk/lib: * ext/tk/lib/multi-tk.rb: security fix.
  17128 2006-07-11 18:04 [nagai at ruby-lang.o] ruby, ruby/ext/tk/lib: * ext/tk/lib/multi-tk.rb: security fix.
  17129 2006-07-11 19:15 [nagai at ruby-lang.o] ruby, ruby/ext/tk/lib: * ext/tk/lib/multi-tk.rb: remove restriction on the class of
  17130 2006-07-11 19:15 [nagai at ruby-lang.o] ruby, ruby/ext/tk/lib: * ext/tk/lib/multi-tk.rb: remove restriction on the class of
  17131 2006-07-12 20:10 [matz at ruby-lang.or] ruby, ruby: * parse.y (f_args): allow post mandatory arguments after optional
  17132 2006-07-13 00:54 [matz at ruby-lang.or] ruby, ruby: * ruby.h (FIX2LONG): returns integer of size of VALUE.
  17133 2006-07-13 20:35 [kou at ruby-lang.org] ruby, ruby, ruby/lib/rss: * lib/rss/parser.rb: updated documents by a patch from
  17134 2006-07-13 22:26 [nagai at ruby-lang.o] ruby, ruby/ext/tk/lib, ruby/ext/tk/lib/tk: * ext/tk/lib/tk/composite.rb: improve handling of the classname on the
  17135 2006-07-13 22:27 [nagai at ruby-lang.o] ruby, ruby/ext/tk/lib, ruby/ext/tk/lib/tk: * ext/tk/lib/tk/composite.rb: improve handling of the classname on the
  17136 2006-07-14 00:13 [matz at ruby-lang.or] ruby, ruby: * array.c (rb_ary_pop): may cause realloc oscillation.  a patch
  17137 2006-07-14 00:43 [matz at ruby-lang.or] ruby, ruby, ruby/ext/bigdecimal, ruby/ext/bigdecimal/lib/bigdecimal: * array.c (rb_ary_pop): may cause realloc oscillation.  a patch
  17138 2006-07-14 01:17 [matz at ruby-lang.or] ruby: * parse.y (then): error in warning action.
  17139 2006-07-14 02:32 [matz at ruby-lang.or] ruby, ruby/lib: * lib/monitor.rb: document patch from Hugh Sasse <hgs at dmu.ac.uk>.
  17140 2006-07-14 02:33 [matz at ruby-lang.or] ruby, ruby/lib: * lib/monitor.rb: document patch from Hugh Sasse <hgs at dmu.ac.uk>.
  17141 2006-07-14 04:00 [drbrain at ruby-lang] ruby/lib: Add monitor.rb                
  17142 2006-07-14 04:07 [drbrain at ruby-lang] ruby/lib: Add monitor.rb                
  17143 2006-07-14 13:10 [nagai at ruby-lang.o] ruby, ruby/ext/tk/lib, ruby/ext/tk/lib/tk: * ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5
  17144 2006-07-14 13:10 [nagai at ruby-lang.o] ruby, ruby/ext/tk/lib, ruby/ext/tk/lib/tk: * ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5
  17145 2006-07-15 01:13 [matz at ruby-lang.or] ruby, ruby: * st.c (malloc): use xmalloc/xcalloc instead of plain
  17146 2006-07-15 01:27 [nobu at ruby-lang.or] ruby, ruby: * dir.c (has_magic): glob names contain alphabets to enable case fold
  17147 2006-07-15 02:11 [matz at ruby-lang.or] ruby: * st.c (malloc): use xmalloc/xcalloc instead of plain
  17148 2006-07-15 02:12 [matz at ruby-lang.or] ruby: * st.c (malloc): use xmalloc/xcalloc instead of plain
  17149 2006-07-15 11:38 [akr at ruby-lang.org] ruby: // comment removed.               
  17150 2006-07-15 23:50 [nobu at ruby-lang.or] ruby: * eval.c (rb_require_safe): wait for another thread requiring the same
  17151 2006-07-17 11:49 [usa at ruby-lang.org] ruby, ruby: * st.c: still need to include config.h on some platforms.
  17152 2006-07-17 13:02 [eban at ruby-lang.or] ruby: * configure.in: set ac_cv_func_dlopen=no on MinGW.
  17153 2006-07-17 13:04 [eban at ruby-lang.or] ruby, ruby: * configure.in: set ac_cv_func_dlopen=no on MinGW.
  17154 2006-07-17 13:22 [eban at ruby-lang.or] ruby: * configure.in: should use ac_cv_lib_dl_dlopen=no on MinGW.
  17155 2006-07-17 13:22 [eban at ruby-lang.or] ruby: * configure.in: should use ac_cv_lib_dl_dlopen=no on MinGW.
  17156 2006-07-17 22:55 [matz at ruby-lang.or] ruby: * pack.c (define_swapx): should not use plain malloc.
  17157 2006-07-17 22:59 [matz at ruby-lang.or] ruby, ruby/ext/curses, ruby/ext/io/wait: * ext/io/wait/wait.c (io_ready_p): protoize.
  17158 2006-07-17 23:31 [nobu at ruby-lang.or] ruby: * configure.in (rb_cv_msvcrt): defaulted to msvcrt.  Workaround for a
  17159 2006-07-17 23:32 [nobu at ruby-lang.or] ruby: * configure.in (rb_cv_msvcrt): defaulted to msvcrt.  Workaround for a
  17160 2006-07-18 00:02 [nobu at ruby-lang.or] ruby, ruby, ruby/ext: * ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.
  17161 2006-07-18 00:03 [nobu at ruby-lang.or] ruby, ruby, ruby/ext: * ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.
  17162 2006-07-18 00:43 [nobu at ruby-lang.or] ruby:                                   
  17163 2006-07-18 00:43 [nobu at ruby-lang.or] ruby:                                   
  17164 2006-07-18 01:18 [nobu at ruby-lang.or] ruby: * util.c (ruby_strtod): stop at dot not followed by digits.
  17165 2006-07-18 01:19 [nobu at ruby-lang.or] ruby: * util.c (ruby_strtod): stop at dot not followed by digits.
  17166 2006-07-18 10:54 [nobu at ruby-lang.or] ruby: * object.c (rb_cstr_to_dbl): limit out-of-range message.
  17167 2006-07-18 10:55 [nobu at ruby-lang.or] ruby: * object.c (rb_cstr_to_dbl): limit out-of-range message.
  17168 2006-07-18 14:05 [matz at ruby-lang.or] ruby/lib/webrick: * lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): remove
  17169 2006-07-18 14:06 [matz at ruby-lang.or] ruby: * lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): remove
  17170 2006-07-18 14:08 [matz at ruby-lang.or] ruby/lib/webrick: * lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): remove
  17171 2006-07-18 14:08 [matz at ruby-lang.or] ruby/ext/curses: * lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): remove
  17172 2006-07-18 14:08 [matz at ruby-lang.or] ruby: * lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): remove
  17173 2006-07-18 14:48 [matz at ruby-lang.or] ruby: * process.c (rb_f_system): call rb_sys_fail(0) if rb_last_status
  17174 2006-07-18 14:53 [matz at ruby-lang.or] ruby: * process.c (rb_f_system): call rb_sys_fail(0) if rb_last_status
  17175 2006-07-18 15:22 [usa at ruby-lang.org] ruby, ruby/missing: * intern.h (st_foreach_safe): fix prototype.
  17176 2006-07-18 15:59 [matz at ruby-lang.or] ruby: * pack.c (pack_unpack): propagate association array to copied
  17177 2006-07-18 16:02 [matz at ruby-lang.or] ruby: * pack.c (pack_unpack): propagate association array to copied
  17178 2006-07-18 16:54 [matz at ruby-lang.or] ruby: * eval.c (yield_under_i): argument should be passed in avalue
  17179 2006-07-18 18:18 [matz at ruby-lang.or] ruby/test/ruby: * test/ruby/test_float.rb (TestFloat::test_strtod): update test to
  17180 2006-07-18 18:18 [matz at ruby-lang.or] ruby: * test/ruby/test_float.rb (TestFloat::test_strtod): update test to
  17181 2006-07-18 23:12 [usa at ruby-lang.org] ruby, ruby/win32: * win32/win32.c (open_ifs_socket): should not use plain malloc.
  17182 2006-07-18 23:13 [usa at ruby-lang.org] ruby, ruby/win32: * win32/win32.c (open_ifs_socket): should not use plain malloc.
  17183 2006-07-18 23:32 [matz at ruby-lang.or] ruby: * process.c (rb_f_system): block SIGCHLD during the process
  17184 2006-07-18 23:36 [matz at ruby-lang.or] ruby: * process.c (rb_f_system): block SIGCHLD during the process
  17185 2006-07-18 23:55 [usa at ruby-lang.org] ruby: * process.c (rb_f_system): shouldn't block SIGCHLD if it's not
  17186 2006-07-19 03:28 [ryan at ruby-lang.or] ruby, ruby/lib/irb: patch was misapplied. fixed. sorry
  17187 2006-07-19 22:52 [matz at ruby-lang.or] ruby: * eval.c (rb_yield_0): should check args_args before lambda
  17188 2006-07-19 23:18 [keiju at ruby-lang.o] ruby/lib/irb: * lib/irb/completion.rb: support for completion of numeric
  17189 2006-07-19 23:54 [kou at ruby-lang.org] ruby, ruby, ruby/lib/rss: * lib/rss/parser.rb, lib/rss/utils.rb: added documents.
  17190 2006-07-20 00:08 [keiju at ruby-lang.o] ruby, ruby, ruby/lib/irb: * lib/irb/completion.rb: support for completion of numeric
  17191 2006-07-20 16:04 [matz at ruby-lang.or] ruby: * ruby.h: export classes/modules to implement sandbox.
  17192 2006-07-21 02:25 [matz at ruby-lang.or] ruby, ruby/test/ruby: * test/ruby/test_float.rb (TestFloat::test_strtod): update test to
  17193 2006-07-21 02:26 [matz at ruby-lang.or] ruby: * test/ruby/test_float.rb (TestFloat::test_strtod): update test to
  17194 2006-07-21 02:30 [matz at ruby-lang.or] ruby: * object.c (rb_mod_attr): make Module#attr to be an alias to
  17195 2006-07-21 02:32 [matz at ruby-lang.or] ruby/test/rss: * object.c (rb_mod_attr): make Module#attr to be an alias to
  17196 2006-07-21 02:33 [matz at ruby-lang.or] ruby/lib/soap/mapping: * object.c (rb_mod_attr): make Module#attr to be an alias to
  17197 2006-07-21 02:33 [matz at ruby-lang.or] ruby/lib/rdoc/parsers: * object.c (rb_mod_attr): make Module#attr to be an alias to
  17198 2006-07-21 02:34 [matz at ruby-lang.or] ruby/lib/irb: * object.c (rb_mod_attr): make Module#attr to be an alias to
  17199 2006-07-21 02:34 [matz at ruby-lang.or] ruby/lib/drb: * object.c (rb_mod_attr): make Module#attr to be an alias to
  17200 2006-07-21 02:35 [matz at ruby-lang.or] ruby/lib: * object.c (rb_mod_attr): make Module#attr to be an alias to

[前][次][スレッド一覧][上]