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
|
2020-10-21 11:27:40 by Kimmo Suominen | Files touched by this commit (2) | |
Log message:
oniguruma: update to 6.9.6rc4
Changes since 6.9.6rc3:
- Revert fix for CVE-2020-26159, which was actually a false positive from
Coverity checks (issue #221).
|
2020-10-17 09:42:23 by Kimmo Suominen | Files touched by this commit (2) | |
Log message:
oniguruma: update to 6.9.6rc3
Changes since 6.9.6rc2:
- Fix a binary compatibility issue (missing `reg_number_of_names' symbol)
- Fix a build issue using msys2 and mingw64 on Windows 10
|
2020-10-13 00:21:30 by Kimmo Suominen | Files touched by this commit (2) | |
Log message:
oniguruma: update to 6.9.6rc2
Changes since 6.9.6rc1:
- Fix a Windows build issue.
|