aboutsummaryrefslogtreecommitdiff
path: root/devel/oniguruma4
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.8.5.Akinori MUSHA2003-03-232-3/+3
| | | | Notes: svn path=/head/; revision=77214
* Upgrade to 1.8.4 to fix a build time error where a C89 compiler failsAkinori MUSHA2003-03-133-4/+4
| | | | | | | | | depending on the #ifdef UNALIGNED_WORD_ACCESS condition. Submitted by: bento (alpha-4-latest) Notes: svn path=/head/; revision=77115
* Update to 20030305.Akinori MUSHA2003-03-052-3/+3
| | | | Notes: svn path=/head/; revision=76908
* Update to 1.8.1.Akinori MUSHA2003-03-022-3/+3
| | | | Notes: svn path=/head/; revision=76732
* Update Oniguruma to 1.8.0 (20030222).Akinori MUSHA2003-02-223-3/+4
| | | | | | | | | - Implement named subexp (def: (?<name>...), ref: \g<name>) - Implement variable syntax - Add support for Basic Regular Expression (BRE) in POSIX API Notes: svn path=/head/; revision=76127
* De-pkg-comment my non-ruby ports as well.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75780
* Update Oniguruma to 1.7.2 (20030212).Akinori MUSHA2003-02-123-4/+5
| | | | Notes: svn path=/head/; revision=75362
* Update to 1.7.1.Akinori MUSHA2003-02-072-3/+3
| | | | Notes: svn path=/head/; revision=75007
* Update to 1.7 (20030204), with improved performance.Akinori MUSHA2003-02-044-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. Notes: svn path=/head/; revision=74633
* Add devel/oniguruma.Akinori MUSHA2003-01-316-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/ Notes: svn path=/head/; revision=74351