[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

[ANN] oniguruma 1.0.1 Released

Dizan Vasquez

3/28/2007 3:10:00 PM

oniguruma version 1.0.1 has been released!

http://oniguruma.rub...

Ruby bindings to the
Oniguruma[http://www.geocities.jp/kosako3/...] regular
expression library (no need to recompile Ruby).

Changes:

== 1.0.1 / 2007-03-28
* Minimal recommended version of oniglib changed to be compatible with
Ruby 1.9, now is 4.6 or higher.
* Restore check for onig version to build with 4.6
* In getting replacement do not create temp string object, but
directly add to resulting buffer (performance impr.)
* Included binary gems for windows.
* Modified Rakefile to support win32 gems.

1 Answer

WoNáDo

3/28/2007 3:58:00 PM

0

Dizan Vasquez schrieb:
> oniguruma version 1.0.1 has been released!
>
> http://oniguruma.rub...
>
> Ruby bindings to the
> Oniguruma[http://www.geocities.jp/kosako3/...] regular
> expression library (no need to recompile Ruby).
>
> Changes:
>
> == 1.0.1 / 2007-03-28
> * Minimal recommended version of oniglib changed to be compatible with
> Ruby 1.9, now is 4.6 or higher.
> * Restore check for onig version to build with 4.6
> * In getting replacement do not create temp string object, but
> directly add to resulting buffer (performance impr.)
> * Included binary gems for windows.
> * Modified Rakefile to support win32 gems.
>

Very fine :-)) I will write a change proposal for the OneClickInstaller asap. I
think, it would be nice to have your library together with an appropriate
(whatever this means) Oniguruma-4 version available in this distribution for
Windows.

Wolfgang Nádasi-Donner