]> granicus.if.org Git - onig/shortlog
onig
2018-03-06 K.Kosakoadd onig_get/set_callout_data_by_callout_args() etc..
2018-03-06 K.Kosakoremove _by_callout_num from all function names
2018-03-06 K.Kosakouse builtin (*CMP{})
2018-03-06 K.Kosakoadd builtin (*CMP{X,OP,Y})
2018-03-06 K.Kosakoadd onig_builtin_cmp()
2018-03-06 K.Kosakofix: invalid loop counter in setup_ext_callout_list_val...
2018-03-06 K.Kosakochange (*COUNT{}) argument from p/s/f to space/+/-
2018-03-06 K.Kosakoremove ONIG_TYPE_INT
2018-03-04 K.Kosakouse tag in callouts of contents
2018-03-04 K.Kosakoallow tag in callouts of contents
2018-03-03 K.Kosakorename cp member to c in OnigValue
2018-03-02 K.Kosakouse (*MON) argument
2018-03-02 K.Kosakoadd one optional argument into (*MON{+-})
2018-03-02 K.Kosakoremove of member from OnigCalloutArgs
2018-03-02 K.Kosakoremove is_initialized() member from some encodings
2018-03-02 K.Kosakorefactoring
2018-03-02 K.Kosakoimplement encoding initialized list
2018-03-02 K.Kosakoconstify members in RegexExt
2018-03-02 K.Kosakoconstify content member in CalloutListEntry
2018-03-02 K.Kosakodon't use strndup() for Windows
2018-03-02 K.Kosakomove declaration of onigenc_strdup() from regenc.h...
2018-03-02 K.Kosakofix: can't compile on Windows. don't initialize global...
2018-03-02 K.Kosakofix: fault in Windows. don't use non-terminated string...
2018-03-02 K.Kosakoescape compile time warnings
2018-03-02 K.Kosakouse builtin monitor with tag
2018-03-02 K.Kosakooutput tag name in builtin monitor (*MON[tag])
2018-03-02 K.Kosakoconstify tag_start and tag_end in CalloutListEntry
2018-03-02 K.Kosakoadd onig_get_tag_start/end_by_callout_num()
2018-03-02 K.Kosakoadd tag_start and tag_end member into CalloutListEntry
2018-03-02 K.Kosakoupdate builtin monitor
2018-03-02 K.Kosakoadd onig_get_string_by_callout_args() and onig_get_stri...
2018-03-02 K.Kosakorename subject member name to string in OnigCalloutArgs
2018-03-02 K.Kosakorename onig_get_passed_arg_num_by_callout_args() to...
2018-03-02 K.Kosakoupdate contents of (*MON{name})
2018-03-02 K.Kosakouse (*MON) in sample/callout.c
2018-03-02 K.Kosakoadd onig_setup_builtin_monitors_by_ascii_encoded_name()
2018-03-02 K.Kosakoadd BC0_B() macro
2018-03-02 K.Kosakodefine ONIG_NON_CALLOUT_NUM
2018-03-02 K.Kosakorename ONIG_NO_NAME_ID to ONIG_NON_NAME_ID
2018-03-02 K.Kosakorefactoring
2018-03-02 K.Kosakoremove unused variable
2018-03-02 K.Kosakofree node for error cases
2018-03-01 K.Kosakoremove tag_start and tag_end from GimmickNode
2018-03-01 K.Kosakoadd start_func and end_func into CalloutListEntry and...
2018-03-01 K.Kosakorefactoring
2018-03-01 K.Kosakofix: return NULL causes segmentation fault
2018-02-28 K.Kosakoremove builtin callout (*ONLY{n})
2018-02-28 K.Kosakorefactoring
2018-02-28 K.Kosakorefactoring
2018-02-28 K.Kosakoconvert tag name string to callout num for all TAG...
2018-02-28 K.Kosakorefactoring
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
next