]> granicus.if.org Git - onig/shortlog
onig
2018-02-26 K.Kosakoadd init() of utf16le for builtin callout function...
2018-02-26 K.Kosakoadd string terminator zero sequence in init() of utf16be
2018-02-26 K.Kosakofix to clear new item in callout_func_list_add()
2018-02-26 K.Kosakoremove len argument from builtin callout definition...
2018-02-26 K.Kosakoadd utf16be case into sample/count.c
2018-02-26 K.Kosakoadd builtin callout initialization for utf16be
2018-02-26 K.Kosakofix builtin definition macro for utf16 encoding
2018-02-26 K.Kosakofix is_allowed_callout_name() for all encodings
2018-02-26 K.Kosakoadd name length argument into builtin callout definitio...
2018-02-26 K.Kosakoremove onig_initialize_builtin_callouts()
2018-02-26 K.Kosakoimplement init() function for ASCII encoding
2018-02-26 K.Kosakomove builtin callout function definition macros into...
2018-02-26 K.Kosakoadd declarations of builtin callout functions
2018-02-26 K.Kosakoadd (*FAIL_COUNT)
2018-02-26 K.Kosakotypo
2018-02-26 K.Kosakoupdate README.md
2018-02-26 K.Kosakominor changes in count.c
2018-02-26 K.Kosakofix output from stderr to stdout in count.c
2018-02-26 K.Kosakoadd sample/count.c
2018-02-26 K.Kosakouse long type instead of int in onig_builtin_count()
2018-02-26 K.Kosakofix to initialize callout_data area in onig_initialize_...
2018-02-26 K.Kosakofix type of CalloutTagVal to intptr_t
2018-02-26 K.Kosakoadd builtin (*COUNT)
2018-02-26 K.Kosakoadd msa member into OnigCalloutArgs
2018-02-26 K.Kosakorename onig_callout_tag_exist_at_num() to onig_callout_...
2018-02-26 K.Kosakoadd onig_get/set_callout_data_by_callout_num()
2018-02-25 K.Kosakorename function _from_xxx to _by_xxx
2018-02-25 K.Kosakoadd onig_get/set_callout_data_from_tag()
2018-02-25 K.Kosakofix return value of onig_get_callout_num_from_tag()
2018-02-25 K.Kosakorefactoring
2018-02-25 K.Kosakoadd onig_get_callout_num_from_tag_name()
2018-02-25 K.Kosakorename free_match_param_content() to onig_free_match_pa...
2018-02-25 K.Kosakoadd callout_data member into OnigMatchParam
2018-02-23 K.Kosakoallow escape char previous to a normal char in callout...
2018-02-23 K.Kosakoremove warnings in Mac OSX
2018-02-23 K.Kosakofix assignment position of e->name_len
2018-02-23 K.Kosakodon't use strdup_with_null1()
2018-02-23 K.Kosakodon't dup string st_insert_callout_name_table()
2018-02-23 K.Kosakodon't dup string st_insert_callout_name_table()
2018-02-23 K.Kosakoduplicate key string in onig_st_insert_callout_name_table()
2018-02-23 K.Kosakoescape warning in Windows
2018-02-23 K.Kosakoadd escape char into README.md
2018-02-23 K.Kosakoadd ONIG_TYPE_LONG case
2018-02-23 K.Kosakoadd ONIG_TYPE_LONG and ONIG_TYPE_POINTER
2018-02-23 K.Kosakore-parse callout arguments for single check
2018-02-23 K.Kosakoadd skip_mode argument into parse_callout_args()
2018-02-23 K.Kosakofix position of get_callout_name_id_from_name() calling
2018-02-23 K.Kosakorefactoring
2018-02-23 K.Kosakorefactoring
2018-02-23 K.Kosakouse onigenc_strdup()
2018-02-23 K.Kosakoadd const modifier to onigenc_strdup()
2018-02-23 K.Kosakoadd onigenc_strdup()
2018-02-23 K.Kosakodon't share and duplicate default value of optional...
2018-02-23 K.Kosakorefactoring
2018-02-23 K.Kosakofollow API changes
2018-02-23 K.Kosakoadd encoding and callout type into callout name table key
2018-02-23 K.Kosakofix comments
2018-02-23 K.Kosakodefine ONIGENC_IS_ASCII_COMPATIBLE_ENCONDIG()
2018-02-23 K.Kosakoadd hash tablee functions for callout name table
2018-02-23 K.Kosakorename ONIG_TYPE_CODE_POINT to ONIG_TYPE_CHAR
2018-02-22 K.Kosakoadd optional arguments example
2018-02-22 K.Kosakofix references to bad position of opt_defaults[] in...
2018-02-22 K.Kosakorefactoring
2018-02-22 K.Kosakouse callout of name arguments
2018-02-22 K.Kosakoadd onig_get_arg_num_of_callout_args()
2018-02-22 K.Kosakorefactoring
2018-02-22 K.Kosakoadd onig_get_arg_of_callout_args()
2018-02-22 K.Kosakofix case of no arguments in callout
2018-02-22 K.Kosakorefactoring
2018-02-22 K.Kosakorefactoring
2018-02-22 K.Kosakorefactoring
2018-02-22 K.Kosakorefactoring
2018-02-22 K.Kosakorename _content_ to _contents_
2018-02-22 K.Kosakoremove dirs, code_start/end member from GimmickNode
2018-02-22 K.Kosakosmall update README.md
2018-02-22 K.Kosakorename from 'callout of code' to 'callout of contents'
2018-02-22 K.Kosakoremove dirs code from OP_CALLOUT_CODE/NAME
2018-02-22 K.Kosakosmall change in onig_reg_callout_list_at()
2018-02-22 K.Kosakorefactoring
2018-02-22 K.Kosakoadd a test case
2018-02-22 K.Kosakoadd sign_on argument into parse_int()
2018-02-22 K.Kosakofix parse_int() and parse_callout_args()
2018-02-22 K.Kosakosmall changes for callouts syntax changes
2018-02-22 K.Kosakofix break position in parse_callout_args()
2018-02-22 K.Kosakofix: don't free default arg values in onig_free_reg_cal...
2018-02-22 K.Kosakorefactoring
2018-02-21 K.Kosakoremove content and content_end member from OnigCalloutA...
2018-02-21 K.Kosakochange start/end of CalloutListEntry type from int...
2018-02-21 K.Kosakoadd name_id member into CalloutListEntry
2018-02-21 K.Kosakoreimplement parse_callout_of_name()
2018-02-21 K.Kosakoclear REG_EXTPL value in onig_free_body()
2018-02-21 K.Kosakorename s to start in OnigValue
2018-02-21 K.Kosakoupdate parse_callout_of_code()
2018-02-21 K.Kosakoremove callout_num member from ScanEnv
2018-02-21 K.Kosakoimplent reg_callout_list_entry()
2018-02-21 K.Kosakorefactoring
2018-02-21 K.Kosakorefactoring
2018-02-21 K.Kosakochange tag_list to callout_list in RegexExt
2018-02-21 K.Kosakorefactoring
2018-02-21 K.Kosakorefactoring
next