aboutsummaryrefslogtreecommitdiff
path: root/src/unicode.c
AgeCommit message (Expand)AuthorFilesLines
6 daysfix #318, #321, #323, #326, #327K.Kosako1-6/+7
2022-08-28fix ctype punct in Unicode encodingsK.Kosako1-6/+6
2020-11-28update year to 2020K.Kosako1-1/+1
2020-11-28implement ONIGENC_CASE_FOLD_ASCII_ONLYK.Kosako1-34/+59
2020-09-24check the match before using items[n]K.Kosako1-4/+4
2020-09-24fix: Issue 25893 in oss-fuzz: Stack-buffer-overflowK.Kosako1-3/+2
2019-12-19fix: invalid optimization info for case-folded stringK.Kosako1-92/+157
2019-12-11use NEWLINE_CODEK.Kosako1-2/+2
2019-10-09refactoringK.Kosako1-6/+4
2019-08-07remove mail address from source filesK.Kosako1-1/+1
2019-03-22implement onigenc_wb_is_break_position()K.Kosako1-1/+276
2018-09-27fix #121 (2nd): Miss null pointer checkK.Kosako1-0/+4
2018-09-12Simplify returns and ternary expressionsGabriel Caruso1-4/+2
2018-09-06fix invalid range check for name argument in onig_unicode_define_user_property()K.Kosako1-2/+4
2018-08-27update year numberK.Kosako1-1/+2
2018-08-24remove EGCB_E_Base etc.. from EGCB_TYPEK.Kosako1-0/+2
2018-08-24update Extended Grapheme Cluster Boundary ruleK.Kosako1-11/+9
2018-08-24move include position of Unicode Properties dataK.Kosako1-6/+6
2018-08-23remove unidefine __GNUC__ code for ClangK.Kosako1-13/+0
2018-08-23minor optimizationK.Kosako1-1/+1
2018-08-22add prefix onigenc_ for unicode_unfold_key(), unicode_fold1_key() etc..K.Kosako1-9/+9
2018-04-10remove C++ style commentsK.Kosako1-1/+1
2017-12-08remove tabsK.Kosako1-3/+3
2017-12-06remove a warning on 64-bit WindowsK.Kosako1-2/+4
2017-12-06remove many warnings for 64-bit WindowsK.Kosako1-1/+1
2017-11-29escape compiler warnings in Clang (static in inline)K.Kosako1-173/+185
2017-09-25use string pool of gperf for Unicode Property lookup functionK.Kosako1-2/+7
2017-08-21add const modifier to functionK.Kosako1-1/+1
2017-08-21define onigenc_egcb_is_break_position()K.Kosako1-0/+200
2017-06-26PR #62 check xmalloc return value before using itK.Kosako1-3/+5
2017-06-26PR #62 unicode: use OnigCtype in onigenc_unicode_ctype_code_range argumentK.Kosako1-2/+2
2016-05-23fix memory leak in onig_unicode_define_user_property()kosako1-1/+3
2016-05-20declare variables at the top of scopemaya1-4/+8
2016-05-06check character range in onig_unicode_define_user_property()kosako1-6/+31
2016-05-05add NEW API: onig_unicode_define_user_property()K.Kosako1-4/+62
2016-05-02update Unicode Property to 7.0.0kosako1-8582/+9
2016-04-18minor changeskosako1-5/+1
2016-04-16reimplement Unicode case foldingK.Kosako1-2288/+219
2016-04-13minor changekosako1-1/+1
2016-04-13remove redundant codekosako1-8/+5
2016-04-11fix indentkosako1-158/+157
2016-04-07remove NameCtypeTable in unicode.ckosako1-152/+12
2016-04-07reduce unicode initialize functionkosako1-124/+118
2016-04-05add unicode initialize functionkosako1-39/+36
2016-03-25move source files into src/kosako1-0/+11374