Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | De-pkg-comment my non-ruby ports as well. | knu | 2003-02-18 | 2 | -1/+1 |
| | |||||
* | Update Oniguruma to 1.7.2 (20030212). | knu | 2003-02-12 | 3 | -4/+5 |
| | |||||
* | Update to 1.7.1. | knu | 2003-02-07 | 2 | -3/+3 |
| | |||||
* | Update to 1.7 (20030204), with improved performance. | knu | 2003-02-04 | 4 | -5/+10 |
| | | | | | | According to the author's post on a mailing list, a simple benchmark shows that Oniguruma is 10-20% faster than PCRE 3.9 under the ASCII (single byte) encoding. | ||||
* | Add devel/oniguruma. | knu | 2003-01-31 | 6 | -0/+76 |
Oniguruma is a BSDL Regular Expression library written for ruby-m17n, which implements all of Perl extensions plus more. It has multiple APIs; GNU regex, POSIX regex and its own interface. This library is fundamentally multilingualized and can have one encoding for each object. Currently supported character encodings are ASCII, UTF-8, EUC-JP and Shift_JIS. Author: K.Kosako <kosako@sofnec.co.jp> WWW: http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/oniguruma/ |