[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ruby-eng:512] Re: ruby-dev summary 24959-25044

SASADA Koichi

12/7/2004 9:08:00 PM

Hi,

This is ruby-dev summary 24959-25044.


* [ruby-dev:24942] What's should we do for Matz

URABE Syouhei announced his very simple BTS for Ruby development.
http://mput.dip.jp...

This BTS can only track bugs that has already been reported to
ruby's mailing lists. You can see the ruby development status
very easily.


* [ruby-dev:24982] [Oniguruma] character type \h, \H

K.Kosako announced Oniguruma's new feature from ver.3.4.0.

\h: hexadecimal notation ([0-9a-fA-F])
\H: non hexadecimal notation

To remove this feature, delete "ONIG_SYN_OP2_ESC_H_XDIGIT"
definition from regparse.c (OnigSyntaxRuby)


* [ruby-dev:25035] Embedding shared library path to ruby
executable file and extension libraries

Takahiro Kambe proposed that shared library (libruby.so) path
should be embedded in ruby executable file. Also an extension
library should include shared library (used by this extension
library) path. This change enables that install extension
library to non-standard location without modifying ld.so.conf
or environment variables.


# ruby-dev summary index:
# http://i.loveruby.net/en/ruby-dev-su...

Regards,
--
// SASADA Koichi at atdot dot net
//