Ruby-dev summary 17357-17441

ruby-dev summary 17357-17441:

[ruby-dev:17360] Ruby/safeTk

Hidetoshi Nagai announced his plan to develop Ruby/Tklet
similar to Tclet.

[ruby-dev:17367] Ruby bcc32 on Win32

Hiromasa Konishi merged his bcc32(*) patch into ruby-1.7.

(*) Borland C++ Compiler

[ruby-dev:17393] [mswin32] static linked exts

Tietew tried statically linking extensions with mswin32-ruby.
U.Nakamura presented a patch(*) which enables us to statically
link extensions with mswin32-ruby.

(*) See [ruby-dev:17402]

[ruby-dev:17430] return value from methods of Array’s subclasses

When we use “select” of subclasses of Array, it returns an Array
object. Shinya Azumi asked if that is a correct specification.
Matz affirmatively replied that the specification is correct.

···


Takaaki Tateishi ttate@kt.jaist.ac.jp

Hello,

In message “ruby-dev summary 17357-17441”

···

on Jun.17,2002 13:30:51, ttate@kt.jaist.ac.jp wrote:

[ruby-dev:17393] [mswin32] static linked exts

Tietew tried statically linking extensions with mswin32-ruby.
U.Nakamura presented a patch(*) which enables us to statically
link extensions with mswin32-ruby.

(*) See [ruby-dev:17402]

This patch is quick dirty hack.
More clean patch (for 1.7) is :
http://www.ruby-lang.org/~usa/tmp/extstatic.patch

Regards,

U.Nakamura usa@osb.att.ne.jp