From 0fe7592d74ce3553a949af420455362564b8e7b7 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 12 Aug 2006 04:18:44 +0000 Subject: * ChangeLog: fix entry header format. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 256 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 128 insertions(+), 128 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9d2d9463c2..1cdf0d2330 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,10 +20,10 @@ Tue Aug 8 23:49:06 2006 Yukihiro Matsumoto Tue Aug 8 19:26:10 2006 Yukihiro Matsumoto - * lib/resolv.rb (Resolv::DNS::Message::MessageDecoder::get_string): + * lib/resolv.rb (Resolv::DNS::Message::MessageDecoder::get_string): affected by str[0] returns 1 char string. [ruby-dev:29223] - * lib/resolv.rb (Resolv::DNS::Message::MessageDecoder::get_labels): + * lib/resolv.rb (Resolv::DNS::Message::MessageDecoder::get_labels): ditto. Tue Aug 8 12:28:43 2006 Nobuyoshi Nakada @@ -98,12 +98,12 @@ Fri Aug 4 12:13:22 2006 Eric Hodel * lib/rdoc/ri/ri_formatter.rb: Don't unescape HTML in HtmlFormatter. * lib/drb/ssl.rb: Close socket on SSLError [ruby-core:7197] -Fri Aug 4 18:59:49 2006 Keiju Ishitsuka +Fri Aug 4 18:59:49 2006 Keiju Ishitsuka * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' for [ruby-core: 7122]. and support for ruby1.8.X - -Fri Aug 4 14:02:14 2006 James Edward Gray II + +Fri Aug 4 14:02:14 2006 James Edward Gray II * lib/date/format.rb (__strptime, strftime): allow multi-line patterns in Date#strftime the same as Time#strftime accepts. @@ -1197,11 +1197,11 @@ Thu Jun 15 22:06:56 2006 Yukihiro Matsumoto * parse.y (then): remove ':' from 'then' and 'do' rules. -Wed Jun 14 18:00:20 2006 Eric Hodel +Wed Jun 14 18:00:20 2006 Eric Hodel * enum.c (enum_any): Documentation typo. -Wed Jun 14 15:01:09 2006 Eric Hodel +Wed Jun 14 15:01:09 2006 Eric Hodel * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser#warn): Don't print warnings when -q is set. @@ -1525,7 +1525,7 @@ Wed May 24 17:55:13 2006 Yukihiro Matsumoto * string.c (rb_str_aset): no longer support fixnum insertion. -Wed May 24 03:10:44 2006 GOTOU Yuuzou +Wed May 24 03:10:44 2006 GOTOU Yuuzou * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SocketForwarder#setsockopt,getsockopt): typo fixed. @@ -1632,7 +1632,7 @@ Mon May 15 17:42:39 2006 Yukihiro Matsumoto * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_symbol_arg): typo fixed. a patch from Florian Gross . -Sat May 13 16:14:05 2006 Tanaka Akira +Sat May 13 16:14:05 2006 Tanaka Akira * lib/pp.rb (PP.mcall): new method. (Struct#pretty_print): call Kernel#class and Struct#members even if @@ -1651,7 +1651,7 @@ Thu May 11 19:57:00 2006 Yukihiro Matsumoto * util.c (ruby_strtod): differ addition to minimize error. [ruby-dev:28619] -Thu May 11 18:30:11 2006 GOTOU Yuuzou +Thu May 11 18:30:11 2006 GOTOU Yuuzou * ext/openssl/ossl_cipher.c (add_cipher_name_to_ary): should return value. [ruby-dev:28627] @@ -1691,19 +1691,19 @@ Sun May 7 03:09:51 2006 Stephan Maka * lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP#initialize): Use AF_INET6 for nameservers containing colons. -Sat May 6 23:40:03 2006 Yukihiro Matsumoto +Sat May 6 23:40:03 2006 Yukihiro Matsumoto * eval.c (proc_invoke): should restore old ruby_frame->block. thanks to ts . [ruby-core:07833] also fix [ruby-dev:28614] as well. -Sat May 6 00:38:42 2006 Yukihiro Matsumoto +Sat May 6 00:38:42 2006 Yukihiro Matsumoto * signal.c (trap): sig should be less then NSIG. Coverity found this bug. a patch from Kevin Tew . [ruby-core:07823] -Thu May 4 22:13:22 2006 Yukihiro Matsumoto +Thu May 4 22:13:22 2006 Yukihiro Matsumoto * math.c (math_log2): add new method inspired by [ruby-talk:191237]. @@ -1711,7 +1711,7 @@ Thu May 4 22:13:22 2006 Yukihiro Matsumoto * math.c (math_log): add optional base argument to Math::log(). [ruby-talk:191308] -Thu May 4 02:24:16 2006 Yukihiro Matsumoto +Thu May 4 02:24:16 2006 Yukihiro Matsumoto * ext/syck/emitter.c (syck_scan_scalar): avoid accessing uninitialized array element. a patch from Pat Eyler @@ -1724,13 +1724,13 @@ Thu May 4 02:24:16 2006 Yukihiro Matsumoto type_tag. a patch from Pat Eyler . [ruby-core:07808] -Wed May 3 02:12:07 2006 Yukihiro Matsumoto +Wed May 3 02:12:07 2006 Yukihiro Matsumoto * ext/socket/socket.c (make_hostent_internal): accept ai_family check from Sam Roberts . [ruby-core:07691] -Mon May 1 17:58:16 2006 Masaki Suketa +Mon May 1 17:58:16 2006 Masaki Suketa * ext/win32ole/win32ole.c (add_event_call_back): should not delete event handler when the event name is not entried. @@ -1829,16 +1829,16 @@ Mon Apr 10 01:03:10 2006 Yukihiro Matsumoto * prec.c (prec_prec_f): documentation patch from . [ruby-core:07689] -Sat Apr 8 02:34:34 2006 Yukihiro Matsumoto +Sat Apr 8 02:34:34 2006 Yukihiro Matsumoto * bignum.c (rb_big_pow): second operand may be too big even if it's a Fixnum. [ruby-talk:187984] -Sat Apr 8 02:12:38 2006 Yukihiro Matsumoto +Sat Apr 8 02:12:38 2006 Yukihiro Matsumoto * README.EXT: update symbol description. [ruby-talk:188104] -Sat Apr 8 18:06:28 2006 Masaki Suketa +Sat Apr 8 18:06:28 2006 Masaki Suketa * ext/win32ole/win32ole.c: add WIN32OLE_METHOD#inspect, WIN32OLE_PARAM#inspect. @@ -1854,11 +1854,11 @@ Fri Apr 7 22:11:30 2006 Masaki Suketa * test/win32ole/test_win32ole_typelib.rb(test_initialize): ditto. -Thu Apr 6 23:28:47 2006 Yukihiro Matsumoto +Thu Apr 6 23:28:47 2006 Yukihiro Matsumoto * COPYING: explicitly note GPLv2. [ruby-talk:187922] -Thu Apr 6 16:43:06 2006 Hidetoshi NAGAI +Thu Apr 6 16:43:06 2006 Hidetoshi NAGAI * intern.h (rb_obj_instance_exec, rb_mod_module_exec): add declaration. @@ -1891,12 +1891,12 @@ Wed Apr 5 00:22:54 2006 Tanaka Akira methods take pathname argument. suggested by Evan Phoenix. [ruby-core:7618] -Tue Apr 4 22:15:41 2006 Yukihiro Matsumoto +Tue Apr 4 22:15:41 2006 Yukihiro Matsumoto * parse.y: remove some obsolete syntax rules (unparenthesized method calls in argument list). -Sat Apr 1 15:11:27 2006 Masaki Suketa +Sat Apr 1 15:11:27 2006 Masaki Suketa * ext/win32ole/win32ole.c :add WIN32OLE_TYPE#inspect, WIN32OLE_VARIABLE#inspect @@ -2030,7 +2030,7 @@ Mon Mar 20 09:40:23 2006 Yukihiro Matsumoto * configure.in: remove enable_rpath=no for Solaris. [ruby-dev:28440] -Sun Mar 19 09:46:30 2006 Masaki Suketa +Sun Mar 19 09:46:30 2006 Masaki Suketa * ext/win32ole/win32ole.c (ole_val2olevariantdata): change behavior of converting OLE Variant object with VT_ARRAY|VT_UI1 and Ruby @@ -2064,7 +2064,7 @@ Sat Mar 11 14:24:06 2006 Yukihiro Matsumoto * ruby.1: a clarification patch from David Lutterkort . [ruby-core:7508] -Sun Mar 5 18:40:58 2006 Minero Aoki +Sun Mar 5 18:40:58 2006 Minero Aoki * lib/fileutils.rb: do not repeat command options. @@ -2077,17 +2077,17 @@ Sat Mar 4 15:26:40 2006 Tanaka Akira * gc.c (id2ref): fix symbol test. -Sat Mar 4 01:08:07 2006 Yukihiro Matsumoto +Sat Mar 4 01:08:07 2006 Yukihiro Matsumoto * lib/rdoc/ri/ri_paths.rb (RI::Paths): adding paths from rubygems directories. a patch from Eric Hodel . [ruby-core:07423] -Fri Mar 3 17:59:00 2006 Yukihiro Matsumoto +Fri Mar 3 17:59:00 2006 Yukihiro Matsumoto * eval.c (rb_clear_cache_by_class): clearing wrong cache. -Fri Mar 3 21:22:42 2006 Tanaka Akira +Fri Mar 3 21:22:42 2006 Tanaka Akira * lib/fileutils.rb (FileUtils.cp_r): implement :remove_destination option. @@ -2095,7 +2095,7 @@ Fri Mar 3 21:22:42 2006 Tanaka Akira * ext/extmk.rb: use :remove_destination to install extension libraries to avoid SEGV. [ruby-dev:28417] -Fri Mar 3 14:41:04 2006 Minero Aoki +Fri Mar 3 14:41:04 2006 Minero Aoki * ext/dl/.cvsignore: ignore callback.h. @@ -2103,24 +2103,24 @@ Fri Mar 3 14:41:04 2006 Minero Aoki * ext/socket/.cvsignore: ignore constants.h. -Thu Mar 2 18:58:18 2006 Yukihiro Matsumoto +Thu Mar 2 18:58:18 2006 Yukihiro Matsumoto * eval.c (rb_thread_fd_writable): should not re-schedule output from KILLED thread (must be error printing). -Thu Mar 2 09:12:05 2006 Yukihiro Matsumoto +Thu Mar 2 09:12:05 2006 Yukihiro Matsumoto * array.c (rb_ary_flatten_bang): allow specifying recursion level. [ruby-talk:182170] * array.c (rb_ary_flatten): ditto. -Thu Mar 2 08:02:42 2006 Yukihiro Matsumoto +Thu Mar 2 08:02:42 2006 Yukihiro Matsumoto * gc.c (add_heap): a heap_slots may overflow. a patch from Stefan Weil . -Wed Mar 1 17:13:37 2006 Yukihiro Matsumoto +Wed Mar 1 17:13:37 2006 Yukihiro Matsumoto * eval.c (rb_call): use separate cache for fcall/vcall invocation. @@ -2136,7 +2136,7 @@ Wed Mar 1 17:13:37 2006 Yukihiro Matsumoto * class.c (rb_class_local_methods): a method to list local methods. -Thu Mar 2 17:54:45 2006 Hirokazu Yamamoto +Thu Mar 2 17:54:45 2006 Hirokazu Yamamoto * gc.c: commited magic for reducing RVALUE size on windows. (24->20byte) [ruby-core:7474] @@ -3205,7 +3205,7 @@ Sun Dec 11 22:07:58 2005 Masatoshi SEKI * test/rinda/test_rinda.rb (test_remote_array_and_hash): pseudo remote objects are protected against GC. [ruby-dev:27911] -Sat Dec 10 01:06:06 2005 Keiju Ishitsuka +Sat Dec 10 01:06:06 2005 Keiju Ishitsuka * lib/matrix.rb: add Matrix#determinant_e, Matrix#rank_e. [ruby-dev:27820] and related thread. @@ -3602,7 +3602,7 @@ Mon Nov 21 16:03:48 2005 Nobuyoshi Nakada * win32/setup.mk: findstr doesn't exist on win9x. fixed: [ruby-dev:27756] -Sun Nov 20 21:39:27 2005 K.Kosako +Sun Nov 20 21:39:27 2005 K.Kosako * regparse.c (fetch_token_in_cc): tok->escaped should be initialized. [ruby-dev:27763] @@ -3886,7 +3886,7 @@ Tue Nov 1 14:20:11 2005 Yukihiro Matsumoto * eval.c (exec_under): frame during eval should preserve external information. -Tue Nov 01 10:48:49 2005 GOTOU Yuuzou +Tue Nov 1 10:48:49 2005 GOTOU Yuuzou * ext/openssl/extconf.rb: should check ERR_peek_last_error(). [ruby-dev:27597] @@ -5555,7 +5555,7 @@ Tue Aug 30 19:34:27 2005 GOTOU Yuuzou ext/digest/sha1/sha1ossl.h: include to avoid error in compilation with OpenSSL-0.9.8. [ruby-list:41068] -Tue Aug 30 16:19:40 2005 Keiju Ishitsuka +Tue Aug 30 16:19:40 2005 Keiju Ishitsuka * lib/irb/init.rb: bug fix. [ruby-dev: 26920] @@ -5575,7 +5575,7 @@ Mon Aug 29 19:47:18 2005 Hirokazu Yamamoto * lib/rdoc/usage.rb: support the case when non-ruby code exists before shebang. (this is needed when ri.bat is executed on windows) -Mon Aug 29 18:58:05 2005 Keiju Ishitsuka +Mon Aug 29 18:58:05 2005 Keiju Ishitsuka * lib/irb/init.rb: make IRB -I option that is same befavior for ruby. [ruby-dev:26872] @@ -5670,7 +5670,7 @@ Sun Aug 21 00:10:23 2005 NAKAMURA, Hiroshi a workaround for importing an WSDL whose path begins with drive letter. [ruby-dev:26242] -Sat Aug 20 22:05:25 2005 K.Kosako +Sat Aug 20 22:05:25 2005 K.Kosako * regexec.c (code_is_in_cclass_node): check code size. [ruby-dev:26840] @@ -6231,7 +6231,7 @@ Wed Jul 27 16:25:59 2005 Yukihiro Matsumoto * parse.y (lambda): Perl6 style -> lambda expression. [NEW] [VERY EXPERIMENTAL] -Wed Jul 27 10:43:14 2005 Nobuyoshi Nakada +Wed Jul 27 10:43:14 2005 Nobuyoshi Nakada * gc.c (id2ref): must not assign pointers to long int. use LONG_LONG instead if SIZEOF_LONG < SIZEOF_VOIDP. @@ -6582,7 +6582,7 @@ Mon Jul 11 08:31:29 2005 Nobuyoshi Nakada * regparse.c (fetch_escaped_value): mask values following \c in regexp. fixed: [ruby-dev:26500] -Sun Jul 10 22:18:17 CEST 2005 Michael Neumann +Sun Jul 11 05:18:17 2005 Michael Neumann * lib/xmlrpc/server.rb (XMLRPC::Server): Switch from GServer over to WEBrick. This makes file lib/xmlrpc/httpserver.rb obsolete (at least it is @@ -6875,7 +6875,7 @@ Sat Jun 25 11:37:00 2005 NARUSE, Yui conv, {eucjp, shiftjis, utf8}? * ext/nkf/lib/kconv.rb: add aliases Kconv.to_* and String#to_* -Fri Jun 24 17:00:00 2005 Shigeo Kobayashi +Fri Jun 24 17:00:00 2005 Shigeo Kobayashi * ext/bigdecimal/bigdecimal.c: patch from "NATORI Shin" (u-tokyo.ac.jp) applied to fix rounding bug. @@ -6944,7 +6944,7 @@ Mon Jun 20 01:26:49 2005 GOTOU Yuuzou ext/openssl/ossl_pkcs12.h, ext/openssl/ossl_x509req.c: avoid compiler warnings. suggested by Michal Rokos. -Sun Jun 19 17:22:02 CEST 2005 Michael Neumann +Sun Jun 20 00:22:02 2005 Michael Neumann * lib/xmlrpc/utils.rb: Patch by Nobuhiro IMAI fixes the following problem: Default value modification on @@ -7823,7 +7823,7 @@ Tue Apr 26 22:58:00 2005 Hidetoshi NAGAI * ext/tk/tcltklib.c (ip_invoke_core): call Tcl's "::unknown" command when can't get information of target command. -Mon Apr 25 13:54:55 2005 speakillof +Mon Apr 25 13:54:55 2005 speakillof * lib/rexml/encodings/SHIFT-JIS.rb: encoding and decoding were swapped. [ruby-core:4772] @@ -8016,7 +8016,7 @@ Thu Apr 14 05:35:45 2005 Keiju Ishitsuka * lib/irb/slex.rb: bug fix by [ruby-core:04707]. -Thu Apr 14 00:20:31 2005 Keiju Ishitsuka +Thu Apr 14 00:20:31 2005 Keiju Ishitsuka * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5. Wed Apr 13 23:40:21 2005 Kouhei Sutou @@ -8971,7 +8971,7 @@ Wed Mar 2 12:21:18 2005 Nobuyoshi Nakada * parse.y (primary): ditto, for brace block. -Tue Mar 1 21:16:54 2005 K.Kosako +Tue Mar 1 21:16:54 2005 K.Kosako * regcomp.c (optimize_node_left): uninitialized member (OptEnv.backrefed_status) was used. [ruby-dev:25778] @@ -8994,7 +8994,7 @@ Mon Feb 28 23:10:13 2005 Hirokazu Yamamoto * ext/socket/mkconstants.rb: ditto. -Mon Feb 28 21:55:49 2005 K.Kosako +Mon Feb 28 21:55:49 2005 K.Kosako * ext/strscan/strscan.c (strscan_s_allocate): use onig_region_init(). @@ -9026,7 +9026,7 @@ Sun Feb 27 05:55:38 2005 Minero Aoki * parse.y [ripper]: fix typo. [ruby-core:04494] -Sat Feb 26 16:58:20 2005 K.Kosako +Sat Feb 26 16:58:20 2005 K.Kosako * parse.y, re.c, regex.h, LEGAL, ext/strscan/strscan.c: remove oniggnu.h (GNU regex API). @@ -9152,15 +9152,15 @@ Fri Feb 18 04:06:41 2005 Yukihiro Matsumoto * parse.y (fcall_gen): lvar(arg) will be evaluated as lvar.call(arg) when lvar is a defined local variable. [new] -Thu Feb 17 22:15:34 2005 K.Kosako +Thu Feb 17 22:15:34 2005 K.Kosako * ext/strscan/strscan.c: calls Oniguruma API directly. -Thu Feb 17 21:53:12 2005 K.Kosako +Thu Feb 17 21:53:12 2005 K.Kosako * common.mk, LEGAL: remove reggnu.c. -Thu Feb 17 21:53:12 2005 Kazuo Saito +Thu Feb 17 21:53:12 2005 Kazuo Saito * gc.c, re.c: now ruby calls Oniguruma API directly, bypassing GNU compatible APIs. @@ -10790,11 +10790,11 @@ Wed Dec 8 03:26:41 2004 Nobuyoshi Nakada * runruby.rb: prepend LIBRUBY_SO to LD_PRELOAD as well as rubytest.rb. -Wed Dec 08 01:35:44 2004 NAKAMURA Usaku +Wed Dec 8 01:35:44 2004 NAKAMURA Usaku * win32/win32.c (is_socket): reorder of function definitions. -Wed Dec 08 00:44:31 2004 NAKAMURA Usaku +Wed Dec 8 00:44:31 2004 NAKAMURA Usaku * io.c (pipe_open): win32 bidirectional pipe support. @@ -14251,7 +14251,7 @@ Wed Jun 30 16:59:39 2004 Hirokazu Yamamoto * test/ruby/test_file.rb (test_fnmatch): some tests for File.fnmatch are added. -Wed Jun 30 11:38:51 2004 Mikael Brockman +Wed Jun 30 11:38:51 2004 Mikael Brockman * parse.y (primary): should not be NULL. [ruby-core:03098] @@ -14823,7 +14823,7 @@ Mon May 17 00:36:21 2004 why the lucky stiff * lib/yaml/baseemitter.rb (indent_text): was forcing a mod value of zero at times, which kept some blocks from getting indentation. -Mon May 17 00:07:00 2004 Gavin Sinclair +Mon May 17 00:07:00 2004 Gavin Sinclair * lib/drb/drb.rb: Cosmetic documentation changes. @@ -14985,7 +14985,7 @@ Mon May 10 01:18:15 2004 Minero Aoki * lib/net/pop.rb (logging): append "\n". -Sun May 9 23:38:00 2004 Gavin Sinclair +Sun May 9 23:38:00 2004 Gavin Sinclair * lib/net/ftp.rb: ported documentation improvement from 1.8 branch @@ -15095,7 +15095,7 @@ Wed May 5 03:52:31 2004 Masatoshi SEKI * lib/rinda/ring.rb: use recv instead of recvfrom. -Wed May 5 00:38:00 2004 Gavin Sinclair +Wed May 5 00:38:00 2004 Gavin Sinclair * lib/gserver.rb: documented * lib/xmlrpc/README.txt: introduced for documentation purposes @@ -15728,7 +15728,7 @@ Thu Mar 25 23:15:24 2004 Dave Thomas * lib/rdoc/ri/ri_options.rb (RI::Options::show_version): Add --version option -Thu Mar 25 21:45:00 2004 Shigeo Kobayashi +Thu Mar 25 21:45:00 2004 Shigeo Kobayashi * ext/bigdecimal/bigdecimal.c: Bug in + and - reported by Bret Jolly fixed. @@ -15771,7 +15771,7 @@ Thu Mar 25 02:00:18 2004 Dave Thomas * lib/rdoc/generators/template/html/one_page_html.rb (Page): Fix to work with C modules. -Wed Mar 24 20:49:00 2004 Gavin Sinclair +Wed Mar 24 20:49:00 2004 Gavin Sinclair * lib/uri.rb: Documented (thanks Dmitry V. Sabanin). * lib/uri/common.rb: Ditto. @@ -16083,7 +16083,7 @@ Tue Mar 9 13:04:26 2004 Yukihiro Matsumoto * io.c (rb_io_ungetc): raise IOError instead of calling rb_sys_fail(). [ruby-talk:23181] -Tue Mar 09 10:03:40 2004 NAKAMURA Usaku +Tue Mar 9 10:03:40 2004 NAKAMURA Usaku * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub: replaced regex.c entry with Oniguruma files. @@ -16571,11 +16571,11 @@ Sun Feb 22 12:58:35 2004 Nobuyoshi Nakada * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub: ditto. -Sun Feb 22 09:51:00 2004 Gavin Sinclair +Sun Feb 22 09:51:00 2004 Gavin Sinclair * re.c: corrected documentation format (rb_reg_initialize_m) -Sat Feb 21 22:41:00 2004 Gavin Sinclair +Sat Feb 21 22:41:00 2004 Gavin Sinclair * ext/zlib/zlib.c: documented, but needs more effort. @@ -16609,7 +16609,7 @@ Thu Feb 19 23:24:16 2004 Dave Thomas * lib/rdoc/generators/html_generator.rb (Generators::HtmlClass::build_attribute_list): Support visibility modifiers for attributes -Thu Feb 19 22:39:00 2004 Gavin Sinclair +Thu Feb 19 22:39:00 2004 Gavin Sinclair * lib/ostruct.rb: documented @@ -16624,7 +16624,7 @@ Thu Feb 19 22:24:04 2004 NAKAMURA, Hiroshi [ruby-dev:22588] c = class << Object.new; class C; self; end; end; SOAPMarshal.dump(c) -Thu Feb 19 18:08:18 2004 Gavin Sinclair +Thu Feb 19 18:08:18 2004 Gavin Sinclair * ext/strscan/strscan.c: improved documentation @@ -16658,7 +16658,7 @@ Thu Feb 19 02:37:28 2004 Minero Aoki * ext/strscan/strscan.c: merge documentation from 1.8 branch. Thanks Gavin Sinclair. -Thu Feb 19 00:20:00 2004 Gavin Sinclair +Thu Feb 19 00:20:00 2004 Gavin Sinclair * lib/cgi-lib.rb: deprecated after 1.8.1 @@ -16791,7 +16791,7 @@ Mon Feb 16 23:28:14 2004 NAKAMURA, Hiroshi it should be defined that the specification about what kind of Range is supported in ruby's custom type in YAML. -Mon Feb 16 22:22:00 2004 Gavin Sinclair +Mon Feb 16 22:22:00 2004 Gavin Sinclair * lib/generator.rb: corrected doc format @@ -16928,7 +16928,7 @@ Sat Feb 14 11:14:12 2004 Masatoshi SEKI * lib/drb/drb.rb: add pretty_print, thanks gotoken. -Fri Feb 13 21:51:00 2004 Gavin Sinclair +Fri Feb 13 21:51:00 2004 Gavin Sinclair * lib/fileutils.rb: slighly improved documentation (sync with 1.8) @@ -16962,11 +16962,11 @@ Fri Feb 13 05:18:58 2004 Minero Aoki * test/fileutils/test_fileutils.rb: File.link raises EINVAL on Win9x. [ruby-dev:22713] -Thu Feb 12 21:49:00 2004 Gavin Sinclair +Thu Feb 12 21:49:00 2004 Gavin Sinclair * lib/ftools.rb: documented -Thu Feb 12 21:19:00 2004 Gavin Sinclair +Thu Feb 12 21:19:00 2004 Gavin Sinclair * lib/base64.rb: added and tidied documentation @@ -17231,12 +17231,12 @@ Mon Feb 2 01:54:00 2004 Tanaka Akira (UDPSocket#send): recognize 3 arguments form. try all addresses on 4 arguments form. -Sun Feb 1 23:00:00 2004 Shigeo Kobayashi +Sun Feb 1 23:00:00 2004 Shigeo Kobayashi * ext/bigdecimal.c: Bug in BigDecimal("1e#{n}").add BigDecimal('.5'),n) reported and fixed by Javier Goizueta. -Sun Feb 1 18:21:00 2004 Gavin Sinclair +Sun Feb 1 18:21:00 2004 Gavin Sinclair From ruby_1_8 branch: * lib/test/unit.rb: rearranged documentation for RDoc's sake. @@ -17298,7 +17298,7 @@ Thu Jan 29 19:28:16 2004 Minero Aoki * lib/net/http.rb (Request#initialize): reject only when a path is empty. [ruby-dev:22771] -Thu Jan 29 18:54:08 2004 H.Yamamoto . +Thu Jan 29 18:54:08 2004 H.Yamamoto * dir.c (glob_helper): infinite loop bug in win32 code. [ruby-dev:22770] @@ -18098,7 +18098,7 @@ Tue Jan 6 01:01:04 2004 NAKAMURA Usaku * win32/Makefile.sub: fix file dependency. -Mon Jan 5 20:32:00 2004 Gavin Sinclair +Mon Jan 5 20:32:00 2004 Gavin Sinclair * lib/logger.rb: enhanced documentation. @@ -18158,11 +18158,11 @@ Wed Dec 31 17:25:17 2003 Yukihiro Matsumoto * io.c (argf_each_byte): should return self. [ruby-dev:22465] -Wed Dec 31 15:05:00 2003 Gavin Sinclair +Wed Dec 31 15:05:00 2003 Gavin Sinclair * lib/pathname.rb: Corrected small coding error. -Wed Dec 31 15:00:00 2003 Gavin Sinclair +Wed Dec 31 15:00:00 2003 Gavin Sinclair * lib/pathname.rb: Completed documentation. @@ -18208,7 +18208,7 @@ Tue Dec 30 08:32:32 2003 Dave Thomas def each_entry(&b) Dir.foreach(@path) {|f| yield P.new(f) } end -Tue Dec 30 07:30:00 2003 Gavin Sinclair +Tue Dec 30 07:30:00 2003 Gavin Sinclair * lib/pathname.rb: Added documentation. @@ -18231,7 +18231,7 @@ Mon Dec 29 05:05:51 2003 Dave Thomas * struct.c, random: Add RDoc comments -Mon Dec 29 02:25:00 2003 Gavin Sinclair +Mon Dec 29 02:25:00 2003 Gavin Sinclair * lib/optparse.rb: Improved documentation. @@ -18364,7 +18364,7 @@ Fri Dec 26 10:58:58 2003 NAKAMURA Usaku * MANIFEST: add vms/config.h and remove vms/config.h_in. -Fri Dec 26 10:42:00 2003 AKIYOSHI, Masamichi +Fri Dec 26 10:42:00 2003 AKIYOSHI, Masamichi * io.c: [VMS] "rfm=stmlf" is specified for open() and fopen(). @@ -18517,7 +18517,7 @@ Tue Dec 23 22:47:14 2003 Yukihiro Matsumoto * io.c (rb_io_check_writable): clear FMODE_RBUF before writing something. -Tue Dec 23 22:25:00 2003 Gavin Sinclair +Tue Dec 23 22:25:00 2003 Gavin Sinclair * lib/optparse.rb: incomplete RDoc documentation added in place of existing RD comments. Tabs converted to spaces. @@ -18541,7 +18541,7 @@ Tue Dec 23 18:09:40 2003 Yukihiro Matsumoto * pack.c (pack_pack): remove unnecessary negative value check. [ruby-dev:22329] -Tue Dec 23 17:26:55 2003 KONISHI Hiromasa +Tue Dec 23 17:26:55 2003 KONISHI Hiromasa * bcc32/Makefile.sub (config.h): bcc has finite(). [ruby-list:38940] @@ -19344,7 +19344,7 @@ Tue Dec 2 21:31:42 2003 Nobuyoshi Nakada * test/runner.rb: exit with the test result. -Tue Dec 2 20:18:48 2003 Eric Sunshine +Tue Dec 2 20:18:48 2003 Eric Sunshine * configure.in (AC_PROG_YACC): AC_DEFINE(OLD_YACC) if Yacc is found instead of Bison or byacc. @@ -19407,7 +19407,7 @@ Mon Dec 1 14:17:49 2003 Minero Aoki * test/fileutils/test_fileutils.rb: does much strict test on "same" files detecting. -Mon Dec 1 09:28:14 2003 NAKAMURA Usaku +Mon Dec 1 09:28:14 2003 NAKAMURA Usaku * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub (XCFLAGS): re-export $(XCFLAGS). @@ -19491,7 +19491,7 @@ Fri Nov 28 19:37:56 2003 Nobuyoshi Nakada * test/ruby/test_env.rb (test_has_value, test_index): condition for aboves. -Fri Nov 28 17:59:20 2003 NAKAMURA Usaku +Fri Nov 28 17:59:20 2003 NAKAMURA Usaku * test/ruby/test_env.rb: add tests for ENV. @@ -19577,7 +19577,7 @@ Wed Nov 26 00:55:30 2003 GOTOU Yuuzou * lib/webrick/httpserver.rb (HTTPServer#run): should pass the request's keep_alive flag to the response. -Tue Nov 25 21:41:35 2003 NAKAMURA Usaku +Tue Nov 25 21:41:35 2003 NAKAMURA Usaku * defines.h (ENV_IGNORECASE): should define when DOSISH without human68k. [ruby-dev:22047] @@ -19718,7 +19718,7 @@ Mon Nov 24 17:00:00 2003 Tanaka Akira * lib/open-uri.rb: validate option names. :content_length_proc and :progress_proc option implemented. -Mon Nov 24 14:53:10 2003 NAKAMURA Usaku +Mon Nov 24 14:53:10 2003 NAKAMURA Usaku * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub (XCFLAGS): output empty value instead of `-DRUBY_EXPORT'. @@ -19741,12 +19741,12 @@ Sat Nov 22 22:48:46 2003 Hidetoshi NAGAI * ext/tcltklib/tcltklib.c: add native thread check -Sat Nov 22 18:49:47 2003 NAKAMURA Usaku +Sat Nov 22 18:49:47 2003 NAKAMURA Usaku * ext/curses/curses.c (window_nodelay): nodelay() of NetBSD's libcruses returns no value, just like keypad(). -Sat Nov 22 17:36:36 2003 NAKAMURA Usaku +Sat Nov 22 17:36:36 2003 NAKAMURA Usaku * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub (HAVE_GETCWD): output to config.h. @@ -19855,7 +19855,7 @@ Wed Nov 19 14:32:08 2003 Minero Aoki * lib/fileutils.rb (cannot_overwrite_file?): add wince. -Wed Nov 19 11:04:47 2003 NAKAMURA Usaku +Wed Nov 19 11:04:47 2003 NAKAMURA Usaku * lib/fileutils.rb (cannot_overwrite_file?, have_st_ino?): bccwin32 is same as mswin32. @@ -19970,7 +19970,7 @@ Sun Nov 16 12:16:10 2003 Minero Aoki * lib/net/protocol.rb: logging response body. [experimental] [ruby-list:38800] -Sun Nov 16 10:49:38 2003 Gavin Sinclair +Sun Nov 16 10:49:38 2003 Gavin Sinclair * lib/thread.rb (Thread.exclusive): wrap method definition in class Thread to enable rdoc to process. @@ -20143,7 +20143,7 @@ Sat Nov 8 13:49:50 2003 Hidetoshi NAGAI * configure.in: improvement of pthread check -Sat Nov 8 13:28:46 2003 Takaaki Tateishi +Sat Nov 8 13:28:46 2003 Takaaki Tateishi * ext/dl/sym.c: Add DL.win32_last_error and DL.last_error. Thanks, Kaoru Shirai. @@ -20246,7 +20246,7 @@ Wed Nov 5 17:05:18 2003 Nobuyoshi Nakada * lib/test/unit/ui/gtk/testrunner.rb: typo. -Wed Nov 5 11:13:32 2003 NAKAMURA Usaku +Wed Nov 5 11:13:32 2003 NAKAMURA Usaku * string.c: add #include "version.h". this file still depends on it. @@ -20267,7 +20267,7 @@ Wed Nov 5 08:39:51 2003 GOTOU Yuuzou * ext/openssl/ossl_ssl.c (ossl_ssl_get_peer_cert_chain): return nil if no cert-chain was given. -Tue Nov 4 23:44:48 2003 NAKAMURA Usaku +Tue Nov 4 23:44:48 2003 NAKAMURA Usaku * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub: remove needless version.h dependency. @@ -20373,7 +20373,7 @@ Fri Oct 31 12:55:24 2003 WATANABE Hirofumi * bcc32/Makefile.sub, win32/Makefile.sub, win32/Makefile.sub: ditto. -Fri Oct 31 01:38:14 2003 NAKAMURA Usaku +Fri Oct 31 01:38:14 2003 NAKAMURA Usaku * wince/Makefile.sub, win32/Makefile.sub (.y.c): allow white spaces at the beginning of line to remove by sed. (ruby-bugs-ja:PR#580) @@ -20432,7 +20432,7 @@ Thu Oct 30 10:14:51 2003 NAKAMURA, Hiroshi * lib/test/unit/autorunner.rb: make fox runner work. -Thu Oct 30 09:32:26 2003 NAKAMURA Usaku +Thu Oct 30 09:32:26 2003 NAKAMURA Usaku * process.c (rb_f_system): fixed lack of security check before calling do_spawn() on win32. [ruby-talk:84555] @@ -20461,7 +20461,7 @@ Wed Oct 29 22:02:04 2003 NAKAMURA, Hiroshi * test/drb/drbtest.rb: use rbconfig.rb to make the path of ruby interpreter to exec, instead of test/ruby/envutil.rb, -Wed Oct 29 19:58:59 2003 NAKAMURA Usaku +Wed Oct 29 19:58:59 2003 NAKAMURA Usaku * ext/tcltklib/tcltklib.c (CONST84): define CONST84 when it is not defined and TCL_MAJOR_VERSION >= 8. @@ -20493,7 +20493,7 @@ Wed Oct 29 11:27:39 2003 Yukihiro Matsumoto * parse.y (ret_args): node may be NULL. [ruby-talk:84530] -Tue Oct 28 15:20:12 2003 NAKAMURA Usaku +Tue Oct 28 15:20:12 2003 NAKAMURA Usaku * ext/tcltklib/tcltklib.c (VwaitVarProc, ip_rbVwaitObjCmd, WaitVariableProc, WaitVisibilityProc, WaitWindowProc, @@ -20575,7 +20575,7 @@ Tue Oct 21 15:57:11 2003 Nobuyoshi Nakada * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file): prepend the directory of target file to the load path. -Tue Oct 21 15:08:53 2003 NAKAMURA Usaku +Tue Oct 21 15:08:53 2003 NAKAMURA Usaku * win32/win32.c (do_spawn, do_aspawn): should wait child process even if callded with P_OVERLAY. @@ -20628,7 +20628,7 @@ Mon Oct 20 11:00:46 2003 Yukihiro Matsumoto * gc.c (gc_sweep): do not update malloc_limit when malloc_increase is smaller than malloc_limit. -Mon Oct 20 09:45:12 2003 NAKAMURA Usaku +Mon Oct 20 09:45:12 2003 NAKAMURA Usaku * lib/debug.rb (debug_command): remove debug print. @@ -20677,7 +20677,7 @@ Fri Oct 17 22:16:42 2003 Akinori MUSHA * lib/set.rb: It is not necessary to require 'test/unit/ui/console/testrunner'. -Fri Oct 17 11:15:22 2003 NAKAMURA Usaku +Fri Oct 17 11:15:22 2003 NAKAMURA Usaku * test/ruby/test_range.rb: added. @@ -20744,7 +20744,7 @@ Wed Oct 15 15:00:54 2003 Nobuyoshi Nakada * eval.c (ruby_run): just return FAILURE instead of parse error count. [ruby-list:38569] -Wed Oct 15 13:17:02 2003 NAKAMURA Usaku +Wed Oct 15 13:17:02 2003 NAKAMURA Usaku * ext/digest/digest.c (rb_digest_base_alloc): need to initialize buffer. [ruby-dev:21622] @@ -20757,7 +20757,7 @@ Wed Oct 15 11:23:05 2003 Yukihiro Matsumoto modules before invoking marshal_load. these two fixes are done by Masatoshi Seki . -Wed Oct 15 09:30:34 2003 NAKAMURA Usaku +Wed Oct 15 09:30:34 2003 NAKAMURA Usaku * ext/enumerator/enumerator.c (enumerator_each): avoid VC++ warning. @@ -21024,7 +21024,7 @@ Thu Oct 9 06:43:33 2003 Nobuyoshi Nakada * eval.c (rb_thread_start_0, rb_thread_raise, rb_callcc): save variables across THREAD_SAVE_CONTEXT. -Thu Oct 9 12:05:46 2003 Eric Sunshine +Thu Oct 9 12:05:46 2003 Eric Sunshine * configure.in: revived NextStep, OpenStep, and Rhapsody ports which had become unbuildable; enhanced --enable-fat-binary option so that @@ -21443,7 +21443,7 @@ Fri Oct 3 16:13:19 2003 GOTOU Yuuzou * ext/openssl/ossl_x509attr.c (ossl_x509attr_get_value): return DER encoded data in OpenSSL::ASN1 types. -Fri Oct 3 13:02:00 2003 Nathaniel Talbott +Fri Oct 3 13:02:00 2003 Nathaniel Talbott * lib/test/unit.rb: refactored to use optparse. @@ -21466,7 +21466,7 @@ Fri Oct 3 08:14:32 2003 Yukihiro Matsumoto * lib/irb/ruby-lex.rb (RubyLex::identify_identifier): support 'class ::Foo' syntax. [ruby-talk:83514] -Fri Oct 3 08:01:00 2003 Nathaniel Talbott +Fri Oct 3 08:01:00 2003 Nathaniel Talbott * lib/test/unit/assertions.rb: added a default message for #assert, #assert_block, and #flunk. @@ -21562,7 +21562,7 @@ Thu Oct 2 11:17:00 2003 Nathaniel Talbott * lib/test/unit/collector/objectspace.rb: ditto. -Thu Oct 2 03:25:01 2003 NAKAMURA Usaku +Thu Oct 2 03:25:01 2003 NAKAMURA Usaku * eval.c (rb_thread_raise): prototype; avoid VC++ warning. @@ -21646,11 +21646,11 @@ Wed Oct 1 17:01:30 2003 Nobuyoshi Nakada * eval.c (rb_load): Object scope had priority over required file scope. [ruby-dev:21415] -Wed Oct 01 14:09:53 2003 Takaaki Uematsu +Wed Oct 1 14:09:53 2003 Takaaki Uematsu * wince/mkconfig_wce.rb: sorry, forget to commit. -Wed Oct 01 10:08:42 2003 Takaaki Uematsu +Wed Oct 1 10:08:42 2003 Takaaki Uematsu * wince/setup.mak: add sigmarionIII SDK support. @@ -21660,7 +21660,7 @@ Wed Oct 01 10:08:42 2003 Takaaki Uematsu * wince/mkconfig_wce.rb: camouflage RUBY_PLATFORM for compiling ext. -Wed Oct 01 08:02:52 2003 Takaaki Uematsu +Wed Oct 1 08:02:52 2003 Takaaki Uematsu * wince/time_wce.c (time): add zero check. @@ -21793,7 +21793,7 @@ Sat Sep 27 03:32:37 2003 NAKAMURA, Hiroshi test/soap/marshal/test_marshal.rb crashed with test/ruby/test_marshal.rb. -Sat Sep 27 01:30:59 2003 NAKAMURA Usaku +Sat Sep 27 01:30:59 2003 NAKAMURA Usaku * ext/socket/socket.c (ruby_connect): on win32, type of the 4th argument of getsockopt is char *. @@ -21818,7 +21818,7 @@ Fri Sep 26 00:10:13 2003 NAKAMURA, Hiroshi * lib/README: updated. -Thu Sep 25 17:48:10 2003 NAKAMURA Usaku +Thu Sep 25 17:48:10 2003 NAKAMURA Usaku * ext/openssl/ossl.c (ossl_buf2str): fix type of 1st argument for rb_protect. @@ -21826,7 +21826,7 @@ Thu Sep 25 17:48:10 2003 NAKAMURA Usaku * ext/openssl/ossl_hmac.c (ossl_hmac_digest): should return meaningful value. -Thu Sep 25 09:00:00 2003 Nathaniel Talbott +Thu Sep 25 09:00:00 2003 Nathaniel Talbott * lib/ostruct.rb: Added OpenStruct#==. @@ -21909,7 +21909,7 @@ Sat Sep 20 11:49:05 2003 NAKAMURA, Hiroshi * test/logger/test_logger.rb: new file. -Fri Sep 19 11:39:00 2003 Nathaniel Talbott +Fri Sep 19 11:39:00 2003 Nathaniel Talbott * test/testunit/*: Added. @@ -22050,7 +22050,7 @@ Mon Sep 15 19:02:52 2003 NAKAMURA, Hiroshi * test/csv/mac.csv: added. Sample CR separated CSV file. -Fri Sep 12 22:41:48 2003 Michal Rokos +Fri Sep 12 22:41:48 2003 Michal Rokos * ext/openssl/ossl.c: move ASN.1 stuff to ossl_asn1.[ch] @@ -22074,7 +22074,7 @@ Fri Sep 12 12:09:54 2003 Yukihiro Matsumoto * bignum.c (rb_big_xor): ditto. -Fri Sep 12 07:06:14 2003 David Black +Fri Sep 12 07:06:14 2003 David Black * lib/scanf.rb: Took out useless @matched_item variable; some small refactoring. @@ -22099,7 +22099,7 @@ Wed Sep 10 22:47:30 2003 GOTOU Yuuzou * ext/openssl/ossl_config.c (set_conf_section_i): should check if the argument is Array. -Wed Sep 10 22:41:54 2003 Tietew +Wed Sep 10 22:41:54 2003 Tietew * eval.c (win32_get_exception_list): avoid VC7 warning. [ruby-win32:577] @@ -22117,7 +22117,7 @@ Tue Sep 9 05:17:04 2003 GOTOU Yuuzou * ext/openssl/ossl_config.rb: avoid compile error in OpenSSL-0.9.6. -Tue Sep 9 02:41:35 2003 Michal Rokos +Tue Sep 9 02:41:35 2003 Michal Rokos * ext/openssl/ossl_config.c: Refine compatibility. @@ -22187,7 +22187,7 @@ Sat Sep 6 02:26:34 2003 NAKAMURA, Hiroshi * test/ruby/test_*.rb: assert_same, assert_match, and so on. -Sat Sep 6 18:45:46 2003 Mauricio Fernandez +Sat Sep 6 18:45:46 2003 Mauricio Fernandez * parse.y (assignable): call rb_compile_error(), not rb_bug(). [ruby-core:01523] @@ -22206,7 +22206,7 @@ Sat Sep 6 17:40:41 2003 GOTOU Yuuzou * ext/openssl/ossl_x509ext.c (X509::Extension#critical=): new method. -Sat Sep 6 01:23:22 2003 NAKAMURA Usaku +Sat Sep 6 01:23:22 2003 NAKAMURA Usaku * win32/win32.c (CreateChild): need to quote cmd if RUBYSHELL is set. @@ -22487,12 +22487,12 @@ Sat Aug 30 03:58:21 2003 Yukihiro Matsumoto * eval.c (rb_yield_0): stop TAG_RETURN/TAG_BREAK escaping. -Fri Aug 29 22:35:00 2003 Shigeo Kobayashi +Fri Aug 29 22:35:00 2003 Shigeo Kobayashi * bigdecimal.c *.html: The 2nd arg. for add,sub,mult, and div is 0, then result will be the same as +,-,*,/ respectively. -Fri Aug 29 17:30:15 2003 Hidetoshi NAGAI +Fri Aug 29 17:30:15 2003 Hidetoshi NAGAI * process.c: bug fix @@ -22567,7 +22567,7 @@ Wed Aug 27 15:07:57 2003 Minero Aoki * lib/net/smtp.rb (check_response): AUTH CRAM-MD5 returns 334 response. [ruby-list:38279] -Wed Aug 27 05:10:15 2003 NAKAMURA Usaku +Wed Aug 27 05:10:15 2003 NAKAMURA Usaku * win32/win32.c (map_errno): support winsock error. @@ -22616,7 +22616,7 @@ Sat Aug 23 18:56:53 2003 Nobuyoshi Nakada * ext/nkf/nkf.c (rb_nkf_putchar): should use rb_str_resize() to just resize a string, rb_str_cat() disallows NULL. [ruby-dev:21237] -Sat Aug 23 16:48:41 2003 Keiju Ishitsuka +Sat Aug 23 16:48:41 2003 Keiju Ishitsuka * lib/irb/ruby-lex.rb: bug fix for "foo" !~ /bar/. [ruby-talk:79942] @@ -22641,7 +22641,7 @@ Fri Aug 22 17:07:05 2003 Yukihiro Matsumoto * string.c (rb_str_scan): use rb_yield_splat(). -Fri Aug 22 06:13:22 2003 why the lucky stiff +Fri Aug 22 06:13:22 2003 why the lucky stiff * ext/syck/rubyext.c: refactoring of the transfer method dispatch. added yaml_org_handler for faster dispatch of @@ -22829,7 +22829,7 @@ Fri Aug 15 02:08:53 2003 Yukihiro Matsumoto * gc.c (id2ref): recycle check should be done by klass == 0. [ruby-core:01408] -Fri Aug 15 01:34:23 2003 Michal Rokos +Fri Aug 15 01:34:23 2003 Michal Rokos * ext/openssl/ossl_pkey.c: move generate_cb here @@ -22861,7 +22861,7 @@ Thu Aug 14 20:03:34 2003 Masaki Suketa * ext/win32ole/win32ole.c (ole_initialize): stop calling OleUninitialize at exit. -Thu Aug 14 11:27:37 2003 NAKAMURA Usaku +Thu Aug 14 11:27:37 2003 NAKAMURA Usaku * gc.c (rb_data_object_alloc): check type of 1st argument. [ruby-dev:21192] @@ -22900,7 +22900,7 @@ Wed Aug 13 15:58:31 2003 WATANABE Hirofumi * object.c (rb_class_s_alloc): add function prototype to avoid VC++ warning. -Wed Aug 13 13:50:59 2003 NAKAMURA Usaku +Wed Aug 13 13:50:59 2003 NAKAMURA Usaku * ext/Win32API/Win32API.c (Win32API_initialize): should pass some class to first argument of Data_Wrap_Struct(). (ruby-bugs:PR#1109) @@ -23059,7 +23059,7 @@ Wed Aug 6 17:23:57 2003 Yukihiro Matsumoto * eval.c: initialize /* OK */ variables by Qnil to stop warnings. -Wed Aug 6 04:58:32 2003 NAKAMURA Usaku +Wed Aug 6 04:58:32 2003 NAKAMURA Usaku * ext/Setup*: add io/wait and openssl. -- cgit v1.2.3