[#25808] break & retry in block — Shin-ichiro HARA <sinara@...>

原です。

15 messages 2005/03/04

[#25812] Re: [ruby-cvs] ruby/test/ruby, ruby/test/logger, ruby/sample, ruby/misc, ruby/lib/xmlrpc, ruby/lib/wsdl/soap, ruby/lib/rexml, ruby/lib/rdoc/parsers, ruby/lib/rdoc/generators, ruby/lib/irb, ruby/lib, ruby/ext/zlib, ruby/ext/win32ole, ruby/ext/tk, ruby/ext/strscan, ruby/ext/socket, ruby/ext/readline, ruby/ext/pty, ruby/ext/openssl, ruby/ext/iconv, ruby/ext/etc, ruby/ext/dl, ruby/ext/curses, ruby/ext/bigdecimal, ruby/ext/Win32API, ruby: * array.c: replace rb_protect_inspect() and rb_inspecting_p() by — Tanaka Akira <akr@...17n.org>

In article <20050304064753.53859C671F@lithium.ruby-lang.org>,

3 messages 2005/03/06

[#25853] conflict method and local variable — Hidetoshi NAGAI <nagai@...>

永井@知能.九工大です.

56 messages 2005/03/10
[#25854] Re: conflict method and local variable — Yukihiro Matsumoto <matz@...> 2005/03/10

まつもと ゆきひろです

[#25855] Re: conflict method and local variable — Hidetoshi NAGAI <nagai@...> 2005/03/10

永井@知能.九工大です.

[#25856] Re: conflict method and local variable — Yukihiro Matsumoto <matz@...> 2005/03/10

まつもと ゆきひろです

[#25857] Re: conflict method and local variable — Hidetoshi NAGAI <nagai@...> 2005/03/11

永井@知能.九工大です.

[#25858] Re: conflict method and local variable — Yukihiro Matsumoto <matz@...> 2005/03/11

まつもと ゆきひろです

[#25861] Re: conflict method and local variable — Hidetoshi NAGAI <nagai@...> 2005/03/11

永井@知能.九工大です.

[#25863] Re: conflict method and local variable — Yukihiro Matsumoto <matz@...> 2005/03/11

まつもと ゆきひろです

[#25864] Re: conflict method and local variable — Hidetoshi NAGAI <nagai@...> 2005/03/11

永井@知能.九工大です.

[#25865] Re: conflict method and local variable — Yukihiro Matsumoto <matz@...> 2005/03/11

まつもと ゆきひろです

[#25866] Re: conflict method and local variable — Hidetoshi NAGAI <nagai@...> 2005/03/11

永井@知能.九工大です.

[#25869] Re: conflict method and local variable — Shugo Maeda <shugo@...> 2005/03/13

前田です。

[#25875] Re: conflict method and local variable — Yukihiro Matsumoto <matz@...> 2005/03/13

まつもと ゆきひろです

[#25878] Re: conflict method and local variable — Hidetoshi NAGAI <nagai@...> 2005/03/13

永井@知能.九工大です.

[#25882] Re: conflict method and local variable — Yukihiro Matsumoto <matz@...> 2005/03/13

まつもと ゆきひろです

[#25884] Re: conflict method and local variable — Hidetoshi NAGAI <nagai@...> 2005/03/14

永井@知能.九工大です.

[#25885] Re: conflict method and local variable — Yukihiro Matsumoto <matz@...> 2005/03/14

まつもと ゆきひろです

[#25888] Re: conflict method and local variable — Shugo Maeda <shugo@...> 2005/03/14

前田です。

[#25946] ext/tk/sample/**/*.gif are broken — "H.Yamamoto" <ocean@...2.ccsnet.ne.jp>

山本です。

16 messages 2005/03/27

[#25959] some trouble on ext/tk/sample — "H.Yamamoto" <ocean@...2.ccsnet.ne.jp>

山本です。

20 messages 2005/03/29
[#25969] Re: some trouble on ext/tk/sample — Hidetoshi NAGAI <nagai@...> 2005/03/30

永井@知能.九工大です.

[#25970] Re: some trouble on ext/tk/sample — "H.Yamamoto" <ocean@...2.ccsnet.ne.jp> 2005/03/30

山本です。

[#25973] Re: some trouble on ext/tk/sample — Hidetoshi NAGAI <nagai@...> 2005/03/31

永井@知能.九工大です.

[ruby-dev:25805] make install-doc でエラー

From: Kazuhiko <kazuhiko@...>
Date: 2005-03-04 02:19:07 UTC
List: ruby-dev #25805
かずひこです。

$ make install-doc
make: *** No rule to make target `pre-install-doc', needed by `install-doc'.  Stop.

となってしまいます。common.mk を確認したところ、post-install-local や
post-install-ext が重複して書かれているのも気になったので、そこも修正しま
した。

あと、lib/cgi/session.rb で Unrecognized directive 'nodoc' となるのも修正
しました (rdoc の方で頑張ってほしい気もするけど)。

Index: ChangeLog
===================================================================
RCS file: /src/ruby/ChangeLog,v
retrieving revision 1.4064
diff -u -r1.4064 ChangeLog
--- ChangeLog	3 Mar 2005 22:08:36 -0000	1.4064
+++ ChangeLog	4 Mar 2005 02:17:53 -0000
@@ -1,3 +1,7 @@
+Fri Mar  4 11:16:47 2005  Kazuhiko  <kazuhiko@fdiary.net>
+
+	* common.mk: add {pre,post}-install-doc targets.
+
 Thu Mar  4 07:07:00 2005  NARUSE, Yui  <naruse@ruby-lang.org>
 
         * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.63
Index: common.mk
===================================================================
RCS file: /src/ruby/common.mk,v
retrieving revision 1.11
diff -u -r1.11 common.mk
--- common.mk	3 Mar 2005 09:44:31 -0000	1.11
+++ common.mk	4 Mar 2005 02:17:53 -0000
@@ -82,7 +82,7 @@
 install: install-nodoc $(RDOCTARGET)
 install-all: install-nodoc install-doc
 
-install-nodoc: install-local post-install-local install-ext post-install-ext
+install-nodoc: install-local install-ext
 install-local: pre-install-local do-install-local post-install-local
 install-ext: pre-install-ext do-install-ext post-install-ext
 
@@ -115,10 +115,12 @@
 pre-install: pre-install-local pre-install-ext
 pre-install-local:: PHONY
 pre-install-ext:: PHONY
+pre-install-doc:: PHONY
 
 post-install: post-install-local post-install-ext
 post-install-local:: PHONY
 post-install-ext:: PHONY
+post-install-doc:: PHONY
 
 clean: clean-ext clean-local
 clean-local::
Index: lib/cgi/session.rb
===================================================================
RCS file: /src/ruby/lib/cgi/session.rb,v
retrieving revision 1.37
diff -u -r1.37 session.rb
--- lib/cgi/session.rb	19 Dec 2004 18:30:52 -0000	1.37
+++ lib/cgi/session.rb	4 Mar 2005 02:17:56 -0000
@@ -155,8 +155,8 @@
   #
   class Session
 
-    #:nodoc:
-    class NoSession < RuntimeError; end
+    class NoSession < RuntimeError #:nodoc:
+    end
 
     # The id of this session.
     attr_reader :session_id, :new_session
-- 
かずひこ <http://wiki.fdiary.net/kazuhiko/>
  ★シャア「名字が付いてない」
  ☆一兵卒「あんなの飾りです。偉い人にはそれが分からんのです」

In This Thread

Prev Next