mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
+ upd: Oniguruma v6.9.7.rev1
This commit is contained in:
parent
e24aae06d3
commit
68a6c004a3
@ -1,6 +1,10 @@
|
||||
History
|
||||
|
||||
2021/04/XX: Version 6.9.7
|
||||
2021/04/15: Version 6.9.7 revised 1
|
||||
|
||||
2021/04/14: fix: replace UChar to OnigUChar in oniguruma.h
|
||||
|
||||
2021/04/14: Version 6.9.7
|
||||
2021/03/31: Release Candidate 1 for Version 6.9.7
|
||||
|
||||
2021/03/23: fix Issue 32340, 32345, 32355 in oss-fuzz
|
||||
|
||||
@ -367,9 +367,9 @@ Callouts API Version 6.9.7 2021/03/21
|
||||
Returns the callout data value/type for a callout slot indicated by tag/slot.
|
||||
This function does not clear the value set in the collation position before the current position. (dont_clear_old)
|
||||
|
||||
ONIG_NORMAL: ????
|
||||
ONIG_VALUE_IS_NOT_SET: ?????? / ??VOID
|
||||
< 0: ??????
|
||||
ONIG_NORMAL: 正常終了
|
||||
ONIG_VALUE_IS_NOT_SET: 値が未セット / 型がVOID
|
||||
< 0: エラーコード
|
||||
|
||||
|
||||
(9) Miscellaneous functions
|
||||
|
||||
@ -742,7 +742,7 @@ typedef struct {
|
||||
OnigCaseFoldType case_fold_flag;
|
||||
} OnigCompileInfo;
|
||||
|
||||
typedef int (*OnigCallbackEachMatchFunc)(const UChar* str, const UChar* end, const UChar* match_start, OnigRegion* region, void* user_data);
|
||||
typedef int (*OnigCallbackEachMatchFunc)(const OnigUChar* str, const OnigUChar* end, const OnigUChar* match_start, OnigRegion* region, void* user_data);
|
||||
|
||||
|
||||
/* types for callout */
|
||||
@ -1015,7 +1015,7 @@ int onig_get_callout_data_by_tag P_((OnigRegex reg, OnigMatchParam* mp, const On
|
||||
ONIG_EXTERN
|
||||
int onig_set_callout_data_by_tag P_((OnigRegex reg, OnigMatchParam* mp, const OnigUChar* tag, const OnigUChar* tag_end, int slot, OnigType type, OnigValue* val));
|
||||
ONIG_EXTERN
|
||||
int onig_get_callout_data_by_tag_dont_clear_old P_((regex_t* reg, OnigMatchParam* mp, const UChar* tag, const UChar* tag_end, int slot, OnigType* type, OnigValue* val));
|
||||
int onig_get_callout_data_by_tag_dont_clear_old P_((regex_t* reg, OnigMatchParam* mp, const OnigUChar* tag, const OnigUChar* tag_end, int slot, OnigType* type, OnigValue* val));
|
||||
|
||||
/* used in callout functions */
|
||||
ONIG_EXTERN
|
||||
|
||||
@ -1 +1 @@
|
||||
6.9.6
|
||||
6.9.7
|
||||
|
||||
Loading…
Reference in New Issue
Block a user