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

ruby-cvs:17201-17300

  17201 2006-07-21 02:36 [matz at ruby-lang.or] ruby/ext/tk/sample/tcltklib: * object.c (rb_mod_attr): make Module#attr to be an alias to
  17202 2006-07-21 02:36 [matz at ruby-lang.or] ruby: * object.c (rb_mod_attr): make Module#attr to be an alias to
  17203 2006-07-21 04:19 [matz at ruby-lang.or] ruby/test/rss: * eval.c (rb_call): try local method look-up first for fcall, then
  17204 2006-07-21 04:20 [matz at ruby-lang.or] ruby/lib: * eval.c (rb_call): try local method look-up first for fcall, then
  17205 2006-07-21 04:20 [matz at ruby-lang.or] ruby: * eval.c (rb_call): try local method look-up first for fcall, then
  17206 2006-07-21 12:11 [nobu at ruby-lang.or] ruby, ruby/ext, ruby/lib: * ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter before
  17207 2006-07-21 12:12 [nobu at ruby-lang.or] ruby, ruby, ruby/ext, ruby/lib: * ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter before
  17208 2006-07-21 21:21 [nobu at ruby-lang.or] ruby: * eval.c (rb_call0): include funcalled methods in caller list.
  17209 2006-07-21 21:22 [nobu at ruby-lang.or] ruby: * eval.c (rb_call0): include funcalled methods in caller list.
  17210 2006-07-21 23:53 [matz at ruby-lang.or] ruby: * object.c (rb_cstr_to_dbl): "9_e8" should consider "_e8" as
  17211 2006-07-21 23:58 [nobu at ruby-lang.or] ruby: * ruby.c (proc_options): script is never used while recursing.
  17212 2006-07-23 23:02 [akr at ruby-lang.org] ruby, ruby, ruby/test/socket: * test/socket/test_unix.rb: disabled on cygwin.
  17213 2006-07-23 23:03 [akr at ruby-lang.org] ruby, ruby, ruby/test/socket: * test/socket/test_unix.rb: disabled on cygwin.
  17214 2006-07-24 15:25 [matz at ruby-lang.or] ruby, ruby: * eval.c (rb_call0): revert last change.  [ruby-dev:29112]
  17215 2006-07-24 15:54 [akr at ruby-lang.org] ruby, ruby, ruby/ext/readline: * ext/readline/readline.c (readline_readline): rl_deprep_term_function
  17216 2006-07-24 15:55 [akr at ruby-lang.org] ruby, ruby/ext/readline: * ext/readline/readline.c (readline_readline): rl_deprep_term_function
  17217 2006-07-24 16:02 [matz at ruby-lang.or] ruby: * eval.c (rb_call0): revert last change.  [ruby-dev:29112]
  17218 2006-07-24 16:21 [akr at ruby-lang.org] ruby/test/socket: don't compare struct sockaddr directly.
  17219 2006-07-24 16:21 [akr at ruby-lang.org] ruby/test/socket: don't compare struct sockaddr directly.
  17220 2006-07-24 18:28 [matz at ruby-lang.or] ruby: * process.c (rb_f_system): add security check.  [ruby-talk:202947]
  17221 2006-07-24 22:04 [nobu at ruby-lang.or] ruby: * eval.c (backtrace): skip frames successive on node and method name.
  17222 2006-07-24 22:04 [nobu at ruby-lang.or] ruby: * eval.c (backtrace): skip frames successive on node and method name.
  17223 2006-07-24 23:53 [nobu at ruby-lang.or] ruby: * eval.c (backtrace): porting miss.
  17224 2006-07-25 13:57 [matz at ruby-lang.or] ruby, ruby: * process.c (rb_proc_times): rename hz to hertz to avoid name
  17225 2006-07-25 13:58 [matz at ruby-lang.or] ruby, ruby: * process.c (rb_proc_times): rename hz to hertz to avoid name
  17226 2006-07-25 14:48 [usa at ruby-lang.org] ruby, ruby/lib: * lib/mkmf.rb (configuration): typo.
  17227 2006-07-25 14:50 [usa at ruby-lang.org] ruby, ruby/lib: * lib/mkmf.rb (configuration): typo.
  17228 2006-07-25 16:33 [drbrain at ruby-lang] ruby/lib: RD to RDoc conversion by Hugh Sasse.
  17229 2006-07-25 16:33 [drbrain at ruby-lang] ruby: RD to RDoc conversion by Hugh Sasse.
  17230 2006-07-26 01:03 [nobu at ruby-lang.or] ruby, ruby: * configure.in: suppress warnings by automake 1.8 or later.
  17231 2006-07-26 01:04 [nobu at ruby-lang.or] ruby, ruby: * configure.in: suppress warnings by automake 1.8 or later.
  17232 2006-07-26 16:08 [matz at ruby-lang.or] ruby/lib: * lib/cgi.rb (CGI::QueryExtension::read_multipart): check
  17233 2006-07-26 16:09 [matz at ruby-lang.or] ruby: * lib/cgi.rb (CGI::QueryExtension::read_multipart): check
  17234 2006-07-26 16:27 [matz at ruby-lang.or] ruby/lib: * lib/cgi.rb (CGI::QueryExtension::read_multipart): check
  17235 2006-07-26 16:28 [matz at ruby-lang.or] ruby: * lib/cgi.rb (CGI::QueryExtension::read_multipart): check
  17236 2006-07-26 16:42 [matz at ruby-lang.or] ruby: * string.c (rb_str_scan): add string modification check.
  17237 2006-07-26 16:43 [matz at ruby-lang.or] ruby: * string.c (rb_str_scan): add string modification check.
  17238 2006-07-26 17:28 [nobu at ruby-lang.or] ruby: * sprintf.c (rb_str_format): prepend ".." to %u for negative bignum,
  17239 2006-07-26 17:29 [nobu at ruby-lang.or] ruby: * sprintf.c (rb_f_sprintf): prepend ".." to %u for negative bignum,
  17240 2006-07-26 17:44 [aamine at ruby-lang.] ruby, ruby/ext/strscan: * ext/strscan/strscan.c (strscan_do_scan): StringScanner.new("").scan(//) should return "". [ruby-Bugs:4361]
  17241 2006-07-26 17:44 [aamine at ruby-lang.] ruby/test/strscan: * ext/strscan/strscan.c (strscan_do_scan): StringScanner.new("").scan(//) should return "". [ruby-Bugs:4361]
  17242 2006-07-26 18:15 [nobu at ruby-lang.or] ruby, ruby/ext/pty: * ext/pty/pty.c (getDevice): retry once after GC on failure.
  17243 2006-07-26 18:15 [nobu at ruby-lang.or] ruby, ruby/ext/pty: * ext/pty/pty.c (getDevice): retry once after GC on failure.
  17244 2006-07-26 18:37 [aamine at ruby-lang.] ruby, ruby/ext/strscan, ruby/test/strscan: * ext/strscan/strscan.c: sync with HEAD (rev 1.25).
  17245 2006-07-26 18:39 [matz at ruby-lang.or] ruby/lib: * eval.c (Init_eval): rename #invoke_method and
  17246 2006-07-26 18:40 [matz at ruby-lang.or] ruby: * eval.c (Init_eval): rename #invoke_method and
  17247 2006-07-26 18:41 [aamine at ruby-lang.] ruby, ruby/ext/strscan: * ext/strscan/strscan.c (strscan_do_scan): always return nil if p->curr exceeds string size.
  17248 2006-07-26 22:00 [aamine at ruby-lang.] ruby, ruby/lib/net, ruby/test/net/http: * lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content-Type: x-www-form-urlencoded by default.
  17249 2006-07-26 22:15 [aamine at ruby-lang.] ruby, ruby/lib/net, ruby/test/net/http: * lib/net/http.rb: sync with HEAD (rev 1.132).
  17250 2006-07-26 22:22 [aamine at ruby-lang.] ruby/test/net/http: restore (wrongly) removed tests
  17251 2006-07-26 22:23 [aamine at ruby-lang.] ruby/test/net/http: merge test cases with Ruby 1.8
  17252 2006-07-26 22:23 [matz at ruby-lang.or] ruby: * configure.in: add support for as and ASFLAGS.  [ruby-dev:29138]
  17253 2006-07-26 22:26 [aamine at ruby-lang.] ruby/lib/net: small document fix        
  17254 2006-07-26 22:27 [aamine at ruby-lang.] ruby/lib/net: small document fix        
  17255 2006-07-26 22:28 [matz at ruby-lang.or] ruby: * configure.in: add support for as and ASFLAGS.  [ruby-dev:29138]
  17256 2006-07-27 09:15 [matz at ruby-lang.or] ruby, ruby: * time.c (time_to_s): generate RFC822 style date string.
  17257 2006-07-27 16:45 [matz at ruby-lang.or] ruby, ruby/ext/openssl: * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut up
  17258 2006-07-27 16:46 [matz at ruby-lang.or] ruby: * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut up
  17259 2006-07-27 16:47 [matz at ruby-lang.or] ruby/ext/openssl: * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut up
  17260 2006-07-27 16:48 [matz at ruby-lang.or] ruby: * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut up
  17261 2006-07-27 16:53 [matz at ruby-lang.or] ruby: * time.c (time_to_s): use +0900 style timezone string for local time.
  17262 2006-07-27 17:25 [matz at ruby-lang.or] ruby: * io.c (io_close): always calls "close" method of the receiver.
  17263 2006-07-27 18:13 [eban at ruby-lang.or] ruby: * time.c: need to declare time_utc_offset.
  17264 2006-07-27 18:14 [eban at ruby-lang.or] ruby: * time.c: need to declare time_utc_offset.
  17265 2006-07-27 22:22 [nobu at ruby-lang.or] ruby: * time.c (time_to_s): fixed format mismatch.
  17266 2006-07-27 22:23 [nobu at ruby-lang.or] ruby: * time.c (time_to_s): fixed format mismatch.
  17267 2006-07-28 00:26 [matz at ruby-lang.or] ruby, ruby: * math.c (domain_check): a new function to check domain error
  17268 2006-07-28 00:29 [matz at ruby-lang.or] ruby: * math.c (domain_check): ANSI style function arguments
  17269 2006-07-28 01:14 [matz at ruby-lang.or] ruby, ruby: * math.c (domain_check): a new function to check domain error
  17270 2006-07-28 09:47 [matz at ruby-lang.or] ruby: * time.c (time_to_s): fixed typo.  [ruby-dev:29162]
  17271 2006-07-28 10:23 [matz at ruby-lang.or] ruby: * sprintf.c (rb_f_sprintf): documentation update patch from Jacob
  17272 2006-07-28 10:43 [matz at ruby-lang.or] ruby: * eval.c (rb_call): a bug in method cache look-up.
  17273 2006-07-28 14:10 [matz at ruby-lang.or] ruby: * eval.c (rb_call): fixed typo in cache look-up.  [ruby-dev:29167]
  17274 2006-07-28 17:18 [nobu at ruby-lang.or] ruby, ruby/ext/curses: * ext/curses/curses.c (NUM2CH, CH2FIX): use single char strings.
  17275 2006-07-29 01:27 [matz at ruby-lang.or] ruby, ruby: * io.c (io_close): always calls "close" method of the receiver.
  17276 2006-07-29 01:28 [matz at ruby-lang.or] ruby/lib: * lib/logger.rb: improves the amount of documentation that Rdoc
  17277 2006-07-29 01:28 [matz at ruby-lang.or] ruby: * lib/logger.rb: improves the amount of documentation that Rdoc
  17278 2006-07-29 06:13 [nagai at ruby-lang.o] ruby, ruby/ext/tk/lib: * ext/tk/lib/multi-tk.rb: freeze ip_name for security reason.
  17279 2006-07-29 06:14 [nagai at ruby-lang.o] ruby, ruby, ruby/ext/tk/lib: * ext/tk/lib/multi-tk.rb: freeze ip_name for security reason.
  17280 2006-07-30 22:29 [nobu at ruby-lang.or] ruby, ruby: * eval.c (rb_trap_eval): make the current thread runnable to deal with
  17281 2006-07-30 22:30 [nobu at ruby-lang.or] ruby, ruby: * eval.c (rb_trap_eval): make the current thread runnable to deal with
  17282 2006-07-30 23:04 [nobu at ruby-lang.or] ruby, ruby/lib/cgi, ruby/lib/cgi/session: * lib/cgi/session.rb, lib/cgi/session/pstore.rb: suppress warnings.
  17283 2006-07-30 23:06 [nobu at ruby-lang.or] ruby, ruby/lib/cgi, ruby/lib/cgi/session: * lib/cgi/session.rb, lib/cgi/session/pstore.rb: suppress warnings.
  17284 2006-07-30 23:26 [nobu at ruby-lang.or] ruby: * eval.c (rb_call0): trace call/return of method defined from block.
  17285 2006-07-30 23:27 [nobu at ruby-lang.or] ruby: * eval.c (rb_call0): trace call/return of method defined from block.
  17286 2006-07-31 13:39 [gotoyuzo at ruby-lan] ruby, ruby, ruby/lib/webrick, ruby/test/webrick: * lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improve
  17287 2006-07-31 13:39 [gotoyuzo at ruby-lan] ruby, ruby, ruby/lib/webrick, ruby/test/webrick: * lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improve
  17288 2006-07-31 15:31 [matz at ruby-lang.or] ruby/lib: * lib/logger.rb: improves the amount of documentation that Rdoc
  17289 2006-07-31 15:31 [matz at ruby-lang.or] ruby: * ruby.h: use ifdef (or defined) for macro constants that may or
  17290 2006-07-31 15:33 [matz at ruby-lang.or] ruby/lib: * ruby.h: use ifdef (or defined) for macro constants that may or
  17291 2006-07-31 15:34 [matz at ruby-lang.or] ruby: * ruby.h: use ifdef (or defined) for macro constants that may or
  17292 2006-07-31 16:17 [akr at ruby-lang.org] ruby, ruby/test/ruby: * test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):
  17293 2006-07-31 16:18 [akr at ruby-lang.org] ruby, ruby/test/ruby: * test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):
  17294 2006-07-31 16:58 [usa at ruby-lang.org] ruby, ruby/win32: * win32/win32.c (exit_handler): new function; release winsock and
  17295 2006-07-31 17:09 [usa at ruby-lang.org] ruby, ruby/win32: * win32/win32.c (exit_handler): new function; release winsock and
  17296 2006-07-31 17:31 [usa at ruby-lang.org] ruby: * ChangeLog: typo.                
  17297 2006-07-31 17:32 [usa at ruby-lang.org] ruby: * ChangeLog: typo.                
  17298 2006-08-01 12:25 [nobu at ruby-lang.or] ruby, ruby: * eval.c (Init_Binding): fix old commit miss.
  17299 2006-08-01 17:44 [nobu at ruby-lang.or] ruby, ruby/win32: * win32/win32.c (init_stdhandle): assign standard file handles.
  17300 2006-08-03 15:21 [matz at ruby-lang.or] ruby, ruby: * range.c (range_include): should always call Enumerable#include?

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