[前][次][スレッド一覧][上]
ruby-cvs:17301-17400
17301 2006-08-04 01:30 [akr at ruby-lang.org] ruby, ruby: * io.c (io_reopen): STDERR.reopen(File.open("/dev/null", "w")) should
17302 2006-08-04 13:57 [nobu at ruby-lang.or] ruby: * pack.c (pack_pack): check argument overrun for 'P'. based on a
17303 2006-08-04 13:58 [nobu at ruby-lang.or] ruby, ruby: * pack.c (pack_pack): check argument overrun for 'P'. based on a
17304 2006-08-04 14:02 [nobu at ruby-lang.or] ruby, ruby/lib/date: * lib/date/format.rb (__strptime, strftime): allow multi-line patterns
17305 2006-08-04 14:02 [nobu at ruby-lang.or] ruby, ruby/lib/date: * lib/date/format.rb (__strptime, strftime): allow multi-line patterns
17306 2006-08-04 19:06 [keiju at ruby-lang.o] ruby/lib/irb: * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' for
17307 2006-08-04 19:15 [keiju at ruby-lang.o] ruby, ruby/lib/irb: * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' for
17308 2006-08-04 19:16 [keiju at ruby-lang.o] ruby: * forget to ci ChangeLog
17309 2006-08-04 20:46 [matz at ruby-lang.or] ruby: * sprintf.c (rb_str_format): a bug in %c type check.
17310 2006-08-05 03:05 [drbrain at ruby-lang] ruby, ruby/lib, ruby/lib/rdoc, ruby/lib/rexml, ruby/lib/test/unit, ruby/lib/test/unit/ui, ruby/lib/test/unit/ui/console, ruby/lib/test/unit/ui/fox, ruby/lib/test/unit/ui/gtk, ruby/lib/test/unit/ui/gtk2, ruby/lib/test/unit/ui/tk, ruby/lib/test/unit/util: Documentation cleanup.
17311 2006-08-05 03:10 [drbrain at ruby-lang] ruby/lib/drb: Close the socket on SSLError. [ruby-core:7198]
17312 2006-08-05 03:12 [drbrain at ruby-lang] ruby/lib/rdoc/markup: Don't document test or sample directories.
17313 2006-08-05 04:07 [drbrain at ruby-lang] ruby/lib/rdoc/ri: Leave HTML escaped for HtmlFormatter.
17314 2006-08-05 04:12 [drbrain at ruby-lang] ruby/lib: Include more documentation.
17315 2006-08-05 04:21 [drbrain at ruby-lang] ruby: Clean up files for RDoc.
17316 2006-08-05 05:39 [drbrain at ruby-lang] ruby/lib: Move Example so RDoc picks it up.
17317 2006-08-05 06:00 [drbrain at ruby-lang] ruby/lib/test: RDoc for #run= and #run?
17318 2006-08-05 06:47 [drbrain at ruby-lang] ruby/lib: Remove tabs from Finalizer RDoc
17319 2006-08-05 07:00 [drbrain at ruby-lang] ruby, ruby/lib, ruby/lib/rdoc, ruby/lib/rdoc/markup, ruby/lib/rexml, ruby/lib/test, ruby/lib/test/unit, ruby/lib/test/unit/ui, ruby/lib/test/unit/ui/console, ruby/lib/test/unit/ui/fox, ruby/lib/test/unit/ui/gtk, ruby/lib/test/unit/ui/gtk2, ruby/lib/test/unit/ui/tk, ruby/lib/test/unit/util: Merge RDoc changes from HEAD.
17320 2006-08-05 07:20 [drbrain at ruby-lang] ruby/lib: Merge .document from HEAD
17321 2006-08-05 07:21 [drbrain at ruby-lang] ruby: Merge RDoc and .document from HEAD
17322 2006-08-05 11:07 [matz at ruby-lang.or] ruby: add ML entry
17323 2006-08-05 11:07 [matz at ruby-lang.or] ruby: add ML entry
17324 2006-08-05 13:52 [tadf at ruby-lang.or] ruby, ruby/lib/date: "%\n" means "\n".
17325 2006-08-05 13:55 [tadf at ruby-lang.or] ruby, ruby/lib/date: "%\n" means "\n".
17326 2006-08-05 22:54 [kosako at ruby-lang.] ruby: merge Oniguruma 4.2.2
17327 2006-08-06 17:14 [akr at ruby-lang.org] ruby, ruby: * io.c (io_reopen): STDERR.reopen(open("/dev/tty", "w")) should not
17328 2006-08-06 20:39 [tadf at ruby-lang.or] ruby, ruby/lib/date: %[EO]U didn't denote %U.
17329 2006-08-06 20:41 [tadf at ruby-lang.or] ruby, ruby, ruby/lib/date: %[EO]U didn't denote %U.
17330 2006-08-07 12:36 [matz at ruby-lang.or] ruby, ruby: * parse.y (top_local_setup): local_vars[-1] should point
17331 2006-08-07 12:37 [matz at ruby-lang.or] ruby: * dln.c, eval.c, gc.c, ruby.h: shut up AIX alloca warning.
17332 2006-08-07 12:42 [matz at ruby-lang.or] ruby, ruby: * parse.y (top_local_setup): local_vars[-1] should point
17333 2006-08-07 12:43 [matz at ruby-lang.or] ruby: * dln.c, eval.c, gc.c, regex.c, ruby.h: shut up AIX alloca
17334 2006-08-07 14:44 [matz at ruby-lang.or] ruby/ext/socket: * configure.in, common.mk: AIX link issue. a patch from Yutaka
17335 2006-08-07 14:44 [matz at ruby-lang.or] ruby: * configure.in, common.mk: AIX link issue. a patch from Yutaka
17336 2006-08-07 15:17 [matz at ruby-lang.or] ruby/lib/date: * lib/date/format.rb: specify maximum number of digits to parse
17337 2006-08-07 15:17 [matz at ruby-lang.or] ruby: * lib/date/format.rb: specify maximum number of digits to parse
17338 2006-08-07 16:50 [matz at ruby-lang.or] ruby/ext/socket: * configure.in, common.mk: AIX link issue. a patch from Yutaka
17339 2006-08-07 16:51 [matz at ruby-lang.or] ruby: * configure.in, common.mk: AIX link issue. a patch from Yutaka
17340 2006-08-07 17:09 [matz at ruby-lang.or] ruby/ext/syck: * ext/syck/syck.c (syck_move_tokens): should avoid negative
17341 2006-08-07 17:10 [matz at ruby-lang.or] ruby: * ext/syck/syck.c (syck_move_tokens): should avoid negative
17342 2006-08-07 17:59 [matz at ruby-lang.or] ruby, ruby/ext/bigdecimal, ruby/ext/digest/rmd160, ruby/ext/digest/sha1, ruby/ext/readline, ruby/ext/syck: * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,
17343 2006-08-07 18:01 [matz at ruby-lang.or] ruby, ruby/ext/bigdecimal, ruby/ext/digest/rmd160, ruby/ext/digest/sha1, ruby/ext/readline: * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,
17344 2006-08-07 22:19 [tadf at ruby-lang.or] ruby, ruby/lib/date: revert
17345 2006-08-08 11:37 [usa at ruby-lang.org] ruby, ruby: * Makefile.in, common.mk, configure.in: fix for platforms without
17346 2006-08-08 12:29 [nobu at ruby-lang.or] ruby, ruby: * parse.y (arg): allow newlines before ternary colon. [ruby-dev:29189]
17347 2006-08-08 19:29 [matz at ruby-lang.or] ruby, ruby/lib: * lib/resolv.rb (Resolv::DNS::Message::MessageDecoder::get_string):
17348 2006-08-09 00:13 [matz at ruby-lang.or] ruby, ruby/lib/irb: * lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacify
17349 2006-08-09 00:14 [matz at ruby-lang.or] ruby: * lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacify
17350 2006-08-09 00:16 [matz at ruby-lang.or] ruby, ruby/lib/irb: * lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacify
17351 2006-08-09 00:17 [matz at ruby-lang.or] ruby: * lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacify
17353 2006-08-09 16:56 [matz at ruby-lang.or] ruby: * lib/net/smtp.rb (Net::SMTP::auth_cram_md5): use ord to retrieve
17354 2006-08-10 11:44 [akr at ruby-lang.org] ruby, ruby: fix typos.
17355 2006-08-11 20:11 [nobu at ruby-lang.or] ruby, ruby: * ChangeLog: correct auther name.
17356 2006-08-11 20:13 [nobu at ruby-lang.or] ruby, ruby: * ChangeLog: correct auther name.
17357 2006-08-12 07:31 [drbrain at ruby-lang] ruby, ruby/lib/yaml: Replace nodoc with stopdoc so Module methods get documented.
17358 2006-08-12 07:39 [drbrain at ruby-lang] ruby/lib/rdoc/parsers: Make RDoc ignore C function prototypes by Tilman Sauerbeck [ruby-core:8574].
17359 2006-08-12 07:45 [drbrain at ruby-lang] ruby: RDoc C parser and documentation fixes
17360 2006-08-12 13:18 [nobu at ruby-lang.or] ruby, ruby: * ChangeLog: fix entry header format.
17361 2006-08-12 13:18 [nobu at ruby-lang.or] ruby: * ChangeLog: fix entry header format.
17362 2006-08-12 15:56 [nobu at ruby-lang.or] ruby, ruby/bcc32, ruby/win32: * configure.in, bcc32/Makefile.sub, win32/Makefile.sub, win32/dir.h,
17363 2006-08-13 12:10 [akr at ruby-lang.org] ruby, ruby, ruby/ext/socket: * ext/socket/socket.c: ANSIfied. [ruby-core:08601]
17364 2006-08-13 14:32 [drbrain at ruby-lang] ruby: Describe String#split grouping behavior. Patch by Jan Svitok [ruby-core:08603].
17365 2006-08-13 14:35 [drbrain at ruby-lang] ruby: Describe String#split grouping behavior. Patch by Jan Svitok [ruby-core:08603].
17366 2006-08-13 18:44 [akr at ruby-lang.org] ruby: ansificated.
17367 2006-08-15 11:22 [aamine at ruby-lang.] ruby, ruby, ruby/lib/net: * lib/net/smtp.rb: support SMTP/SSL. Thanks Kazuhiro NISHIYAMA.
17368 2006-08-15 11:27 [aamine at ruby-lang.] ruby: fix typo.
17369 2006-08-16 11:08 [nobu at ruby-lang.or] ruby, ruby, ruby/win32: * win32/win32.h: removed an excess macro. fixed: [ruby-dev:29258]
17370 2006-08-16 11:09 [nobu at ruby-lang.or] ruby, ruby: * ruby.c (set_arg0): fill argv other than the first with an empty
17371 2006-08-16 11:10 [drbrain at ruby-lang] ruby/lib/rdoc/parsers: Fix broken class level documentation
17372 2006-08-16 11:11 [nobu at ruby-lang.or] ruby: * ruby.c (set_arg0): fill argv other than the first with an empty
17373 2006-08-16 11:14 [drbrain at ruby-lang] ruby: * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_class_comment): Fix
17374 2006-08-16 11:45 [nobu at ruby-lang.or] ruby: * process.c (proc_setuid, proc_setgid, proc_seteuid, proc_setegid):
17375 2006-08-16 11:46 [nobu at ruby-lang.or] ruby: * process.c (proc_setuid, proc_setgid, proc_seteuid, proc_setegid):
17376 2006-08-16 17:24 [usa at ruby-lang.org] ruby: * common.mk (pre-install-local): remove unnecessary code.
17377 2006-08-16 17:47 [nobu at ruby-lang.or] ruby: * marshal.c (r_byte): IO#getc returns one byte string now.
17378 2006-08-17 00:44 [seki at ruby-lang.or] ruby, ruby, ruby/lib/rinda: lib/rinda/ring.rb (do_reply): Fix for RingServer fails to find a
17379 2006-08-17 14:47 [nobu at ruby-lang.or] ruby, ruby, ruby/lib: * lib/mkmmf.rb: added rdoc by Daniel Berger. [ruby-core:08177]
17380 2006-08-17 14:47 [nobu at ruby-lang.or] ruby, ruby/lib: * lib/mkmmf.rb: added rdoc by Daniel Berger. [ruby-core:08177]
17381 2006-08-17 15:21 [nobu at ruby-lang.or] ruby: * ChangeLog: fixed typo.
17382 2006-08-17 15:21 [nobu at ruby-lang.or] ruby: * ChangeLog: fixed typo.
17383 2006-08-17 19:15 [nobu at ruby-lang.or] ruby: * file.c (rb_stat_[rRwWxX]): check for super user.
17384 2006-08-17 19:15 [nobu at ruby-lang.or] ruby: * file.c (rb_stat_[rRwWxX]): check for super user.
17385 2006-08-18 01:25 [matz at ruby-lang.or] ruby, ruby/lib: * lib/cgi.rb (CGI::out): specify -m0 to disable MIME decode. a
17386 2006-08-18 01:25 [matz at ruby-lang.or] ruby: * lib/cgi.rb (CGI::out): specify -m0 to disable MIME decode. a
17387 2006-08-18 02:06 [matz at ruby-lang.or] ruby, ruby/lib: * lib/cgi.rb (CGI::out): specify -m0 to disable MIME decode. a
17388 2006-08-18 02:06 [matz at ruby-lang.or] ruby: * lib/cgi.rb (CGI::out): specify -m0 to disable MIME decode. a
17389 2006-08-19 11:28 [nobu at ruby-lang.or] ruby, ruby: * file.c (rb_file_s_rename): use errno if set properly.
17390 2006-08-19 11:29 [nobu at ruby-lang.or] ruby, ruby: * file.c (rb_file_s_rename): use errno if set properly.
17391 2006-08-19 14:17 [usa at ruby-lang.org] ruby, ruby/win32: * win32/Makefile.sub (config.status): include winsock2.h instead of
17392 2006-08-19 16:53 [suke at ruby-lang.or] ruby/test/win32ole, ruby/ext/win32ole, ruby: accept hash argument of Symbol key.
17393 2006-08-20 09:45 [drbrain at ruby-lang] ruby, ruby/test/rinda: Add TupleBag tests.
17394 2006-08-20 11:47 [nobu at ruby-lang.or] ruby: * numeric.c (num_step): also return an enumerator object if no block
17395 2006-08-22 12:41 [naruse at ruby-lang.] ruby, ruby, ruby/ext/nkf/lib: * ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): fix regexp for euc-jp [ruby-dev:29344]
17396 2006-08-22 18:38 [matz at ruby-lang.or] ruby, ruby, ruby/lib: revert nkf -m0 patch for UTF-8
17397 2006-08-22 18:39 [matz at ruby-lang.or] ruby: remove semicolon warning. [ruby-dev:29299]
17398 2006-08-22 18:43 [matz at ruby-lang.or] ruby, ruby/lib/yaml: * lib/yaml/tag.rb: Replace nodoc with stopdoc so Module methods get
17399 2006-08-22 18:51 [matz at ruby-lang.or] ruby/lib/rdoc/parsers: * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):
17400 2006-08-22 19:21 [aamine at ruby-lang.] ruby, ruby/lib/net: * lib/net/smtp.rb: parameter `to_addrs' might be an Array, .flatten is required. [ruby-dev:29316]
[前][次][スレッド一覧][上]