]> granicus.if.org Git - onig/history - src/unicode.c
add encoding argument into str_dup()
[onig] / src / unicode.c
2017-12-08 K.Kosakoremove tabs
2017-12-06 K.Kosakoremove a warning on 64-bit Windows
2017-12-06 K.Kosakoremove many warnings for 64-bit Windows
2017-11-29 K.Kosakoescape compiler warnings in Clang (static in inline)
2017-09-25 K.Kosakouse string pool of gperf for Unicode Property lookup...
2017-08-21 K.Kosakoadd const modifier to function
2017-08-21 K.Kosakodefine onigenc_egcb_is_break_position()
2017-07-03 K.Kosakomerge from develop
2017-06-26 K.KosakoPR #62 check xmalloc return value before using it
2017-06-26 K.KosakoPR #62 unicode: use OnigCtype in onigenc_unicode_ctype_...
2017-06-24 K.KosakoMerge pull request #62 from efiop/veracode
2017-06-24 Ruslan Kuprieievunicode: use OnigCtype in onigenc_unicode_ctype_code_ra...
2016-05-23 kosakofix memory leak in onig_unicode_define_user_property()
2016-05-20 K.KosakoMerge pull request #10 from nmaya/declare_top
2016-05-20 mayadeclare variables at the top of scope
2016-05-09 kosakoversion 6.0.0 (merge from develop) v6.0.0
2016-05-06 kosakocheck character range in onig_unicode_define_user_prope...
2016-05-05 K.Kosakoadd NEW API: onig_unicode_define_user_property()
2016-05-02 kosakoupdate Unicode Property to 7.0.0
2016-04-18 kosakominor changes
2016-04-16 K.Kosakoreimplement Unicode case folding
2016-04-13 kosakominor change
2016-04-13 kosakoremove redundant code
2016-04-11 kosakofix indent
2016-04-07 kosakoremove NameCtypeTable in unicode.c
2016-04-07 kosakoreduce unicode initialize function
2016-04-05 kosakoadd unicode initialize function
2016-03-25 kosakomove source files into src/