Path to this page:
./
textproc/oniguruma,
Regular expressions library
Branch: CURRENT,
Version: 6.9.10,
Package name: oniguruma-6.9.10,
Maintainer: pkgsrc-usersOniguruma is a regular expressions library.
The characteristics of this library is that different character encoding
for every regular expression object can be specified.
Supported APIs: GNU regex, POSIX and Oniguruma native
Master sites:
Filesize: 956.21 KB
Version history: (Expand)
- (2025-01-06) Updated to version: oniguruma-6.9.10
- (2023-10-19) Updated to version: oniguruma-6.9.9
- (2022-05-04) Updated to version: oniguruma-6.9.8
- (2021-04-15) Updated to version: oniguruma-6.9.7.1
- (2021-04-14) Updated to version: oniguruma-6.9.7
- (2020-11-05) Updated to version: oniguruma-6.9.6
CVS history: (Expand)
2025-01-06 08:51:02 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
oniguruma: updated to 6.9.10
6.9.10
Update Unicode version 16.0
Add new operator (*SKIP)
Fixed: ONIG_SYN_CONTEXT_INDEP_REPEAT_OPS not working for ^* pattern
|
2023-10-19 16:44:45 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
oniguruma: update to 6.9.9.
Update Unicode version 15.1.0
NEW API: ONIG_OPTION_MATCH_WHOLE_STRING
Fixed: (?I) option was not enabled for character classes (Issue #264).
Changed specification to check for incorrect POSIX bracket (Issue #253).
Changed [[:punct:]] in Unicode encodings to be compatible with POSIX \
definition. (Issue #268)
Fixed: ONIG_OPTION_FIND_LONGEST behavior
|
2022-05-04 08:39:51 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
oniguruma: update to 6.9.8.
Update Unicode version 14.0.0
Whole options
(?C) : ONIG_OPTION_DONT_CAPTURE_GROUP
(?I) : ONIG_OPTION_IGNORECASE_IS_ASCII
(?L) : ONIG_OPTION_FIND_LONGEST
Fixed some problems found by OSS-Fuzz
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-04-15 20:44:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
oniguruma: updated to 6.9.7.1
Release 6.9.7 revised 1
fix: replace UChar to OnigUChar in oniguruma.h
|
2021-04-14 12:53:48 by Kimmo Suominen | Files touched by this commit (2) | |
Log message:
textproc/oniguruma: update to 6.9.7
Changes since 6.9.6:
- NEW API: ONIG_OPTION_CALLBACK_EACH_MATCH
- NEW API: ONIG_OPTION_IGNORECASE_IS_ASCII
- NEW API: ONIG_SYNTAX_PYTHON
- Fixed some problems found by OSS-Fuzz
|
2020-11-05 08:08:27 by Kimmo Suominen | Files touched by this commit (2) | |
Log message:
oniguruma: update to 6.9.6
No notable changes since 6.9.6rc4
|