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/rubybugs/ 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-summary.html Regards, -- // SASADA Koichi at atdot dot net //