зеркало из https://github.com/github/ruby.git
* regenc.h/c: Rename onigenc_not_support_case_map to
onigenc_ascii_only_case_map. * regenc.h: Add definition of onigenc_single_byte_ascii_only_case_map. * enc/iso_8859_X.c, windows_125X.c, ascii.c, us-ascii.c, koi8_x.c: Replace onigenc_not_support_case_map by onigenc_single_byte_ascii_only_case_map. * enc/big5.c, cp949.c, emacs_mule.c, euc_X.c, gbX.c, shift_jis.c, windows_31j.c: Replace onigenc_not_support_case_map by onigenc_ascii_only_case_map. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
74c38e5d9c
Коммит
fd7925ffa5
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
Tue Jun 7 15:05:13 2016 Martin Duerst <duerst@it.aoyama.ac.jp>
|
||||
|
||||
* regenc.h/c: Rename onigenc_not_support_case_map to
|
||||
onigenc_ascii_only_case_map.
|
||||
|
||||
* regenc.h: Add definition of onigenc_single_byte_ascii_only_case_map.
|
||||
|
||||
* enc/iso_8859_X.c, windows_125X.c, ascii.c, us-ascii.c, koi8_x.c:
|
||||
Replace onigenc_not_support_case_map by
|
||||
onigenc_single_byte_ascii_only_case_map.
|
||||
|
||||
* enc/big5.c, cp949.c, emacs_mule.c, euc_X.c, gbX.c, shift_jis.c,
|
||||
windows_31j.c: Replace onigenc_not_support_case_map by
|
||||
onigenc_ascii_only_case_map.
|
||||
|
||||
Tue Jun 7 14:57:09 2016 Kazuki Yamaguchi <k@rhe.jp>
|
||||
|
||||
* ext/openssl/extconf.rb: Check for SSL_CTX_set_min_proto_version()
|
||||
|
|
|
@ -54,7 +54,7 @@ OnigEncodingDefine(ascii, ASCII) = {
|
|||
ENCINDEX_ASCII,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("BINARY", "ASCII-8BIT")
|
||||
|
|
|
@ -303,7 +303,7 @@ OnigEncodingDefine(big5, BIG5) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
|
||||
|
@ -340,7 +340,7 @@ OnigEncodingDefine(big5_hkscs, BIG5_HKSCS) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("Big5-HKSCS:2008", "Big5-HKSCS")
|
||||
|
@ -377,6 +377,6 @@ OnigEncodingDefine(big5_uao, BIG5_UAO) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
|
|
|
@ -214,7 +214,7 @@ OnigEncodingDefine(cp949, CP949) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
/*
|
||||
|
|
|
@ -337,7 +337,7 @@ OnigEncodingDefine(emacs_mule, Emacs_Mule) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
|
||||
|
|
|
@ -579,7 +579,7 @@ OnigEncodingDefine(euc_jp, EUC_JP) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
/*
|
||||
|
|
|
@ -191,7 +191,7 @@ OnigEncodingDefine(euc_kr, EUC_KR) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("eucKR", "EUC-KR")
|
||||
|
|
|
@ -224,7 +224,7 @@ OnigEncodingDefine(euc_tw, EUC_TW) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("eucTW", "EUC-TW")
|
||||
|
|
|
@ -600,7 +600,7 @@ OnigEncodingDefine(gb18030, GB18030) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
|
||||
|
|
|
@ -214,7 +214,7 @@ OnigEncodingDefine(gbk, GBK) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
/*
|
||||
|
|
|
@ -274,7 +274,7 @@ OnigEncodingDefine(iso_8859_1, ISO_8859_1) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("ISO8859-1", "ISO-8859-1")
|
||||
|
|
|
@ -243,7 +243,7 @@ OnigEncodingDefine(iso_8859_10, ISO_8859_10) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("ISO8859-10", "ISO-8859-10")
|
||||
|
|
|
@ -96,7 +96,7 @@ OnigEncodingDefine(iso_8859_11, ISO_8859_11) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("ISO8859-11", "ISO-8859-11")
|
||||
|
|
|
@ -236,7 +236,7 @@ OnigEncodingDefine(iso_8859_13, ISO_8859_13) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("ISO8859-13", "ISO-8859-13")
|
||||
|
|
|
@ -245,7 +245,7 @@ OnigEncodingDefine(iso_8859_14, ISO_8859_14) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("ISO8859-14", "ISO-8859-14")
|
||||
|
|
|
@ -239,7 +239,7 @@ OnigEncodingDefine(iso_8859_15, ISO_8859_15) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("ISO8859-15", "ISO-8859-15")
|
||||
|
|
|
@ -241,7 +241,7 @@ OnigEncodingDefine(iso_8859_16, ISO_8859_16) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("ISO8859-16", "ISO-8859-16")
|
||||
|
|
|
@ -239,7 +239,7 @@ OnigEncodingDefine(iso_8859_2, ISO_8859_2) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("ISO8859-2", "ISO-8859-2")
|
||||
|
|
|
@ -239,7 +239,7 @@ OnigEncodingDefine(iso_8859_3, ISO_8859_3) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("ISO8859-3", "ISO-8859-3")
|
||||
|
|
|
@ -242,7 +242,7 @@ OnigEncodingDefine(iso_8859_4, ISO_8859_4) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("ISO8859-4", "ISO-8859-4")
|
||||
|
|
|
@ -229,7 +229,7 @@ OnigEncodingDefine(iso_8859_5, ISO_8859_5) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("ISO8859-5", "ISO-8859-5")
|
||||
|
|
|
@ -96,7 +96,7 @@ OnigEncodingDefine(iso_8859_6, ISO_8859_6) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("ISO8859-6", "ISO-8859-6")
|
||||
|
|
|
@ -226,7 +226,7 @@ OnigEncodingDefine(iso_8859_7, ISO_8859_7) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("ISO8859-7", "ISO-8859-7")
|
||||
|
|
|
@ -96,7 +96,7 @@ OnigEncodingDefine(iso_8859_8, ISO_8859_8) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("ISO8859-8", "ISO-8859-8")
|
||||
|
|
|
@ -232,7 +232,7 @@ OnigEncodingDefine(iso_8859_9, ISO_8859_9) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("ISO8859-9", "ISO-8859-9")
|
||||
|
|
|
@ -217,7 +217,7 @@ OnigEncodingDefine(koi8_r, KOI8_R) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("CP878", "KOI8-R")
|
||||
|
|
|
@ -221,6 +221,6 @@ OnigEncodingDefine(koi8_u, KOI8_U) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
|
|
|
@ -566,7 +566,7 @@ OnigEncodingDefine(shift_jis, Shift_JIS) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
/*
|
||||
|
|
|
@ -32,7 +32,7 @@ OnigEncodingDefine(us_ascii, US_ASCII) = {
|
|||
ENCINDEX_US_ASCII,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
ENC_ALIAS("ASCII", "US-ASCII")
|
||||
|
|
|
@ -209,7 +209,7 @@ OnigEncodingDefine(windows_1250, Windows_1250) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
/*
|
||||
|
|
|
@ -200,7 +200,7 @@ OnigEncodingDefine(windows_1251, Windows_1251) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
/*
|
||||
|
|
|
@ -201,7 +201,7 @@ OnigEncodingDefine(windows_1252, Windows_1252) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_single_byte_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
/*
|
||||
|
|
|
@ -51,7 +51,7 @@ OnigEncodingDefine(windows_31j, Windows_31J) = {
|
|||
0,
|
||||
ONIGENC_FLAG_NONE,
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
onigenc_not_support_case_map,
|
||||
onigenc_ascii_only_case_map,
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
};
|
||||
/*
|
||||
|
|
2
regenc.c
2
regenc.c
|
@ -960,7 +960,7 @@ onigenc_property_list_init(int (*f)(void))
|
|||
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
extern int
|
||||
onigenc_not_support_case_map (OnigCaseFoldType* flagP, const OnigUChar** pp, const OnigUChar* end,
|
||||
onigenc_ascii_only_case_map (OnigCaseFoldType* flagP, const OnigUChar** pp, const OnigUChar* end,
|
||||
OnigUChar* to, OnigUChar* to_end, const struct OnigEncodingTypeST* enc)
|
||||
{
|
||||
OnigCodePoint code;
|
||||
|
|
3
regenc.h
3
regenc.h
|
@ -133,7 +133,8 @@ CONSTFUNC(ONIG_EXTERN int onigenc_not_support_get_ctype_code_range P_((OnigCtype
|
|||
PUREFUNC(ONIG_EXTERN int onigenc_is_mbc_newline_0x0a P_((const UChar* p, const UChar* end, OnigEncoding enc)));
|
||||
|
||||
#ifdef ONIG_CASE_MAPPING
|
||||
ONIG_EXTERN int onigenc_not_support_case_map P_((OnigCaseFoldType* flagP, const OnigUChar** pp, const OnigUChar* end, OnigUChar* to, OnigUChar* to_end, const struct OnigEncodingTypeST* enc));
|
||||
ONIG_EXTERN int onigenc_ascii_only_case_map P_((OnigCaseFoldType* flagP, const OnigUChar** pp, const OnigUChar* end, OnigUChar* to, OnigUChar* to_end, const struct OnigEncodingTypeST* enc));
|
||||
ONIG_EXTERN int onigenc_single_byte_ascii_only_case_map P_((OnigCaseFoldType* flagP, const OnigUChar** pp, const OnigUChar* end, OnigUChar* to, OnigUChar* to_end, const struct OnigEncodingTypeST* enc));
|
||||
#endif /* ONIG_CASE_MAPPING */
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче