[#10793] 今度こそ (patch of the ruby-1.4.6 for NT4.0&VC4.0 on DEC Alpha.) — kou@...1609.sip.eee.yamaguchi-u.ac.jp (Koichi Okada)

岡田です。

10 messages 2000/09/01

[#10920] SIGINT on windows — "Nobuyoshi.Nakada" <nobu.nakada@...>

なかだです。

17 messages 2000/09/14
[#11077] Re: SIGINT on windows — matz@... (Yukihiro Matsumoto) 2000/09/27

まつもと ゆきひろです

[#10944] dummy DLL on Windows — "Nobuyoshi.Nakada" <nobu.nakada@...>

なかだです。

19 messages 2000/09/18
[#10955] Re: dummy DLL on Windows — WATANABE Hirofumi <eban@...> 2000/09/19

わたなべです.

[#10963] Re: dummy DLL on Windows — "Nobuyoshi.Nakada" <nobu.nakada@...> 2000/09/19

なかだです。

[#10964] Re: dummy DLL on Windows — WATANABE Hirofumi <eban@...> 2000/09/19

わたなべです.

[#10978] [PATCH] require in require — "Nobuyoshi.Nakada" <nobu.nakada@...>

なかだです。

15 messages 2000/09/20

[#10985] httphead.rb proxy version problem — Katsuyuki Komatsu <komatsu@...>

小松です.

16 messages 2000/09/20
[#10989] Re: httphead.rb proxy version problem — Minero Aoki <aamine@...> 2000/09/20

あおきです。

[ruby-dev:11028] regex.c warning of alpha

From: Katsuyuki Komatsu <komatsu@...>
Date: 2000-09-22 04:04:51 UTC
List: ruby-dev #11028
小松です。

In the message of [ruby-list:25032] Re: build 1.6.0 on Tru64 (zipped SJIS file attached)
    on 2000/9/21 01:29 Kengo Nakajima <ringo@vce-lab.net> wrote:
|gcc -g -O2 -I. -I. -I/usr/local/include -c regex.c
|regex.c: In function `ruby_re_match':
|regex.c:3765: warning: cast to pointer from integer of different size

warning消しますか?

Index: regex.c
===================================================================
RCS file: /home/cvs/ruby/regex.c,v
retrieving revision 1.30
diff -u -1 -p -r1.30 regex.c
--- regex.c	2000/09/07 06:59:36	1.30
+++ regex.c	2000/09/21 14:22:41
@@ -3365,3 +3365,3 @@ re_search(bufp, string, size, startpos, 
   do {									\
-    int c;								\
+    long c;								\
     EXTRACT_NUMBER(c, ptr);						\
@@ -3575,3 +3575,3 @@ re_match(bufp, string_arg, size, pos, re
 
-  int num_failure_counts = 0;
+  long num_failure_counts = 0;
 

--
小松克行 / Katsuyuki Komatsu <komatsu@sarion.co.jp>

In This Thread

Prev Next