Commit graph

11 commits

Author SHA1 Message Date
Kris Kennaway
68faad92ee Add missing file 2004-04-13 03:37:58 +00:00
Akinori MUSHA
0721deaec6 Update to 2.2.5. 2004-03-16 08:05:51 +00:00
Akinori MUSHA
6f19c3031c Update to 2.1.0. Support for several more encodings is added.
Do not build a shared library for now because it does not link.
2004-02-09 05:17:29 +00:00
Akinori MUSHA
fad8459848 Update to 1.9.5. 2003-11-12 03:17:19 +00:00
Akinori MUSHA
9bc5e88302 Update to 1.9.3. 2003-08-23 16:06:52 +00:00
Akinori MUSHA
629bcaaf33 Update to 1.9.2. 2003-08-09 14:07:25 +00:00
Akinori MUSHA
008852d89f Update to 1.9.0. 2003-06-20 10:52:42 +00:00
Akinori MUSHA
b694d2e3f4 Update Oniguruma to 1.8.0 (20030222).
- Implement named subexp (def: (?<name>...), ref: \g<name>)
- Implement variable syntax
- Add support for Basic Regular Expression (BRE) in POSIX API
2003-02-22 07:07:08 +00:00
Akinori MUSHA
a5a6facd41 Update Oniguruma to 1.7.2 (20030212). 2003-02-12 10:42:36 +00:00
Akinori MUSHA
f0631c9279 Update to 1.7 (20030204), with improved performance.
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.
2003-02-04 09:39:50 +00:00
Akinori MUSHA
9227ab8423 Add devel/oniguruma.
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/
2003-01-31 13:03:50 +00:00