]> granicus.if.org Git - onig/shortlog
onig
2018-03-08 K.Kosakofollow spec. change
2018-03-08 K.Kosakochange direction specifier symbol character from [...
2018-03-07 K.Kosakoadd contributed/makefile for making of libfuzzer-onig
2018-03-07 K.Kosakoadd onig_initialize() and onig_end() call for full...
2018-03-07 K.Kosakoadd some API functions for 6.8.0
2018-03-07 K.Kosakoadd description of callouts into doc/RE
2018-03-07 K.Kosakodon't call onig_initialize_encoding() directly
2018-03-07 K.Kosakodon't call onig_initialize_encoding() directly in onig_...
2018-03-07 K.Kosakofix CalloutListEntry index is assigned to callout num - 1
2018-03-07 K.Kosakorename onig_get_tag_start/end() to onig_get_callout_tag...
2018-03-07 K.Kosakoadd test cases for callouts of name
2018-03-07 K.Kosakoreplace UChar to OnigUChar in oniguruma.h
2018-03-07 K.Kosakoallow callout type ONIG_CALLOUT_TYPE_SINGLE only
2018-03-06 K.Kosakoadd a test case for (*CMP{})
2018-03-06 K.Kosakoallow ONIG_TYPE_LONG and other types combination in...
2018-03-06 K.Kosakochange OnigType values as bit flag
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
next