Commit graph

10 commits

Author SHA1 Message Date
Akinori MUSHA
70406ea6a3 Update to 1.8.5. 2003-03-23 06:49:45 +00:00
Akinori MUSHA
37a58fbf8d Upgrade to 1.8.4 to fix a build time error where a C89 compiler fails
depending on the #ifdef UNALIGNED_WORD_ACCESS condition.

Submitted by:	bento (alpha-4-latest)
2003-03-13 02:31:42 +00:00
Akinori MUSHA
058edf4e73 Update to 20030305. 2003-03-05 09:15:12 +00:00
Akinori MUSHA
036d15ebf9 Update to 1.8.1. 2003-03-02 12:12:00 +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
1f7c47a812 De-pkg-comment my non-ruby ports as well. 2003-02-18 05:52:56 +00:00
Akinori MUSHA
a5a6facd41 Update Oniguruma to 1.7.2 (20030212). 2003-02-12 10:42:36 +00:00
Akinori MUSHA
1de3365685 Update to 1.7.1. 2003-02-07 03:48:15 +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