[#3479] Missing .document files for ext/ libraries — Brian Candler <B.Candler@...>

The ri documentation for zlib, strscan and iconv doesn't get built by 'make

12 messages 2004/10/06

[#3492] Re: ANN: Free-form-operators patch — Markus <markus@...>

> In message "Re: ANN: Free-form-operators patch"

15 messages 2004/10/11
[#3493] Re: ANN: Free-form-operators patch — Yukihiro Matsumoto <matz@...> 2004/10/11

Hi,

[#3495] Re: ANN: Free-form-operators patch — Markus <markus@...> 2004/10/12

On Mon, 2004-10-11 at 16:16, Yukihiro Matsumoto wrote:

[#3561] 1.8.2 - what can we do to help? — Dave Thomas <dave@...>

Folks:

23 messages 2004/10/26
[#3562] Re: 1.8.2 - what can we do to help? — Yukihiro Matsumoto <matz@...> 2004/10/27

Hi,

ruby-1.8 / regex.c / gcc 3.4.2

From: ts <decoux@...>
Date: 2004-10-25 16:22:58 UTC
List: ruby-core #3557
 gcc 3.4.2 give some warnings for regex.c (not really important, but ...)

svg% /usr/local/g342/bin/gcc -O2 -g -I. -I.  -c regex.c
In file included from regex.c:3220:
regex.c: In function `ruby_re_search':
regex.c:2649: warning: passing arg 3 of `slow_search' discards qualifiers from pointer target type
regex.c:2649: warning: passing arg 5 of `slow_search' discards qualifiers from pointer target type
In file included from regex.c:3225:
regex.c:2727: warning: passing arg 3 of `bm_search' discards qualifiers from pointer target type
regex.c:2727: warning: passing arg 6 of `bm_search' discards qualifiers from pointer target type
svg% 

svg% /usr/local/g342/bin/gcc -v                           
Reading specs from /usr/local/g342/lib/gcc/i686-pc-linux-gnu/3.4.2/specs
Configured with: ../gcc-3.4.2/configure --with-dwarf2 --prefix=/usr/local/g342
Thread model: posix
gcc version 3.4.2
svg% 



Guy Decoux

In This Thread

Prev Next