[#39222] [Bug #2036] AIX 5L 5.2にて、ruby-1.8.7-p174のビルド時にmake testをするとエラーになった。not ok float 7 -- ./sample/test.rb:1232 — 和弥 寺元 <redmine@...>
Bug #2036: AIX 5L 5.2にて、ruby-1.8.7-p174のビルド時にmake testをするとエラーになった。not ok float 7 -- ./sample/test.rb:1232
チケット #2036 が更新されました。 (by 和弥 寺元)
[#39248] pdeque - Double-Ended Priority Queue — Tanaka Akira <akr@...>
優先順位つきキューとして、このメールにつけてある pdeque.rb
[#39249] [Bug #2060] DLをCからRubyに変換する事を勧めます — Aaron Patterson <redmine@...>
Bug #2060: DLをCからRubyに変換する事を勧めます
なかだです。
2009/9/7 Nobuyoshi Nakada <nobu@ruby-lang.org>:
[#39277] Why doesn't Array#product return Enumerator? — Yusuke ENDOH <mame@...>
遠藤です。
まつもと ゆきひろです
遠藤です。
まつもと ゆきひろです
[#39282] [Bug #2067] bodyが大きいエラーページをopen-uriで取得するとfdがリークしている — takeru sasaki <redmine@...>
チケット #2067 が更新されました。 (by takeru sasaki)
まつもと ゆきひろです
なかだです。
まつもと ゆきひろです
In article <E1MliJq-0000yc-4o@x61.netlab.jp>,
言いだしっぺの佐々木です。
まつもと ゆきひろです
佐々木です。
In article <c507366f0909102211s5ae74f72r82afabdf57ae89@mail.gmail.com>,
[#39301] [Feature #2080] Proc#to_source, Method#to_source — Yuki Sonoda <redmine@...>
Feature #2080: Proc#to_source, Method#to_source
[#39322] [Feature #2093] String#stripの対象は\sか[:space:]か — Yui NARUSE <redmine@...>
Feature #2093: String#stripの対象は\sか[:space:]か
[#39325] makeターゲットrdevを抽象化 — "KISHIMOTO, Makoto" <ksmakoto@...4u.or.jp>
きしもとです
なかだです。
[#39352] [ruby19] Thread 切替えが異常に遅い? — Hidetoshi NAGAI <nagai@...>
永井@知能.九工大です.
なかだです。
永井@知能.九工大です.
ささだです.
永井@知能.九工大です.
なかだです。
[#39361] [Bug:1.9] ("00".."00").to_a => ["0"] — Nobuhiro IMAI <nov@...>
いまいです。
[#39367] Almost endless loop of BigMath::atan(x) when x.abs >= 1 — "Masahiro Kanai (CanI)" <cani.m.61st@...>
金井 仁弘と申します。
豊福です。遅い反応ですが。
豊福です。
金井です。
豊福です。
豊福です。
豊福です。
金井です。
[#39372] [Proposal] メンテナ確認大会のお知らせ — Yugui <yugui@...>
Yuguiです。
WXVndWkbJEIkNSRzJWEhPCVrJCIkaiQsJEgkJiQ0JDYkJCReJDckPyEjJDMkQSRpJEtKVj8uJDck
[#39385] Removing constant-able macros inside of the loop. — "Masahiro Kanai (CanI)" <cani.m.61st@...>
金井 仁弘と申します。
[#39388] Re: [ruby-cvs:32331] Ruby:r25113 (trunk): String#inspect's encoding should be fixed. — "Martin J. Dürst" <duerst@...>
成瀬さん、こんにちは。
こんにちは、なかむら(う)です。
成瀬です。
中村さん、成瀬さん、こんにちは。
MjAwOeW5tDnmnIgyOeaXpTEyOjMxICJNYXJ0aW4gSi4gRMO8cnN0IiA8ZHVlcnN0QGl0LmFveWFt
[#39404] [ANN] Ruby Developer's Meeting 20091013 — Yugui <yugui@...>
Yuguiです。
[ruby-dev:39351] コンパイルエラー
金本と申します。 今trunkをAIXでコンパイルするとdln.cのコンパイルに失敗します。 % make gcc -O3 -g -Wall -Wno-unused-parameter -Wno-parentheses -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -I. -I.ext/include/powerpc-aix5.3.0.0 -I../trunk/include -I../trunk -DRUBY_EXPORT -o dln.o -c ../trunk/dln.c ../trunk/dln.c: In function 'dln_strerror': ../trunk/dln.c:1145: warning: no return statement in function returning non-void ../trunk/dln.c: In function 'aix_loaderror': ../trunk/dln.c:1159: warning: initialization discards qualifiers from pointer target type ../trunk/dln.c:1160: warning: initialization discards qualifiers from pointer target type ../trunk/dln.c:1161: warning: initialization discards qualifiers from pointer target type ../trunk/dln.c:1163: warning: initialization discards qualifiers from pointer target type ../trunk/dln.c:1164: warning: initialization discards qualifiers from pointer target type ../trunk/dln.c:1166: warning: initialization discards qualifiers from pointer target type ../trunk/dln.c:1167: warning: initialization discards qualifiers from pointer target type ../trunk/dln.c:1168: warning: initialization discards qualifiers from pointer target type ../trunk/dln.c:1169: warning: initialization discards qualifiers from pointer target type ../trunk/dln.c:1179: error: 'L_GETMESSAGE' undeclared (first use in this function) ../trunk/dln.c:1179: error: (Each undeclared identifier is reported only once ../trunk/dln.c:1179: error: for each function it appears in.) make: *** [dln.o] Error 1 添付のパッチでエラーとワーニングを消せます。 先日コミット権をいただきました。 コミットしてもよろしいでしょうか? 今後ともよろしくお願いいたします。 -- Yutaka KANEMOTO http://d.hatena.ne.jp/kinpoco/
Attachments (1)
Index: dln.c
===================================================================
--- dln.c (revision 25006)
+++ dln.c (working copy)
@@ -1094,6 +1094,7 @@
#include <windows.h>
#endif
+#if ! defined _AIX
static const char *
dln_strerror(void)
{
@@ -1143,8 +1144,8 @@
return message;
#endif
}
+#endif
-
#if defined(_AIX) && ! defined(_IA64)
static void
aix_loaderror(const char *pathname)
@@ -1154,7 +1155,7 @@
static const struct errtab {
int errnum;
- char *errstr;
+ const char * errstr;
} load_errtab[] = {
{L_ERROR_TOOMANY, "too many errors, rest skipped."},
{L_ERROR_NOLIB, "can't load library:"},
@@ -1176,7 +1177,7 @@
snprintf(errbuf, sizeof(errbuf), "load failed - %s ", pathname);
message[0] = NULL;
- if (!loadquery(L_GETMESSAGE, &message[0], sizeof(message)))
+ if (!loadquery(L_GETMESSAGES, &message[0], sizeof(message)))
ERRBUF_APPEND(strerror(errno));
for(i = 0; message[i] && *message[i]; i++) {
int nerr = atoi(message[i]);
Index: ChangeLog
===================================================================
--- ChangeLog (revision 25006)
+++ ChangeLog (working copy)
@@ -1,3 +1,7 @@
+Sat Sep 19 03:08:31 2009 Yutaka Kanemoto <kanemoto@ruby-lang.org>
+
+ * dln.c: fixed typo. suppress warnings.
+
Sat Sep 19 00:02:19 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* include/ruby/ruby.h (rb_type): forward declaration to suppress a