| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- update to 2.5.7
- add onig-config
Notes:
svn path=/head/; revision=173968
|
|
|
|
|
|
|
| |
Do not build a shared library for now because it does not link.
Notes:
svn path=/head/; revision=100468
|
|
|
|
|
|
|
| |
Obtained from: [ruby-dev:21973]
Notes:
svn path=/head/; revision=94430
|
|
|
|
| |
Notes:
svn path=/head/; revision=93784
|
|
|
|
|
|
|
|
|
| |
segfaults when there is an error in char-class in char-class.
Bump PORTREVISION accordingly.
Notes:
svn path=/head/; revision=87796
|
|
|
|
| |
Notes:
svn path=/head/; revision=83352
|
|
|
|
|
|
|
|
|
| |
depending on the #ifdef UNALIGNED_WORD_ACCESS condition.
Submitted by: bento (alpha-4-latest)
Notes:
svn path=/head/; revision=77115
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=74633
|
|
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/
Notes:
svn path=/head/; revision=74351
|