]> granicus.if.org Git - onig/shortlog
onig
2018-02-28 K.Kosakorefactoring
2018-02-28 K.Kosakostrict check in is_allowed_callout_name()
2018-02-28 K.Kosakodon't allow ! character in callout name
2018-02-28 K.Kosakoadd ONIG_TYPE_TAG
2018-02-28 K.Kosakodon't allow empty tag definition
2018-02-28 K.Kosakorename ONIG_CALLOUT_MAX_ARG_NUM to ONIG_CALLOUT_MAX_ARG...
2018-02-28 K.Kosakoadd some test cases in sample/count.c
2018-02-28 K.Kosakoadd builtin callout (*TOTAL_COUNT{p/s/f})
2018-02-28 K.Kosakoadd onig_get_callout_data_by_callout_num_dont_clear_old()
2018-02-28 K.Kosakochange output warning condition for nested repeat operators
2018-02-28 K.Kosakouse onig_get_callout_num_by_callout_args() in builtin...
2018-02-28 K.Kosakoadd onig_get_callout_num_by_callout_args()
2018-02-28 K.Kosakorename onig_get_arg_num_by_callout_args() to onig_get_a...
2018-02-28 K.Kosakorename _of_callout_args() to _by_callout_args()
2018-02-28 K.Kosakoallow NULL argument value in onig_get_arg_of_callout_args()
2018-02-28 K.Kosakoupdate README.md
2018-02-28 K.Kosakoadd two arguments into (*COUNT{[+,-],[p,s,f]}) and...
2018-02-28 K.Kosakoadd (*MAX{n}), it is same as (*ONLY{n}) but the argumen...
2018-02-28 K.Kosakochange emclosure symbol of callout name arguments from...
2018-02-28 K.Kosakoreturn 1 if value is void in onig_get_callout_data_by_c...
2018-02-27 K.Kosakoadd a test case into sample/count.c
2018-02-27 K.Kosakoadd onig_check_callout_data_and_clear_old_values()...
2018-02-27 K.Kosakosmall update README.md
2018-02-27 K.Kosakochange type of CalloutData
2018-02-27 K.Kosakoadd match_at_call_counter member into OnigMatchParam
2018-02-27 K.Kosakoreuse match param for all regexp
2018-02-27 K.Kosakoclear callout_data in adjust_match_param()
2018-02-27 K.Kosakoremove reg argument from onig_new_match_param() amd...
2018-02-27 K.Kosakoadd (*ONLY) into UTF16-BE and UTF16-LE
2018-02-27 K.Kosakouse (*ONLY(n)) in sample/callout.c
2018-02-27 K.Kosakoset default value 1 for (*ONLY(n))
2018-02-27 K.Kosakoadd builtin callout (*ONLY(n))
2018-02-27 K.Kosakoadd utf16le case into count.c
2018-02-27 K.Kosakofix GlobalNameIDCounter set to 0 in global_callout_name...
2018-02-26 K.Kosakomove builtin callout definition macros from regenc...
2018-02-26 K.Kosakoescape warning for Mac OSX
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
next