aboutsummaryrefslogtreecommitdiffstats
path: root/devel/oniguruma4
Commit message (Collapse)AuthorAgeFilesLines
* Update to 20030704 (version 1.9.1).knu2003-07-043-8/+11
|
* Update to 1.9.0.knu2003-06-204-6/+8
|
* Update to 1.8.5.knu2003-03-232-3/+3
|
* Upgrade to 1.8.4 to fix a build time error where a C89 compiler failsknu2003-03-133-4/+4
| | | | | | depending on the #ifdef UNALIGNED_WORD_ACCESS condition. Submitted by: bento (alpha-4-latest)
* Update to 20030305.knu2003-03-052-3/+3
|
* Update to 1.8.1.knu2003-03-022-3/+3
|
* Update Oniguruma to 1.8.0 (20030222).knu2003-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
* De-pkg-comment my non-ruby ports as well.knu2003-02-182-1/+1
|
* Update Oniguruma to 1.7.2 (20030212).knu2003-02-123-4/+5
|
* Update to 1.7.1.knu2003-02-072-3/+3
|
* Update to 1.7 (20030204), with improved performance.knu2003-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.
* Add devel/oniguruma.knu2003-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/